bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49516: [core-updates] glibc-2.31 patches fail to apply


From: Chris Marusich
Subject: bug#49516: [core-updates] glibc-2.31 patches fail to apply
Date: Sat, 10 Jul 2021 19:33:50 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Chris Marusich <cmmarusich@gmail.com> writes:

> On core-updates, the glibc-2.31 patch no longer apply cleanly.

Looks like the other old glibc versions explicitly declare their
patches, like this:


--8<---------------cut here---------------start------------->8---
(define-public glibc-2.30
  (package
    (inherit glibc)
    (version "2.30")
    (source (origin
              (inherit (package-source glibc))
              (uri (string-append "mirror://gnu/glibc/glibc-" version 
".tar.xz"))
              (sha256
               (base32
                "1bxqpg91d02qnaz837a5kamm0f43pr1il4r9pknygywsar713i72"))
              (patches (search-patches "glibc-ldd-x86_64.patch"
                                       "glibc-CVE-2019-19126.patch"
                                       "glibc-hidden-visibility-ldconfig.patch"
                                       "glibc-versioned-locpath.patch"
                                       "glibc-allow-kernel-2.6.32.patch"
                                       
"glibc-reinstate-prlimit64-fallback.patch"
                                       
"glibc-2.29-supported-locales.patch"))))))
--8<---------------cut here---------------end--------------->8---

I've updated my patch to do the same thing; see attached.

As an aside, when do we remove old versions of glibc?

-- 
Chris

Attachment: 0001-gnu-glibc-2.31-Restore-patches.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]