This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: glibc 2.18 freeze!


On Wed, 12 Jun 2013, Adhemerval Zanella wrote:

> Pushed as 6a97b62a5b4f18aea849d6f4d8de58d1469d2521. I'll fill a GCC bug
> about this issue. I can think some possible solutions:

I'm seeing a build failure on x86_64 (with GCC 4.7) caused by that commit 
(confirmed that the build passes as of the previous commit):

readelf -s /home/jsm28/tmp/tmpdir/glibc/build-64/elf/ld.so \
          | gawk '($7 ~ /^UND(|EF)$/ && $1 != "0:" && $4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
     2: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND __GI_memmove
   509: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND __GI_memmove
make[2]: *** [/home/jsm28/tmp/tmpdir/glibc/build-64/elf/ld.so] Error 1

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]