Re: [lfs-support] Binutils 2.34 error

2020-03-22 Thread Pierre Labastie
Le 22/03/2020 à 11:28, Pierre Labastie a écrit : > Le 22/03/2020 à 11:07, spiky0011 a écrit : >> Hi >> >> I,m having an error with Binutils-2.34 make ch6 lfs-systemd svn version >> >> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr

Re: [lfs-support] Test failures in vim-8.2.0486 with gcc-10.

2020-05-24 Thread Pierre Labastie
On Sun, 2020-05-24 at 01:22 -0500, Bruce Dubbs wrote: > On 5/24/20 12:27 AM, Ken Moffat wrote: > > On Sun, May 24, 2020 at 04:11:53AM +0100, Ken Moffat wrote: > > > This is LFS r11848 cross-chap5 branch from 13th May and I'm > > > trying > > > to understand why tests fail (although I don't always

Re: [lfs-support] GCC no longer searches for the correct header files after re-entering chroot environment

2020-09-28 Thread Pierre Labastie
On Mon, 2020-09-28 at 10:29 -0400, Jared Stevens wrote: > Good day, > > I am hoping you all will be able to help me with a problem that has > been troubling me all weekend. > > I am building LFS through an Ubuntu VM (to eventually have LFS on a > VM disk) following the 10.0 systemd instructions.

Re: [lfs-support] DEV: Text and code do not match

2020-05-28 Thread Pierre Labastie
On Thu, 2020-05-28 at 14:16 +0200, Frans de Boer wrote: > LS, > > Pierre has described a change "Add a symlink from /tools/share/locale > to > /usr/share/locale/locale-archive, ..." > > The code refers to .../lib/locale and /usr/lib/locale is not created > in 6.5. > Ooops: will fix this ASAP.

Re: [lfs-support] DEV: Text and code do not match

2020-05-29 Thread Pierre Labastie
On Fri, 2020-05-29 at 13:34 +0200, Frans de Boer wrote: > On 28-05-2020 15:08, Pierre Labastie wrote: > > On Thu, 2020-05-28 at 14:16 +0200, Frans de Boer wrote: > > > LS, > > > > > > Pierre has described a change "Add a symlink from > > > /t

Re: [lfs-support] DEV: Text and code do not match

2020-05-29 Thread Pierre Labastie
On Fri, 2020-05-29 at 15:45 +0200, Frans de Boer wrote: > On 29-05-2020 14:33, Pierre Labastie wrote: > > On Fri, 2020-05-29 at 13:34 +0200, Frans de Boer wrote: > > > On 28-05-2020 15:08, Pierre Labastie wrote: > > > > On Thu, 2020-05-28 at 14:16 +0200, Fra

Re: [lfs-support] DEV: Text and code do not match

2020-05-30 Thread Pierre Labastie
On Fri, 2020-05-29 at 14:39 -0600, Flareon Zulu wrote: > > > On Fri, May 29, 2020, 14:37 Frans de Boer wrote: > > On 29-05-2020 21:09, Flareon Zulu wrote: > > > > > > On Fri, May 29, 2020, 13:03 Frans de Boer > > > wrote: > > > > > > > > > > > > Found it. Remember I could not find the

Re: [lfs-support] SIGFPE not generated by raise

2020-05-27 Thread Pierre Labastie
On Wed, 2020-05-27 at 00:27 -0500, Bruce Dubbs wrote: > On 5/26/20 11:43 PM, Xi Ruoyao wrote: > > On 2020-05-26 18:17 +0100, Ken Moffat wrote: > > > I'm trying to discover why two tests in the testsuite for 'check' > > > always fail for me. I've now got a response that the tests raise > > >

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 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

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

2020-10-27 Thread Pierre Labastie
On Mon, 2020-10-26 at 16:08 -0600, Alexander Brassel wrote: > 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 >

Re: [lfs-support] Development (v10) LFS

2020-06-19 Thread Pierre Labastie
On Fri, 2020-06-19 at 21:13 +0200, Frans de Boer wrote: > Dear all, > > I follow every step but always stumble on the '$LFS_TGT-gcc dummy.c' > - > in the first glibc.c section - in that crti.o can't be located by ld. > Looking for crti.o, I find it residing in the $LFS/usr/lib64 > directory.

Re: [lfs-support] Development (v10) LFS

2020-06-20 Thread Pierre Labastie
On Sat, 2020-06-20 at 14:20 +0200, Frans de Boer wrote: > On 20-06-2020 13:12, Xi Ruoyao wrote: > > On 2020-06-20 13:02 +0200, Frans de Boer wrote: > > > On 19-06-2020 22:33, Frans de Boer wrote: > > > > On 19-06-2020 22:15, Pierre Labastie wrote: > > > >

Re: [lfs-support] Explain devel. chapter 5 and 6

2020-06-28 Thread Pierre Labastie
On Sun, 2020-06-28 at 15:43 +0200, Frans de Boer wrote: > On 28-06-2020 15:16, Pierre Labastie wrote: > > On Sun, 2020-06-28 at 13:42 +0200, Frans de Boer wrote: > > > LS, > > > > > > Currently, the previous chapter 5 has been split into 3 separate >

Re: [lfs-support] Explain devel. chapter 5 and 6

2020-06-28 Thread Pierre Labastie
On Sun, 2020-06-28 at 13:42 +0200, Frans de Boer wrote: > LS, > > Currently, the previous chapter 5 has been split into 3 separate > chapters. It is obvious why the new chapter 7 exists. > However, chapter 5 and 6 are a bit puzzling. There are no extra > actions > between chapter 6 and 5, in

Re: [lfs-support] xg++: error: unrecognized command-line option '-funconfigured-libstdc++-v3' when compiling GCC 1st pass

2021-01-11 Thread Pierre Labastie
On Mon, 2021-01-11 at 13:31 +0100, coolnodje wrote: > > > Anyway, good tip to redirect stdout, should be standard. > Makes the output much more readable even though still quite long in > this > case: stderr: https://pastebin.com/204fpTzi Hmmm, using cross-tools not prefixed with host triplet

Re: [lfs-support] groff installation section 8.57

2020-12-14 Thread Pierre Labastie
On Mon, 2020-12-14 at 14:17 +, James Read wrote: > I have run into a slight problem with section 8.57.1 Installation of > Groff. When I use the command: > > PAGE= ./configure --prefix=/usr > > It gives the following error: > > bash: paper_size: No such file or directory > > Is this a

Re: [lfs-support] xg++: error: unrecognized command-line option '-funconfigured-libstdc++-v3' when compiling GCC 1st pass

2021-01-08 Thread Pierre Labastie
On Fri, 2021-01-08 at 10:51 +0100, coolnodje wrote: > Hi, > I'm using a Debian latest as host system and have met the following > problem when trying to compile GCC-10.2.0 - Pass 1, following > instructions from > http://linuxfromscratch.org/lfs/view/stable/chapter05/gcc-pass1.html > > xg++:

Re: [lfs-support] Ncurses install 6.3.1 error in "tic" program build

2021-01-15 Thread Pierre Labastie
On Fri, 2021-01-15 at 17:44 +0100, coolnodje wrote: > Many thanks! I wasn't aware of the creation of the config.log > > I was looking at the configure file itself trying to figure out what > would have gone wrong. > > In this case the error seems pretty clear: option -V doesn't seem to > be >

Re: [lfs-support] xg++: error: unrecognized command-line option '-funconfigured-libstdc++-v3' when compiling GCC 1st pass

2021-01-12 Thread Pierre Labastie
On Tue, 2021-01-12 at 20:37 +0100, coolnodje wrote: > GCC compilation went well after fixing PATH from .bashrc > > > But oddly the problem when using `su - lfs` comes from .bash_profile, > containing > exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash as defined > in the book. > >

[lfs-support] Apologies

2021-01-31 Thread Pierre Labastie
Hi, A lot of the subscribers of this list have received a weird message telling they were subscribed to lfs-supp...@list3.linuxfromscratch.org (note a '3' instead of a 's' after 'list'). TL;DR: the list above is a prototype list, not to be used (now), and I made an error, please excuse me. The

Re: [lfs-support] fatal error: bits/c++config.h: No such file or directory

2021-02-07 Thread Pierre Labastie
On Sun, 2021-02-07 at 11:26 -0600, paul rogers wrote: > On Sunday, February 7, 2021 6:26:29 AM CST Pierre Labastie wrote: > > On Sun, 2021-02-07 at 01:18 -0600, p...@kemascraft.com wrote: > > > I'm working through the LFS 10.0 book. I got the error: " fatal > > >

Re: [lfs-support] fatal error: bits/c++config.h: No such file or directory

2021-02-07 Thread Pierre Labastie
On Sun, 2021-02-07 at 13:20 -0600, paul rogers wrote: > On Sunday, February 7, 2021 12:11:09 PM CST Pierre Labastie wrote: > > On Sun, 2021-02-07 at 11:26 -0600, paul rogers wrote: > > > On Sunday, February 7, 2021 6:26:29 AM CST Pierre Labastie wrote: > > > > On Sun

Re: [lfs-support] fatal error: bits/c++config.h: No such file or directory

2021-02-08 Thread Pierre Labastie
On Sun, 2021-02-07 at 21:49 -0600, paul rogers wrote: > On Sunday, February 7, 2021 2:54:42 PM CST Paul rogers wrote: > > On Sunday, February 7, 2021 2:33:02 PM CST Pierre Labastie wrote: > > > On Sun, 2021-02-07 at 13:20 -0600, paul rogers wrote: > > > > On Sunday

Re: [lfs-support] Compile file 5.39 (dev)

2021-02-04 Thread Pierre Labastie
On Thu, 2021-02-04 at 21:50 +0100, Frans de Boer wrote: > On 04/02/2021 21:21, Pierre Labastie wrote: > > On Thu, 2021-02-04 at 20:03 +0100, Frans de Boer wrote: > > > On 04/02/2021 16:22, Scott Andrews wrote: > > > > On 2/4/21 9:14 AM, Frans de Boer wrote:

Re: [lfs-support] Compile file 5.39 (dev)

2021-02-04 Thread Pierre Labastie
On Thu, 2021-02-04 at 17:11 -0500, Scott Andrews wrote: > > On 2/4/21 4:46 PM, Pierre Labastie wrote: > > On Thu, 2021-02-04 at 21:50 +0100, Frans de Boer wrote: > > > On 04/02/2021 21:21, Pierre Labastie wrote: > > > > On Thu, 2021-02-04 at 20:03 +0100, Frans

Re: [lfs-support] Compile error glibc2.33 -> binutils-2.36.1

2021-02-10 Thread Pierre Labastie
On Tue, 2021-02-09 at 17:14 -0500, Jean-Marc Pigeon wrote: > Hello, > On Tue, 2021-02-09 at 18:27 +, Ken Moffat wrote: > > On Tue, Feb 09, 2021 at 12:29:14AM +, Ken Moffat wrote: > > > On Mon, Feb 08, 2021 at 03:52:35AM +, Ken Moffat wrote: > > > > > > > > ../configure --prefix=/usr   

Re: [lfs-support] Compile error glibc2.33 -> binutils-2.36.1

2021-02-10 Thread Pierre Labastie
On Wed, 2021-02-10 at 21:03 +, Ken Moffat wrote: > On Wed, Feb 10, 2021 at 08:49:56PM +, Ken Moffat wrote: > > > > > > Looks like I need to change the Frame pointer unwinder to the > > > ORC unwinder to have the same config as you. > > > > > > > The benefits of the ORC unwinder are

Re: [lfs-support] Compile error glibc2.33 -> binutils-2.36.1

2021-02-10 Thread Pierre Labastie
On Wed, 2021-02-10 at 16:32 +, Ken Moffat wrote: > On Wed, Feb 10, 2021 at 10:44:31AM +0100, Pierre Labastie wrote: > > On Tue, 2021-02-09 at 17:14 -0500, Jean-Marc Pigeon wrote: > > > Hello, > > > On Tue, 2021-02-09 at 18:27 +, Ken Moffat wrote: > > >

Re: [lfs-support] segfault building kernel (was: Compile error glibc2.33 -> binutils-2.36.1)

2021-02-10 Thread Pierre Labastie
On Wed, 2021-02-10 at 20:04 +, Ken Moffat wrote: > The segfault is in objtool (see my reply to Pierre) and the output > object file got deleted.  I was using 5.14.1, my gzipped config, > objtool and core dump are now at > http://www.linuxfromscratch.org/~ken/tmp/ > The core file returns

Re: [lfs-support] Compile error glibc2.33 -> binutils-2.36.1

2021-02-11 Thread Pierre Labastie
On Thu, 2021-02-11 at 12:28 +0800, Xi Ruoyao wrote: > On 2021-02-10 21:57 -0500, Jean-Marc Pigeon wrote: > > Bonjour Xi (hello the list), > > > > On Thu, 2021-02-11 at 10:51 +0800, Xi Ruoyao wrote: > > > On 2021-02-10 22:47 +0100, Pierre Labastie wrote: > > &

Re: [lfs-support] Issues with toolchain build ...

2021-03-24 Thread Pierre Labastie
On Wed, 2021-03-24 at 12:55 +0100, Patrick Frisch wrote: > Hi there, >  I'm a big fan of the LFS project and build a system from time to time. My > last build was a bit outdated so I decided to begin from scratch. I realized, > that there are major changes in the build procedure for the toolchain

Re: [lfs-support] Issues with toolchain build ...

2021-03-24 Thread Pierre Labastie
On Wed, 2021-03-24 at 15:15 +0100, Patrick Frisch wrote: > Hi Pierre, > > thank you for your reply > > Am 24.03.21 um 14:37 schrieb Pierre Labastie: > > The `cp' command copies "include" and all its subdirs to $LFS/usr. So > > they land > > where t

Re: [lfs-support] Issues with toolchain build ...

2021-03-24 Thread Pierre Labastie
On Wed, 2021-03-24 at 17:07 +0100, Patrick Frisch wrote: > > Am 24.03.21 um 13:12 schrieb Scott Andrews: > > > > echo $LFS > > > > Looks like it wasn't set > > > > > > > > No, $LFS is set almost always to /mnt/lfs, as it was in this case, but > the cause for the error was found already. >

Re: [lfs-support] YIKES: /etc/init.d/rc

2021-03-16 Thread Pierre Labastie
On Tue, 2021-03-16 at 12:35 -0400, Scott Andrews wrote: > > I am in the process of adding ipv6 to the the network scripts > > Yes, I have read IPv6-in-LFS.txt and that isn't the proper way to add > ipv6 to the bootscripts in my opinion. Good information wrong > implementation. I am looking to

Re: [lfs-support] Boot scripts: request for comments

2021-03-18 Thread Pierre Labastie
On Thu, 2021-03-18 at 14:32 -0400, Scott Andrews wrote: > On Thu, 18 Mar 2021 11:51:09 -0500 > Bruce Dubbs wrote: > > > On 3/18/21 11:21 AM, Scott Andrews wrote: > > > > > > I am presently looking at and working on the LFS boot scripts. > > > They are in my opinion very rough state. > > > > >

Re: [lfs-support] Boot scripts: request for comments

2021-03-19 Thread Pierre Labastie
On Thu, 2021-03-18 at 20:05 -0400, Scott Andrews wrote: > On Thu, 18 Mar 2021 22:17:07 +0100 > Pierre Labastie wrote: > > > On Thu, 2021-03-18 at 14:32 -0400, Scott Andrews wrote: > > > On Thu, 18 Mar 2021 11:51:09 -0500 > > > Bruce Dubbs wrote: > >

Re: [lfs-support] Boot scripts: request for comments

2021-03-19 Thread Pierre Labastie
;    # initialize status as "OK" >    SCRIPT_STAT="0" >    if [[ ! -h "${i}" ]]; then >   log_warning_msg "${i} is not a valid symlink." >   SCRIPT_STAT="1" >    fi >    if [[ ! -x "${i}" ]]; then >   log_warning_

Re: [lfs-support] Boot scripts: request for comments

2021-03-19 Thread Pierre Labastie
On Fri, 2021-03-19 at 07:24 -0400, Scott Andrews wrote: > On Fri, 19 Mar 2021 07:09:06 +0100 > Pierre Labastie wrote: > > > > > Using brackets depends on "something". If something is a predicate, > > you need brackets. If something is a (compound) comm

Re: [lfs-support] Boot scripts: request for comments

2021-03-20 Thread Pierre Labastie
On Sat, 2021-03-20 at 07:09 -0400, Scott Andrews wrote: > On Fri, 19 Mar 2021 23:26:01 +0100 > Pierre Labastie wrote: > > > On Fri, 2021-03-19 at 07:24 -0400, Scott Andrews wrote: > > > On Fri, 19 Mar 2021 07:09:06 +0100 > > > Pierre Labastie wrote: > &g

Re: [lfs-support] Trouble in Installing Basic System Software

2021-04-07 Thread Pierre Labastie
On Wed, 2021-04-07 at 17:48 +0300, Yasin YILMAZ wrote: > Hello, I am having problems in the "8.5. Glibc-2.33" part of the "Chapter 8. > Installing Basic System Software" stage, while creating LFS on the operating > system with Debian 10 Buster GNOME interface. All the details are below. > > OS: 

Re: [lfs-support] Compile error glibc2.33

2021-02-05 Thread Pierre Labastie
On Fri, 2021-02-05 at 20:54 +0100, Frans de Boer wrote: > On 05/02/2021 20:16, Frans de Boer wrote: >   > >   > > On 05/02/2021 16:25, xry...@mengyan1223.wang wrote: > >   > > >   > > > Hi Frans,  > > > > > > Could you send the result of > > > > > > $LFS_TGT-readelf -a $LFS/lib/libc.so.6 | grep

Re: [lfs-support] Compile file 5.39 (dev)

2021-02-04 Thread Pierre Labastie
On Thu, 2021-02-04 at 20:03 +0100, Frans de Boer wrote: > On 04/02/2021 16:22, Scott Andrews wrote: > > > > On 2/4/21 9:14 AM, Frans de Boer wrote: > > > The new instructions for compiling file-5.39 in the first phase, > > > are > > > incomplete. As it turns out, you can only compile file when

Re: [lfs-support] Compile file 5.39 (dev)

2021-02-04 Thread Pierre Labastie
On Thu, 2021-02-04 at 21:21 +0100, Pierre Labastie wrote: > On Thu, 2021-02-04 at 20:03 +0100, Frans de Boer wrote: > > On 04/02/2021 16:22, Scott Andrews wrote: > > > > > > On 2/4/21 9:14 AM, Frans de Boer wrote: > > > > The new instructions for compili

Re: [lfs-support] Compile error glibc2.33

2021-02-06 Thread Pierre Labastie
On Sat, 2021-02-06 at 13:43 +0100, Frans de Boer wrote: > On 05/02/2021 21:35, Pierre Labastie wrote: > > On Fri, 2021-02-05 at 20:54 +0100, Frans de Boer wrote: > > > On 05/02/2021 20:16, Frans de Boer wrote: > > >   > > > >   > > > >

Re: [lfs-support] fatal error: bits/c++config.h: No such file or directory

2021-02-07 Thread Pierre Labastie
On Sun, 2021-02-07 at 01:18 -0600, p...@kemascraft.com wrote: > I'm working through the LFS 10.0 book. I got the error: " fatal > error: bits/c+ > +config.h: No such file or directory". The file exist. I'm at > 8.6.1. Installation of DejaGNU. and ran the "make check." command. > I'm trying > to

Re: [lfs-support] Problem with grub and patch to dev.

2021-02-07 Thread Pierre Labastie
On Sun, 2021-02-07 at 14:15 +0100, Pierre Labastie wrote: > On Sun, 2021-02-07 at 13:38 +0100, Frans de Boer wrote: > > LS, > > > > Finally had a change to finish the LFS build. Alas, the grub- > > install > > reported the old error "Decompression is too

Re: [lfs-support] Problem with grub and patch to dev.

2021-02-07 Thread Pierre Labastie
On Sun, 2021-02-07 at 13:38 +0100, Frans de Boer wrote: > LS, > > Finally had a change to finish the LFS build. Alas, the grub-install > reported the old error "Decompression is too big". > Here is the solution to add to the section to compile grub: > > # Patch gentpl.py to avoid an error from

Re: [lfs-support] Problem with grub and patch to dev.

2021-02-07 Thread Pierre Labastie
On Sun, 2021-02-07 at 08:26 -0600, Jim Martin wrote: > On 2/7/21 6:38 AM, Frans de Boer wrote: > > LS, > > > > Finally had a change to finish the LFS build. Alas, the grub- > > install > > reported the old error "Decompression is too big". > > Here is the solution to add to the section to

Re: [lfs-support] Problem with grub and patch to dev.

2021-02-20 Thread Pierre Labastie
On Sun, 2021-02-07 at 20:00 +0100, Frans de Boer wrote: > On 07/02/2021 18:19, Bruce Dubbs wrote: > > On 2/7/21 8:11 AM, Pierre Labastie wrote: > > > On Sun, 2021-02-07 at 14:15 +0100, Pierre Labastie wrote: > > > > On Sun, 2021-02-07 at 13:38 +0100, Fra

Re: [lfs-support] how to find out grub boot path

2021-02-21 Thread Pierre Labastie
On Sun, 2021-02-21 at 13:23 +0100, Thomas Seeling wrote: > Hallo, > > > Do I understand correctly that the main question is "which grub.cfg > > will be used by grub at next reboot after running grub-install"? Or > > is > > there more? > > basically yes, but no ;). I want to know where I came

Re: [lfs-support] how to find out grub boot path

2021-02-19 Thread Pierre Labastie
On Fri, 2021-02-19 at 16:02 +0100, Thomas Seeling wrote: > Hallo, > > > > is it possible to query the "breadcrumb" of a grub boot process? > > > Is there a query function that I can use to find out how my > > > system got > > > bootstrapped? > > > Use a single boot partition and install grub to

<    1   2   3   4