Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2000 09:28:11 +1100
From:      "Chris Knight" <chris@aims.com.au>
To:        <freebsd-current@FreeBSD.ORG>
Cc:        <jkh@FreeBSD.ORG>
Subject:   RE: Build failure in -current
Message-ID:  <000601c06878$a417a0b0$020aa8c0@aims.private>
In-Reply-To: <7670.977083198@winston.osd.bsdi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000601c06878$a417a0b0$020aa8c0>