[lfs-support] Step 5.4.1 Installation of Cross Binutils errors

2013-11-12 Thread Vasco Almeida
Have just started an LFS project, and hit a snag with make output on subject step: ... make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/po' make[3]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/po' make[3]: Nothing to be done for `info'. make[3]: Leaving directory

Re: [lfs-support] Step 5.4.1 Installation of Cross Binutils errors

2013-11-12 Thread William Harrington
On Nov 12, 2013, at 1:48 PM, Vasco Almeida wrote: make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/po' make[3]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/po' make[3]: Nothing to be done for `info'. What is before that? We need to know what exactly caused the

Re: [lfs-support] Step 5.4.1 Installation of Cross Binutils errors

2013-11-12 Thread Vasco Almeida
On 11/12/2013 09:43 PM, William Harrington wrote: On Nov 12, 2013, at 1:48 PM, Vasco Almeida wrote: make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/po' make[3]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/po' make[3]: Nothing to be done for `info'. What is before

Re: [lfs-support] Step 5.4.1 Installation of Cross Binutils errors

2013-11-12 Thread Ken Moffat
On Tue, Nov 12, 2013 at 11:31:56PM +, Vasco Almeida wrote: Where do I go from here? Find the part of the output with the actual 'Error' message (it might say 'error'). It looks as if the real error was before that warning about makeinfo. I haven't seen the post where 'make -k' was

Re: [lfs-support] Step 5.4.1 Installation of Cross Binutils errors

2013-11-12 Thread Baho Utot
On 11/12/2013 07:33 PM, Ken Moffat wrote: On Tue, Nov 12, 2013 at 11:31:56PM +, Vasco Almeida wrote: Where do I go from here? Find the part of the output with the actual 'Error' message (it might say 'error'). It looks as if the real error was before that warning about makeinfo.

Re: [lfs-support] Step 5.4.1 Installation of Cross Binutils errors

2013-11-12 Thread Ken Moffat
On Tue, Nov 12, 2013 at 07:57:30PM -0500, Baho Utot wrote: If you are using bash 4.0 or greater ../path/to/binutils-source/./configure ... | tee myconflog 21 becomes ../path/to/binutils-source/./configure ... | tee myconflog I would change 'becomes' to 'can be changed to' - there is