Re: [lfs-dev] ldconfig lfs-9 rc1 systemd

2019-08-16 Thread Bruce Dubbs via lfs-dev
On 8/16/19 5:00 PM, spiky0011 via lfs-dev wrote: when I run ldconfig I get an output of "ldconfig: file /lib/libpthread-2.30.so.dbg is truncated" any ideas, I only noticed this while going through blfs when i 1st used it. I don't get that. Maybe it is truncated. I have -rwxr-xr-x 1 root

[blfs-dev] Xorg under blfs-9.0/elogind

2019-08-16 Thread Bruce Dubbs via blfs-dev
I've just completed xorg on a new blfs-9.0 SysV build. Here are some observations. I used Pierre's build order that he posted some time ago. I've listed that below with some modifications. The asterisks indicate that the package was installed, the dash indicates it was skipped. The

[lfs-dev] ldconfig lfs-9 rc1 systemd

2019-08-16 Thread spiky0011 via lfs-dev
when I run ldconfig I get an output of "ldconfig: file /lib/libpthread-2.30.so.dbg is truncated" any ideas, I only noticed this while going through blfs when i 1st used it. -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the

Re: [lfs-dev] gcc-9.2.0

2019-08-16 Thread Riccardo Corsi via lfs-dev
Thanks for answers. sorry for the noise. Ricardo Il giorno ven 16 ago 2019 alle ore 16:25 Riccardo Corsi < riccardogco...@gmail.com> ha scritto: > Hello, I have a question about GCC 9.2.0 > Is there a new option for ISL ? > I have in my configure (build of LFS 9.0-rc1) of GCC: > > ../configure

Re: [lfs-dev] gcc-9.2.0

2019-08-16 Thread Xi Ruoyao via lfs-dev
On 2019-08-16 16:25 +0200, Riccardo Corsi via lfs-dev wrote: > Hello, I have a question about GCC 9.2.0 > Is there a new option for ISL ? > I have in my configure (build of LFS 9.0-rc1) of GCC: > > ../configure --prefix=/usr\ > > --enable-languages=c,c++ \ > >

Re: [lfs-dev] gcc-9.2.0

2019-08-16 Thread Pierre Labastie via lfs-dev
On 16/08/2019 16:25, Riccardo Corsi via lfs-dev wrote: > Hello, I have a question about GCC 9.2.0 > Is there a new option for ISL ? > I have in my configure (build of LFS 9.0-rc1) of GCC: >> ../configure --prefix=/usr            \ >>              --enable-languages=c,c++ \ >>              

[lfs-dev] gcc-9.2.0

2019-08-16 Thread Riccardo Corsi via lfs-dev
Hello, I have a question about GCC 9.2.0 Is there a new option for ISL ? I have in my configure (build of LFS 9.0-rc1) of GCC: > ../configure --prefix=/usr\ > --enable-languages=c,c++ \ > --disable-multilib \ > --disable-bootstrap \ >