Date: Sat, 23 Aug 2003 19:42:43 +0000 From: Jens Rehsack <rehsack@liwing.de> To: Michelle <tristan11@mindspring.com> Cc: freebsd-questions@freebsd.org Subject: Re: orphaned port? Message-ID: <3F47C3B3.9050204@liwing.de> In-Reply-To: <55E96D98-D599-11D7-B340-000393843210@mindspring.com> References: <55E96D98-D599-11D7-B340-000393843210@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F47C3B3.9050204>