From owner-freebsd-ports@FreeBSD.ORG Mon Jul 14 06:36:12 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8385037B401 for ; Mon, 14 Jul 2003 06:36:12 -0700 (PDT) Received: from web9602.mail.yahoo.com (web9602.mail.yahoo.com [216.136.129.181]) by mx1.FreeBSD.org (Postfix) with SMTP id 290DF44011 for ; Mon, 14 Jul 2003 06:34:52 -0700 (PDT) (envelope-from chancedj@yahoo.com) Message-ID: <20030714133452.11195.qmail@web9602.mail.yahoo.com> Received: from [65.107.244.186] by web9602.mail.yahoo.com via HTTP; Mon, 14 Jul 2003 06:34:52 PDT Date: Mon, 14 Jul 2003 06:34:52 -0700 (PDT) From: Daryl Chance To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: portupgrade/make install problem. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: chancedj@yahoo.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 13:36:12 -0000 I seem to be having a problem with the ports collection. I'm trying to upgrade some ports on one of my boxes using portupgrade and also trying to just do a make reinstall on an up to date port and get the following error each time: ===> Generating temporary packing list ===> Checking if sysutils/portupgrade already installed *** Error code 1 Stop in /usr/ports/sysutils/portupgrade. *** Error code 1 Stop in /usr/ports/sysutils/portupgrade. I'm running FBSD 4.6.1 and have used portupgrade succesfully quite a few times. This may or may not be the problem, but I thought I'd bring it up. I also did a make -d A install and I think I got more info on what's happening (where it's erroring). Should I not be using portupgrade on anything less then 5.x? Or is it something else that's causing the problem? echo "===> Checking if sysutils/portupgrade already installed" ===> Checking if sysutils/portupgrade already installed already_installed=`/usr/sbin/pkg_info -q -O sysutils/portupgrade 2> /dev/null`; if [ -n "${already_installed}" ]; then for p in ${already_installed}; do pr fx=`/usr/sbin/pkg_info -q -p ${p} 2> /dev/null | /usr/bin/sed -e 's|^@cwd ||'`; if [ "x/usr/local" = "x${prfx}" ]; then df=`/usr/sbin/pkg_info -q -f ${p} 2> /dev/null | /usr/bin/grep -v "^@" | /usr/bin/comm -12 - /usr/ports/sysutils/portupgrade/work/.PLIST.mktmp`; if [ -n "${df}" ]; then found_package=${p}; br eak; fi; fi; done; fi; if [ -d /var/db/pkg/portupgrade-20030427 -o -n "${found_package}" ]; then if [ -d /var/db/pkg/portupgrade-20030427 ]; then echo "===> portupgrade-20030427 is already installed"; else echo "===> An older version of sysutils/portupgrade is already installed (${found_package})"; fi ; echo " You may wish to \`\`make deinstall'' and install this port again"; echo " by \`\`make reinstall'' to upgrade it properly."; echo " If you really wish to overwrite the old port of sysutils/portupgrade"; echo " without deleting it first, set the variable \"FORCE_PKG_REGISTER\""; echo " in your environment or the \"make install\" command line."; exit 1; fi *** Error code 1 Stop in /usr/ports/sysutils/portupgrade. The ports are in sync as of about 8:30 this morning. __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com