From owner-freebsd-questions@freebsd.org Tue Jun 13 14:53:42 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC615BF6AB0 for ; Tue, 13 Jun 2017 14:53:42 +0000 (UTC) (envelope-from friedrich.locke@gmail.com) Received: from mail-yw0-x232.google.com (mail-yw0-x232.google.com [IPv6:2607:f8b0:4002:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9CE87ED15; Tue, 13 Jun 2017 14:53:42 +0000 (UTC) (envelope-from friedrich.locke@gmail.com) Received: by mail-yw0-x232.google.com with SMTP id l75so51250963ywc.3; Tue, 13 Jun 2017 07:53:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=dKCgsKsfWQcwMNtu1jev6KfJAn8Hu65pvbvXL/IGFHI=; b=f0BVo/9FmX3HakI971bnFYXoL+Y3FyTwi1/W4ypcNbhDt5s62cCMs/pAojQ9l91ADW nQ7Arlpz8LNL4f+O8qJlshUpGNkdnxWBqZOBE1+B0TCJrbgFhM2o+ZmJaDSBvakp3c3w oBrtaTu3Vsanx/SU3ej5DMRmz8pKm/t0fYHleXCufyr6x+d2Hm+h98PjLinAKVBP8/4x l9AZQXG4EXZrMtNuWGIxprPWBpPIEKphgOqm24bt6RmruUOh0d3Vvw2P4lhUQTHXk3qK aQgS6iRbd12qzVFgbd8OOv6szPgvLNN54NamrXPJau2LfeUmce5WFj2YZPk3eK6TtGkw /iyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=dKCgsKsfWQcwMNtu1jev6KfJAn8Hu65pvbvXL/IGFHI=; b=ZbI6Um0i6oduk2i/SYrNA+ss9w9nHE+J8QgN6l4r3wuvD7bSVH/0A4ANCFyIzhuGSW cJEDy5kGZxt9QSIaNTa8StrrmaR2gTjWMz060V6kEsBdA3xtqEa9eLZCUq93BLpkBTC8 hUG3U+qgPQ4skU2Eekpd7l9kgF2QKnNK7e+KSAUCzrp3WXCc5JhsRRP8kgu/nvDjE0XV nHy4uWUkX7zID5YXmSh5lSAmCh0vu4c0jTaRXZYznGtdxH2hiLJ+2qQGJKMOFovRyEzu 6l2G+7RKKou/LmrniewHKt3/j+s5d5mfmYlYSndKq5rqN0+f2xZJDseBoBFBarxHfpms 1YIQ== X-Gm-Message-State: AKS2vOww54RW1j87ys/S9VETS/0M1mMm7SwBOvnZ2AGN7aSemUNXl3ym 9+pl9rtT3th8c8OxLpn3VPoJvGIMaBSG X-Received: by 10.129.162.14 with SMTP id z14mr3487584ywg.276.1497365621620; Tue, 13 Jun 2017 07:53:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.207.206 with HTTP; Tue, 13 Jun 2017 07:53:41 -0700 (PDT) In-Reply-To: References: From: Friedrich Locke Date: Tue, 13 Jun 2017 11:53:41 -0300 Message-ID: Subject: Re: perl is broken To: Matthew Seaman Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2017 14:53:43 -0000 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 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 > > >