From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 7 22:23:47 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9A5D16A4CE for ; Tue, 7 Dec 2004 22:23:47 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD02E43D39 for ; Tue, 7 Dec 2004 22:23:47 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id iB7MNlL23929 for freebsd-amd64@freebsd.org; Tue, 7 Dec 2004 14:23:47 -0800 (PST) Date: Tue, 7 Dec 2004 14:23:47 -0800 From: Mike Hunter To: freebsd-amd64@freebsd.org Message-ID: <20041207222347.GA23656@ack.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: problems compiling perl 5.8.5 w/ fbsd 5.2.1 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2004 22:23:47 -0000 Hi, I'm new to amd64 as of this nice new dual opteron box I've just received...I may be seeing a lot of you guys in the coming weeks :) I'm trying to build perl 5.8.5 but I'm having some problems. I got this funny-looking "ok" message after doing a make (in /usr/ports/lang/perl5.8) Making Errno (nonxs) Writing Makefile for Errno ../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" Errno_pm.PL Errno.pm cp Errno.pm ../../lib/Errno.pm *** Error code 1 (ignored) Everything is up to date. Type 'make test' to run test suite. So then I tried to run make test but I got some more funny stuff: bash-2.05b# make test lib/Class/ISA/test........................ok lib/Class/Struct..........................ok lib/Config................................Out of memory during "large" request for 2147487744 bytes, total sbrk() is 4024666112 bytes at ../lib/Config.t line 15. # Looks like you planned 47 tests but ran 1. FAILED at test 2 lib/constant..............................ok lib/CPAN/t/loadme.........................ok lib/CPAN/t/mirroredby.....................ok lib/CPAN/t/Nox............................ok lib/CPAN/t/signature......................ok Any suggestions? Thanks! Mike