Re: [lfs-support] binutils 2.24 Pass-2 (Section 5.9 version 7.5)

2014-04-18 Thread Mcgroder, James
Mcgroder, James wrote: > Discovered the variable "CC" was set incorrectly for my second pass binutils > build > can I simply re-execute the build with the correct setting(s)? Bruce Dubbs wrote: >> As early as you are in Chapter 5, I'd recommend restarting that c

Re: [lfs-support] binutils 2.24 Pass-2 (Section 5.9 version 7.5)

2014-04-18 Thread Bruce Dubbs
Mcgroder, James wrote: > Discovered the variable "CC" was set incorrectly for my second pass binutils > build. I assume > > I can simply re-execute the build with the correct setting(s) or are there > things I should > > physically delete 1st? And if just a

[lfs-support] binutils 2.24 Pass-2 (Section 5.9 version 7.5)

2014-04-18 Thread Mcgroder, James
Discovered the variable "CC" was set incorrectly for my second pass binutils build. I assume I can simply re-execute the build with the correct setting(s) or are there things I should physically delete 1st? And if just a re-build is OK, is this true in general? My mistake was

Re: [lfs-support] creating binutils-build again

2014-02-23 Thread akhiezer
> Date: Sun, 23 Feb 2014 00:26:46 -0800 > From: "Waitman Gobble" > To: lfs-support@linuxfromscratch.org > Subject: [lfs-support] creating binutils-build again > > > Hi, > > Version 7.5-rc1 > > In 5.5. GCC-4.8.2 - Pass 1, the book reads "mkdir -v ../

Re: [lfs-support] creating binutils-build again

2014-02-23 Thread Waitman Gobble
On Sun, February 23, 2014 8:29 am, Pierre Labastie wrote: > Le 23/02/2014 09:26, Waitman Gobble a écrit : > >> >> Hi, >> >> >> Version 7.5-rc1 >> >> >> In 5.5. GCC-4.8.2 - Pass 1, the book reads "mkdir -v >> ../binutils-build&q

Re: [lfs-support] creating binutils-build again

2014-02-23 Thread Pierre Labastie
Le 23/02/2014 09:26, Waitman Gobble a écrit : > > Hi, > > Version 7.5-rc1 > > In 5.5. GCC-4.8.2 - Pass 1, the book reads "mkdir -v ../binutils-build", > then in 5.9. Binutils-2.24 - Pass 2, the book reads "Create a separate > build directory again: mkd

Re: [lfs-support] creating binutils-build again

2014-02-23 Thread Bruce Dubbs
Waitman Gobble wrote: > > Hi, > > Version 7.5-rc1 > > In 5.5. GCC-4.8.2 - Pass 1, the book reads "mkdir -v ../binutils-build", > then in 5.9. Binutils-2.24 - Pass 2, the book reads "Create a separate > build directory again: mkdir -v ../binutils-build&quo

[lfs-support] creating binutils-build again

2014-02-23 Thread Waitman Gobble
Hi, Version 7.5-rc1 In 5.5. GCC-4.8.2 - Pass 1, the book reads "mkdir -v ../binutils-build", then in 5.9. Binutils-2.24 - Pass 2, the book reads "Create a separate build directory again: mkdir -v ../binutils-build". There is confusion about whether the binutils-build direc

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-30 Thread Bruce Dubbs
Ken Moffat wrote: > On Wed, Jan 29, 2014 at 05:39:39AM +, Ken Moffat wrote: >> On Wed, Jan 29, 2014 at 03:10:42AM +, Ken Moffat wrote: >>> On Wed, Jan 29, 2014 at 04:53:21AM +0200, Markku Pesonen wrote: >>>> >>>> The binutils testsuite crea

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-30 Thread Ken Moffat
On Wed, Jan 29, 2014 at 05:39:39AM +, Ken Moffat wrote: > On Wed, Jan 29, 2014 at 03:10:42AM +, Ken Moffat wrote: > > On Wed, Jan 29, 2014 at 04:53:21AM +0200, Markku Pesonen wrote: > > > > > > The binutils testsuite creates detailed logs in binutils/binutils.lo

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Ken Moffat
On Wed, Jan 29, 2014 at 03:10:42AM +, Ken Moffat wrote: > On Wed, Jan 29, 2014 at 04:53:21AM +0200, Markku Pesonen wrote: > > > > The binutils testsuite creates detailed logs in binutils/binutils.log, > > ld/ld.log, and gas/testsuite/gas.log in the binutils-build direct

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Ken Moffat
un 'make check' by hand in > > binutils-build/ld. > > The binutils testsuite creates detailed logs in binutils/binutils.log, > ld/ld.log, and gas/testsuite/gas.log in the binutils-build directory. > I have found them to be very useful in figuring out unexpected test > failures.

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Markku Pesonen
Ken Moffat wrote: > I think I'll make a fresh attempt, maybe tomorrow, but in the mean > time any suggestions are welcome. Although the build was scripted, > the ld tests still fail if I run 'make check' by hand in > binutils-build/ld. The binutils testsuite create

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Ken Moffat
On Wed, Jan 29, 2014 at 12:40:15AM +, Ken Moffat wrote: > > I discovered that I had an error in the functions I use while > building, libc.a was being renamed to libc.a - but even with that was being renamed to libc.a.hidden > renamed, and libz.a being made available, for m

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Ken Moffat
ilding, libc.a was being renamed to libc.a - but even with that renamed, and libz.a being made available, for me the tests still fail. Looking at the last test: binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc.exp The tests seem to be run from the check-DEJAGNU target and that uses LIBS=$(LIBS) whic

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Frans de Boer
On 01/28/2014 09:09 PM, Frans de Boer wrote: > On 01/28/2014 08:37 PM, Ken Moffat wrote: >> On Tue, Jan 28, 2014 at 07:27:58PM +0200, Markku Pesonen wrote: >>> Frans de Boer wrote: FAIL: static preinit array FAIL: static init array FAIL: static fini array FAIL: static init array

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Frans de Boer
On 01/28/2014 08:37 PM, Ken Moffat wrote: > On Tue, Jan 28, 2014 at 07:27:58PM +0200, Markku Pesonen wrote: >> Frans de Boer wrote: >>> FAIL: static preinit array >>> FAIL: static init array >>> FAIL: static fini array >>> FAIL: static init array mixed >>> FAIL: Could not link a static executable >

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Ken Moffat
On Tue, Jan 28, 2014 at 07:27:58PM +0200, Markku Pesonen wrote: > Frans de Boer wrote: > > FAIL: static preinit array > > FAIL: static init array > > FAIL: static fini array > > FAIL: static init array mixed > > FAIL: Could not link a static executable > > > > There are five failures and I can't f

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Markku Pesonen
Frans de Boer wrote: > FAIL: static preinit array > FAIL: static init array > FAIL: static fini array > FAIL: static init array mixed > FAIL: Could not link a static executable > > There are five failures and I can't find the cause of it. > I rebuilded everything from scratch - more then once, but

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Ken Moffat
On Tue, Jan 28, 2014 at 05:30:16PM +0100, Frans de Boer wrote: > The next messages are produced every single time I encounter this chapter: > > Running /sources/binutils-2.24/ld/testsuite/ld-elf/binutils.exp ... > Running /sources/binutils-2.24/ld/testsuite/ld-elf/comm-data.exp .

Re: [lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Bruce Dubbs
Frans de Boer wrote: > The next messages are produced every single time I encounter this chapter: > Running /sources/binutils-2.24/ld/testsuite/ld-elf/elf.exp ... > FAIL: static preinit array > FAIL: static init array > FAIL: static fini array > FAIL: static init array m

[lfs-support] Errors in 6.13 - Binutils 2.24

2014-01-28 Thread Frans de Boer
The next messages are produced every single time I encounter this chapter: Running /sources/binutils-2.24/ld/testsuite/ld-elf/binutils.exp ... Running /sources/binutils-2.24/ld/testsuite/ld-elf/comm-data.exp ... Running /sources/binutils-2.24/ld/testsuite/ld-elf/compress.exp ... Running /sources

Re: [lfs-support] 5.6 binutils-2.24 - part 1 SOLVED

2014-01-11 Thread Frans de Boer
On 01/11/2014 11:43 PM, Frans de Boer wrote: > Hm, I decided to restart all over - had to change scripts to follow the > book more strictly - but building binutils now ends with Error 2. > > ... > mv -f elf32-target.new elf32-target.h > rm -f elf64-target.h > sed -e s/NN/64/g

[lfs-support] 5.6 binutils-2.24 - part 1

2014-01-11 Thread Frans de Boer
Hm, I decided to restart all over - had to change scripts to follow the book more strictly - but building binutils now ends with Error 2. ... mv -f elf32-target.new elf32-target.h rm -f elf64-target.h sed -e s/NN/64/g < ../../binutils-2.24/bfd/elfxx-target.h > elf64-target.new mv -f

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

2013-11-18 Thread vmsda
port] Step 5.4.1 Installation of Cross Binutils errors Le 16/11/2013 00:46, Ken Moffat a écrit : > On Fri, Nov 15, 2013 at 01:20:06PM +, Vasco Almeida wrote: >> OK, I did as instructed in your recommendations above, and tried to >> be as extra careful as ignorance allows. S

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-17 Thread Ron Hartikka
Thanks Bruce Dubbs and all the group... I have just repeated again and failed at 7.4 binutils section 5.9 (result below). Then, I just gave your reply a more careful read and... *Wait! What is this "su - lfs"? Minus???* I probably did type the '-' and get a login shell -

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

2013-11-16 Thread Pierre Labastie
Le 16/11/2013 00:46, Ken Moffat a écrit : > On Fri, Nov 15, 2013 at 01:20:06PM +, Vasco Almeida wrote: >> OK, I did as instructed in your recommendations above, and tried to >> be as extra careful as ignorance allows. So I am attaching the four >> logs collected during the 5.4.1 step, for your

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

2013-11-15 Thread Ken Moffat
On Fri, Nov 15, 2013 at 01:20:06PM +, Vasco Almeida wrote: > OK, I did as instructed in your recommendations above, and tried to > be as extra careful as ignorance allows. So I am attaching the four > logs collected during the 5.4.1 step, for your kind inspection. But > when I invoked "make ins

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

2013-11-15 Thread Vasco Almeida
g install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments" which are perhaps not that surprising. Finally, some displays

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-14 Thread akhiezer
> Date: Thu, 14 Nov 2013 11:25:35 -0600 > From: Bruce Dubbs > To: LFS Support List > Subject: Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of > Binutils error: Cannot run C compiled programs > > akhiezer wrote: > >> Date: Wed, 13 Nov 2013 17:00:3

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-14 Thread Bruce Dubbs
akhiezer wrote: >> Date: Wed, 13 Nov 2013 17:00:31 -0600 >> From: Bruce Dubbs >> To: LFS Support List >> Subject: Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of >> Binutils error: Cannot run C compiled programs >> >>>>> Wha

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

2013-11-14 Thread Walter P. Little
On Thu, Nov 14, 2013 at 7:56 AM, Ken Moffat wrote: > On Thu, Nov 14, 2013 at 10:37:57AM +, Vasco Almeida wrote: > > > 1. On my Ubuntu I should install at least/bison, gawk, g++, m4/ > and/makeinfo/ (via apt-get install/packa//ge-name/, assuming these are > indeed the names). > Yes. > m4 i

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

2013-11-14 Thread Ken Moffat
On Thu, Nov 14, 2013 at 10:37:57AM +, Vasco Almeida wrote: > 1. On my Ubuntu I should install at least/bison, gawk, g++, m4/ > and/makeinfo/ (via apt-get install/packa//ge-name/, assuming these are > indeed the names). Yes. For gawk, you might also need to change the 'awk' symlink to po

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

2013-11-14 Thread Vasco Almeida
iously did not pay enough attention to the output on the console. Sorry for the oversight and the hassle caused. In future I shall redirect outputs to files and check them carefully. Thank you again, gentlemen. Best regards. Vasco bash, version 4.2.25(1)-release /bin/sh -> /bin/dash Binutils: (G

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-14 Thread akhiezer
> Date: Wed, 13 Nov 2013 17:00:31 -0600 > From: Bruce Dubbs > To: LFS Support List > Subject: Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of > Binutils error: Cannot run C compiled programs > > >>> What happens if you do: > >>> (1

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

2013-11-13 Thread Pierre Labastie
Le 14/11/2013 02:09, Ken Moffat a écrit : > On Wed, Nov 13, 2013 at 09:59:18PM +, Vasco Almeida wrote: >> Please find attached "mymakelog" file. Thank you again for your support. >> >> Vasco > I see the following - > [...] > This looks as if makeinfo in now *required*. Try installing > tex

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-13 Thread Bruce Dubbs
ls for a long time and not learned that till now. > So, that's why I'm here! > Thanks to all. > > My section 7.4 binutils section 5.9 has failed again after another full > repeat of chapter 5 done with care. > This time I noticed the warning in 5.7 glibc-2.18 said that a

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-13 Thread Ron Hartikka
. So, that's why I'm here! Thanks to all. My section 7.4 binutils section 5.9 has failed again after another full repeat of chapter 5 done with care. This time I noticed the warning in 5.7 glibc-2.18 said that autoconf was missing (along with the expected msgfmt). Will I need autoconf for 7.

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

2013-11-13 Thread Ken Moffat
On Wed, Nov 13, 2013 at 09:59:18PM +, Vasco Almeida wrote: > Please find attached "mymakelog" file. Thank you again for your support. > > Vasco I see the following - if (/mnt/lfs/sources/binutils-2.23.2/missing makeinfo --split-size=500 --split-size=5

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

2013-11-13 Thread Baho Utot
On 11/13/2013 03:41 AM, Pierre Labastie wrote: > Le 13/11/2013 02:53, Ken Moffat a écrit : >> 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

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-13 Thread Bruce Dubbs
akhiezer wrote: >>> What happens if you do: >>> (1) highlight & copy the text using the same method - i.e. same mouse >>> buttons, >>> same source of text (html/pdf/...), same environment >>> (terminal/browser/...), >>> etc - as when it went wrong. >>> (2) vi -i >>> (3) do the paste

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-13 Thread akhiezer
> Date: Wed, 13 Nov 2013 14:55:59 -0600 > From: Bruce Dubbs > To: LFS Support List > Subject: Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of > Binutils error: Cannot run C compiled programs > > akhiezer wrote: > >> Date: Wed, 13 Nov 2013 07:20:38

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

2013-11-13 Thread Vasco Almeida
On 11/13/2013 05:15 PM, Ken Moffat wrote: Well, I'm pleased that you didn't fall into the trap I accidentally set by putting '2>&1' after the pipe to tee. Also, configure won't report an error if it gets as far as creating the Makefiles - but the results of the various tests which configure

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-13 Thread Bruce Dubbs
Ron Hartikka wrote: > Thanks. > > OK. I'll look at akh's suggstion in my next session. > > I already did a similar thing, actually. > > I think this was in 5.9 binutils pass 2. > > I set the environment variables - like 'export CC=$LFS_TGT-gcc' one

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-13 Thread Bruce Dubbs
akhiezer wrote: >> Date: Wed, 13 Nov 2013 07:20:38 -0500 >> From: Ron Hartikka >> To: LFS Support List >> Subject: Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of >> Binutils error: Cannot run C compiled programs >> >> >>

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-13 Thread Pierre Labastie
5.9.1): > *CC=$LFS_TGT-gcc\ > AR=$LFS_TGT-ar \ > RANLIB=$LFS_TGT-ranlib \ > ../binutils-2.23.2/configure \ > --prefix=/tools\ > --disable-nls \ > --with-lib-path=/tools/lib \ > --with-sysroot* > I sele

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

2013-11-13 Thread Ken Moffat
ss. > > As for capturing the output, I went about it in two steps: > /mnt/lfs/sources/binutils-build$ ../binutils-2.23.2/configure > --prefix=/tools --with-sysroot=$LFS --with-lib-path=/tools/lib > --target=$LFS_TGT --disable-nls --disable-werror > myconflog 2>&1 and,

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

2013-11-13 Thread Ken Moffat
On Wed, Nov 13, 2013 at 09:41:33AM +0100, Pierre Labastie wrote: > Le 13/11/2013 02:53, Ken Moffat a écrit : > > 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/

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-13 Thread Ron Hartikka
Thanks. OK. I'll look at akh's suggstion in my next session. I already did a similar thing, actually. I think this was in 5.9 binutils pass 2. I set the environment variables - like 'export CC=$LFS_TGT-gcc' one at a time. Then I pasted the whole configure command into

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

2013-11-13 Thread Walter P. Little
ral you do NOT want to do that in LFS, except when running test > > suites. > > > > Since you have barely started, please also check the Host System > > Requirements in section Vii of the Preface. > > > > Actually, check the Host System Requirements _first_, th

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-13 Thread akhiezer
> Date: Wed, 13 Nov 2013 07:20:38 -0500 > From: Ron Hartikka > To: LFS Support List > Subject: Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of > Binutils error: Cannot run C compiled programs > > > > Even supposing the HTML looks innocent, I

Re: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-13 Thread Ron Hartikka
Even supposing the HTML looks innocent, I'm wondering if there are other ways for a multi-line selection to get corrupted. I experimented with the configure command in 7.4/5.9 Binutils. I was convinced that the method didn't work there in my situation. I'll repeat this later.

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

2013-11-13 Thread Vasco Almeida
tarted, please also check the Host System > Requirements in section Vii of the Preface. > > Actually, check the Host System Requirements _first_, then (if > your host meets _all_ of them : newer versions *probably* work for > binutils and gcc), repeat your attempt to compile this,

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

2013-11-13 Thread Pierre Labastie
Le 13/11/2013 02:53, Ken Moffat a écrit : > 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 2>&1 >> >> becomes >> >> ../path

[lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-13 Thread Bernd Bausch
> Date: Tue, 12 Nov 2013 22:27:20 -0500 > From: Ron Hartikka > Subject: [lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of >Binutils error: Cannot run C compiled programs > To: lfs-support@linuxfromscratch.org > Message-ID: > > Content-Type: text/pl

[lfs-support] SOLVED: lfs 7.4 section 5.9.1. Installation of Binutils error: Cannot run C compiled programs

2013-11-12 Thread Ron Hartikka
anlib \ ../binutils-2.23.2/configure \ --prefix=/tools\ --disable-nls \ --with-lib-path=/tools/lib \ --with-sysroot* I selected all of that at once, middle-mouse-pasted it into my terminal, and hit return. I had entered many multilined commands thi

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 2>&1 > > becomes > > ../path/to/binutils-source/./configure ... |& tee myconflog > I would

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

2013-11-12 Thread Baho Utot
s. > > Since you have barely started, please also check the Host System > Requirements in section Vii of the Preface. > > Actually, check the Host System Requirements _first_, then (if > your host meets _all_ of them : newer versions *probably* work for > binutils and gcc),

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

2013-11-12 Thread Ken Moffat
n Vii of the Preface. Actually, check the Host System Requirements _first_, then (if your host meets _all_ of them : newer versions *probably* work for binutils and gcc), repeat your attempt to compile this, after removing the existing binutils-2.32.2 (I'm assuming you are trying to build LFS-7

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

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

[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

Re: [lfs-support] Binutils-2.23.2 test - libiberty test-pexecute hangs

2013-11-05 Thread Bruce Dubbs
Bernd Bausch wrote: > --Boundary-01=_/wHcSKNH4X584sI > Content-Type: text/plain; >charset="us-ascii" > Content-Transfer-Encoding: 7bit > > Dear LFS community, > > Chapter 6.13 of LFS book 7.4 installs binutils-2.32.2. On my system, configure > and make

[lfs-support] Binutils-2.23.2 test - libiberty test-pexecute hangs

2013-11-05 Thread Bernd Bausch
--Boundary-01=_/wHcSKNH4X584sI Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dear LFS community, Chapter 6.13 of LFS book 7.4 installs binutils-2.32.2. On my system, configure and make work, but make check eventually hangs. I am using Redhat 6.

Re: [lfs-support] 5.9. Binutils-2.23.2 - Pass 2 - C compiler error

2013-09-17 Thread virgo
virgo hotmail.com> writes: > > Hello everyone, > I'm out of luck with binutils as I have an error on the second pass also! > > The configure command gives an error: > ... > checking for gawk... gawk > checking for gcc... x86_64-lfs-linux-gnu-gcc > che

[lfs-support] 5.9. Binutils-2.23.2 - Pass 2 - C compiler error

2013-09-12 Thread virgo
Hello everyone, I'm out of luck with binutils as I have an error on the second pass also! The configure command gives an error: ... checking for gawk... gawk checking for gcc... x86_64-lfs-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C com

Re: [lfs-support] 5.4.1 Binutils-2.23.2 error

2013-09-11 Thread virgo
> You seem to have some required progrms in /usr/local/bin. Does the lfs > user have /usr/local/bin in the PATH variable? It's not set up that way > in the book by default. Try adjusting the LFS user's ~/.bashrc to > include that. Thank you very much, Bruce. That was the problem! For the ot

Re: [lfs-support] 5.4.1 Binutils-2.23.2 error

2013-09-11 Thread Bruce Dubbs
virgo wrote: > > Hello, > I have a problem on LFS v7.4, chapter 5.4.1: Installation of Cross Binutils > WARNING: `makeinfo' is missing on your system. You should only need it if > you modified a `.texi' or `.texinfo' file, or any other file >

[lfs-support] 5.4.1 Binutils-2.23.2 error

2013-09-11 Thread virgo
Hello, I have a problem on LFS v7.4, chapter 5.4.1: Installation of Cross Binutils 'configure' step seemes to be ok. The 'make' command logs the following lines: ... make[2]: Entering directory `/mnt/lfs/sources/binutils-build/bfd' Making info in doc make[3]: Ent

Re: [lfs-support] binutils check problem (Chapter 6.13)

2013-06-12 Thread Bruce Dubbs
loki wrote: > On Fri, 2013-06-07 at 22:05 +0200, loki wrote: > tried a new build. The same error. The host system is ubuntu 12.04. The > compile itself was without errors. Can I install binutils even with this > make check error? Here are some more details: > > excerpt from g

Re: [lfs-support] binutils check problem (Chapter 6.13)

2013-06-11 Thread loki
On Fri, 2013-06-07 at 22:05 +0200, loki wrote: > Heya, > > am having binutils test problems. I thought that it was the same as > the problem I had in April with memory and the swap size. But this > time it is something different. The setup is simillar Pentium 4 and > 512

[lfs-support] binutils check problem (Chapter 6.13)

2013-06-07 Thread loki
Heya, am having binutils test problems. I thought that it was the same as the problem I had in April with memory and the swap size. But this time it is something different. The setup is simillar Pentium 4 and 512MB. Any ideas? > ../as-new -o dump.o /sources/binutils-2.23.1/gas/testsuite/

Re: [lfs-support] Binutils tests problem

2013-05-08 Thread Bruce Dubbs
Antony Vincent wrote: > > Here I join the complete output I obtained. Running /sources/binutils-2.23.1/ld/testsuite/ld-ifunc/ifunc.exp ... FAIL: Common symbol override ifunc test 1b I think you forgot to patch -Np1 -i ../binutils-2.23.1-testsuite_fix-1.patch -- Bruce --

Re: [lfs-support] Binutils tests problem

2013-05-08 Thread Antony Vincent
Here I join the complete output I obtained. The file is attached. Thanks > Date: Wed, 8 May 2013 20:27:08 -0500 > From: bruce.du...@gmail.com > To: lfs-support@linuxfromscratch.org > Subject: Re: [lfs-support] Binutils tests problem > > Antony Vincent wrote: > > >

Re: [lfs-support] Binutils tests problem

2013-05-08 Thread Bruce Dubbs
Antony Vincent wrote: > > Sorry, I didn't see there was something at the top. Here is it: > > Antony > === ld Summary === > > # of expected passes784 > # of unexpected failures1 > # of expected failures61 > # of untested testcases

Re: [lfs-support] Binutils tests problem

2013-05-08 Thread Antony Vincent
Sorry, I didn't see there was something at the top. Here is it: Antony === ld Summary === # of expected passes784 # of unexpected failures1 # of expected failures61 # of untested testcases1 /sources/binutils-build/ld/ld-new 2.23.1 make[5]: *** [check-DE

Re: [lfs-support] Binutils tests problem

2013-05-08 Thread Bruce Dubbs
Antony Vincent wrote: > Hi! I have a problem with the binutils tests in chapter 6. After the command make -k check, I got this: > > ./test-expandargv PASS: test-expandargv-0. PASS: test-expandargv-1. PASS: test-expandargv-2. PASS: test-expandargv-3. PASS: test-expandarg

[lfs-support] Binutils tests problem

2013-05-08 Thread Antony Vincent
Hi! I have a problem with the binutils tests in chapter 6. After the command make -k check, I got this: ./test-expandargvPASS: test-expandargv-0.PASS: test-expandargv-1.PASS: test-expandargv-2.PASS: test-expandargv-3.PASS: test-expandargv-4.PASS: test

Re: [lfs-support] 6.13 Binutils test suite fails one test

2013-04-07 Thread loki
On Sun, 2013-04-07 at 14:55 -0500, Bruce Dubbs wrote: > > gcc uses a lot of space. Allocate about 2G of swap and it should be OK, > but slow. > >-- Bruce > Working. THX... -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Uns

Re: [lfs-support] 6.13 Binutils test suite fails one test

2013-04-07 Thread Bruce Dubbs
loki wrote: > On Tue, 2013-03-19 at 17:38 -0500, Bruce Dubbs wrote: > > > >> I took a look and the file you want is >> binutils-build/gas/testsuite/gas.log. I can't reproduce your failure, >> so you need to look. What I have is: > > > Have the same pro

Re: [lfs-support] 6.13 Binutils test suite fails one test

2013-04-07 Thread loki
On Tue, 2013-03-19 at 17:38 -0500, Bruce Dubbs wrote: > I took a look and the file you want is > binutils-build/gas/testsuite/gas.log. I can't reproduce your failure, > so you need to look. What I have is: Have the same problem. Here's the relevant part: PASS: i386 sp

Re: [lfs-support] Binutils First compilation.

2013-04-07 Thread Ken Moffat
On Sun, Apr 07, 2013 at 10:20:46AM +0200, Pierre Labastie wrote: > Le 06/04/2013 23:50, Ken Moffat a écrit : > > > googling for 'powers of e' suggests e*8 is 2,980.9579870409 so the > > file was approx 8346 seconds in the future, or about 2 hours 20 in > > coarse figures. > Not very important, but

Re: [lfs-support] Binutils First compilation.

2013-04-07 Thread Pierre Labastie
Le 06/04/2013 23:50, Ken Moffat a écrit : > googling for 'powers of e' suggests e*8 is 2,980.9579870409 so the > file was approx 8346 seconds in the future, or about 2 hours 20 in > coarse figures. Not very important, but I would think that 2.8e+08 is the C notation for floating point real, that i

Re: [lfs-support] Binutils First compilation.

2013-04-06 Thread francisco martinez
> > > • The package or section the problem was encountered in : Binutils first > > compilation > > • The exact error message or symptom being received : No error message > > • Note whether you have deviated from the book at all : didnt deviate. > > > > My

Re: [lfs-support] Binutils First compilation.

2013-04-06 Thread Ken Moffat
don't see anything obviously inadequate - if our stated versions are correct ] > > • The package or section the problem was encountered in : Binutils first > compilation > • The exact error message or symptom being received : No error message > • Note whether you have deviated from th

[lfs-support] Binutils First compilation.

2013-04-06 Thread francisco martinez
The version of the book being used (in this case 7.3) • The host distribution and version being used to create LFS : Debian • The output from the Section vii, “Host System Requirements” [xviii] : bash, version 4.1.5(1)-release /bin/sh -> /bin/bash Binutils: (GNU Binutils for Debian) 2.20.1-sys

Re: [lfs-support] Problems in Binutils Pass 2

2013-04-05 Thread Alex Stefan Kaye
nks for the reply. I definitely set them last night, and I just tried again this morning, checking them before configuring: lfs@voxbox-dev:/mnt/lfs/sources/binutils-build$ CC=$LFS_TGT-gcc lfs@voxbox-dev:/mnt/lfs/sources/binutils-build$ AR=$LFS_TGT-ar lfs@voxbox-dev:/mnt/lfs/sources/binutils-build$ RA

Re: [lfs-support] Problems in Binutils Pass 2

2013-04-05 Thread Pierre Labastie
Le 05/04/2013 12:22, Alex Stefan Kaye a écrit : > Thanks for the reply. I definitely set them last night, and I just > tried again this morning, checking them before configuring: > lfs@voxbox-dev:/mnt/lfs/sources/binutils-build$ CC=$LFS_TGT-gcc > lfs@voxbox-dev:/mnt/lfs/sources/binuti

Re: [lfs-support] Problems in Binutils Pass 2

2013-04-05 Thread Alex Stefan Kaye
Thanks for the reply. I definitely set them last night, and I just tried again this morning, checking them before configuring: lfs@voxbox-dev:/mnt/lfs/sources/binutils-build$ CC=$LFS_TGT-gcc lfs@voxbox-dev:/mnt/lfs/sources/binutils-build$ AR=$LFS_TGT-ar lfs@voxbox-dev:/mnt/lfs/sources/binutils

Re: [lfs-support] Problems in Binutils Pass 2

2013-04-04 Thread Pierre Labastie
Le 04/04/2013 23:05, Alex Stefan Kaye a écrit : > Hi all, > > I've just started my LFS journey, and I've hit upon a problem when > running configure during binutils pass 2. I've not deviated from the > book at all (discounting any mistakes I've not noticed

[lfs-support] Problems in Binutils Pass 2

2013-04-04 Thread Alex Stefan Kaye
Hi all, I've just started my LFS journey, and I've hit upon a problem when running configure during binutils pass 2. I've not deviated from the book at all (discounting any mistakes I've not noticed - it's late here, but I've been careful). The error: checking

Re: [lfs-support] 5.8. Binutils-2.23.1 - Pass 2 configure: error: C compiler cannot create executables

2013-03-31 Thread سید احمد حسینی
Thank you, Mr. pierre.labastieThe recompile will solve > Date: Sun, 31 Mar 2013 15:12:19 +0200 > From: pierre.labas...@neuf.fr > To: lfs-support@linuxfromscratch.org > Subject: Re: [lfs-support] 5.8. Binutils-2.23.1 - Pass 2 configure: error: C > compiler cannot create executable

Re: [lfs-support] 5.8. Binutils-2.23.1 - Pass 2 configure: error: C compiler cannot create executables

2013-03-31 Thread Pierre Labastie
Le 31/03/2013 14:20, سید احمد حسینی a écrit : > hi > in > http://www.linuxfromscratch.org/lfs/view/7.3/chapter05/binutils-pass2.html > > [...] > configure:4063: checking for C compiler default output file name > configure:4085: x86_64-lfs-linux-gnu-gcc conftest.c >&5

[lfs-support] Binutils-2.23.2 - Pass 1 build error.

2013-03-28 Thread xinglp
log is ../../../binutils-2.23.2/bfd/doc/bfd.texinfo:325: unknown command `colophon' ../../../binutils-2.23.2/bfd/doc/bfd.texinfo:336: unknown command `cygnus' -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See

Re: [lfs-support] 6.13 Binutils test suite fails one test

2013-03-19 Thread Bruce Dubbs
seem to find it. > The host is a VirtualBox VM running Debian 6.0. Please delete the portions of the reply (that were below this). I took a look and the file you want is binutils-build/gas/testsuite/gas.log. I can't reproduce your failure, so you need to look. What I have is: ../as-n

Re: [lfs-support] 6.13 Binutils test suite fails one test

2013-03-19 Thread Srdan Dukic
> > I'm working through the latest LFS book and am at chapter 6.13 ( > > http://www.linuxfromscratch.org/lfs/view/stable/chapter06/binutils.html > ). > > The compilation on that page does not throw any errors, however when I > run > > the test suite with "

Re: [lfs-support] 6.13 Binutils test suite fails one test

2013-03-18 Thread Bruce Dubbs
make check" one of the tests fails. Specifically: > > Running /sources/binutils-2.23.1/gas/testsuite/gas/i386/i386.exp ... Yes, it's supposed to do that. gas is the assembler. > FAIL: gas/i386/rept I'm afraid I don't recall seeing that before. Is that the only

[lfs-support] 6.13 Binutils test suite fails one test

2013-03-18 Thread Srdan Dukic
cally: Running /sources/binutils-2.23.1/gas/testsuite/gas/i386/i386.exp ... FAIL: gas/i386/rept I've looked at the test file in question, but can't see anything obvious, other than that the host is running i686 architecture, while the system is testing i386. Also, the error message i

Re: [lfs-support] LFS : 7.2 | Compilation Problem in Binutils-2.22

2013-03-01 Thread stosss
On Fri, Mar 1, 2013 at 2:54 AM, Rubin Saifi wrote: > Dear LFS community , > i am getting this error on binutils-2.22 when issuing "make -c check" > command > > PASS: test-expandargv-3. > PASS: test-expandargv-4. > PASS: test-expandargv-5. > PASS: test-expandar

[lfs-support] LFS : 7.2 | Compilation Problem in Binutils-2.22

2013-02-28 Thread Rubin Saifi
Dear LFS community ,i am getting this error on binutils-2.22 when issuing "make -c check" command PASS: test-expandargv-3.PASS: test-expandargv-4.PASS: test-expandargv-5.PASS: test-expandargv-6.make[3]: Leaving directory `/sources/binutils-build/libiberty/testsuite'make[2]: Le

  1   2   3   4   5   6   7   8   9   10   >