From owner-freebsd-ports@FreeBSD.ORG Tue Jun 3 01:26:18 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 720E237B401 for ; Tue, 3 Jun 2003 01:26:18 -0700 (PDT) Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973C443FA3 for ; Tue, 3 Jun 2003 01:26:16 -0700 (PDT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th ([203.151.134.104]) by stjohn.stjohn.ac.th (8.9.3+Sun/8.9.3) with ESMTP id PAA23809 for ; Tue, 3 Jun 2003 15:24:22 +0700 (ICT) Message-Id: <5.2.0.9.0.20030603151634.00a30240@127.0.0.1> X-Sender: stjohn.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Tue, 03 Jun 2003 15:25:56 +0700 To: freebsd-ports@freebsd.org From: Roger Merritt Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Perl ports problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 08:26:18 -0000 I don't know if this is really a ports problem, but I'm more familiar with these lists so decided to ask here first. I was trying to install a Content Management System (MkDoc) which requires several perl ports. Many of the ports installed with no problem, but now I've run into several that all seem to have the same header file missing: >[root@poppy:~]# portupgrade -Rrf p5-MIME-Base64 >---> Reinstalling 'p5-MIME-Base64-2.20' (converters/p5-MIME-Base64) >---> Building '/usr/ports/converters/p5-MIME-Base64' >===> Cleaning for p5-MIME-Base64-2.20 > >> MIME-Base64-2.20.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > >> Attempting to fetch from http://www.cpan.dk/CPAN/modules/by-module/MIME/. >Receiving MIME-Base64-2.20.tar.gz (15077 bytes): 100% >15077 bytes transferred in 2.0 seconds (7.51 kBps) >===> Extracting for p5-MIME-Base64-2.20 > >> Checksum OK for MIME-Base64-2.20.tar.gz. >===> Patching for p5-MIME-Base64-2.20 >===> Applying FreeBSD patches for p5-MIME-Base64-2.20 >===> Configuring for p5-MIME-Base64-2.20 >Checking if your kit is complete... >Looks good >Writing Makefile for MIME::Base64 >===> Building for p5-MIME-Base64-2.20 >cp Base64.pm blib/lib/MIME/Base64.pm >cp QuotedPrint.pm blib/lib/MIME/QuotedPrint.pm >make: don't know how to make >/usr/libdata/perl/5.00503/mach/CORE/opnames.h. Stop >*** Error code 2 > >Stop in /usr/home/ports/converters/p5-MIME-Base64. Other ports are p5-Unicode-String and p5-Unicode-MapUTF8 which both also fail for lack of /usr/libdata/perl/5.00503/mach/CORE/opnames.h. I re-cvsup'ed the ports tree and deleted the tar files from /usr/ports/distfiles, but even downloading the tarball fresh didn't help. Is this a perl/CPAN issue? -- Roger