On 2015-09-01 16:04:28, SREZIC wrote:
Show quoted text> On 2015-09-01 07:07:42, jplesnik wrote:
> > I got following error when I try rebuild Net::CUPS module
> >
> > # perl Makefile.PL
> > Net::CUPS Configuration
> > Running cups-config ... 2.1rc1
> > Generating a Unix-style Makefile
> > Writing Makefile for Net::CUPS <mock-chroot>
> >
> > # make
> > Makefile:327: *** missing separator. Stop.
> >
> > The error is caused by following code
> > 321 PASTHRU = LIBPERL_A="$(LIBPERL_A)"\
> > 322 LINKTYPE="$(LINKTYPE)"\
> > 323 OPTIMIZE="$(OPTIMIZE)"\
> > 324 PREFIX="$(PREFIX)"\
> > 325 PASTHRU_DEFINE=' $(PASTHRU_DEFINE)'\
> > 326 PASTHRU_INC='
> > 327 $(PASTHRU_INC)'
> >
> >
> > The empty line is add by this part of lib/ExtUtils/MM_Unix.pm
> >
> > 2949 # expand within perl if given since need to use
> > quote_literal
> > 2950 # since INC might include space-protecting ""!
> > 2951 $val = $self->{$key} if defined $self->{$key};
> >
>
>
> There are also new errors with KNI/HTTP-Any-0.05.tar.gz when using
> ExtUtils::MakeMaker 7.06 is installed:
>
> --------------------------------
> Output from '/usr/bin/make':
>
> make: *** No rule to make target `HTTP/Any/AnyEvent.pm
> HTTP/Any/Curl.pm HTTP/Any/LWP.pm\', needed by `pm_to_blib'. Stop.
> --------------------------------
>
> Don't know if this is the same or another problem.
Another victim: a test in INGY/Inline-C-0.76.tar.gz fails now:
# Failed test 'make test'
# at t/27inline_maker.t line 60.
# make[1]: Entering directory `/tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/_Inline_27inline_maker.14150/src dir'
# cp Simple.pm blib/lib/Math/Simple.pm
# "/bbbike/perl-5.20.0/bin/perl" -Mblib -MInline=NOISY,_INSTALL_ -MMath::Simple -e"my %A = (modinlname => 'Math-Simple.inl', module => 'Math::Simple'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" 1.23 blib/arch
# Can't locate Math/Simple.pm in @INC (you may need to install the Math::Simple module) (@INC contains: /tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/_Inline_27inline_maker.14150/src dir/../../blib/arch /tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/_Inline_27inline_maker.14150/src dir/../../blib/lib /tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/blib/lib /tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/blib/arch /home/eserte/.cpan/build/2015090118/ExtUtils-MakeMaker-7.06-tZDGF3/blib/arch /home/eserte/.cpan/build/2015090118/ExtUtils-MakeMaker-7.06-tZDGF3/blib/lib /home/eserte/.cpan/build/2015090118/ExtUtils-MakeMaker-7.06-tZDGF3/blib/arch /home/eserte/.cpan/build/2015090118/ExtUtils-MakeMaker-7.06-tZDGF3/blib/lib /opt/perl-5.20.0/lib/site_perl/5.20.0/x86_64-linux /opt/perl-5.20.0/lib/site_perl/5.20.0 /opt/perl-5.20.0/lib/5.20.0/x86_64-linux /opt/perl-5.20.0/lib/5.20.0 .).
# BEGIN failed--compilation aborted.
# make[1]: Leaving directory `/tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/_Inline_27inline_maker.14150/src dir'
# make[1]: *** [Math-Simple.inl] Error 2
# Failed test 'make test'
# at t/27inline_maker.t line 60.
# make[1]: Entering directory `/tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/_Inline_27inline_maker.14150/src dir'
# cp lib/Boo.pm blib/lib/Boo.pm
# cp lib/Boo/Far/Faz.pm blib/lib/Boo/Far/Faz.pm
# cp lib/Boo/Far.pm blib/lib/Boo/Far.pm
# cp lib/Boo/Far/data.txt blib/lib/Boo/Far/data.txt
# "/bbbike/perl-5.20.0/bin/perl" -Mblib -MInline=NOISY,_INSTALL_ -MBoo::Far::Faz -e"my %A = (modinlname => 'Boo-Far-Faz.inl', module => 'Boo::Far::Faz'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" 2.01 blib/arch
# Can't locate Boo/Far/Faz.pm in @INC (you may need to install the Boo::Far::Faz module) (@INC contains: /tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/_Inline_27inline_maker.14150/src dir/../../blib/arch /tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/_Inline_27inline_maker.14150/src dir/../../blib/lib /tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/blib/lib /tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/blib/arch /home/eserte/.cpan/build/2015090118/ExtUtils-MakeMaker-7.06-tZDGF3/blib/arch /home/eserte/.cpan/build/2015090118/ExtUtils-MakeMaker-7.06-tZDGF3/blib/lib /home/eserte/.cpan/build/2015090118/ExtUtils-MakeMaker-7.06-tZDGF3/blib/arch /home/eserte/.cpan/build/2015090118/ExtUtils-MakeMaker-7.06-tZDGF3/blib/lib /opt/perl-5.20.0/lib/site_perl/5.20.0/x86_64-linux /opt/perl-5.20.0/lib/site_perl/5.20.0 /opt/perl-5.20.0/lib/5.20.0/x86_64-linux /opt/perl-5.20.0/lib/5.20.0 .).
# BEGIN failed--compilation aborted.
# make[1]: Leaving directory `/tmpfs/.cpan-build/2015090118/Inline-C-0.76-4_aPp0/_Inline_27inline_maker.14150/src dir'
# make[1]: *** [Boo-Far-Faz.inl] Error 2
# Looks like you failed 2 tests of 8.
t/27inline_maker.t .......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/8 subtests