Re: [lfs-support] make -k check failure for binutils ch 8.18

2020-10-26 Thread Pierre Labastie
Please do not top post... On Mon, 2020-10-26 at 13:54 -0600, Alexander Brassel wrote: > Hi Ken, > > > The libgcc_s files should have been installed in $LFS/usr in gcc > > pass 2 at the end of chapter 6.  $LFS should be /mnt/lfs.  The only > > packages installed in /mnt/lfs/tools are binutils

Re: [lfs-support] make -k check failure for binutils ch 8.18

2020-10-26 Thread Alexander Brassel
Additionally, here is running sed: ``` make DESTDIR=$LFS install cd .. cd .. cd gcc ls case $(uname -m) in x86_64) sed -e '/m64=/s/lib64/lib/' -i.orig gcc/config/i386/t-linux64; ;; esac rm -rf build mkdir build && cd build cat $LFS_TGT mkdir -pv $LFS_TGT/libgcc ln -s

Re: [lfs-support] make -k check failure for binutils ch 8.18

2020-10-26 Thread Alexander Brassel
> > Please do not top post... > Sorry! It seems as if gmail does this by default. I've attempted to get rid of it. Note, a listing of /usr/lib64 may give some clue. I did make a symlink for libgcc_s.so to /usr/lib earlier if I recall to address another issue. Here is `/usr/lib64`: ```

Re: [lfs-support] make -k check failure for binutils ch 8.18

2020-10-26 Thread Alexander Brassel
Hi Ken, The libgcc_s files should have been installed in $LFS/usr in gcc > pass 2 at the end of chapter 6. $LFS should be /mnt/lfs. The only > packages installed in /mnt/lfs/tools are binutils pass 1 and gcc > pass 1. > That's interesting. When I check the LFS users history, I find the

Re: [lfs-support] make -k check failure for binutils ch 8.18

2020-10-26 Thread Ken Moffat
On Mon, Oct 26, 2020 at 11:46:23AM -0600, Alexander Brassel wrote: > When running the check, I see errors reported about missing libgcc_s.so.1 > > ``` > make[5]: *** [Makefile:9399: gdb_index_test_1] Error 1 > make[5]: Target 'gdb_index_test_1.stdout' not remade because of errors. > `echo g++ -W

Re: [lfs-support] make -k check failure for binutils ch 8.18

2020-10-26 Thread Pierre Labastie
On Mon, 2020-10-26 at 21:53 +0100, Pierre Labastie wrote: > Please do not top post... > > On Mon, 2020-10-26 at 13:54 -0600, Alexander Brassel wrote: > > Hi Ken, > > > > > The libgcc_s files should have been installed in $LFS/usr in gcc > > > pass 2 at the end of chapter 6.  $LFS should be

Re: [lfs-support] Make -k test failed - on 8.18. Binutils-2.35

2020-10-26 Thread Hideo
El vie., 23 oct. 2020 a las 20:27, Bruce Dubbs () escribió: > > On 10/23/20 12:51 PM, Hideo wrote: > > El vie., 23 oct. 2020 a las 18:58, Bruce Dubbs > > () escribió: > >> > >> On 10/23/20 11:28 AM, Hideo wrote: > >>> Dear Team, > >>> > >>> I have this error when run a make -k check: > >>> > >>>

[lfs-support] make -k check failure for binutils ch 8.18

2020-10-26 Thread Alexander Brassel
When running the check, I see errors reported about missing libgcc_s.so.1 ``` make[5]: *** [Makefile:9399: gdb_index_test_1] Error 1 make[5]: Target 'gdb_index_test_1.stdout' not remade because of errors. `echo g++ -W -Wall-Wstack-usage=262144 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64