From owner-freebsd-ports@FreeBSD.ORG Mon Mar 21 14:21:01 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCE0016A4CE for ; Mon, 21 Mar 2005 14:21:01 +0000 (GMT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 920F143D49 for ; Mon, 21 Mar 2005 14:20:59 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id j2LEWjr9026057; Mon, 21 Mar 2005 11:32:46 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id j2LEKOJ0012446; Mon, 21 Mar 2005 11:20:26 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id j2LEK8iZ012385; Mon, 21 Mar 2005 11:20:08 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Mon, 21 Mar 2005 11:20:08 -0300 From: Fernan Aguero To: Gerald Pfeifer , ports@FreeBSD.ORG, Roman Neuhauser Message-ID: <20050321142008.GB74515@iib.unsam.edu.ar> Mail-Followup-To: Gerald Pfeifer , ports@FreeBSD.ORG, Roman Neuhauser References: <20050317131405.GA31049@iib.unsam.edu.ar> <20050320030504.GG79230@iib.unsam.edu.ar> <20050320150820.GA5057@isis.sigpipe.cz> <20050321132218.GA74515@iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050321132218.GA74515@iib.unsam.edu.ar> User-Agent: Mutt/1.5.9i Subject: Re: problems fetching lang/gcc*: random? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 14:21:01 -0000 +----[ To FreeBSD Ports (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