From owner-freebsd-questions Fri May 7 18:41:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from myname.my.domain (ppp-1-31.dialup.rdu.ipass.net [209.170.132.31]) by hub.freebsd.org (Postfix) with ESMTP id AF48814D70 for ; Fri, 7 May 1999 18:41:25 -0700 (PDT) (envelope-from mmercer@ipass.net) Received: from ipass.net (localhost [127.0.0.1]) by myname.my.domain (8.9.3/8.9.3) with ESMTP id VAA22704; Fri, 7 May 1999 21:39:59 -0400 (EDT) (envelope-from mmercer@ipass.net) Message-ID: <373395EF.E7536D86@ipass.net> Date: Fri, 07 May 1999 21:39:59 -0400 From: "Michael E. Mercer" Reply-To: freebsd-questions@FreeBSD.ORG X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: wwwind@pub.sy.ln.cn Cc: FreeBSD Subject: Re: Need Help References: <37339122.1D5C2D2F@pub.sy.ln.cn> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ZhangJiYu wrote: > Hello: > I have some troubles in using Ports: > After login as root,cd into /usr/ports/graphics/xpm,and make > install, > but system displays: > >>xpm-3.4k.tgr.gz doesn't seem to exist on this system. This is telling you the source code does not exist on your system. > > >>Attempting to fetch from ftp://avahi.inria.fr/pub/xpm. > /usr/bin/fetch:avahi.inria.fr:Unknown host Here it is telling you it is trying to get the source code from avahi.inria.fr The unknown host message says it can not find that host's address. Do you have an internet connection when you typed make? Otherwise, with no internet connection, the fetch command will always fail. Also if you have the cd collection, check to see if the source code is supplied in that, and if YES, copy it to /usr/ports/distfiles and type `make` again from the ports/graphics/xpm directory. > > >>Attempting to fetch from > ftp://ftp.freebsd.org/pub/FreeBSD/distfile//. > /usr/bin/fetch:ftp.freebsd.org:Unknown host > >>Couldn't fetch it-please try to retrieve this > >>port manually into /usr/ports/distfile/ and try again. > ***Error code 1 > Stop. > What's wrong with my system? What can I do? > Thank you for your reply. > > ZhangJiYu > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message