Re: [lfs-dev] gcc fails to build

2018-11-09 Thread John Frankish via lfs-dev
>>> As an aside, what is the first line of the current script meant >>> to expand to? >>> >>> $ for file in gcc/config/{linux,i386/linux{,64}}.h >>> >>> gcc/config/linux/linux.h >>> gcc/config/linux/linux64.h >>> gcc/config/i386/linux.h >>>

Re: [lfs-dev] lfs 2018-11-08 lvm2 typ error tar file name

2018-11-09 Thread Ken Moffat via lfs-dev
On Fri, Nov 09, 2018 at 05:56:00PM -0500, Jean-Marc Pigeon via lfs-dev wrote: > Hello, > > > lvm2 is point to > https://sourceware.org/pub/lvm2/LVM2.2.03.00.tgz > > Site report "not existing". > there is > https://sourceware.org/pub/lvm2/LVM2.2.03.01.tgz > but not ...03.00.tgz. > > Typo error?

[lfs-dev] lfs 2018-11-08 lvm2 typ error tar file name

2018-11-09 Thread Jean-Marc Pigeon via lfs-dev
Hello, lvm2 is point to https://sourceware.org/pub/lvm2/LVM2.2.03.00.tgz Site report "not existing". there is https://sourceware.org/pub/lvm2/LVM2.2.03.01.tgz but not ...03.00.tgz. Typo error? -- A bientôt === Jean-Marc Pigeon

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread Bruce Dubbs via lfs-dev
On 11/09/2018 11:10 AM, Pierre Labastie via lfs-dev wrote: On 09/11/2018 17:19, Bruce Dubbs via lfs-dev wrote: On 11/09/2018 09:44 AM, Pierre Labastie via lfs-dev wrote: On 09/11/2018 14:30, Pierre Labastie via lfs-dev wrote: On 09/11/2018 13:38, John Frankish via lfs-dev wrote: As an

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread Pierre Labastie via lfs-dev
On 09/11/2018 17:19, Bruce Dubbs via lfs-dev wrote: On 11/09/2018 09:44 AM, Pierre Labastie via lfs-dev wrote: On 09/11/2018 14:30, Pierre Labastie via lfs-dev wrote: On 09/11/2018 13:38, John Frankish via lfs-dev wrote: As an aside, what is the first line of the current script meant to

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread Thomas Trepl via lfs-dev
Am Freitag, den 09.11.2018, 10:19 -0600 schrieb Bruce Dubbs via lfs- dev: > On 11/09/2018 09:44 AM, Pierre Labastie via lfs-dev wrote: > > On 09/11/2018 14:30, Pierre Labastie via lfs-dev wrote: > > > On 09/11/2018 13:38, John Frankish via lfs-dev wrote: > > > > > As an aside, what is the first

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread Bruce Dubbs via lfs-dev
On 11/09/2018 09:44 AM, Pierre Labastie via lfs-dev wrote: On 09/11/2018 14:30, Pierre Labastie via lfs-dev wrote: On 09/11/2018 13:38, John Frankish via lfs-dev wrote: As an aside, what is the first line of the current script meant to expand to? $ for file in

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread Pierre Labastie via lfs-dev
On 09/11/2018 14:30, Pierre Labastie via lfs-dev wrote: On 09/11/2018 13:38, John Frankish via lfs-dev wrote: Ref: Linux From Scratch - Version SVN-20181029 Chapter 5. Constructing a Temporary System 5.5. GCC-8.2.0 - Pass 1 Using the latest script to update the dynamic linker results in gcc

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread Pierre Labastie via lfs-dev
On 09/11/2018 13:38, John Frankish via lfs-dev wrote: Ref: Linux From Scratch - Version SVN-20181029 Chapter 5. Constructing a Temporary System 5.5. GCC-8.2.0 - Pass 1 Using the latest script to update the dynamic linker results in gcc failing to build. Using a previous script fixes the

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread Thomas Trepl via lfs-dev
Am Freitag, den 09.11.2018, 11:15 + schrieb John Frankish via lfs- dev: > > > > > Ref: > > > > > > > > > > Linux From Scratch - Version SVN-20181029 Chapter 5. Constructing a > > > > > Temporary System 5.5. GCC-8.2.0 - Pass 1 > > > > > > > > > > Using the latest script to update the dynamic

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread John Frankish via lfs-dev
>> Ref: >> >> Linux From Scratch - Version SVN-20181029 Chapter 5. Constructing >> a Temporary System 5.5. GCC-8.2.0 - Pass 1 >> >> Using the latest script to update the dynamic linker results in gcc >> failing to build. >> >> Using a previous script fixes the

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread John Frankish via lfs-dev
> Ref: > > Linux From Scratch - Version SVN-20181029 Chapter 5. Constructing a > Temporary System 5.5. GCC-8.2.0 - Pass 1 > > Using the latest script to update the dynamic linker results in gcc > failing to build. > > Using a previous script fixes the problem.

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread John Frankish via lfs-dev
Ref: Linux From Scratch - Version SVN-20181029 Chapter 5. Constructing a Temporary System 5.5. GCC-8.2.0 - Pass 1 Using the latest script to update the dynamic linker results in gcc failing to build. Using a previous script fixes the problem.

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread John Frankish via lfs-dev
> > > > Ref: > > > > > > > > Linux From Scratch - Version SVN-20181029 Chapter 5. Constructing > > > > a Temporary System 5.5. GCC-8.2.0 - Pass 1 > > > > > > > > Using the latest script to update the dynamic linker results in gcc > > > > failing to build. > > > > > > > > Using a previous

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread Thomas Trepl via lfs-dev
Am Freitag, den 09.11.2018, 07:55 + schrieb John Frankish via lfs- dev: > > > Ref: > > > > > > Linux From Scratch - Version SVN-20181029 > > > Chapter 5. Constructing a Temporary System > > > 5.5. GCC-8.2.0 - Pass 1 > > > > > > Using the latest script to update the dynamic linker results in