jdk 1.1.8 on -current?

2001-10-23 Thread Martin Dieringer
Hi, after updating -current many programs seem to be incompatible. after recompiling they work, though. jdk1.1.8 has the same problem, but I can't recompile this... the error is: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp" the package on current.freebsd.org doesn't

Re: RELENG_4 builds on -current

2001-10-23 Thread Makoto MATSUSHITA
kris> Yeah, like I said, you can do this in a jail under 5.0. Yes, but your kernel should have 'vn' device driver which is already deprecated in recent 5-current. Without vn, 4-stable build (make a release) will fail when vnconfig(8) does its job for boot floppies. Of course, we can fake vncon

Test tweak for F00F bug..

2001-10-23 Thread John Baldwin
Anyone running -current on a true Pentium with the F00F bug that can verify that this simple cleanup patch works? http://www.freebsd.org/~jhb/patches/f00f.patch Index: trap.c === RCS file: /usr/cvs/src/sys/i386/i386/trap.c,v retriev

Re: It's baaack... -- ("make: don't know how to make copies. Stop")

2001-10-23 Thread Mark Murray
> David Wolfskill wrote: > > Found this in my typescript after a "make installworld" on today's > > There was a commit about a problem with a missing NOOBJ.. > May I suggest either: > - rm -rf /usr/obj/* > - cd src/share; cd `make -V .OBJDIR`; rm -rf * (check that its not your > srcdir first :-)

Re: It's baaack... -- ("make: don't know how to make copies. Stop")

2001-10-23 Thread David Wolfskill
>Date: Tue, 23 Oct 2001 20:43:29 +0100 >From: Mark Murray <[EMAIL PROTECTED]> >Actually, it is possible for there to be no copies: target in >src/share/examples/. The copies: (actually copies::) >target is built up in a .for loop that may be empty. >The fix is a dummy copies:: target. In the me

Re: Test tweak for F00F bug..

2001-10-23 Thread Kris Kennaway
On Tue, Oct 23, 2001 at 10:57:18AM -0700, John Baldwin wrote: > Anyone running -current on a true Pentium with the F00F bug that can verify > that this simple cleanup patch works? > > http://www.freebsd.org/~jhb/patches/f00f.patch I can probably do it over the weekend. Kris PGP signature

Re: It's baaack... -- ("make: don't know how to make copies. Stop")

2001-10-23 Thread Jos Backus
On Tue, Oct 23, 2001 at 08:43:29PM +0100, Mark Murray wrote: > Actually, it is possible for there to be no copies: target in > src/share/examples/. The copies: (actually copies::) > target is built up in a .for loop that may be empty. > > The fix is a dummy copies:: target. Perhaps move the copi

Anonymous read-only cvs access

2001-10-23 Thread Andrew L. Neporada
Could you please give me a link to the working anoncvs server. anoncvs.freebsd.org seems to be down for quite a long time. Andrew. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

make release broken (+ fix)

2001-10-23 Thread Dave Cornejo
It looks like if_wx was not removed from /usr/src/release/i386/drivers.conf which breaks make release. Index: drivers.conf === RCS file: /home/ncvs/src/release/i386/drivers.conf,v retrieving revision 1.2 diff -c -r1.2 drivers.conf **

PCMCIA modem is detected/attached only on second insertion

2001-10-23 Thread Maxim Sobolev
Hi, I had started observing this problem about a 1.5 months ago - my PCMCIA modem (EigerCom 33.6) is detected/attached only on second insertion, i.e. if I'm booting with the card inserted I have to manually eject it and put back, while if the machine boots with an empty slot I have to do insert-e

Re: PCMCIA modem is detected/attached only on second insertion

2001-10-23 Thread Konstantin Chuguev
Hi All, FYI: Maxim Sobolev wrote: > I had started observing this problem about a 1.5 months ago - my > PCMCIA modem (EigerCom 33.6) is detected/attached only on second > insertion, i.e. if I'm booting with the card inserted I have to > manually eject it and put back, while if the machine boots

It's baaack... -- ("make: don't know how to make copies. Stop")

2001-10-23 Thread David Wolfskill
Found this in my typescript after a "make installworld" on today's -CURRENT: ... ===> share/dict install -c -o root -g wheel -m 444 README propernames web2 web2a /usr/share/dict /usr/share/dict/words -> web2 ===> share/examples (cd /usr/src/share/examples/../../etc; make etc-examples) (cd /usr/s

Re: It's baaack... -- ("make: don't know how to make copies. Stop")

2001-10-23 Thread Peter Wemm
David Wolfskill wrote: > Found this in my typescript after a "make installworld" on today's There was a commit about a problem with a missing NOOBJ.. May I suggest either: - rm -rf /usr/obj/* - cd src/share; cd `make -V .OBJDIR`; rm -rf * (check that its not your srcdir first :-). > make: don't

Re: ACPI: problem with fdc resource allocation

2001-10-23 Thread Maxim Sobolev
Maxim Sobolev wrote: > > Maxim Sobolev wrote: > > > > Mike Smith wrote: > > > > > This just isn't going to work. The _CRS data stream stops at byte 0x17, > > > and these extra items are simply mis-aimed. > > > > > > The 0x19 should really be 0x11, and the 0x1c should really be 0x14, ie. > > > th

Re: It's baaack... -- ("make: don't know how to make copies. Stop")

2001-10-23 Thread Ruslan Ermilov
On Tue, Oct 23, 2001 at 08:43:29PM +0100, Mark Murray wrote: > > David Wolfskill wrote: > > > Found this in my typescript after a "make installworld" on today's > > > > There was a commit about a problem with a missing NOOBJ.. > > May I suggest either: > > - rm -rf /usr/obj/* > > - cd src/share;

Re: Test tweak for F00F bug..

2001-10-23 Thread Giorgos Keramidas
On Tue, Oct 23, 2001 at 10:57:18AM -0700, John Baldwin wrote: > Anyone running -current on a true Pentium with the F00F bug that can verify > that this simple cleanup patch works? > > http://www.freebsd.org/~jhb/patches/f00f.patch I can. Running it on p5/133 right now. CPU: Pentium/P54C (1

Re: It's baaack... -- ("make: don't know how to make copies. Stop")

2001-10-23 Thread Giorgos Keramidas
On Tue, Oct 23, 2001 at 08:43:29PM +0100, Mark Murray wrote: > > Actually, it is possible for there to be no copies: target in > src/share/examples/. The copies: (actually copies::) > target is built up in a .for loop that may be empty. > > The fix is a dummy copies:: target. I've tested the fo

-current nfsd still causes hang from Solaris 8 nfs client

2001-10-23 Thread BSD User
There was some talk about patches getting committed to fix multiple problems with Solaris 8 NFS clients. Did those ever get committed? As of 10/23, I'm still seeing problems. If they have been committed, I'll pull out ethereal and start sniffing packets. However, if something is about to get c

Re: jdk 1.1.8 on -current?

2001-10-23 Thread Martin Dieringer
On Tue, 23 Oct 2001, David Wolfskill wrote: > >Date: Tue, 23 Oct 2001 10:16:09 +0200 (CEST) > >From: Martin Dieringer <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED], <[EMAIL PROTECTED]> > > >after updating -current many programs seem to be incompatible. > >after recompiling they work, though. > >jd