problems fetching lang/gcc*: random?

Fernan Aguero fernan at iib.unsam.edu.ar
Mon Mar 21 06:21:01 PST 2005


+----[ To FreeBSD Ports <fernan at iib.unsam.edu.ar> (21.Mar.2005 10:22):
|
| I just inserted the following line after line 3093 in
| bsd.port.mk (mine is revision 1.511 from 2005/03/17) in
| order to get the exact command that is going to be evaluated
| in the next line:
| 
| ${ECHO_MSG} 'DEBUG: ${SORTED_MASTER_SITES_CMD_TMP} ${_RANDOMIZE_SITES}'; \
| 
| and this is what I get on 'make fetch' for lang/gcc32:
| => gcc-core-3.2.3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
| DEBUG:  " |/usr/games/random "-w -f -""
|
+----]

Argh. Forget it, I should have tested it also on the ports
that do fetch their distfiles. The same gets printed for
other ports, even though in this case the 
=> Attempting to fetch from ... 
gets printed and the distfile fetched. No hanging on random as
already reported.

I need to get a deeper knowledge of Makefile syntax and of
the internals of bsd.port.mk. 

I'm still stucked trying to get the actual command line that
causes random(6) to hang. Either I'm failing to quote
appropriately the expression, or that line should be
introduced somewhere else.

Fernan


More information about the freebsd-ports mailing list