Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 1995 05:36:27 +0200
From:      Julian Howard Stacey <jhs@vector.eikon.e-technik.tu-muenchen.de>
To:        ports@freebsd.org
Subject:   make fetch
Message-ID:  <199508260336.FAA29242@vector.eikon.e-technik.tu-muenchen.de>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508260336.FAA29242>