Re: [lfs-dev] r9963 6.9. Glibc-2.16.0 build error

2012-08-27 Thread Bruce Dubbs
xinglp wrote: > 2012/8/28 xinglp : >> 2012/8/28 Bruce Dubbs : >>> sed -i -e 's||"rpc/types.h"|' sunrpc/rpc_clntout.c >> I'm tring this one > This one got through. Yes, I just reverted that from the change I made this morning. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev F

Re: [lfs-dev] r9963 6.9. Glibc-2.16.0 build error

2012-08-27 Thread xinglp
2012/8/28 xinglp : > 2012/8/28 Bruce Dubbs : >> xinglp wrote: >> >>> rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory >>> compilation terminated. >> >> What happens if you do this first after changing to glibc-2.16.0: >> >> mkdir -p /usr/include/rpc >> cp -v sunrpc/rpc/*.h /

Re: [lfs-dev] r9963 6.9. Glibc-2.16.0 build error

2012-08-27 Thread xinglp
2012/8/28 Bruce Dubbs : > xinglp wrote: > >> rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory >> compilation terminated. > > What happens if you do this first after changing to glibc-2.16.0: > > mkdir -p /usr/include/rpc > cp -v sunrpc/rpc/*.h /usr/include/rpc Same error. >

Re: [lfs-dev] r9963 6.9. Glibc-2.16.0 build error

2012-08-27 Thread Bruce Dubbs
xinglp wrote: > rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory > compilation terminated. What happens if you do this first after changing to glibc-2.16.0: mkdir -p /usr/include/rpc cp -v sunrpc/rpc/*.h /usr/include/rpc Alternatively sed -i -e 's||"rpc/types.h"|' sunrp

[lfs-dev] r9963 6.9. Glibc-2.16.0 build error

2012-08-27 Thread xinglp
gcc -D_RPC_THREAD_SAFE_ -D_GNU_SOURCE -DIS_IN_build -include /sources/glibc-build/config.h rpc_main.c \ -o /sources/glibc-build/sunrpc/cross-rpc_main.o -MMD -MP -MF /sources/glibc-build/sunrpc/cross-rpc_main.o.dt -MT /sources/glibc-build/sunrpc/cross-rpc_main.o -c gcc -D_RPC_THREAD_SAFE