[lfs-support] makefile:376: recipe for target 'perl' failed

2015-12-14 Thread Read, James C
Been working through the book meticulously and had no real problems until building Perl in chapter 5. Here is the tail of the output: cc -o perl -fstack-protector-strong -L/usr/local/lib perlmain.o lib/auto/B/B.a lib/auto/Compress/Raw/Bzip2/Bzip2.a lib/auto/Compress/Raw/Zlib/Zlib.a lib/auto

Re: [lfs-support] makefile:376: recipe for target 'perl' failed

2015-12-14 Thread William Harrington
On Mon, December 14, 2015 20:11, Read, James C wrote: > Been working through the book meticulously and had no real problems until > building Perl in chapter 5. > > > Here is the tail of the output: > > > /mnt/lfs/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib64/librt.so: > und

Re: [lfs-support] makefile:376: recipe for target 'perl' failed

2015-12-14 Thread Read, James C
>> /mnt/lfs/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib64/librt.so: >> undefined reference to `__pthread_barrier_wait@GLIBC_PRIVATE' >> /mnt/lfs/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib64/librt.so: >> undefined reference to `__pthread_barrier_init

Re: [lfs-support] makefile:376: recipe for target 'perl' failed

2015-12-14 Thread Pierre Labastie
On 14/12/2015 21:11, Read, James C wrote: > Been working through the book meticulously and had no real problems until > building Perl in chapter 5. > [...] > /mnt/lfs/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib64/librt.so: > undefined reference to `__pthread_barrier_wait@GLI

Re: [lfs-support] makefile:376: recipe for target 'perl' failed

2015-12-14 Thread Read, James C
>> >> 2) By entering the following command sequence >> >> >> echo 'main(){}' | gcc -xc -v -Wl,-verbose -lrt - 2>&1 | grep libpthread >> libpthread.so.0 needed by >> /mnt/lfs/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib64/librt.so >> found libpthread.so.0 at /lib/x86_64-linux-

Re: [lfs-support] makefile:376: recipe for target 'perl' failed

2015-12-14 Thread Ken Moffat
On Mon, Dec 14, 2015 at 10:21:54PM +, Read, James C wrote: > >> > >> 2) By entering the following command sequence > >> > >> > >> echo 'main(){}' | gcc -xc -v -Wl,-verbose -lrt - 2>&1 | grep libpthread > >> libpthread.so.0 needed by > >> /mnt/lfs/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.

Re: [lfs-support] makefile:376: recipe for target 'perl' failed

2015-12-14 Thread Read, James C
>> tail from make log for coreutils >> >> make all-recursive >> make[3]: Entering directory '/mnt/lfs/sources/coreutils-8.24/gnulib-tests' >> Making all in . >> make[4]: Entering directory '/mnt/lfs/sources/coreutils-8.24/gnulib-tests' >> make[4]: Nothing to be done for 'all-am'. >> make[4]: Leav

Re: [lfs-support] Building gcc-5.2.0 Pass 1 on certain systems: Fix for the "invalid shift operand" error

2015-12-14 Thread William Harrington
On Sat, 12 Dec 2015 22:14:36 -0600 William Harrington wrote: > On Mon, 23 Nov 2015 22:40:23 + > wrote: > > > Hello list- > > > > > > > > > > on certain systems (more-or-less current MiniBIAN in my case, seems to > > apply to Debian systems too) the pass 1 of building gcc-5.2.0 breaks w

Re: [lfs-support] makefile:376: recipe for target 'perl' failed

2015-12-14 Thread Ken Moffat
On Mon, Dec 14, 2015 at 11:43:56PM +, Read, James C wrote: > > >> tail from make log for coreutils > >> > >> make all-recursive > >> make[3]: Entering directory '/mnt/lfs/sources/coreutils-8.24/gnulib-tests' > >> Making all in . > >> make[4]: Entering directory '/mnt/lfs/sources/coreutils-8.2