Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2005 11:20:08 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        Gerald Pfeifer <gerald@pfeifer.com>, ports@FreeBSD.ORG, Roman Neuhauser <neuhauser@chello.cz>
Subject:   Re: problems fetching lang/gcc*: random?
Message-ID:  <20050321142008.GB74515@iib.unsam.edu.ar>
In-Reply-To: <20050321132218.GA74515@iib.unsam.edu.ar>
References:  <20050317131405.GA31049@iib.unsam.edu.ar> <Pine.BSF.4.62.0503192221290.36661@acrux.dbai.tuwien.ac.at> <20050320030504.GG79230@iib.unsam.edu.ar> <20050320150820.GA5057@isis.sigpipe.cz> <20050321132218.GA74515@iib.unsam.edu.ar>

next in thread | previous in thread | raw e-mail | index | archive | help
+----[ To FreeBSD Ports <fernan@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



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