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