From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 23:09:19 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 414DC37B401 for ; Fri, 11 Apr 2003 23:09:19 -0700 (PDT) Received: from hall.mail.mindspring.net (hall.mail.mindspring.net [207.69.200.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4EB143F93 for ; Fri, 11 Apr 2003 23:09:18 -0700 (PDT) (envelope-from jayed@jayed.com) Received: from jayed.com ([66.149.200.43]) by hall.mail.mindspring.net with smtp (Exim 3.33 #1) id 194ECT-0003jo-00 for questions@freebsd.org; Sat, 12 Apr 2003 02:09:17 -0400 Received: (qmail 45002 invoked by uid 1001); 12 Apr 2003 06:10:37 -0000 Date: Sat, 12 Apr 2003 01:10:37 -0500 From: Jay To: questions@freebsd.org Message-ID: <20030412061037.GB44570@www.jayed.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Sender: jayed@jayed.com X-Operating-System: FreeBSD i386 Subject: make release of 5.0 on 4.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 06:09:19 -0000 make release for 5.0-RELEASE is failing on my very recent 4.8 system. The script fails with a sig 12 when trying to "env -i /usr/sbin/chroot ${CHROOT_DIR} /mk". The actual error is "Bad system call (core dump)" from /bin/sh after the script chroots and tries to execute /bin/sh in the chrooted directory. If I replace the 5.0 /bin/sh in the chroot with a 4.8 /bin/sh, it gets a little bit further along before puking. The command that I'm running is: make release CHROOTDIR=/home/jayed/release BUILDNAME=5.0-RELEASE CVSROOT=/home/freebsd/5.0/cvs RELEASETAG=RELENG_5_0_0_RELEASE DOC_LANG=en_US.ISO8559-1 MAKE_ISOS=yes NOPORTREADMES=yes I've rereread release(7), UPDATING and the 5.0 release notes. I've (fruitlessly) searched the mailing lists and google. I've deleted everything (the chroot, /usr/obj, the 5.0-RELEASE src) a few times, but I still end up in the same place. I feel like this is an operator headspace error, but I can't figure out what I'm screwing up. Any pointers? Thanks. -- Jay.