From owner-freebsd-current Sun Feb 24 21: 8:49 2002 Delivered-To: freebsd-current@freebsd.org Received: from pozo.com (pozo.com [216.101.162.50]) by hub.freebsd.org (Postfix) with ESMTP id F07D337B404 for ; Sun, 24 Feb 2002 21:08:44 -0800 (PST) Received: from dual.pozo.com (dual.pozo.com [216.101.162.51]) by pozo.com (8.12.2/8.12.2) with ESMTP id g1P58iSV065455 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Sun, 24 Feb 2002 21:08:44 -0800 (PST) (envelope-from null@pozo.com) Message-Id: <5.1.0.14.2.20020224210509.03deb030@pozo.com> X-Sender: null@pozo.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 24 Feb 2002 21:08:40 -0800 To: Makoto Matsushita , current@FreeBSD.ORG From: Manfred Antar Subject: Re: FreeBSD/i386 "make release" breakage In-Reply-To: <20020225132729N.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 01:27 PM 2/25/2002 +0900, Makoto Matsushita wrote: >Current 5-current fails 'make release' when processing release.4 >target (making a crunch binary). Here's sample session: > > ===> doc > rm -f cpio.info cpio.info.gz > rm -f .depend /usr/obj/usr/src/gnu/usr.bin/cpio/GPATH > /usr/obj/usr/src/gnu/usr.bin/cpio/GRTAGS > /usr/obj/usr/src/gnu/usr.bin/cpio/GSYMS > /usr/obj/usr/src/gnu/usr.bin/cpio/GTAGS > ===> doc > make: don't know how to make dhclient_clean. Stop > >src/sbin/dhclient/Makefile doesn't know 'dhclient_clean' target. > > % cd /usr/src/sbin/dhclient > % make -n dhclient_clean > make: don't know how to make dhclient_clean. Stop > >It seems that crunchgen misunderstands src/sbin/dhclient/Makefile, >and fails to generate a Makefile for crunch binary. > >-- - >Makoto `MAR' Matsushita > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message Makoto I can't even get that far. On current as of today: make release BUILDNAME=5.0-20020224-CURRENT \ CHROOTDIR=/usr/tmp/release/5.0-20020224-CURRENT \ CVSROOT=/usr/home/ncvs NOPORTS=YES | tee /usr/src/release/release.log After the cvs checkout completes: cvs checkout: Updating doc/zh_TW.Big5/share cvs checkout: Updating doc/zh_TW.Big5/share/sgml U doc/zh_TW.Big5/share/sgml/catalog U doc/zh_TW.Big5/share/sgml/freebsd.dsl if [ -d /usr/src/release/../../ports/distfiles/ ]; then cp -rp /usr/src/release/../../ports/distfiles /usr/tmp/release/5.0-20020224-CURRENT/usr/ports/distfiles; else mkdir -p /usr/tmp/release/5.0-20020224-CURRENT/usr/ports/distfiles fi Syntax error: end of file unexpected (expecting "fi") *** Error code 2 Stop in /usr/src/release. Manfred ================================== || null@pozo.com || || Ph. (415) 681-6235 || ================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message