Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2002 21:08:40 -0800
From:      Manfred Antar <null@pozo.com>
To:        Makoto Matsushita <matusita@jp.FreeBSD.org>, current@FreeBSD.ORG
Subject:   Re: FreeBSD/i386 "make release" breakage
Message-ID:  <5.1.0.14.2.20020224210509.03deb030@pozo.com>
In-Reply-To: <20020225132729N.matusita@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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