Perl fails to build in -current

2013-03-29 Thread Ryan Kavanagh
I downloaded a snapshot on the 27th or so, and am trying to update by compiling from source, but get the FTBFS below. This may or may not have to do with the perl update (my snapshot came with perl 5.16.3, so I assumed I would be past that). I haven't found anything helpful with Google, any

Re: Perl fails to build in -current

2013-03-29 Thread Chris Cappuccio
make -j breaks in the perl build at the moment Ryan Kavanagh [r...@debian.org] wrote: I downloaded a snapshot on the 27th or so, and am trying to update by compiling from source, but get the FTBFS below. This may or may not have to do with the perl update (my snapshot came with perl 5.16.3,

Re: Perl fails to build in -current

2013-03-29 Thread Kenneth R Westerback
On Fri, Mar 29, 2013 at 09:08:25AM -0400, Ryan Kavanagh wrote: I downloaded a snapshot on the 27th or so, and am trying to update by compiling from source, but get the FTBFS below. This may or may not have to do with the perl update (my snapshot came with perl 5.16.3, so I assumed I would be

Re: Perl fails to build in -current

2013-03-29 Thread James Griffin
.. Fri 29.Mar'13 at 9:08:25 -0400 Ryan Kavanagh ... I downloaded a snapshot on the 27th or so, and am trying to update by compiling from source, but get the FTBFS below. This may or may not have to do with the perl update (my snapshot came with perl 5.16.3, so I assumed I

Re: Perl fails to build in -current

2013-03-29 Thread Ryan Kavanagh
On Fri, Mar 29, 2013 at 06:20:33AM -0700, Chris Cappuccio wrote: make -j breaks in the perl build at the moment I was, thanks for pointing that out. Is there anywhere I could have found out that it was broken? Best wishes, Ryan -- |_)|_/ Ryan Kavanagh | Debian Developer | \| \

Re: Perl fails to build in -current

2013-03-29 Thread Ted Unangst
On Fri, Mar 29, 2013 at 10:13, Ryan Kavanagh wrote: On Fri, Mar 29, 2013 at 06:20:33AM -0700, Chris Cappuccio wrote: make -j breaks in the perl build at the moment I was, thanks for pointing that out. Is there anywhere I could have found out that it was broken? Not really. In general, by

Re: Perl fails to build in -current

2013-03-29 Thread Stuart Henderson
On 2013-03-29, Ryan Kavanagh r...@debian.org wrote: I downloaded a snapshot on the 27th or so, and am trying to update by compiling from source, but get the FTBFS below. This may or may not have to do with the perl update (my snapshot came with perl 5.16.3, so I assumed I would be past

Re: Perl fails to build in -current

2013-03-29 Thread Ted Unangst
On Fri, Mar 29, 2013 at 16:36, Stuart Henderson wrote: You missed including the build command you used, and I have no idea what FTBFS means, but guessing that you are using make -j something FTBFS is a debian term for fails to build from source, though wikipedia helpfully notes it may be used

Re: Perl fails to build in -current

2013-03-29 Thread Ryan Kavanagh
Hi Stuart, On Fri, Mar 29, 2013 at 04:36:31PM +, Stuart Henderson wrote: - the current perl Makefiles are not parallel clean. However I get much less far than this with a parallel build of Perl, and the failure I see is a bit inexplicable (tries to build things which depend on

Re: Perl fails to build in -current

2013-03-29 Thread Stuart Henderson
On 2013/03/29 13:45, Ryan Kavanagh wrote: Hi Stuart, On Fri, Mar 29, 2013 at 04:36:31PM +, Stuart Henderson wrote: - the current perl Makefiles are not parallel clean. However I get much less far than this with a parallel build of Perl, and the failure I see is a bit inexplicable

Re: Perl fails to build in -current

2013-03-29 Thread Stuart Henderson
Fixed with make -j now, thanks very much Miod. I would normally use this: cd /usr/src/gnu/usr.bin/perl make -f Makefile.bsd-wrapper obj missing step here: make -f Makefile.bsd-wrapper depend make -jN -f Makefile.bsd-wrapper