From owner-freebsd-ports@FreeBSD.ORG Sun Jun 1 13:36:28 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B6A61065676; Sun, 1 Jun 2008 13:36:28 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3C78FC28; Sun, 1 Jun 2008 13:36:27 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4842A5DC.7060104@FreeBSD.org> Date: Sun, 01 Jun 2008 15:36:28 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Erwin Lansing References: <200806011101.m51B1BdL044060@pointyhat.freebsd.org> In-Reply-To: <200806011101.m51B1BdL044060@pointyhat.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: INDEX build failed for 8.x 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, 01 Jun 2008 13:36:28 -0000 Erwin Lansing wrote: > INDEX build failed with errors: > Generating INDEX-8 - please wait.."/a/erwin/tindex/ports/chinese/links/../../www/links/Makefile", line 75: warning: duplicate script for target "pre-configure" ignored > pkg_info: not found > pkg_info: not found > pkg_info: not found > /libexec/ld-elf.so.1: Cannot open "/lib/libutil.so.7" > ===> shells/44bsd-csh failed > *** Error code 1 > /libexec/ld-elf.so.1: Cannot open "/lib/libutil.so.7" > ===> net/p5-Net-FTP-File failed > *** Error code 1 > /libexec/ld-elf.so.1: Cannot open "/lib/libedit.so.6" > ===> security/hostsentry failed > *** Error code 1 > *** Error code 1 > > Stop in /a/erwin/tindex/ports. > *** Error code 1 > > Stop in /a/erwin/tindex/ports. > 3 errors > > Committers on the hook: > anders araujo dinoex fjoe green hq hrs mm mnag obrien olgeni pav rafan shaun sumikawa vanilla > > Most recent CVS update was: > U comms/obexapp/files/patch-Makefile > U devel/cvs+ipv6/files/patch-freebsdlocal > U devel/linuxthreads/files/getlogin.c > U devel/linuxthreads/files/telldir.c > U devel/linuxthreads/files/ttyname.c > U devel/ncurses-devel/Makefile > U devel/ncurses-devel/distinfo > U devel/p5-BS-Event/Makefile > U devel/p5-BS-Event/distinfo > U devel/p5-BS-Event/pkg-descr > U devel/p5-BS-Event/pkg-plist > U devel/p5-TheSchwartz/Makefile > U devel/p5-TheSchwartz/distinfo > U devel/p5-TheSchwartz/pkg-descr > U devel/p5-TheSchwartz/pkg-plist > U graphics/libqrencode/Makefile > U graphics/libqrencode/distinfo > U mail/libspf/files/patch-respect_cflags_and_dont_create_spfmilter_Makefile > U misc/cdcollect/Makefile > U misc/cdcollect/distinfo > U misc/cdcollect/pkg-descr > U misc/cdcollect/pkg-plist > U misc/qbrew/Makefile > U misc/qbrew/distinfo > U misc/qbrew/files/patch-qbrew.pro > U net-mgmt/netdisco/files/patch-netdisco > U net-mgmt/netdisco/files/patch-netdisco.conf > U net-mgmt/netdisco/files/patch-netdisco.crontab > U net-mgmt/netdisco/files/patch-netdisco_apache.conf > U net-mgmt/netdisco/files/patch-netdisco_apache_dir.conf > U net-mgmt/netdisco/files/pkg-install.in > U net-mgmt/netdisco/files/pkg-message.in > U net-mgmt/p5-Nagios-Plugins-Memcached/Makefile > U net-mgmt/p5-Nagios-Plugins-Memcached/distinfo > U net-mgmt/p5-Nagios-Plugins-Memcached/pkg-descr > U net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist > U net-mgmt/p5-Nagios-Plugins-Memcached/files/patch-Makefile.PL > U palm/synce-rra/files/patch-src-rra-timezone.c > U print/ghostscript7/Makefile > U print/ghostscript7/pkg-descr > U print/ghostscript7-commfont/Makefile > U print/ghostscript7-commfont/pkg-descr > U print/ghostscript7-jpnfont/Makefile > U print/ghostscript7-jpnfont/pkg-descr > U print/ghostscript7-korfont/Makefile > U print/ghostscript7-korfont/pkg-descr > U print/ghostscript7-nox11/Makefile > U print/ghostscript8/Makefile > U print/ghostscript8/pkg-descr > U print/ghostscript8-nox11/Makefile > U sysutils/lookupd/files/patch-modules-dns-resolv-getaddrinfo.c > U sysutils/mybashburn/Makefile > U sysutils/mybashburn/distinfo > U sysutils/mybashburn/pkg-descr > U sysutils/mybashburn/pkg-plist > U www/apache13-modssl/files/patch-apachectl > U www/cocoon/files/patch-src-blocks-ajax-samples > U www/cocoon/files/patch-src-blocks-forms-samples > U www/py-forgethtml/files/patch-lib-forgetHTML.py Two things are going on here: 1) This raced with an installworld which is why the library went missing. 2) cvs is broken and updates the same files with each update, which is why ancient changes are showing up here. Hopefully David will fix this soon. Kris