www.eVIPlist.com - Your VIP pass to parties & special events! Join the list.

2001-02-18 Thread eVIPlist
To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Make kernel fail in modules after upgrade 4.2 -> 5.0

2001-02-18 Thread Frederic Stark
Hi, What I did: cvsup from 4.2-STABLE to 5.0-CURRENT make buildworld make installworld mergemaster --> All this went okay Then updated my kernel config file and compiled the kernel. (I still haven't rebooted the machine) The build fails in: ===> 3dfx ld -r -o 3dfx.kld tdfx_pci.o /usr/libe

Re: HEADS UP: -current world broken since Feb 10

2001-02-18 Thread Farid Hajji
Hi, I just updated -CURRENT 2001-01-25 to 2001-02-18.0100 CET and the system runs fine for me. Built and installed kernel too. All old binaries that linked to libc.so.5 (including X11) not recompiled; they still run fine. No problems with as(1) either. The only glitch during installworld was: i

can't run gnome's panel

2001-02-18 Thread Michael Harnois
Ever since the great libc crisis in -current began, I've been unable to run gnome's panel. It segfaults immediately, and the gdb trace is unenlightening: (gdb) where #0 0x2864ec95 in strncmp () from /usr/lib/libc.so.5 #1 0x0 in ?? () I have cleaned out and recompiled everything it depends on a

Re: Make kernel fail in modules after upgrade 4.2 -> 5.0

2001-02-18 Thread Pete Carah
This may relate to a commit about noon (PST) today fixing a different problem. I'm just waiting it out :-) Welcome to "current" where (especially lately) about half the time things don't 'make'... (I'm trying to recompile my kernel after recovering from the libc circus, trying to prevent some

kernel modules broken (kmod.mk?)

2001-02-18 Thread Andrey A. Chernov
Recent -current, 'make' fails ('make depend' works), I got this for _every_ module: ld -r -o 3dfx.kld tdfx_pci.o /usr/libexec/elf/ld: cannot open tdfx_pci.o: No such file or directory *** Error code 1 Stop in /usr/src/sys/modules/3dfx. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe:

Re: 3dfx -current compile error

2001-02-18 Thread Coleman Kane
Yeah, this seems to be broken across all modules. I don't know what's going on, but it seems like it never bothers to make the *.o targets. The reason mine pops up with the error is that, alphabetically, it is first on the list. If you remove it from the ports Makefile, the accf_data module bring