Re: [lfs-support] LFS 7.4 / 6.9 - Glibc - how to tell if error messages are benign or critical?

2013-12-07 Thread Frans de Boer
On 12/07/2013 10:57 PM, William Harrington wrote: > > On Dec 5, 2013, at 2:43 PM, frozen tuesday wrote: > >> make[2]: *** [/sources/glibc-build/math/test-float.out] Error 1 >> make[2]: *** [/sources/glibc-build/math/test-ldouble.out] Error 1 >> make[2]: *** [/sources/glibc-build/math/test-ifloat.ou

Re: [lfs-support] GCC build first pass: mpc build looks for libgmp.la in the wrong place

2013-12-07 Thread William Harrington
On Dec 7, 2013, at 5:14 PM, akhiezer wrote: > - r u _trolling_ ? No, I've used slackware since version 3, and I'm a developer of CLFS and help with LFS support. Keep on the topic here. It's about the first pass of GCC. I installed Slackware 14 to try to replicate the issue, and I could

Re: [lfs-support] GCC build first pass: mpc build looks for libgmp.la in the wrong place

2013-12-07 Thread akhiezer
> From: William Harrington > To: LFS Support List > Date: Sat, 7 Dec 2013 15:52:43 -0600 > Subject: Re: [lfs-support] GCC build first pass: mpc build looks for > libgmp.la in the wrong place > . . > Also, doing a normal install of Slackware 14.1 didn't even install > perl.

Re: [lfs-support] LFS 7.4 / 6.9 - Glibc - how to tell if error messages are benign or critical?

2013-12-07 Thread William Harrington
On Dec 5, 2013, at 2:43 PM, frozen tuesday wrote: > make[2]: *** [/sources/glibc-build/math/test-float.out] Error 1 > make[2]: *** [/sources/glibc-build/math/test-ldouble.out] Error 1 > make[2]: *** [/sources/glibc-build/math/test-ifloat.out] Error 1 These three used to fail unless the floating-

Re: [lfs-support] GCC build first pass: mpc build looks for libgmp.la in the wrong place

2013-12-07 Thread William Harrington
On Dec 7, 2013, at 3:02 PM, Hazel Russman wrote: > I wanted to find out what was the minimum I could get away with in a > working Linux system, so I didn't install complete sets - just > individual packages that I knew I wanted and any necessary > dependencies. > I built it up until everything

Re: [lfs-support] LFS 7.4 / 6.9 - Glibc - how to tell if error messages are benign or critical?

2013-12-07 Thread Frans de Boer
On 12/06/2013 08:43 PM, Bruce Dubbs wrote: > frozen tuesday wrote: >>> root:/sources/glibc-build# grep Error glibc-check-log >>> make[2]: *** [/sources/glibc-build/math/ >> test-float.out] Error 1 >>> make[2]: *** [/sources/glibc-build/math/test-ldouble.out] Error 1 >>> make[2]: *** [/sources/glibc

Re: [lfs-support] GCC build first pass: mpc build looks for libgmp.la in the wrong place

2013-12-07 Thread Hazel Russman
On Sat, 7 Dec 2013 14:13:49 -0600 William Harrington wrote: > > On Dec 7, 2013, at 1:38 PM, Hazel Russman wrote: > > > On a full Slackware install, no one would notice this. Who is going > > to root around in archive files looking for bad dependency paths > > when everything has gone smoothly?

Re: [lfs-support] GCC build first pass: mpc build looks for libgmp.la in the wrong place

2013-12-07 Thread William Harrington
On Dec 7, 2013, at 1:38 PM, Hazel Russman wrote: > On a full Slackware install, no one would notice this. Who is going to > root around in archive files looking for bad dependency paths when > everything has gone smoothly? Which sets did you install from the slackware installer? I normally do t

Re: [lfs-support] GCC build first pass: mpc build looks for libgmp.la in the wrong place

2013-12-07 Thread Hazel Russman
On Fri, 06 Dec 2013 21:05:51 + lf...@cruziero.com (akhiezer) wrote: > > Just to check: did you use underscores there - i.e. in the above > > --with_gmp_include=$(pwd)/gmp and --with_gmp_lib=$(pwd)/gmp/.libs > > ; or did you use hyphens/dashes thus: > > --with-gmp-include=$(pwd)/gmp --with-