[devel-glibc-2.15] Master bug (Bug #421)
Description
Main spell(s) of interest:
glibc 2.16
issues:
none that I am aware of
Notes:
LIBGD detection & building of memusagestat has been re-enabled. (see http://bugs.sourcemage.org/show_bug.cgi?id=8277 )
What is needed to get it merged into master?
Testing, testing, and more testing.
Issue hierarchy
Associated revisions
History
Updated by Tommy Boatman 10 months ago
- Start date changed from 08/03/2012 to 08/25/2012
- Priority changed from Normal to Immediate
Updated by Tommy Boatman 10 months ago
- Priority changed from Immediate to Normal
Updated by Sukneet Basuta 10 months ago
- % Done changed from 0 to 100
Updated by Sukneet Basuta 10 months ago
Anyone have any objections to merging this into master?
Updated by Sukneet Basuta 9 months ago
- Status changed from New to Closed
Updated by Vlad Glagolev 9 months ago
update to 2.16 went pretty fine, but after that build of gcc fails with this error:
make[4]: Leaving directory `/usr/src/gcc-4.6.3.bld/i686-pc-linux-gnu/libgcc' /usr/src/gcc-4.6.3.bld/./gcc/xgcc -B/usr/src/gcc-4.6.3.bld/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -g -O1 -march=atom -m32 -pipe -Os -O2 -g -O1 -march=atom -m32 -pipe -Os -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/usr/src/gcc-4.6.3/libgcc -I/usr/src/gcc-4.6.3/libgcc/. -I/usr/src/gcc-4.6.3/libgcc/../gcc -I/usr/src/gcc-4.6.3/libgcc/../include -I/usr/src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c /usr/src/gcc-4.6.3/libgcc/../gcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS In file included from /usr/src/gcc-4.6.3/libgcc/../gcc/unwind-dw2.c:333:0: /usr/src/gcc-4.6.3/libgcc/../gcc/config/i386/linux-unwind.h: In function ‘x86_fallback_frame_state’: /usr/src/gcc-4.6.3/libgcc/../gcc/config/i386/linux-unwind.h:138:17: error: field ‘info’ has incomplete type make[3]: *** [unwind-dw2.o] Error 1 make[3]: Leaving directory `/usr/src/gcc-4.6.3.bld/i686-pc-linux-gnu/libgcc' make[2]: *** [all-stage1-target-libgcc] Error 2 make[2]: Leaving directory `/usr/src/gcc-4.6.3.bld' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/usr/src/gcc-4.6.3.bld' make: *** [all] Error 2
- Status changed from Closed to In Progress
Updated by Vlad Glagolev 9 months ago
I fixed it with (bd399d191b80543f97f40c04c802bc4167032a35) in test, but we need to check it on x86_64
Updated by Vlad Glagolev 9 months ago
Also,
glibc 2.16 breaks several spells: gettext, diffutils, m4, tar, grub are among them