[lfs-dev] m4 test error

2012-03-09 Thread Qrux
Howdy. In trying to build LFS-7.0 with LFS-7.0, I'm getting this error: FAIL: test-readlink (exit: 134) === test-readlink.h:41: assertion failed It seems to be a fairly well-known issue: http://old.nabble.com/test-readlink-failure-td3

Re: [lfs-dev] m4 test error

2012-03-09 Thread g . esp
- Mail original - > De: "Qrux" > À: "LFS Developers Mailinglist" > Envoyé: Vendredi 9 Mars 2012 14:53:02 > Objet: [lfs-dev] m4 test error > > Howdy. > > In trying to build LFS-7.0 with LFS-7.0, I'm getting this error: > > FAIL: test-readlink (exit: 134) >

Re: [blfs-dev] gnome/otherlibs

2012-03-09 Thread Ken Moffat
On Fri, Mar 09, 2012 at 02:04:09PM +, Andrew Benton wrote: > On Fri, 09 Mar 2012 13:29:10 + > Ken Moffat wrote: > > > On Fri, Mar 09, 2012 at 09:49:43AM +, Andrew Benton wrote: > > > Sorry, I didn't mean to cause offence. > > > > Me neither, but I fear my first post was upsetting to

Re: [lfs-dev] m4 test error

2012-03-09 Thread Pierre Labastie
Le 09/03/2012 14:53, Qrux a écrit : > Howdy. > > In trying to build LFS-7.0 with LFS-7.0, I'm getting this error: > > FAIL: test-readlink (exit: 134) > === > [...] > OOH, it doesn't appear to be a "huge issue", so the sed is nice...OTOH, it's > still a red f

Re: [lfs-dev] m4 test error

2012-03-09 Thread Pierre Labastie
Le 09/03/2012 14:53, Qrux a écrit : > 1) Does anyone else see this in either 7.0 or 7.1 when building LFS from > their host platform? no > 2) Does anyone see this when building 7.0 (or 7.1) from 7.0? not tried > 3) Does anyone see this when building 7.1 from 7.1? no. I just tried buiding m4 from 7

Re: [lfs-dev] m4 test error

2012-03-09 Thread Qrux
On Mar 9, 2012, at 6:25 AM, g@free.fr wrote: >> sed -i -e '41s/ENOENT/& || errno == EINVAL/' tests/test-readlink.h >> >> OOH, it doesn't appear to be a "huge issue", so the sed is >> nice...OTOH, it's still a red flag because I don't see this issue >> when building from my host platform

[lfs-dev] pkg-config

2012-03-09 Thread Lemon Lime
Hello... Seeing that some packages in LFS require pkg-config to build, I wrote a bash script that implements most of pkg-config's functionality, in order to avoid setting the flags manually for each package that needs it. I put it in /tools/bin and did a full build of LFS, with a few packages fro

Re: [lfs-dev] pkg-config

2012-03-09 Thread Bruce Dubbs
Lemon Lime wrote: > Seeing that some packages in LFS require pkg-config to build, Nothing *requires* pkg-config. It can always be worked around with the appropriate environment variables. After all, that's what it does: set appropriate environment variables. The reason we dropped pkg-config

Re: [lfs-dev] m4 test error

2012-03-09 Thread Bruce Dubbs
Qrux wrote: > Howdy. > > In trying to build LFS-7.0 with LFS-7.0, I'm getting this error: > > FAIL: test-readlink (exit: 134) === > > test-readlink.h:41: assertion failed > > It seems to be a fairly well-known issue: > > http://old.nabble.com/test-readlink-failure-t

Re: [lfs-dev] pkg-config

2012-03-09 Thread Lemon Lime
On 03/10/12 05:23, Bruce Dubbs wrote: > Lemon Lime wrote: > >> Seeing that some packages in LFS require pkg-config to build, > > Nothing *requires* pkg-config. It can always be worked around with the > appropriate environment variables. After all, that's what it does: set > appropriate environmen