glibc-2.12.1 fixed build
Zbigniew Luszpinski
zbiggy at o2.pl
Sat Aug 7 20:53:17 CEST 2010
Hello,
for early testers current glibc.
--disable-multi-arch makes this glibc release compilable.
(fixes compilation error at gnu_indirect_function).
So far I installed it, rebooted and my desktop works without
further recompilation - lunar nofix returns nothing broken.
diff a/libs/glibc b/libs/glibc
--- a/libs/glibc/BUILD 2010-08-07 02:14:05.000000000 +0200
+++ b/libs/glibc/BUILD 2010-08-07 14:45:44.000000000 +0200
@@ -5,7 +5,7 @@
mkdir -p $SOURCE_DIRECTORY/tmp &&
# There is no other option but nptl
- OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" &&
+ OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls --disable-multi-arch" &&
if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then
sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in
--- a/libs/glibc/DETAILS 2010-08-07 02:14:05.000000000 +0200
+++ b/libs/glibc/DETAILS 2010-08-07 12:38:09.000000000 +0200
@@ -1,5 +1,5 @@
MODULE=glibc
- VERSION=2.11.2
+ VERSION=2.12.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-2.11-no_timezones.patch.bz2
SOURCE3=$MODULE-2.11.1-__i686.patch.bz2
@@ -8,12 +8,12 @@
SOURCE_URL[2]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/glibc
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
- SOURCE_VFY=sha1:23b477f4816a97e007be1e98abc1ffe2af13ba9e
+ SOURCE_VFY=sha1:ef5ca1e765719d3290bd24f94705f27534f3744b
SOURCE2_VFY=sha1:fc5bf75815daeeef52f7558f27992e02c2cdc87d
SOURCE3_VFY=sha1:e3f36e2bb17e51e31035f2cd405d099c624d0e9e
WEB_SITE=http://www.gnu.org/software/libc
ENTERED=20010922
- UPDATED=20100520
+ UPDATED=20100807
SHORT="C library for use with GNU/Hurd and GNU/Linux"
PSAFE=no
More information about the Lunar-dev
mailing list