Date: Sat, 31 Jan 1998 15:48:53 +1030 From: Greg Lehey <grog@lemis.com> To: Warner Losh <imp@village.org> Cc: current@FreeBSD.ORG Subject: Re: make buildworld breakage Message-ID: <19980131154853.14733@lemis.com> In-Reply-To: <199801310511.WAA06462@harmony.village.org>; from Warner Losh on Fri, Jan 30, 1998 at 10:11:46PM -0700 References: <199801310342.UAA22230@harmony.village.org> <199801310511.WAA06462@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 30, 1998 at 10:11:46PM -0700, Warner Losh wrote: > In message <199801310342.UAA22230@harmony.village.org> Warner Losh writes: > : install -c -o bin -g bin -m 444 libc_pic.a /usr/obj/home/imp/FreeBSD/src/tmp/usr/lib > : ld.so failed: Undefined symbol "SYS_lfs_segwait" in install:/usr/obj/home/imp/FreeBSD/src/tmp/usr/lib/libc.so.3.0 > > hmmm, SYS_lfs_segwait used to be in sys/syscall.h. It isn't anymore. > I killed lfs_*.o from the sys/Makefile.inc file and the build appears > to be working. If it completes, I'll commit the change. I suspect > that this change would require a library major number bump, but I > don't think that this bump is needed since we're already at 3.0. If we have one 3.0 library without lfs_segwait(2), then a library which uses it should not have the same number. We had this case last August with some other function (getpid? I forget), and it caused me lots of problems. I'm sure a number of other -current users will remember that. Greg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980131154853.14733>