From owner-freebsd-perl@FreeBSD.ORG Wed Aug 21 22:37:52 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15E5CACA; Wed, 21 Aug 2013 22:37:52 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-2.eutelia.it [62.94.10.162]) by mx1.freebsd.org (Postfix) with ESMTP id 8890B2386; Wed, 21 Aug 2013 22:37:51 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id 58259D3FEF; Thu, 22 Aug 2013 00:10:38 +0200 (CEST) Received: from soth.ventu (adsl-ull-61-174.41-151.net24.it [151.41.174.61]) (authenticated bits=0) by ns2.biolchim.it (8.14.7/8.14.7) with ESMTP id r7LMAAQT068111 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 22 Aug 2013 00:10:19 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: ns2.biolchim.it: Host adsl-ull-61-174.41-151.net24.it [151.41.174.61] claimed to be soth.ventu Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.7/8.14.5) with ESMTP id r7LMA513032349; Thu, 22 Aug 2013 00:10:05 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <52153ABD.7050500@netfence.it> Date: Thu, 22 Aug 2013 00:10:05 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130818 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Can't build p5-Encode-Detect Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Thu, 22 Aug 2013 00:10:20 +0200 (CEST) X-Scanned-By: MIMEDefang 2.74 Cc: perl@freebsd.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2013 22:37:52 -0000 Hello. I'm deploying a fresh box and I'm stuck on the following. > # cd /usr/ports/converters/p5-Encode-Detect > # make > ===> Fetching all distfiles required by p5-Encode-Detect-1.01 for building > ===> Extracting for p5-Encode-Detect-1.01 > => SHA256 Checksum OK for Encode-Detect-1.01.tar.gz. > ===> Patching for p5-Encode-Detect-1.01 > ===> p5-Encode-Detect-1.01 depends on package: p5-ExtUtils-CBuilder>=0 - found > ===> p5-Encode-Detect-1.01 depends on file: /usr/local/lib/perl5/site_perl/5.14/Module/Build.pm - found > ===> p5-Encode-Detect-1.01 depends on file: /usr/local/bin/perl5.14.4 - found > ===> Configuring for p5-Encode-Detect-1.01 > Warning: ExtUtils::CBuilder not installed or no compiler detected > Proceeding with configuration, but compilation may fail during Build > > Created MYMETA.yml and MYMETA.json > Creating new 'Build' script for 'Encode-Detect' version '1.01' > ===> Building for p5-Encode-Detect-1.01 > Building Encode-Detect > Error: no compiler detected to compile 'src/LangBulgarianModel.cpp'. Aborting > *** Error code 45 > > Stop in /usr/ports/converters/p5-Encode-Detect. Of course p5-ExtUtils-CBuilder is there and it doesn't even give a warning when I build it. > # pkg_info|grep p5-Ext > p5-ExtUtils-CBuilder-0.2802.05,1 Compile and link C code for Perl modules > # perl -v > > This is perl 5, version 14, subversion 4 (v5.14.4) built for amd64-freebsd > ... > # uname -a > FreeBSD xxxxxxxx.xxxxx 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 I tried all the suggestions I could find on the web (including installing p5-IPC-Cmd and rebuilding), but none worked. Any help? bye & Thanks av.