From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 11:40:31 2004 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 1BAC416A4CE for ; Mon, 16 Feb 2004 11:40:31 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC89043D2D for ; Mon, 16 Feb 2004 11:40:30 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 16 Feb 2004 13:40:41 -0600 Message-ID: <40311C5C.3090605@daleco.biz> Date: Mon, 16 Feb 2004 13:39:08 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marty Landman References: <6.0.0.22.0.20040216140652.08b2a4d0@pop.face2interface.com> In-Reply-To: <6.0.0.22.0.20040216140652.08b2a4d0@pop.face2interface.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Feb 2004 19:40:41.0968 (UTC) FILETIME=[C30CF700:01C3F4C4] cc: freebsd-questions@freebsd.org Subject: Re: newbie problem building fetchmail from ports 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: Mon, 16 Feb 2004 19:40:31 -0000 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.