Re: [lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-26 Thread Louis Rine
Yep, 'sudo make install' turned out to be my problem, too. I'm not sure if I forgot to chown $LFS/tools or just used it out of habit, but either way doing it again and following the directions correctly fixed the problem for me. I didn't say anything because I also felt a little silly taking up peo

Re: [lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-23 Thread Enrique Larraia
Doh! In section 4.3 I overlooked the command: chown -v lfs $LFS/tools That's why I had to use 'sudo make install'' for $LFS/tools= /mnt/lfs/tools. I changed the owner of $LFS/tools to lfs user now. Sorry for wasting your time guys, but thanks anyway. kike 2014/1/22 Bruce Dubbs > Enrique L

Re: [lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-22 Thread Bruce Dubbs
Enrique Larraia wrote: > 2014/1/22 Pierre M.R. > >> Enrique Larraia wrote: >>> Not sure how to check this. >> To be rude. I would edit gcc-build/libtool to add at line 1121: echo $PATH >> > > Yeah, this solved the issue. Now I figured out what was going on. On > adding echo $PATH at the beginning

Re: [lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-22 Thread Enrique Larraia
2014/1/22 Pierre M.R. > Enrique Larraia wrote: > > Not sure how to check this. > To be rude. I would edit gcc-build/libtool to add at line 1121: echo $PATH > Yeah, this solved the issue. Now I figured out what was going on. On adding echo $PATH at the beginning of the problematic function in li

Re: [lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-22 Thread Pierre M.R.
Enrique Larraia wrote: > Not sure how to check this. To be rude. I would edit gcc-build/libtool to add at line 1121: echo $PATH Pierre -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: [lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-22 Thread Enrique Larraia
Hi, Thanks for the replies. First, yes, I removed directories gcc-4.8.1 and gcc-build before start building libstdc++-4.8.1, so this shouldn't be a problem... The 686-lfs-linux-gnu-ranlib file is there (together with many others) and is executable lfs@tornasol:/mnt/lfs/tools/bin$ ls -l i686-lfs-l

Re: [lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-22 Thread Ken Moffat
On Wed, Jan 22, 2014 at 11:40:44AM +0100, Pierre M.R. wrote: > Enrique Larraia wrote: > > libtool: install: i686-lfs-linux-gnu-ranlib /tools/lib/libsupc++.a > > ../libtool: line 1132: i686-lfs-linux-gnu-ranlib: command not found > The error message comes from bash. It looks like 'make install' rese

Re: [lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-22 Thread Pierre M.R.
Enrique Larraia wrote: > libtool: install: i686-lfs-linux-gnu-ranlib /tools/lib/libsupc++.a > ../libtool: line 1132: i686-lfs-linux-gnu-ranlib: command not found The error message comes from bash. It looks like 'make install' reset the shell PATH. I would suspect some security magics like selinux.

Re: [lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-21 Thread Bruce Dubbs
Ken Moffat wrote: > On Wed, Jan 22, 2014 at 12:23:26AM +, Ken Moffat wrote: >> On Tue, Jan 21, 2014 at 09:53:03PM +, Enrique Larraia wrote: >> >> Your error was >>> libtool: install: chmod 644 /tools/lib/libsupc++.a >>> libtool: install: i686-lfs-linux-gnu-ranlib /tools/lib/libsupc++.a >>

Re: [lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-21 Thread Ken Moffat
On Wed, Jan 22, 2014 at 12:23:26AM +, Ken Moffat wrote: > On Tue, Jan 21, 2014 at 09:53:03PM +, Enrique Larraia wrote: > > Your error was > > libtool: install: chmod 644 /tools/lib/libsupc++.a > > libtool: install: i686-lfs-linux-gnu-ranlib /tools/lib/libsupc++.a > > ../libtool: line 1132

Re: [lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-21 Thread Ken Moffat
On Tue, Jan 21, 2014 at 09:53:03PM +, Enrique Larraia wrote: > Hi all, > > I'm experiencing the same issue as Louis Rine in this thread: > > https://www.mail-archive.com/lfs-support@linuxfromscratch.org/msg21373.html > > I'm unsure whether or not reply to the cited thread, or create one on m

[lfs-support] 5.8 Libstdc++4.8.1 compilation error also on 32-bits architecture

2014-01-21 Thread Enrique Larraia
Hi all, I'm experiencing the same issue as Louis Rine in this thread: https://www.mail-archive.com/lfs-support@linuxfromscratch.org/msg21373.html I'm unsure whether or not reply to the cited thread, or create one on my own. I apologize if this causes a duplication of the same topic :( I got the