From owner-freebsd-questions Tue Jun 27 1:17: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.stylo.it (ns.rainbownet.com [212.141.58.2]) by hub.freebsd.org (Postfix) with ESMTP id CC44B37BE70 for ; Tue, 27 Jun 2000 01:16:56 -0700 (PDT) (envelope-from aturetta@rainbownet.com) Received: from styloserver.stylo.it (styloserver.stylo.it [193.76.98.3]) by mail.rainbownet.com (8.9.1/8.9.1) with ESMTP id UAA02782 for ; Mon, 26 Jun 2000 20:13:56 +0200 (CEST) (envelope-from aturetta@rainbownet.com) Received: by styloserver.stylo.it with Internet Mail Service (5.5.2448.0) id ; Mon, 26 Jun 2000 20:13:56 +0200 Message-ID: <210F5CDE0707D211B4BD00062905C842309280@styloserver.stylo.it> From: Angelo Turetta To: "'freebsd-questions@freebsd.org'" Subject: Troubles building ports Date: Mon, 26 Jun 2000 20:13:54 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone, After creating a minimal port tree by running the following commands (please assume '-r RELENG_3' in every CVS command): cd /usr cvs checkout ports/Makefile cvs checkout ports/Mk cvs checkout ports/www/analog cvs checkout ports/net/bounce I am perfectly able to cd /usr/ports/net/bounce (source is a single .c file) make make install But if I try building analog as follows, the make process fails. Apparently it fails in assembling the tarball file name from the port name/version. su-2.03# cd /usr/ports/www/analog su-2.03# make >> .tar.gz doesn't seem to exist on this system. >> Attempting to fetch from http://www.analog.cx/. fetch: .tar.gz: www.analog.cx: HTTP server returned error code 404 ..... (more tries omitted) ...... >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Of course putting the tarball in /usr/ports/distfiles doesn't help, as the make searches for the wrong file (.tar.gz), and then attempts to download it again. What am I missing? Do I need any other part of the FreeBSD directory tree (not installed by a kernel-developer install from the 3.4 CD) to build ports? Thanks for any help (please cc. replies to me, I'm not on this list) Angelo Turetta. Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message