Date: Sat, 23 Aug 2003 22:24:27 +0000 From: Jens Rehsack <rehsack@liwing.de> To: Michelle <tristan11@mindspring.com> Cc: freebsd-questions@freebsd.org Subject: Re: orphaned port? Message-ID: <3F47E99B.30107@liwing.de> In-Reply-To: <CB67E5DE-D5B7-11D7-B340-000393843210@mindspring.com> References: <CB67E5DE-D5B7-11D7-B340-000393843210@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Michelle wrote: > > On Saturday, August 23, 2003, at 03:02 PM, Jens Rehsack wrote: > >> Michelle wrote: >> >>> On Saturday, August 23, 2003, at 02:44 PM, Jens Rehsack wrote: >>> >>>> Michelle wrote: >>>> >>>>> On Saturday, August 23, 2003, at 02:21 PM, Jens Rehsack wrote: >>>>> >>>>>> Michelle wrote: >>>>>> >>>>>> [...] >>>>>> >>>>>>> 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? >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Hm, I don't know where this error comes from. Do you have write >>>>>> access either to the ports tree or do you have DISTDIR and >>>>>> WRKDIRPREFIX set properly? If not, see /usr/ports/Mk/bsd.ports.mk >>>>>> for more details. >>>>>> >>>>>> Can you e-mail the output of 'pkg_info' and 'ls -l /var/db/pkg/'? >>>>>> >>>>> I use sudo make and have not run into this problem before when >>>>> installing ports. I don't know what could have changed to cause >>>>> this problem. Here is the output from pkg_info: >>>> >>>> >>>> >>>> sudo make what? >>>> Can you send output of 'df -ki'? >>>> >>>> Jens >>> >>> To install a port I cd to the directory then run sudo make and sudo >>> make install. >>> # cd /usr/ports/sysutils/portupgrade >>> # sudo make >>> # sudo make install >>> But as I've stated I'm getting errors when running the make command. >>> Here is the output of df -ki >> >> >> Hm, enough room. Can you e-mail the full output of the make >> command using script(1)? >> >> Jens >> > > I tried running make again in /usr/ports/databases/mysql323-server. > Here is the ouput: > > ===> mysql-server-3.23.57 depends on file: > /usr/local/libexec/libtool13/libtool - not found > ===> Verifying install for /usr/local/libexec/libtool13/libtool in > /usr/ports/devel/libtool13 > ===> 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. You should run a 'make clean' everywhere you left it. You can find it using sth. like 'find /usr/ports -name "work"'. This should solve your problems. Jens
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F47E99B.30107>
