From owner-freebsd-questions@FreeBSD.ORG Sun Feb 7 15:55:41 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78BC2106566B for ; Sun, 7 Feb 2010 15:55:41 +0000 (UTC) (envelope-from piloyder@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 14CD38FC0C for ; Sun, 7 Feb 2010 15:55:40 +0000 (UTC) Received: by ewy3 with SMTP id 3so2804255ewy.13 for ; Sun, 07 Feb 2010 07:55:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=1QA93I8QrP0j1Mfi/qIjazSfy5c3bBc9cYRMZIi8TK4=; b=gYv5BCy5Lo3m+cqm9Z+MVLNa4H/jIMTJ4RNNL6GVxQrEf44h8H1L4flZ1VpOkE1HS+ WwxLaibFnyebZGNEWQW/5FwmdLTntKIZKpQHZiynz+jyuMYgqEEJiq1up/YLdaNjJXxS AK4TmJl3wxD/aDHb8WdYI/vQTK1bqcAnrMnw0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vtjauF61mlosDdDRmlB0ShAUdBPkpb2YoXlMIlIcj/5XbhHSahxMhNSmZRvnB1TZKj On5XKZh5913xVEN7g+Mw1nP/KyXMPvgan+0BgvhYnWH1l9O63uv7PKwlcfqQBv4qZJGY rLxGt8SnRVIi70s5s09Ljpl/wQat+Qm5JyyXI= MIME-Version: 1.0 Received: by 10.213.44.18 with SMTP id y18mr2764457ebe.69.1265556261331; Sun, 07 Feb 2010 07:24:21 -0800 (PST) Date: Sun, 7 Feb 2010 18:24:21 +0300 Message-ID: <325305251002070724rb0e30dre8ef5db300b313e4@mail.gmail.com> From: Denis To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Cannot build perl on FreeBSD 8.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2010 15:55:41 -0000 I updated from 7.2 to 8.0 from source. No I updated ports tree and try to update perl (from ports), but get the next error (version does not matter, 5.8, 5.10 give the same error): ---- CCCMD = cc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.9/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat rm -f opmini.c op.c opmini.c op.c:No such file or directory *** Error code 1 Stop in /usr/ports/lang/perl5.8/work/perl-5.8.9. *** Error code 1 Stop in /usr/ports/lang/perl5.8. *** Error code 1 Stop in /usr/ports/lang/perl5.8. --- Since there is no such error (tried to search on goolge but without luck) it seems that I did wrong something/ But cannot find out what - everything seems to work fine. May be someone faced with similar problem, what can I do to compile perl? Best regards, Denis