From owner-freebsd-current@FreeBSD.ORG Sun Jan 18 04:25:16 2004 Return-Path: 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 06E7A16A4CF for ; Sun, 18 Jan 2004 04:25:16 -0800 (PST) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 45F1343D55 for ; Sun, 18 Jan 2004 04:25:04 -0800 (PST) (envelope-from pilkis@gmx.net) Received: (qmail 11372 invoked by uid 65534); 18 Jan 2004 12:25:01 -0000 Received: from unknown (EHLO pilkishome) (62.68.63.42) by mail.gmx.net (mp003) with SMTP; 18 Jan 2004 13:25:01 +0100 X-Authenticated: #6832473 Message-ID: <002001c3ddbe$16e9ed60$1e64a8c0@spotripoli.local> From: "Putinas" To: Date: Sun, 18 Jan 2004 14:24:40 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2055 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2055 X-Mailman-Approved-At: Sun, 18 Jan 2004 05:24:45 -0800 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: build 5.2-release fails on 4.9 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 12:25:16 -0000 Hello all, after making world and cd /usr/src/release I give command: make release CHROOTDIR=3D/usr/stuff/release BUILDNAME=3D5.2-RELEASE = CVSROOT=3D/usr/cvs NODOC=3Dyes NOPORTS=3Dyes NOPORTREADMES=3Dyes = RELEASETAG=3DRELENG_5_2 MAKE_ISO=3Dyes here is what I get after cvs from src... : U src/usr.sbin/zzz/zzz.sh rm -rf /usr/stuff/release/usr/ports # Add version information to those things that need it. if [ ! -f /usr/stuff/release/tmp/.world_done ]; then cd = /usr/stuff/release/usr/src/sys/conf && mv newvers.sh foo && sed = "s/^RELEASE=3D.*/RELEASE=3D5.2-RELEASE/" foo > newvers.sh && rm foo; = fi test -f install.cfg && cp install.cfg /usr/stuff/release/usr/src/release *** Error code 1 (ignored) echo "#!/bin/sh" > /usr/stuff/release/mk echo "set -ex" >> /usr/stuff/release/mk echo "trap 'umount /dev || true' 0" >> /usr/stuff/release/mk echo "_RELTARGET=3D\${1:-doRELEASE}" >> /usr/stuff/release/mk echo "export AUTO_KEYBOARD_DETECT=3D\"0\"" >> = /usr/stuff/release/mk echo "export BUILDNAME=3D\"5.2-RELEASE\"" >> /usr/stuff/release/mk echo "export DISTRIBUTIONS=3D\"base catpages manpages games proflibs = dict info doc compat1x compat20 compat21 compat22 compat3x compat4x = crypto\"" >> /usr/stuff/release/mk echo "export FTP_PASSIVE_MODE=3D\"YES\"" >> /usr/stuff/release/mk echo "export NODOC=3D\"yes\"" >> /usr/stuff/release/mk echo "export NOPORTS=3D\"yes\"" >> /usr/stuff/release/mk echo "export RELEASETAG=3D\"RELENG_5_2\"" >> /usr/stuff/release/mk echo "export RELNOTES_LANG=3D\"en_US.ISO8859-1\"" >> = /usr/stuff/release/mk echo "export TARGET=3D\"i386\"" >> /usr/stuff/release/mk echo "export TARGET_ARCH=3D\"i386\"" >> /usr/stuff/release/mk # Don't remove this, or the build will fall over! echo "export RELEASEDIR=3D/R" >> /usr/stuff/release/mk echo "export PATH=3D/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin" >> = /usr/stuff/release/mk echo "export MANBUILDCAT=3DYES" >> /usr/stuff/release/mk # NB: these may fail if the host is running w/o devfs echo "umount /dev >/dev/null 2>&1 || true" >> /usr/stuff/release/mk echo "mount -t devfs devfs /dev >/dev/null 2>&1 || true" >> = /usr/stuff/release/mk echo "if [ ! -f /tmp/.world_done ]; then" >> /usr/stuff/release/mk echo " cd /usr/src" >> /usr/stuff/release/mk echo " make TARGET_ARCH=3Di386 TARGET=3Di386 -DNOCLEAN buildworld && = \\" >> /usr/stuff/release/mk echo " touch /tmp/.world_done" >> /usr/stuff/release/mk echo "fi" >> /usr/stuff/release/mk echo "if [ ! -f /tmp/.skip_ports ]; then" >> /usr/stuff/release/mk echo " echo \">>> make readmes started on \`LC_ALL=3DC TZ=3DGMT = date\`\"" >> /usr/stuff/release/mk echo " cd /usr/ports" >> /usr/stuff/release/mk echo " make readmes" >> /usr/stuff/release/mk echo " touch /tmp/.skip_ports" >> /usr/stuff/release/mk echo " echo \">>> make readmes finished on \`LC_ALL=3DC TZ=3DGMT = date\`\"" >> /usr/stuff/release/mk echo "fi" >> /usr/stuff/release/mk echo "cd /usr/src/release" >> /usr/stuff/release/mk echo "make obj" >> /usr/stuff/release/mk echo "make \${_RELTARGET}" >> /usr/stuff/release/mk echo "echo \">>> make release for i386 finished on \`LC_ALL=3DC TZ=3DGMT = date\`\"" >> /usr/stuff/release/mk chmod 755 /usr/stuff/release/mk touch /usr/stuff/release/tmp/.skip_ports # Ensure md.ko is loaded if md(4) is not statically compiled into the = kernel mdconfig 2>/dev/null ELF interpreter /libexec/ld-elf.so.1 not found Abort trap *** Error code 134 (ignored) env -i /usr/sbin/chroot `dirname /usr/stuff/release/mk` /`basename = /usr/stuff/release/mk` Bad system call (core dumped) *** Error code 140 Stop in /usr/src/release. Exit 1 md.ko is loaded as module, but mdconfig originally was not found I compile it from src and = installed separetly, but now it complains about missing libraries any soliution for this ?