[lfs-support] Problems compiling Perl-5.18.1 in Debian Wheezy

2013-11-04 Thread Guillermo Ordòñez Chacòn
Greetings. I'm having problems compiling Perl-5.18.1 in chapter 5. Console shows this: make[1]: *** [IO.o] Error 1 make[1]: Leaving directory `/mnt/lfs/sources/perl-5.18.1/dist/IO' Unsuccessful make(dist/IO): code=512 at make_ext.pl line 490. make: *** [lib/auto/IO/IO.so] Error 2 I wasn't able t

Re: [lfs-support] Check-0.9.10 can't find subunit/child.h - LFS 7.4

2013-11-04 Thread Pierre Labastie
Le 04/11/2013 10:48, Pierre Labastie a écrit : > Le 04/11/2013 01:36, Bernard Hurley a écrit : >> Hi all, >> >> On my machine, the output from `ls /usr/include/subunit' is: >> >> SubunitTestProgressListener.h child.h >> >> However when I try to make Check-0.9.10 (section 5.14.1 page 56,) it >>

Re: [lfs-support] Check-0.9.10 can't find subunit/child.h - LFS 7.4

2013-11-04 Thread Bernard Hurley
On Mon, Nov 04, 2013 at 11:33:34AM +0100, Pierre Labastie wrote: > I test LFS very regularly, and I've never installed subunit. I am on > Debian Jessie/sid, but was on wheezy before. Cool, thanks, Bernard -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscrat

Re: [lfs-support] Check-0.9.10 can't find subunit/child.h - LFS 7.4

2013-11-04 Thread Pierre Labastie
Le 04/11/2013 11:01, Bernard Hurley a écrit : > On Mon, Nov 04, 2013 at 10:48:41AM +0100, Pierre Labastie wrote: >> Try just removing libsubunit-dev. That is the package which installs the >> include files. >> > Thanks, I can build the software if I do that too. I take it from your > reply that su

Re: [lfs-support] Check-0.9.10 can't find subunit/child.h - LFS 7.4

2013-11-04 Thread Bernard Hurley
On Mon, Nov 04, 2013 at 10:48:41AM +0100, Pierre Labastie wrote: > Try just removing libsubunit-dev. That is the package which installs the > include files. > Thanks, I can build the software if I do that too. I take it from your reply that subunit isn't needed in any case. > > Whether --disabl

Re: [lfs-support] Check-0.9.10 can't find subunit/child.h - LFS 7.4

2013-11-04 Thread Pierre Labastie
Le 04/11/2013 01:36, Bernard Hurley a écrit : > Hi all, > > On my machine, the output from `ls /usr/include/subunit' is: > >SubunitTestProgressListener.h child.h > > However when I try to make Check-0.9.10 (section 5.14.1 page 56,) it > fails with the error: > > ==snip=