From owner-freebsd-current Sun Dec 17 14:29: 6 2000 From owner-freebsd-current@FreeBSD.ORG Sun Dec 17 14:29:02 2000 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from postoffice.aims.com.au (advanc2.lnk.telstra.net [139.130.119.73]) by hub.freebsd.org (Postfix) with ESMTP id 9AE2337B402 for ; Sun, 17 Dec 2000 14:28:59 -0800 (PST) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id JAA66752 for ; Mon, 18 Dec 2000 09:28:56 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.0.R) for ; Mon, 18 Dec 2000 09:28:12 +1100 Reply-To: From: "Chris Knight" To: Cc: Subject: RE: Build failure in -current Date: Mon, 18 Dec 2000 09:28:11 +1100 Message-ID: <000601c06878$a417a0b0$020aa8c0@aims.private> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0007_01C068D4.D78818B0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <7670.977083198@winston.osd.bsdi.com> Importance: Normal X-Return-Path: chris@aims.com.au X-MDaemon-Deliver-To: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C068D4.D78818B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Howdy, I've been noticing this on my daily builds for the last five days. I've just tried the attached patch, which works for me. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au > -----Original Message----- > From: owner-freebsd-current@FreeBSD.ORG > [mailto:owner-freebsd-current@FreeBSD.ORG]On Behalf Of Jordan Hubbard > Sent: Monday, 18 December 2000 7:00 > To: current@FreeBSD.ORG > Subject: Build failure in -current > > > sh ../../conf/newvers.sh BOOTMFS > cc -c -O -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc > -I- -I. -I../.. -I../../dev -I../../../include > -I../../contrib/dev/acpica/Subsystem/Include -D_KERNEL > -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c > linking BOOTMFS > ffs_inode.o: In function `ffs_truncate': > ffs_inode.o(.text+0x2e5): undefined reference to `softdep_slowdown' > ufs_lookup.o: In function `ufs_dirremove': > ufs_lookup.o(.text+0x1175): undefined reference to `softdep_slowdown' > *** Error code 1 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > ------=_NextPart_000_0007_01C068D4.D78818B0 Content-Type: application/octet-stream; name="dokern.sh.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dokern.sh.diff" --- release/scripts/dokern.sh.orig Sun Dec 17 22:07:41 2000=0A= +++ release/scripts/dokern.sh Sun Dec 17 22:08:17 2000=0A= @@ -51,7 +51,6 @@=0A= -e '/PROCFS/d' \=0A= -e '/KTRACE/d' \=0A= -e '/SYSVMSG/d' \=0A= - -e '/SOFTUPDATES/d' \=0A= -e '/MFS/d' \=0A= -e '/NFS_ROOT/d' \=0A= -e '/pcm/d' \=0A= @@ -79,7 +78,6 @@=0A= -e '/PROCFS/d' \=0A= -e '/KTRACE/d' \=0A= -e '/SYSVMSG/d' \=0A= - -e '/SOFTUPDATES/d' \=0A= -e '/MFS/d' \=0A= -e '/NFS_ROOT/d' \=0A= -e '/ncr/d' \=0A= @@ -125,7 +123,6 @@=0A= -e '/SYSV/d' \=0A= -e '/P1003_1B/d' \=0A= -e '/_KPOSIX_PRIORITY_SCHEDULING/d' \=0A= - -e '/SOFTUPDATES/d' \=0A= -e '/MFS/d' \=0A= -e '/NFS_ROOT/d' \=0A= -e '/MSDOSFS/d' \=0A= ------=_NextPart_000_0007_01C068D4.D78818B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message