[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26497: glibc 2.25 broken on i686
From: |
Ludovic Courtès |
Subject: |
bug#26497: glibc 2.25 broken on i686 |
Date: |
Tue, 25 Apr 2017 12:19:15 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hello!
Ricardo Wurmus <address@hidden> skribis:
> I applied the following patch to my i686 netbook and waited a day for
> coreutils and procps to be built with the new glibc. I cannot reproduce
> any crashes with these packages, so this seems to be fine.
>
>> Then we soon apply the patch conditionally on glibc (like I did for the
>> Coreutils patch for ARM) ASAP so that Hydra has time to rebuild the i686
>> world.
>
> The attached patch is for core-updates, but I could also try to make it
> apply conditionally for i686.
Yes, that would be great.
> From 2b2f1d4947e2198f7011b00a496be078f6a924fd Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <address@hidden>
> Date: Mon, 24 Apr 2017 23:15:41 +0200
> Subject: [PATCH] gnu: glibc/linux: Fix segfaults on i686.
>
> * gnu/packages/patches/glibc-memchr-overflow-i686.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Add it.
> * gnu/packages/base.scm (glibc/linux)[source]: Add patch.
Perfect, thank you for taking care of it!
Ludo’.