[lfs-support] Wrong package installed - how to fix?

2014-02-14 Thread Oshadha Gunawardena
Hi all, I have started building my second LFS system but ran in to a trouble. I have compiled and installed wrong Binutils package from wrong wget-list which is not tally with the book 7.4 So how do I fix this issue? Is there a way to uninstall this package and start compiling again or do I have

Re: [lfs-support] Wrong package installed - how to fix?

2014-02-14 Thread Oshadha Gunawardena
Yes it's for temporary tools. I just clean the tools dir and start again since it's just the first package (Binutils) On Fri, Feb 14, 2014 at 7:28 PM, Duc Tran 901...@gmail.com wrote: Hello, I have started building my second LFS system but ran in to a trouble. I have compiled and

Re: [lfs-support] Wrong package installed - how to fix?

2014-02-14 Thread Oshadha Gunawardena
I have started the build process but it seems like ended up with errors. config:- ../binutils-2.23.2/configure \ --prefix=/tools \ --with-sysroot=$LFS \ --with-lib-path=/tools/lib \ --target=$LFS_TGT \ --disable-nls \ --disable-werror make:- config.status: creating po/Makefile.in

Re: [lfs-support] Wrong package installed - how to fix?

2014-02-14 Thread akhiezer
Please don't top-post; it makes following the discussion unnecessarily awkward. Date: Fri, 14 Feb 2014 20:01:20 +0530 From: Oshadha Gunawardena oshadha.ro...@gmail.com To: LFS Support List lfs-support@linuxfromscratch.org Subject: Re: [lfs-support] Wrong package installed - how to fix?

Re: [lfs-support] Wrong package installed - how to fix?

2014-02-14 Thread Oshadha Gunawardena
bash, version 4.2.37(1)-release /bin/sh - /bin/dash Binutils: (GNU Binutils for Debian) 2.22 ./v_check.sh: line 8: bison: command not found yacc not found bzip2, Version 1.0.6, 6-Sept-2010. Coreutils: 8.13 diff (GNU diffutils) 3.2 find (GNU findutils) 4.4.2 ./v_check.sh: line 17: gawk: command

Re: [lfs-support] Wrong package installed - how to fix?

2014-02-14 Thread akhiezer
From lfs-support-boun...@linuxfromscratch.org Fri Feb 14 15:38:13 2014 Date: Fri, 14 Feb 2014 21:03:22 +0530 From: Oshadha Gunawardena oshadha.ro...@gmail.com To: LFS Support List lfs-support@linuxfromscratch.org Subject: Re: [lfs-support] Wrong package installed - how to fix? bash,

Re: [lfs-support] Wrong package installed - how to fix?

2014-02-14 Thread Fernando de Oliveira
Em 14-02-2014 12:56, akhiezer escreveu: From lfs-support-boun...@linuxfromscratch.org Fri Feb 14 15:38:13 2014 Date: Fri, 14 Feb 2014 21:03:22 +0530 From: Oshadha Gunawardena oshadha.ro...@gmail.com To: LFS Support List lfs-support@linuxfromscratch.org Subject: Re: [lfs-support] Wrong package

Re: [lfs-support] Wrong package installed - how to fix?

2014-02-14 Thread akhiezer
Date: Fri, 14 Feb 2014 13:35:55 -0300 From: Fernando de Oliveira fam...@yahoo.com.br To: LFS Support List lfs-support@linuxfromscratch.org Subject: Re: [lfs-support] Wrong package installed - how to fix? . . bash, version 4.2.37(1)-release /bin/sh - /bin/dash You have:

[lfs-support] 6.40 automake-1.14.1 and flex-2.5.38

2014-02-14 Thread Frans de Boer
During a BSS rebuild I found that automake generates two errors which stop the auto build. It is introduced by flex-2.5.38, I tried the same with flex-2.5.37 with no errors. I added the next line to the build script for automake because I can't find the cause. All errors complain about a

Re: [lfs-support] 6.40 automake-1.14.1 and flex-2.5.38

2014-02-14 Thread Armin K.
On 02/15/2014 01:29 AM, Frans de Boer wrote: During a BSS rebuild I found that automake generates two errors which stop the auto build. It is introduced by flex-2.5.38, I tried the same with flex-2.5.37 with no errors. Maybe automake needs static flex library which Bruce disabled

Re: [lfs-support] 6.40 automake-1.14.1 and flex-2.5.38

2014-02-14 Thread Bruce Dubbs
Armin K. wrote: On 02/15/2014 01:29 AM, Frans de Boer wrote: During a BSS rebuild I found that automake generates two errors which stop the auto build. It is introduced by flex-2.5.38, I tried the same with flex-2.5.37 with no errors. Maybe automake needs static flex library which Bruce