From owner-freebsd-ports@FreeBSD.ORG Mon Feb 25 17:07:18 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C23316A404 for ; Mon, 25 Feb 2008 17:07:18 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: from darwin.lastamericanempire.com (lastamericanempire.com [66.134.56.226]) by mx1.freebsd.org (Postfix) with ESMTP id 2F74D13C469 for ; Mon, 25 Feb 2008 17:07:18 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id 8459645034; Mon, 25 Feb 2008 10:08:06 -0700 (MST) Date: Mon, 25 Feb 2008 10:08:06 -0700 From: hideo To: freebsd-ports@freebsd.org Message-ID: <20080225170806.GA56278@lastamericanempire.com> Mail-Followup-To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Subject: porttools seg fault X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 17:07:18 -0000 For at least a month now I've been getting seg faults when running "port test" in a port directory I'm updating. For example, today I updated devel/p5-Test-Strict: p5-Test-Strict># port test -i ===> Validating port with portlint looks fine. ===> flags: PREFIX=/tmp/p5-Test-Strict-0.09 NO_DEPENDS=yes PKG_DBDIR=/tmp/pkg_db.drHcmHIO ===> Cleaning workspace before port test ===> Cleaning for p5-Test-Strict-0.09 ===> Vulnerability check disabled, database not found ===> Extracting for p5-Test-Strict-0.09 => MD5 Checksum OK for Test-Strict-0.09.tar.gz. => SHA256 Checksum OK for Test-Strict-0.09.tar.gz. ===> Patching for p5-Test-Strict-0.09 ===> Configuring for p5-Test-Strict-0.09 Checking if your kit is complete... Looks good Writing Makefile for Test::Strict ===> Building for p5-Test-Strict-0.09 cp lib/Test/Strict.pm blib/lib/Test/Strict.pm Manifying blib/man3/Test::Strict.3 Segmentation fault ===> Error running make install ===> Cleaning up Segmentation fault Segmentation fault I've deinstalled/reinstalled several times with no change. I used to use this regularly without a problem to check port validity. Any ideas? Zach