Date: Tue, 14 Jul 2009 21:27:52 -0400 From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: Erwin Lansing <erwin@freebsd.org> Cc: ports@freebsd.org Subject: Re: INDEX build failed for 6.x Message-ID: <4A5D3098.9040405@p6m7g8.com> In-Reply-To: <200907150045.n6F0jH68072392@pointyhat.freebsd.org> References: <200907150045.n6F0jH68072392@pointyhat.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Erwin Lansing wrote: > INDEX build failed with errors: > Generating INDEX-6 - please wait..pkg_info: not found > pkg_info: not found > pkg_info: not found > pkg_info: not found > Done. > Warning: Duplicate INDEX entry: p5-Apache-Htpasswd-1.8 > > Committers on the hook: > araujo kmoore miwi pgollucci not me. #!/bin/sh export PORTSDIR=/space/portstrees/$1/ports export LOCALBASE=/nonexistent export ARCH=amd64 export __MAKE_CONF=/dev/null export PORT_DBDIR=/nonexistent export PKG_DBDIR=/nonexistent export INDEX_PRISTINE=1 export INDEX_JOBS=24 export INDEX_QUIET=1 now=$(date +%Y%m%d%H%M%S) cd ${PORTSDIR} time make -j4 index 1>&2 > ~/make_index-${now} cat ~/make_index-${now} Generating INDEX-8 - please wait.. Warning: Duplicate INDEX entry: cvsup-without-gui-16.1h_4 Warning: Duplicate INDEX entry: p5-Apache-Htpasswd-1.8 Done. -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Consultant - P6M7G8 Inc. http://p6m7g8.net Senior Sys Admin - RideCharge, Inc. http://ridecharge.com ASF Member - Apache Software Foundation http://apache.org FreeBSD Committer - FreeBSD Foundation http://freebsd.org Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A5D3098.9040405>