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
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
>>
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
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
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
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=