Opened 10 years ago

Last modified 10 years ago

#1027 closed task

Glibc 2.22 — at Version 2

Reported by: chris@… Owned by: clfs-commits@…
Priority: major Milestone: CLFS Standard 3.1.0
Component: BOOK Version: CLFS Standard GIT
Keywords: Cc: berzerkula@…, jonathan@…, chris@…

Description (last modified by William Harrington)

http://ftp.gnu.org/gnu/glibc/glibc-2.22.tar.xz

New version.

No need for config.cache when using gcc's --with-glibc-version option. SSP selected properly.

Change History (2)

comment:1 by chris@…, 10 years ago

There is Glibc 2.22 now. It includes a new library called "libmvec" but apparently that lib cannot be directly linked to. The test-installation.pl script errors out:

tools/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lmvec

Built Glibc with --disable-libmvec, which does prevent the lib from being installed, but test-installation.pl still tries linking to it anyway. A temporary solution would be just to prevent test-installation.pl from trying to link to it:

sed -i 's/libgcc_s"/& \&\& $name ne "mvec"/' scripts/test-installation.pl

comment:2 by William Harrington, 10 years ago

Description: modified (diff)
Milestone: CLFS Standard 3.1.0
Summary: Glibc 2.21Glibc 2.22
Version: CLFS Standard GIT
Note: See TracTickets for help on using tickets.