Re: [lfs-support] Building Python3

2021-02-09 Thread Ken Moffat
On Tue, Feb 09, 2021 at 03:24:53PM -0500, Baho Utot wrote: > A note should be placed in the book about --with-ensurepip=yes. > > It will not build pip, setuptools and wheel if they are already installed on > the system. > > Rebuilding python3 will not rebuild pip, setuptools and wheel as it detec

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

2021-02-09 Thread Ken Moffat
On Tue, Feb 09, 2021 at 05:14:09PM -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=

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

2021-02-09 Thread Ken Moffat
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\ > > --disable-werror \ > > --enable-kernel=3.2

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

2021-02-09 Thread Jean-Marc Pigeon
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    \ > > > --disable-werror 

[lfs-support] Building Python3

2021-02-09 Thread Baho Utot
A note should be placed in the book about --with-ensurepip=yes. It will not build pip, setuptools and wheel if they are already installed on the system. Rebuilding python3 will not rebuild pip, setuptools and wheel as it detects that they are already installed on the system. Even if they ar

Re: [lfs-support] Compiling M4 on GCC 10.2

2021-02-09 Thread Xi Ruoyao
On 2021-02-09 16:11 +0100, Viktor Engelmann wrote: > Hello everyone, > > I'm building LFS 10.0 on a fully updated Manjaro Linux on an x86_64 for > x86_64. > > When I compile M4 (chapter 6.2), I get two errors: > >  - gcc complains about a void function ("fault_handler") being declared > as "pure

[lfs-support] Compiling M4 on GCC 10.2

2021-02-09 Thread Viktor Engelmann
Hello everyone, I'm building LFS 10.0 on a fully updated Manjaro Linux on an x86_64 for x86_64. When I compile M4 (chapter 6.2), I get two errors:  - gcc complains about a void function ("fault_handler") being declared as "pure" in line 146 of m4.c  - gcc complains about the flag -Wabi which is