From owner-freebsd-ports Sun Aug 27 02:49:13 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id CAA16159 for ports-outgoing; Sun, 27 Aug 1995 02:49:13 -0700 Received: from eikon.e-technik.tu-muenchen.de (eikon.regent.e-technik.tu-muenchen.de [129.187.42.3]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id CAA16144 for ; Sun, 27 Aug 1995 02:49:09 -0700 Received: from vector.eikon.e-technik.tu-muenchen.de (vector.eikon.e-technik.tu-muenchen.de [129.187.142.36]) by eikon.e-technik.tu-muenchen.de (8.6.12/8.6.9) with ESMTP id LAA22267 for ; Sun, 27 Aug 1995 11:49:02 +0200 Received: (from jhs@localhost) by vector.eikon.e-technik.tu-muenchen.de (8.6.11/8.6.9) id FAA29242 for ports@freebsd.org; Sat, 26 Aug 1995 05:36:27 +0200 Date: Sat, 26 Aug 1995 05:36:27 +0200 From: Julian Howard Stacey Message-Id: <199508260336.FAA29242@vector.eikon.e-technik.tu-muenchen.de> To: ports@freebsd.org Subject: make fetch Sender: ports-owner@freebsd.org Precedence: bulk Bug report, for the mk file I guess: On a fresh empty (except for wrappers, but nothing compiled) ports tree: unsetenv BATCH;cd /usr/ports;make -i fetch & it skipped tons of empty directories (fine, what I wanted) & fetched a distfile i hadn't got (fine, what I wanted) then suddenly started compiling lang/itcl, as below (not what I wanted, as it stopped using the dial up slip link) Here's the log ===> games/xonix ===> xonix-1.2 depends on shared library: Xpm\.4 - found ===> games/xpacman ===> xpacman-1.0 depends on executable: unzip - found >> pacman10.zip doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.nvg.unit.no/pub/pacman/ Receiving file: pacman10.zip 100% 0 64523 bytes. ETA: 0:00 pacman10.zip: 64523 bytes received in 84.69 seconds, 761.89 Bytes/sec. ===> games/xpilot ===> lang/icon ===> lang/itcl ===> itcl-1.5 depends on shared library: tk\.3\. - found ===> itcl-1.5 depends on: /usr/ports/lang/tcl ===> Verifying build for /usr/ports/lang/tcl >> No MD5 checksum file. ===> Extracting for tcl-7.3 ===> Patching for tcl-7.3 ===> Applying FreeBSD patches for tcl-7.3 ===> Configuring for tcl-7.3 checking for ranlib checking for getcwd even worse, as I wasnt running as root, it errored with: Installing libtcl.a install: /usr/local/lib/libtcl.a: Permission denied *** Error code 1 (ignored) BTW The No MD5 checksum file. messages can be ignored, that's just because I had a MD5_FILE=/avoid_cdrom Julian S jhs@freebsd.org