Date: Fri, 30 Jan 1998 22:11:46 -0700 From: Warner Losh <imp@village.org> Cc: current@FreeBSD.ORG Subject: Re: make buildworld breakage Message-ID: <199801310511.WAA06462@harmony.village.org> In-Reply-To: Your message of "Fri, 30 Jan 1998 20:42:28 MST." <199801310342.UAA22230@harmony.village.org> References: <199801310342.UAA22230@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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. comments? Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801310511.WAA06462>