From owner-freebsd-ports@FreeBSD.ORG Sun Feb 4 23:38:48 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C080116A400 for ; Sun, 4 Feb 2007 23:38:48 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 833EE13C467 for ; Sun, 4 Feb 2007 23:38:48 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id A98EA1378B for ; Mon, 5 Feb 2007 00:38:47 +0100 (CET) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 7FA371A7D2; Mon, 5 Feb 2007 00:38:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 6FCEF1A7D1 for ; Mon, 5 Feb 2007 00:38:54 +0100 (CET) Date: Mon, 5 Feb 2007 00:38:54 +0100 (CET) From: Gerald Pfeifer To: ports@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: make install: tar: could not chdir to '(null)' 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: Sun, 04 Feb 2007 23:38:48 -0000 A few days ago, my FreeBSD 5.4-STABLE based tester (i386) started to fail in building packages, most notably lang/gcc40, lang/gcc41 and above. % make install ldconfig: /files/pfeifer/porttest/gcc40/lib/gcc-4.0.4: ignoring directory not owned by root ldconfig: mkstemp(/var/run/ld-elf.so.hints.iWE9fy): Permission denied % make package ===> Building package for gcc-4.0.4,1 tar: could not chdir to '(null)' pkg_create: make_dist: tar command failed with code 256 Creating package /sw/test/FreeBSD/ports/pcvs/gcc40/gcc-4.0.4,1.tbz Registering depends: ldconfig_compat-1.0_8 libiconv-1.9.2_2. Creating bzip'd tar ball in '/sw/test/FreeBSD/ports/pcvs/gcc40/gcc-4.0.4,1.tbz' *** Error code 1 Has any of you ever seen anything like this? This also affects ports which test just fine on other machines (6-CURRENT, for example) and have been testing fine on this machine. I tried to track this down, but failed so far. From what I can tell, there have been no changes on this machines which might trigger this. Gerald