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>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
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
>

[-- Attachment #2 --]
--- release/scripts/dokern.sh.orig	Sun Dec 17 22:07:41 2000
+++ release/scripts/dokern.sh	Sun Dec 17 22:08:17 2000
@@ -51,7 +51,6 @@
 	-e '/PROCFS/d' \
 	-e '/KTRACE/d' \
 	-e '/SYSVMSG/d' \
-	-e '/SOFTUPDATES/d' \
 	-e '/MFS/d' \
 	-e '/NFS_ROOT/d' \
 	-e '/pcm/d' \
@@ -79,7 +78,6 @@
 	-e '/PROCFS/d' \
 	-e '/KTRACE/d' \
 	-e '/SYSVMSG/d' \
-	-e '/SOFTUPDATES/d' \
 	-e '/MFS/d' \
 	-e '/NFS_ROOT/d' \
 	-e '/ncr/d' \
@@ -125,7 +123,6 @@
 	-e '/SYSV/d' \
 	-e '/P1003_1B/d' \
 	-e '/_KPOSIX_PRIORITY_SCHEDULING/d' \
-	-e '/SOFTUPDATES/d' \
 	-e '/MFS/d' \
 	-e '/NFS_ROOT/d' \
 	-e '/MSDOSFS/d' \
help

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