Re: [lfs-dev] New package issues

2020-02-01 Thread Bruce Dubbs via lfs-dev
On 2/1/20 7:45 PM, Xi Ruoyao via lfs-dev wrote: BTW: which address in lfs-dev@{lists.,}linuxfromscratch.org is correct? On 2020-02-01 16:50 -0600, Bruce Dubbs via lfs-dev wrote: I've been able to work around the problem with: sed -e '1161 s|^|//|' \ -i libsanitizer/sanitizer_common/sani

Re: [lfs-dev] New package issues

2020-02-01 Thread Xi Ruoyao via lfs-dev
BTW: which address in lfs-dev@{lists.,}linuxfromscratch.org is correct? On 2020-02-01 16:50 -0600, Bruce Dubbs via lfs-dev wrote: > I've been able to work around the problem with: > > sed -e '1161 s|^|//|' \ > -i libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc > > and it i

Re: [lfs-dev] New package issues

2020-02-01 Thread Bruce Dubbs via lfs-dev
On 2/1/20 4:50 PM, Bruce Dubbs wrote: I am building a fresh LFS with the latest glibc and binutils and ran into a problem when building gcc-pass2 in Chapter 5. linux-5.5.1 glibc-2.31 binutils-2.34 What the error looks like is somewhat complex and it looks like (long lines so there is wrapping

Re: [lfs-dev] New package issues

2020-02-01 Thread Xi Ruoyao via lfs-dev
On 2020-02-01 16:50 -0600, Bruce Dubbs via lfs-dev wrote: > I am building a fresh LFS with the latest glibc and binutils and ran > into a problem when building gcc-pass2 in Chapter 5. > > linux-5.5.1 > glibc-2.31 > binutils-2.34 > > What the error looks like is somewhat complex and it looks like

[lfs-dev] New package issues

2020-02-01 Thread Bruce Dubbs via lfs-dev
I am building a fresh LFS with the latest glibc and binutils and ran into a problem when building gcc-pass2 in Chapter 5. linux-5.5.1 glibc-2.31 binutils-2.34 What the error looks like is somewhat complex and it looks like (long lines so there is wrapping in the email): In file included from

Re: [lfs-dev] [LFS-DEV] A straightforward makefile example for the uninitiated

2020-02-01 Thread Αγαθοκλής via lfs-dev
On Sat, Feb 01, at 02:09 Akira Urushibata via lfs-dev wrote: > The greatest surprise I got from my recent survey is that many > programmers do not have experience with "make." Come to think of > it, this may well be the case considering the great popularity of > scripting languages. > This made m

Re: [lfs-dev] A straightforward makefile example for the uninitiated

2020-02-01 Thread Pierre Labastie via lfs-dev
Le 01/02/2020 à 07:44, Gavin Howard via lfs-dev a écrit : > This may be self-serving as I am the author of the software in > question, but I think that the Makefile generated by the configure.sh > script of the bc package to be a good example. To get it, the user can > run the first command in the