From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 20:12:24 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 96C3D1065696 for ; Wed, 5 Nov 2008 20:12:24 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.189]) by mx1.freebsd.org (Postfix) with ESMTP id 274548FC47 for ; Wed, 5 Nov 2008 20:12:23 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so82728gve.39 for ; Wed, 05 Nov 2008 12:12:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=uPiCjMoWl2TIKtfguSoga9jO6Utf6tXaiiriKDN8ZfE=; b=WIlHpWlHGbunldghcYnrd2d1f0VQA/h5jx1pFUWnLXoiaPALTYqHJCK+mPunQRSrqn ZFPYaB6ioEc+rODOmE1mNf2uyVeByywZYeb5XePjTEkq4d3Ng99Zydvei2tPQH9mN723 LvNUfuK6Vz95Kna4upcI9NiL4g1G49jfnU0eU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=PPVUqZ2AAL/nKPi/xtY0s1Gl30XBXPwaFRoRCrdJO/bj2b1yH80S8mTfdw4Eh0DgjM UVJwNVpi0fTEJCtebPc9aaLY9RgB+6/zsqFe87zStJutAR9l3/axFyQy4TDjkdaUDeQc EEj+RZdCCnZ4BG7UrM3nWGjiZpyd5IZ3cUknw= Received: by 10.103.240.5 with SMTP id s5mr573118mur.133.1225914569686; Wed, 05 Nov 2008 11:49:29 -0800 (PST) Received: by 10.103.251.11 with HTTP; Wed, 5 Nov 2008 11:49:29 -0800 (PST) Message-ID: Date: Wed, 5 Nov 2008 15:49:29 -0400 From: "Scott Ullrich" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Problems building ports - Error code 2 when attempting to cd 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: Wed, 05 Nov 2008 20:12:24 -0000 All, I have a strange port problem that I am trying to figure out. Hopefully someone can shed a light on what is happening here: ===> rrdtool-1.2.26_1 depends on file: /usr/local/bin/libtool - found (but building it anyway) ===> Verifying install for /usr/local/bin/libtool in /usr/ports/devel/libtool15 ===> Returning to build of rrdtool-1.2.26_1 ===> rrdtool-1.2.26_1 depends on shared library: freetype.9 - found (but building it anyway) ===> Verifying install for freetype.9 in /usr/ports/print/freetype2 cd: can't cd to /usr/ports/print/freetype2/work/freetype-2.3.7 *** Error code 2 1 error *** Error code 2 1 error But as you can see here, it does exist: freebsd-nexus-computers# ls /usr/ports/print/freetype2/work/freetype-2.3.7 ChangeLog ChangeLog.22 Makefile autogen.sh devel modules.cfg version.sed ChangeLog.20 Jamfile README builds docs objs vms_make.com ChangeLog.21 Jamrules README.CVS configure include src Does anyone have any idea what is happening here? This is happening randomly to a number of port builds and I am stumped. Thanks, Scott PS: please CC me on any replies, I am not subscribed to this particular list