From owner-freebsd-questions@FreeBSD.ORG Sat Aug 23 17:14:42 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21A0916A4BF for ; Sat, 23 Aug 2003 17:14:42 -0700 (PDT) Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D02043F85 for ; Sat, 23 Aug 2003 17:14:39 -0700 (PDT) (envelope-from tristan11@mindspring.com) Received: from h-68-164-25-38.snvacaid.covad.net ([68.164.25.38] helo=mindspring.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 19qiWj-0005us-00; Sat, 23 Aug 2003 20:14:37 -0400 Date: Sat, 23 Aug 2003 17:14:36 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: paul beard From: Michelle In-Reply-To: <3F4800C4.8070405@mac.com> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-questions@freebsd.org Subject: Re: orphaned port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2003 00:14:42 -0000 On Saturday, August 23, 2003, at 05:03 PM, paul beard wrote: > Michelle wrote: >>>> >>> >>> That was clear and the start of the jurney. Please update libtool >>> either >>> using portupgrade or do it by hand as you do before. >>> >>> Jens >>> >>> >> I still cannot upgrade libtool. I can run make, but when I run make >> install I get the following error: >> ===> Installing for libtool-1.3.5_1 >> ===> Generating temporary packing list >> ===> Checking if devel/libtool13 already installed >> *** Error code 1 >> Stop in /usr/ports/devel/libtool13 >> I tried to run make deinstall and received the following error: >> ===> Deinstalling for devel/libtool13 >> *** Error code 1 >> Stop in /usr/ports/devel/libtool13. > > what happens if you run make -dl install ? I get this output: echo "===> Checking if devel/libtool13 already installed" ===> Checking if devel/libtool13 already installed already_installed=`/usr/sbin/pkg_info -q -O devel/libtool13 2> /dev/null`; if [ -n "${already_installed}" ]; then for p in ${already_installed}; do prfx=`/usr/sbin/pkg_info -q -p ${p} 2> /dev/null | /usr/bin/head -n 1 | /usr/bin/sed -ne '1s|^@cwd ||p'`; 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/devel/libtool13/work/.PLIST.mktmp`; if [ -n "${df}" ]; then found_package=${p}; break; fi; fi; done; fi; *** Error code 1 Stop in /usr/ports/devel/libtool13.