From owner-freebsd-current@FreeBSD.ORG Thu Sep 16 03:53:12 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 781DB106564A for ; Thu, 16 Sep 2010 03:53:12 +0000 (UTC) (envelope-from joe@via.net) Received: from smtp3.via.net (smtp3.via.net [209.81.9.15]) by mx1.freebsd.org (Postfix) with ESMTP id 61A768FC1C for ; Thu, 16 Sep 2010 03:53:12 +0000 (UTC) Received: from mail.via.net (mail.via.net [209.81.9.12]) by smtp3.via.net (8.14.1/8.12.11-VIANET) with ESMTP id o8G27Dqa025542 for ; Wed, 15 Sep 2010 19:07:13 -0700 (PDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.96.1 at smtp3.via.net Received: from [209.81.2.70] ([209.81.2.70]) by mail.via.net (8.14.1/8.12.11-VIANET) with ESMTP id o8G27Dce018697 for ; Wed, 15 Sep 2010 19:07:13 -0700 (PDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.96.1 at mail.via.net From: joe mcguckin Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Wed, 15 Sep 2010 19:07:03 -0700 Message-Id: <1C9F72B8-26BC-4A03-AD81-3616A8AA8CA3@via.net> To: freebsd-current@freebsd.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (smtp3.via.net [209.81.9.15]); Wed, 15 Sep 2010 19:07:13 -0700 (PDT) Subject: Can't build PERL under 8.1 Release X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2010 03:53:12 -0000 I just installed 8.1 Release. Trying to build Perl, it dies at: Running Makefile.PL in ext/DynaLoader ../../miniperl -I../../lib Makefile.PL INSTALLDIRS=3Dperl = INSTALLMAN1DIR=3Dnone INSTALLMAN3DIR=3Dnone PERL_CORE=3D1 = LIBPERL_A=3Dlibperl.so LINKTYPE=3Dstatic Writing Makefile for DynaLoader Makefile out-of-date with respect to Makefile.PL Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 ../../miniperl "-I../../lib" "-I../../lib" Makefile.PL = "INSTALLDIRS=3Dperl" "INSTALLMAN1DIR=3Dnone" "INSTALLMAN3DIR=3Dnone" = "PERL_CORE=3D1" "LIBPERL_A=3Dlibperl.so" "LINKTYPE=3Dstatic" Writing Makefile for DynaLoader =3D=3D> Your Makefile has been rebuilt. <=3D=3D =3D=3D> Please rerun the make command. <=3D=3D false *** Error code 1 Rerunning make just make it die again in the same location. Any ideas? -joe