Re: cvs commit: src/contrib/ncurses/include curses.h.in src/contrib/ncurses/ncurses/trace lib_trace.c

2000-05-24 Thread Andrey A. Chernov
On Tue, May 23, 2000 at 11:46:56PM -0700, Peter Wemm wrote: > This is by design. The symbol search order for dynamic linking is very > clearly defined, and you *can* have lots of duplicate symbols. IMHO in 99% cases people don't mean to link duplicate symbols but mean to link the same way as in

Re: mpboot.s patch

2000-05-24 Thread Vallo Kallaste
On Wed, May 24, 2000 at 04:33:41AM +0200, [EMAIL PROTECTED] wrote: > Try the enclosed patch. Thank you Tor! Your patch fixed the silent reboot problem I had after new binutils import. -- Vallo Kallaste [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd

Re: Anyone else seeing jumpy mice?

2000-05-24 Thread Kazutaka YOKOTA
>> I've seen it for the last few weeks and can only think that something >> must be stomping on the psm driver now (or the driver is missing >> interrupts for reasons of its own). Anyone else seeing this? > > FWIW, with -current from 5/8, I don't have any of those in >/var/log/messages, goi

Re: Anyone else seeing jumpy mice?

2000-05-24 Thread Kazutaka YOKOTA
>I see those messages, however I do not have any problems mousing afterwards. >I'm using a switchview, which at least resets the mouse when I switch. Your Logitech 3-button mouse may be generic enough and is not affected much by power cut when you use the KVM. Which model is it? >On Sun, May 2

Re: Anyone else seeing jumpy mice?

2000-05-24 Thread Kazutaka YOKOTA
>I stopped using moused sometime during 4.0-current as a result of this. When was it? >It ocasionally froze, moved randomly around the screen, clicked without >being touched, and yes, got extreamly jumpy. The hardware's rock solid, >and once I ditched moused and read the device directly, life

Re: Anyone else seeing jumpy mice?

2000-05-24 Thread Jordan K. Hubbard
> Umm... > > The "out-of-sync" message comes from the psm driver and is generated > when the driver finds mouse data stream odd. It doesn't matter > if it is moused or the X server that is reading from the psm driver. It could be some weird interaction with the driver that only moused exhibits,

freebsd-current@freebsd.org

2000-05-24 Thread Andrey A. Chernov
Forwarded message from [EMAIL PROTECTED] - Date: Wed, 24 May 2000 06:26:47 -0400 To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: http://x75.deja.com/=dnc/[ST_rn=ps,ST_m=ps]/getdoc.xp?AN=626356488&CON Cc: [EMAIL PROTECTED] My fix was to remove trace() from the non-debug library (I

buildworld and/or release error -> /usr/src/sys/boot/i386/btx/btx

2000-05-24 Thread Johan Kruger
What's with the following ? ( Buiding a release - got the same error with world ) try and do a --> m4 btx.m4 btx.s | as -o btx.o in the directory --> /usr/src/sys/boot/i386/btx/btx It give numerious warnings and errors ---{standard input}: Assembler messages: {standard input}:136: Warning: us

RE: buildworld and/or release error -> /usr/src/sys/boot/i386/bt

2000-05-24 Thread John Baldwin
On 24-May-00 Johan Kruger wrote: > What's with the following ? > ( Buiding a release - got the same error with world ) You need to cvsup to the latest -current. Specifically: # ident /usr/release/usr/src/sys/boot/i386/btx/btx/btx.s /usr/release/usr/src/sys/boot/i386/btx/btx/btx.s: $FreeB

panic: pmap_enter: attempted pmap_enter on 4MB page

2000-05-24 Thread Martin Cracauer
I'm getting the appended panic when starting Xfree86 under a -current from today. I rebuild/reinstalled binutils (and kernel afterwards) and sys/boot. This is a single-processor machine (I noted that SMP people got the same error). #0 boot (howto=256) at ../../kern/kern_shutdown.c:303 #1 0xc0

Re: Wrong permissions on /dev ?

2000-05-24 Thread Maxim Sobolev
Neil Blakey-Milner wrote: > On Sun 2000-05-21 (23:35), Arun Sharma wrote: > > I upgraded my 4.0-release laptop to 5.0-current today and my xe0 was > > recognized by the driver and everything was great. > > > > There is a minor nit about the permissions on /dev. It was not readable > > by others.

Re: panic: pmap_enter: attempted pmap_enter on 4MB page

2000-05-24 Thread Peter Wemm
Martin Cracauer wrote: > I'm getting the appended panic when starting Xfree86 under a -current > from today. I rebuild/reinstalled binutils (and kernel afterwards) > and sys/boot. I think I know what is causing this. We're passing a non-page-aligned address to pmap_kenter() in mem.c... I think

Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ...

2000-05-24 Thread Garrett Wollman
< said: > I've just built a fresh world here; if you use the cvs-crypto from > internat, it may be broken. I submitted a patch to Mark Murray which > should fix it, here it is again just in case: I still think (and am going on record) that this is a REALLY, REALLY BAD idea. -GAWollman To Un

Re: Wrong permissions on /dev ?

2000-05-24 Thread Sheldon Hearn
On Wed, 24 May 2000 14:59:40 +0300, Maxim Sobolev wrote: > specs if they doesn't match with the specs. I've stuck in this feature > several times when making installworld on machine with /tmp from other > machine mounted over NFS into /mnt - as a result /tmp on the other > machine lost its magi

Re: mpboot.s patch

2000-05-24 Thread Peter Wemm
Manfred Antar wrote: > At 04:33 AM 5/24/2000 +0200, [EMAIL PROTECTED] wrote: > >> >> With a current kernel I get this when booting: > >> >> > >> >> Programming 24 pins in IOAPIC #0 > >> >> AP #1 (PHY# 12) failed! > >> >> panic y/n [y] panic: bye-bye > >> >> mp_lock = 0001; cpuid = 0; lapic.i

Re: panic: pmap_enter: attempted pmap_enter on 4MB page

2000-05-24 Thread Peter Wemm
Peter Wemm wrote: > Martin Cracauer wrote: > > I'm getting the appended panic when starting Xfree86 under a -current > > from today. I rebuild/reinstalled binutils (and kernel afterwards) > > and sys/boot. > > I think I know what is causing this. We're passing a non-page-aligned > address to pm

Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.csrc/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ...

2000-05-24 Thread Bruce Evans
On Wed, 24 May 2000, Garrett Wollman wrote: > < said: > > > I've just built a fresh world here; if you use the cvs-crypto from > > internat, it may be broken. I submitted a patch to Mark Murray which > > should fix it, here it is again just in case: > > I still think (and am going on record) t

kernel compile error

2000-05-24 Thread Scott Flatman
Cvsupped this morning. Got this error when trying to build a kernel: cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../

Re: HEADS UP Re: cvs commit: ... Change to queue(3)

2000-05-24 Thread Garance A Drosihn
At 2:25 PM -0700 5/23/00, Jake Burkholder wrote: > > jake2000/05/23 13:41:02 PDT > > Log: > > Change the way that the queue(3) structures are declared; > > don't assume that the type argument to *_HEAD and *_ENTRY > > is a struct. > > > > Suggested by: phk > > Reviewed by:

osreldate.h does not exist

2000-05-24 Thread R Joseph Wright
While attempting to upgrade from 4.0 -> 5.0, I get this problem during the kernel compile: ===> ipfilter rm -f .depend mkdep -f .depend -a -nostdinc -DIPFILTER_LKM -DIPFILTER_LOG -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c /usr/sr

Re: kernel compile error

2000-05-24 Thread Maxim Sobolev
Scott Flatman wrote: > Cvsupped this morning. Got this error when trying to build a kernel: > > {standard input}:837: Error: operands given don't match any known 386 It is due to the fact that you need nevest set of binutils for kernel builds. The best way to get it is to do "make world" using f

Re: kernel compile error

2000-05-24 Thread Scott Flatman
I've done that twice. Buildworld failed both times. My last sucessful buildworld was last sunday, 5/21. Scott On Wed, 24 May 2000, Maxim Sobolev wrote: > Scott Flatman wrote: > > > Cvsupped this morning. Got this error when trying to build a kernel: > > > > {standard input}:837: Error: operand

Re: kernel compile error

2000-05-24 Thread Maxim Sobolev
Scott Flatman wrote: > I've done that twice. Buildworld failed both times. My last sucessful > buildworld was last sunday, 5/21. I know that because I can't build it during past 3 days too. Please be patient, someone will definitely fix somwhere in future ;-). -Maxim To Unsubscribe: send m

Re: kernel compile error

2000-05-24 Thread Scott Flatman
Okey dokey. I'll give it another whirl this afternoon. Thanks. Scott On Wed, 24 May 2000, Maxim Sobolev wrote: > Scott Flatman wrote: > > > I've done that twice. Buildworld failed both times. My last sucessful > > buildworld was last sunday, 5/21. > > I know that because I can't build it dur

Re: kernel compile error

2000-05-24 Thread Salvo Bartolotta
>> Original Message << On 5/24/00, 6:26:46 PM, Maxim Sobolev <[EMAIL PROTECTED]> wrote regarding Re: kernel compile error: > Scott Flatman wrote: > > I've done that twice. Buildworld failed both times. My last sucessful > > buildworld was last sunday, 5/21. >

Re: Anyone else seeing jumpy mice?

2000-05-24 Thread Eilko Bos
Kazutaka YOKOTA wrote: >>> I've seen it for the last few weeks and can only think that something >>> must be stomping on the psm driver now (or the driver is missing >>> interrupts for reasons of its own). Anyone else seeing this? Yes. Just today, I was installing a Digital PC with 4.0-release.

Re: kernel compile error

2000-05-24 Thread John Baldwin
On 24-May-00 Scott Flatman wrote: > I've done that twice. Buildworld failed both times. My last sucessful > buildworld was last sunday, 5/21. It is fixed now. cvsup and try again, please. > Scott > > On Wed, 24 May 2000, Maxim Sobolev wrote: > >> Scott Flatman wrote: >> >> > Cvsupped this m

Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ...

2000-05-24 Thread Julian Elischer
Garrett Wollman wrote: > > < said: > > > I've just built a fresh world here; if you use the cvs-crypto from > > internat, it may be broken. I submitted a patch to Mark Murray which > > should fix it, here it is again just in case: > > I still think (and am going on record) that this is a REALL

Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ...

2000-05-24 Thread Warner Losh
In message <[EMAIL PROTECTED]> Jake Burkholder writes: : Some drivers use headers from the installed system during the kernel build, : and a make world, or at least make includes, is necessary before a new kernel : can be built. : : LINT is affected by this. Which drivers? Those drivers are, by

Re: kernel compile error

2000-05-24 Thread Warner Losh
In message <[EMAIL PROTECTED]> Maxim Sobolev writes: : Someone should mention this in the src/UPDATING!!! Sure. What's the data when the new binutils hit the tree. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: kernel compile error

2000-05-24 Thread Scott Flatman
Just finished up a buildworld/installworld to try and get the freshest binutil bits. Worked out fine. I supped around 22:15 UTC. Upon making a kernel I'm getting a different error. This time a header is missing or misplaced? Here's the error: ===> ipfilter cc -O -pipe -DIPFILTER_LKM -DIPFILTER_

Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mp

2000-05-24 Thread Archie Cobbs
Garrett Wollman writes: > > I've just built a fresh world here; if you use the cvs-crypto from > > internat, it may be broken. I submitted a patch to Mark Murray which > > should fix it, here it is again just in case: > > I still think (and am going on record) that this is a REALLY, REALLY > BAD

Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mp

2000-05-24 Thread Mike Smith
> Garrett Wollman writes: > > > I've just built a fresh world here; if you use the cvs-crypto from > > > internat, it may be broken. I submitted a patch to Mark Murray which > > > should fix it, here it is again just in case: > > > > I still think (and am going on record) that this is a REALLY,

Re: Anyone else seeing jumpy mice?

2000-05-24 Thread Kazutaka YOKOTA
>Yes. Just today, I was installing a Digital PC with 4.0-release. Before >start using it, I upgraded to 4.0 Stable. Then I starded configuring X. > >FYI: > >FreeBSD 4.0-STABLE #0: Wed May 24 13:34:42 GMT 2000 >CPU: Pentium II/Pentium II Xeon/Celeron (265.75-MHz 686-class CPU) >psm0: irq 12 on at

Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mp

2000-05-24 Thread Jake Burkholder
> > Garrett Wollman writes: > > > > I've just built a fresh world here; if you use the cvs-crypto from > > > > internat, it may be broken. I submitted a patch to Mark Murray which > > > > should fix it, here it is again just in case: > > > > > > I still think (and am going on record) that this i