From owner-freebsd-perl@FreeBSD.ORG Thu Oct 24 17:05:43 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6A78F477; Thu, 24 Oct 2013 17:05:43 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 294392BED; Thu, 24 Oct 2013 17:05:43 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id wm4so2595559obc.6 for ; Thu, 24 Oct 2013 10:05:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6imWc0XzK+KqDzSRtUo7wzRWReYHZuIdS+4JTJ90Th8=; b=QMmJKmjnzTUoO74ZC5xgRW3eONGUql2RK6iPq1EpkIkYQiyb7TXJp+4ppV04iKoMa2 +17MSE09XqjkQT57ay+d8fOav/pNTSWcZz0MwVXlQEiCfIXMPZb+wJQts4KkcK/ytT5Y egmH/ZSEGOP13ymXyRZrwsQkamaxgx0nbXMA1WB5Ro90vxl+tGeqn00GNk2CkcpbE6yp CvzjYbpAN21lGpFTGO3+f99pSukp3ejxidAtKu/Nl+SDZ56fExvrRu98YL7yFvGnqexH Fa4YI4mJEWjOTNtJuLe0Z64Dqduh1fEE/gaieoE2EBMvBBkjglcMj/0FPr/TrEfN+TR3 pXhg== MIME-Version: 1.0 X-Received: by 10.182.117.195 with SMTP id kg3mr2911264obb.17.1382634342323; Thu, 24 Oct 2013 10:05:42 -0700 (PDT) Received: by 10.182.230.131 with HTTP; Thu, 24 Oct 2013 10:05:42 -0700 (PDT) In-Reply-To: <52682816.9050207@intertainservices.com> References: <52682816.9050207@intertainservices.com> Date: Thu, 24 Oct 2013 21:05:42 +0400 Message-ID: Subject: Re: FreeBSD Port: devel/p5-Mouse From: Andrej Zverev To: Mike Jakubik Content-Type: text/plain; charset=ISO-8859-1 Cc: Sunpoet Hsieh , "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: Thu, 24 Oct 2013 17:05:43 -0000 Can you please provide output of command $ perl -MConfig -E 'say "$_ -- $Config{$_}" for (keys %Config)' On Wed, Oct 23, 2013 at 11:48 PM, Mike Jakubik wrote: > Hi, > > I am unable to compile this port. I believe the expectation of gcc is hard > coded somewhere here. > > # make > ===> License ART10 GPLv1 accepted by the user > ===> Fetching all distfiles required by p5-Mouse-1.13,1 for building > ===> Extracting for p5-Mouse-1.13,1 > => SHA256 Checksum OK for Mouse-1.13.tar.gz. > ===> Patching for p5-Mouse-1.13,1 > ===> p5-Mouse-1.13,1 depends on file: /usr/local/bin/perl5.14.4 - found > ===> Configuring for p5-Mouse-1.13,1 > Mouse configured with XS. > This distribution requires a C compiler, but it's not available, stopped. > Can't open Makefile: No such file or directory. > ===> Building for p5-Mouse-1.13,1 > make: cannot open Makefile. > *** [do-build] Error code 1 > > Stop in /usr/ports/devel/p5-Mouse. > > # uname -a > FreeBSD illidan.local 9.2-STABLE FreeBSD 9.2-STABLE #0 r257004: Wed Oct 23 > 15:16:12 EDT 2013 > > # cc -v > FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 > Target: x86_64-unknown-freebsd9.2 > Thread model: posix > > # gcc -v > -bash: gcc: command not found > > Thanks. > _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org"