With the great libc debacle of 2001, I have not tried
to update my system for about 2 weeks. In that time I
may have missed the commit message that said that USER_LDT, which was needed
for at least wine, was removed.
root[221] cd /usr/src/
root[222] setenv KERNCONF `hostname -s`
root[223] make buildkernel
--------------------------------------------------------------
>>> Kernel build for C456086-A started on Thu Feb 22 21:28:18 GMT 2001
--------------------------------------------------------------
===> C456086-A
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
config -d /usr/obj/usr/src/sys/C456086-A C456086-A
C456086-A: unknown option "USER_LDT"
*** Error code 1
root[224 find /sys/ -type f | xargs grep USER_LDT
/sys/i386/conf/C456086-A:options USER_LDT #allow user-level
control of i386 ldt
/sys/i386/i386/swtch.s.orig:#ifdef USER_LDT
/sys/i386/linux/linux_machdep.c: printf("linux: modify_ldt needs kernel
option USER_LDT\n");
/sys/i386/svr4/svr4_machdep.c:#if 0 /* USER_LDT */
/sys/i386/svr4/svr4_machdep.c:#if 0 /* USER_LDT */
/sys/i386/svr4/svr4_machdep.c:#warning "USER_LDT doesn't work - are you sure you want
this?"
/sys/modules/svr4/TO-DO: * VM86 and USER_LDT are currently disabled (low-priority)
So, is USER_LDT no longer needed, and will wine work?
--
steve
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message