Date: Tue, 13 Jun 2017 11:53:41 -0300 From: Friedrich Locke <friedrich.locke@gmail.com> To: Matthew Seaman <matthew@freebsd.org> Cc: freebsd-questions@freebsd.org Subject: Re: perl is broken Message-ID: <CANMDHqeBouLMW%2BmMRLT77UORwsQcpEgAa8yZAndEmxKCP-faoQ@mail.gmail.com> In-Reply-To: <bf983b99-789e-58ed-bbf0-9205ec935013@FreeBSD.org> References: <CANMDHqdJc7faP0WC0wUP68BS8WxssrpkGKY_e-GO8KS-SEct3Q@mail.gmail.com> <bf983b99-789e-58ed-bbf0-9205ec935013@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I have disable everything option in "make config". Here is the error i get: rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so cc -shared -L/usr/ports/lang/perl5.24/work/perl-5.24.1 -L/usr/local/lib/perl5/5.24/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong FastCalc.o -o ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so chmod 755 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so /usr/ports/lang/perl5.24/work/perl-5.24.1/cpan/Math-BigInt-FastCalc/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs 644 LD_LIBRARY_PATH=/usr/ports/lang/perl5.24/work/perl-5.24.1 ./perl -Ilib -f pod/buildtoc -q Unknown option: q pod/buildtoc: Usage: pod/buildtoc [--quiet] *** [pod/perltoc.pod] Error code 255 make[2]: stopped in /usr/ports/lang/perl5.24/work/perl-5.24.1 1 error make[2]: stopped in /usr/ports/lang/perl5.24/work/perl-5.24.1 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/lang/perl5.24 *** Error code 1 Stop. make: stopped in /usr/ports/lang/perl5.24 etosha# What the hell is this unknown option:q ? On Tue, Jun 13, 2017 at 11:24 AM, Matthew Seaman <matthew@freebsd.org> wrote: > On 2017/06/13 15:18, Friedrich Locke wrote: > > i am trying to get perl 5.24 installed from ports, but it cannot be > > compiled. > > The problem is related to dtrace on miniperl i think. > > > > Have anybody here already faced such problem ? > > What experience do you have to report ? > > perl is a pretty high priority port for fixes, given that something like > half the ports tree has at least a build-time dependency on it. > > If what you need is a working perl right now, then try turning off the > DTRACE option for the time being. > > That's basically 'cd $PORTSDIR/lang/perl5.24 ; make config' but > different port/pkg building systems may require something different. > > Cheers, > > Matthew > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANMDHqeBouLMW%2BmMRLT77UORwsQcpEgAa8yZAndEmxKCP-faoQ>