From owner-freebsd-ia64 Fri Jan 10 14:18:52 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 702B837B401 for ; Fri, 10 Jan 2003 14:18:50 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1BE5F43F18 for ; Fri, 10 Jan 2003 14:18:49 -0800 (PST) (envelope-from tmoestl@gmx.net) Received: (qmail 21528 invoked by uid 0); 10 Jan 2003 22:18:47 -0000 Received: from p508e7307.dip.t-dialin.net (HELO galatea.local) (80.142.115.7) by mail.gmx.net (mp012-rz3) with SMTP; 10 Jan 2003 22:18:47 -0000 Received: from localhost ([127.0.0.1] helo=galatea.local) by galatea.local with esmtp (Exim 4.10 #1) id 18X7Vd-00019w-00; Fri, 10 Jan 2003 23:20:14 +0100 Received: (from tmm@localhost) by galatea.local (8.12.6/8.12.6/Submit) id h0AMK98s004459; Fri, 10 Jan 2003 23:20:09 +0100 (CET) Date: Fri, 10 Jan 2003 23:20:09 +0100 From: Thomas Moestl To: Marcel Moolenaar Cc: re-builders@FreeBSD.org Subject: Re: Something's wrong with ports/devel... Message-ID: <20030110222009.GD1732@crow.dom2ip.de> References: <20030110214547.GA1100@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110214547.GA1100@athlon.pn.xcllnt.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2003/01/10 at 13:45:47 -0800, Marcel Moolenaar wrote: > Gang, > > My release build seems to hang (infinite loop) for make readmes > in ports/devel: > > \begin{tail} > : > ===> deskutils/xwrits > ===> Creating README.html for xwrits-2.15 > ===> deskutils/yank > ===> Creating README.html for yank-0.2.0 > ===> deskutils/zorro > ===> Creating README.html for zorro-1.1.8 > ===> devel > ===> Creating README.html > \end{tail} > > Is anybody seeing this as well? > Is anybody checking out ports with RELEASE_5_0_0? I've encountered this a lot when doing the first release builds for sparc64 - it is usually due to this code in bsd.port.subdir.mk: @cat `cd ${entry}; make -V COMMENT` | ${HTMLIFY} >> $@.tmp , resulting in a "cat | ${HTMLIFY} ..." on make errors, which hangs waiting for input. Since this does not seem to occur on other architectures, it may be ia64-specific breakage. The problematic port is then easily spotted: it's in the href in the last line of the generated devel/README.html.tmp. - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message