From owner-freebsd-questions@FreeBSD.ORG Sat Aug 23 14:07:52 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 5CD3116A4BF for ; Sat, 23 Aug 2003 14:07:52 -0700 (PDT) Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC5743F3F for ; Sat, 23 Aug 2003 14:07:51 -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 tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 19qfby-0001US-00; Sat, 23 Aug 2003 17:07:50 -0400 Date: Sat, 23 Aug 2003 14:07:49 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: Jens Rehsack From: Michelle In-Reply-To: <3F47C3B3.9050204@liwing.de> 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: Sat, 23 Aug 2003 21:07:52 -0000 On Saturday, August 23, 2003, at 12:42 PM, Jens Rehsack wrote: > Michelle wrote: >> I am trying to upgrade mysql-server and when I ran the make command, >> I received 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. >> *** Error code 1 >> Stop in /usr/ports/databases/mysql323-server. >> Than I ran pkg_version -v and saw the the libtool13 port is orphaned. >> What does this mean and how can I fix it? > > Assuming you have your ports in /usr/ports > > # cd /usr/ports (Don't whether this is required or not) > # pkg_info | grep libtool > # libtool="#place the found libtool-1.3 port here#" > # portupgrade -o devel/libtool13 ${libtool} > > And now try portupgrade mysql again! > > Good luck > Jens Jens, Thank you for the help. I did not have portupgrade installed and when I tried to run make in /usr/ports/sysutils/portupgrade I received the following error: ===> Installing for ruby-1.6.8.2003.04.19 ===> Generating temporary packing list ===> Checking if lang/ruby16 already installed *** Error code 1 Stop in /usr/ports/lang/ruby16. *** Error code 1 Is there another way I can fix my problem? Thank you, Michelle