Date: Mon, 16 Feb 2004 14:16:04 -0600 From: "Andrew L. Gould" <algould@datawok.com> To: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz>, Marty Landman <MLandman@face2interface.com> Cc: freebsd-questions@freebsd.org Subject: Re: newbie problem building fetchmail from ports Message-ID: <200402161416.04366.algould@datawok.com> In-Reply-To: <40311C5C.3090605@daleco.biz> References: <6.0.0.22.0.20040216140652.08b2a4d0@pop.face2interface.com> <40311C5C.3090605@daleco.biz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 16 February 2004 01:39 pm, Kevin D. Kinsey, DaleCo, S.P. wrote: > Marty Landman wrote: > > Any advice on what to do here? > > > > # cd ../../mail/fetchmail > > # make build && make install && rehash && which fetchmail > > > > >> fetchmail-6.2.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > > >> Attempting to fetch from http://www.catb.org/~esr/fetchmail/. > > > > Receiving fetchmail-6.2.0.tar.gz (1089936 bytes): 100% (ETA 00:00) > > 1089936 bytes transferred in 1050.8 seconds (1.01 kBps) > > ===> Extracting for fetchmail-6.2.0 > > > > >> Checksum OK for fetchmail-6.2.0.tar.gz. > > > > ===> Patching for fetchmail-6.2.0 > > ===> Applying FreeBSD patches for fetchmail-6.2.0 > > ===> fetchmail-6.2.0 depends on executable: gmake - not found > > ===> Verifying install for gmake in /usr/ports/devel/gmake > > ===> gmake-3.80 depends on shared library: intl.4 - not found > > ===> Verifying install for intl.4 in /usr/ports/devel/gettext > > ===> gettext-0.11.5_1 depends on executable: libtool - found > > ===> gettext-0.11.5_1 depends on shared library: iconv.3 - found > > ===> gettext-0.11.5_1 depends on shared library: expat.4 - found > > ===> Configuring for gettext-0.11.5_1 > > /bin/rm /usr/ports/devel/gettext/work/gettext-0.11.5/doc/gettext.info* > > rm: /usr/ports/devel/gettext/work/gettext-0.11.5/doc/gettext.info*: No > > such file or directory > > *** Error code 1 > > > > Stop in /usr/ports/devel/gettext. > > *** Error code 1 > > Dunno for sure. Obviously we have a problem > with make expecting something that's not there. > > It's possible that: > > 1. You should just try to install gettext first, > and you will get more insight into the issue. > > 2. You could re-cvsup the ports tree and try > again and it would work. > > 3. You could issue > #touch > /usr/ports/devel/gettext/work/gettext-0.11.5/doc/gettext.info as root and > see what happens next ;-) > > It's obvious that I'm grasping at straws, but if > we wait around a while, somebody smarter will > likely pipe up ... > > Kevin Kinsey > DaleCo, S.P. Well, that smarter person is not me; but since the error occurs when the script is trying to remove a file in a ports working directory, my first wild guess would be to do a 'make clean' and then try again. Best of luck, Andrew Gould
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402161416.04366.algould>