From owner-freebsd-current Wed Jun 7 15:26:16 2000 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id EA86437B5A8 for ; Wed, 7 Jun 2000 15:26:11 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@[209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA78549 for ; Wed, 7 Jun 2000 15:26:10 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA17045 for current@freebsd.org; Wed, 7 Jun 2000 15:26:31 -0700 (PDT) (envelope-from obrien) Date: Wed, 7 Jun 2000 15:26:30 -0700 From: "David O'Brien" To: current@freebsd.org Subject: make release broken on Alpha Message-ID: <20000607152630.A17008@dragon.nuxi.com> Reply-To: obrien@NUXI.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG make release is breaking in the crunch gen'ing: gzip -cn /usr/src/release/sysinstall/sysinstall.8 > sysinstall.8.gz install -c -s -o root -g wheel -m 555 sysinstall /stand install -c -o root -g wheel -m 444 sysinstall.8.gz /usr/share/man/man8 rm -rf /R/stage/crunch mkdir -p /R/stage/crunch export RELEASE_BUILD_FIXIT=noway ; for j in boot fixit ; do sed -e "s:MACHINE: alpha:" /usr/src/release/${j}_crunch.conf > /usr/obj/usr/src/release/${j}_crun ch.conf && rm -rf ${j}_crunch && mkdir ${j}_crunch && ( cd ${j}_crunch && cr unchgen /usr/obj/usr/src/release/${j}_crunch.conf && make -DRELEASE_CRUNCH -f $ {j}_crunch.mk subclean all NOCRYPT=yes "CFLAGS=-O -pipe -DCRUNCHED_BINARY") & & mv ${j}_crunch/${j}_crunch /R/stage/crunch/${j} && true || { rm -rf ${j}_cru nch ; false ; } ; done [reading /usr/obj/usr/src/release/boot_crunch.conf] ^Mcrunchgen: /usr/obj/usr/s rc/release/boot_crunch.conf:4: `/usr/src/sbin/alpha' is not a directory, skippin g it [filling in parms for sh] ^M [filling in parms for fin d] ^M [filling in parms for sed] ^M [filling in parms for test] ^M [filling in p arms for rm] ^M [filling in parms for pwd] ^M [filling in parms for ppp] ^M [fi lling in parms for sysinstall] ^M [filling in parms for newfs] ^M [filling i n parms for minigzip] ^M [filling in parms for cpio] ^M [filling in parms for fsck] ^M [filling in parms for ifconfig] ^M [filling in parms for route] ^M [ filling in parms for slattach] ^M [filling in parms for mount_nfs] ^M [filling i n parms for dhclient] ^M [filling in parms for arp] ^M [filling in parms for hostname] ^M [filling in parms for pccardc] ^M [filling in parms for pccardd] [filling in parms for usbd] ^M [filling in parms for usbdevs] ^M [generating boot_crunch.cache] ^M [generating boot_crunch.c] ^M [generating boot_crunch.m k] ^M [] ^MRun "make -f boot_crunch.mk objs exe" to buil d crunched binary. *** Error code 1 Stop in /usr/src/release. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message