[Clfs-dev] Show stopper with multilib books

William Harrington berzerkula at cox.net
Fri Aug 24 14:13:21 PDT 2012


Did some logs:

First build log only doing make:

make[2]: Entering directory `/mnt/clfs/sources/binutils-build/binutils'
if [ -r sysinfo.c ]; then \
   gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes - 
Wshadow -Werror  -Wno-error sysinfo.c ; \
else \
   gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes - 
Wshadow -Werror  -Wno-error ../../binutils-2.22/binutils/sysinfo.c ; \
fi
as: /lib/libc.so.6: version `GLIBC_2.14' not found (required by /mnt/ 
clfs/sources/binutils-build/./opcodes/.libs/libopcodes-2.22.so)
as: /lib/libc.so.6: version `GLIBC_2.14' not found (required by /mnt/ 
clfs/sources/binutils-build/./bfd/.libs/libbfd-2.22.so)


Second build log only doing make -C binutils:

make: Entering directory `/mnt/clfs/sources/binutils-build/binutils'
if [ -r sysinfo.c ]; then \
   gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes - 
Wshadow -Werror  -Wno-error sysinfo.c ; \
else \
   gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes - 
Wshadow -Werror  -Wno-error ../../binutils-2.22/binutils/sysinfo.c ; \
fi

Zips right past it. So apparently I have no clue how to trouble shoot  
this, unless the binutils/Makefile is doing something different when  
running make from there which the main bintuils-build/Makefile is  
causing an issue.

Hell, it could be a make 3.82 issue, I have no clue at this point.

Sincerely,

William Harrington



More information about the Clfs-dev mailing list