From owner-freebsd-ports Tue Mar 6 22:34:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 1696C37B719 for ; Tue, 6 Mar 2001 22:34:21 -0800 (PST) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.2/8.11.1) with ESMTP id f276XYH88564 for ; Tue, 6 Mar 2001 22:33:34 -0800 (PST) (envelope-from jkh@osd.bsdi.com) To: ports@freebsd.org Subject: make readmes target appears broken X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010306223334S.jkh@osd.bsdi.com> Date: Tue, 06 Mar 2001 22:33:34 -0800 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 18 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org During the "make readmes" portion of make release, we stop and start reading from stdin. The first example of where we hang up is here: root@winston-> cd /usr/ports/irc/ root@winston-> make readmes ===> Creating README.html cd: can't cd to p5-Net-IRC cd: can't cd to p5-Net-IRC However, the p5-Net-IRC messages are also a red-herring (a different problem which I've just fixed) and the *real* problem occurs when the README.html file is being created for the category itself. If you go to /usr/ports/cad, for example, 'make readmes' will also wedge in the same way. You can build README.html for the ports, but not for the subdirs it seems. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message