From owner-freebsd-perl@FreeBSD.ORG Mon Feb 2 17:59:42 2009 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6698F10656C7 for ; Mon, 2 Feb 2009 17:59:42 +0000 (UTC) (envelope-from William@futurecis.com) Received: from mail1.futurecis.com (static-72-66-123-22.washdc.fios.verizon.net [72.66.123.22]) by mx1.freebsd.org (Postfix) with ESMTP id E98988FC1D for ; Mon, 2 Feb 2009 17:59:41 +0000 (UTC) (envelope-from William@futurecis.com) Received: (qmail 10155 invoked from network); 2 Feb 2009 18:00:43 -0000 Received: from unknown (HELO [10.0.0.100]) ([10.0.0.100]) (envelope-sender ) by mail1.futurecis.com (qmail-ldap-1.03) with SMTP for ; 2 Feb 2009 18:00:43 -0000 Message-ID: <4987349F.4090007@futurecis.com> Date: Mon, 02 Feb 2009 12:59:59 -0500 From: William Bentley User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Anton Berezin References: <4981D9B8.3000505@futurecis.com> <20090129172354.GA50142@heechee.tobez.org> <4981EBAD.3010405@futurecis.com> <20090202153115.GA92667@heechee.tobez.org> In-Reply-To: <20090202153115.GA92667@heechee.tobez.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-perl@freebsd.org Subject: Re: Perl5.8 Won't Build X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 02 Feb 2009 17:59:42 -0000 Thank you for your response. I have plenty of disk space. FYI, I dont think it matters, but I am running this in a jail and on ZFS. So I ran the make clean and make configure and here is what happen at the make configure: ------------------------------------------------------------------------------------------ # make configure ===> Vulnerability check disabled, database not found ===> Found saved configuration for perl-5.8.9 ===> Extracting for perl-5.8.9 => MD5 Checksum OK for perl/perl-5.8.9.tar.bz2. => SHA256 Checksum OK for perl/perl-5.8.9.tar.bz2. => MD5 Checksum OK for perl/BSDPAN-5.8.9.tar.bz2. => SHA256 Checksum OK for perl/BSDPAN-5.8.9.tar.bz2. => MD5 Checksum OK for perl/defined-or-5.8.9.bz2. => SHA256 Checksum OK for perl/defined-or-5.8.9.bz2. ===> Patching for perl-5.8.9 ===> Applying distribution patches for perl-5.8.9 1 out of 5 hunks failed--saving rejects to opcode.h.rej *** Error code 1 Stop in /usr/ports/lang/perl5.8. *** Error code 1 Stop in /usr/ports/lang/perl5.8. ------------------------------------------------------------------------------------------- # ls -l work/perl-5.8.9/*akefile* -r-xr-xr-x 1 root wheel 48842 Dec 6 12:11 work/perl-5.8.9/Makefile.SH -r--r--r-- 1 root wheel 4472 Sep 22 09:48 work/perl-5.8.9/Makefile.micro # ls -l work/perl-5.8.9/*core* ls: work/perl-5.8.9/*core*: No such file or directory ------------------------------------------------------------------------------------------- Anton Berezin wrote: > William, > > On Thu, Jan 29, 2009 at 12:47:25PM -0500, William Bentley wrote: > >> Here it is: >> >> #make >> ===> Vulnerability check disabled, database not found >> > ... > >> Checking if your /usr/bin/make program sets $(MAKE)... >> mode_t found. >> Bus error (core dumped) >> It seems that va_copy() or similar will be needed. >> size_t found. >> > ... > >> ===> Building for perl-5.8.9 >> make: cannot open makefile. >> *** Error code 2 >> > > Strange. As far as I can tell, the configure output looks entirely normal, > except the coredump part and the fact that there apparently is no makefile. > > Can you try and find out what exactly dumps core? After "make clean" and > "make configure", what would be the output of > > cd /usr/ports/lang/perl5.8 > ls -l work/perl-5.8.9/*akefile* > ls -l work/perl-5.8.9/*core* > > ? > > I assume the disk is good and that you have enough space on it? > > \Anton. >