This is the mail archive of the libc-alpha@sources.redhat.com 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: current glibc vs debian sid


   Okay. It seems that on the redhat based ppclinux box the solution was
to add the missing linux-redhat-powerpc-gcc symlink to gcc for the build
to work again. On debian ppc sid, the problem seems to be solved by
doing a 'find sysdeps -name configure | xargs touch'. I'll check both
builds later tonight for errors. So far the only oddity is...

make[2]: Entering directory `/home/howarth/libc/math'
mkdir /home/howarth/libc/build-powerpc-linux/math
../sysdeps/powerpc/soft-fp/fegetexcept.c:22:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/fedisblxcpt.c:22:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/feupdateenv.c:23:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/fesetenv.c:22:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/feholdexcpt.c:23:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/fegetenv.c:22:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/fesetround.c:22:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/fegetround.c:22:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/ftestexcept.c:22:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/fsetexcptflg.c:22:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/fraiseexcpt.c:22:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/fgetexcptflg.c:22:23: soft-supp.h: No such file or directory
../sysdeps/powerpc/soft-fp/fclrexcpt.c:22:23: soft-supp.h: No such file or directory
make[2]: Leaving directory `/home/howarth/libc/math'

which I assume are all non-fatal.
                                       Jack


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