From owner-freebsd-current Thu Aug 22 2: 4:27 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86DF537B400 for ; Thu, 22 Aug 2002 02:04:23 -0700 (PDT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CDAB43E72 for ; Thu, 22 Aug 2002 02:04:22 -0700 (PDT) (envelope-from fbsd-q@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.5/8.12.5) with ESMTP id g7M950IK063203 for ; Thu, 22 Aug 2002 11:05:00 +0200 (CEST) (envelope-from stable@ei.bzerk.org) Received: (from stable@localhost) by ei.bzerk.org (8.12.5/8.12.5/Submit) id g7M950J1063194 for freebsd-current@freebsd.org; Thu, 22 Aug 2002 11:05:00 +0200 (CEST) Date: Thu, 22 Aug 2002 11:05:00 +0200 From: Ruben de Groot To: freebsd-current@freebsd.org Subject: make release (CURRENT) on 4.6 build machine? Message-ID: <20020822090500.GA62799@ei.bzerk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i 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 Hi, I recently started building -current daily on my 4.6-STABLE build machine. After buildworld and -kernel I install via nfs on my testboxes. So far I haven't been able to provide any relevant feedback, but it's fun and I'm learning :-) Now, I would like to 'make release' for CURRENT, as I'm doing for RELENG_4 and RELENG_4_6, so I can automate the installation process on my testboxes So far I have not been successful. Can someone give me a clue about why I'm getting signal 12 (see below) ? I have the -current sources in /usr/build/current/usr/src, local cvs tree in /usr/build/ncvs and use the following command from the release directory: make -DNO_WERROR release CHROOTDIR=/usr/build/chroot-current \ BUILDNAME=CURRENT-`date "+%Y%m%d"` \ CVSROOT=/usr/build/ncvs \ NODOC=YES NOPORTS=YES The process stops after a while with the following error: -------------------------------------------------------------- >>> stage 4: populating /usr/obj/usr/src/i386/usr/include -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 SHARED=symlinks par-includes ===> share/info cd /usr/src/share/info; make buildincludes; make installincludes ===> include cd /usr/src/include; make buildincludes; make installincludes creating osreldate.h from newvers.sh setvar PARAMFILE /usr/src/include/../sys/sys/param.h; . /usr/src/include/../sys/conf/newvers.sh; echo "$COPYRIGHT" > osreldate.h; echo "#ifdef _KERNEL" >> osreldate.h; echo '#error "/usr/include/osreldate.h cannot be used in the kernel, use sys/param.h"' >> osreldate.h; echo "#else" >> osreldate.h; echo \#'undef __FreeBSD_version' >> osreldate.h; echo \#'define __FreeBSD_version' $RELDATE >> osreldate.h; echo "#endif" >> osreldate.h *** Signal 12 Stop in /usr/src/include. *** Error code 1 Thanks, Ruben de Groot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message