i386 tinderbox failure

2002-04-06 Thread Dag-Erling Smorgrav
===> uplcom ===> urio ===> usb ===> uscanner ===> uvscom ===> vinum ===> vpo ===> vr ===> vx ===> wb ===> xl ===> ipfilter ===> aac ===> acpi ===> aic ===> ar ===> arcnet ===> apm ===> asr ===> atspeaker ===> bktr ===> bktr/bktr ===> bktr/bktr_mem ===> ciss ===> cm ===> coff ===> el ===> em ===> f

Re: i386 tinderbox failure

2002-04-06 Thread David O'Brien
On Sat, Apr 06, 2002 at 01:58:11AM -0800, Dag-Erling Smorgrav wrote: > ===> xe > ./aicasm: 866 instructions used > /d/home/des/tinderbox/src/sys/netinet6/nd6.c:67: netinet/if_fddi.h: No such file or >directory > mkdep: compile failed > *** Error code 1 Are you using -j(>1) ? To Unsubscribe: sen

Re: usb lpt borked?

2002-04-06 Thread Josef Karthauser
On Sat, Apr 06, 2002 at 09:28:26AM +0200, Alexander Leidinger wrote: > On 5 Apr, Julian Elischer wrote: > > > > ok guys we seem to be going backwards on this one.. > > > > 3 months ago this worked perfectly > > 2 months ago it crashed after each document (on close()) > > now it crashes on open(

Re: i386 tinderbox failure

2002-04-06 Thread Dag-Erling Smorgrav
"David O'Brien" <[EMAIL PROTECTED]> writes: > On Sat, Apr 06, 2002 at 01:58:11AM -0800, Dag-Erling Smorgrav wrote: > > ===> xe > > ./aicasm: 866 instructions used > > /d/home/des/tinderbox/src/sys/netinet6/nd6.c:67: netinet/if_fddi.h: No such file >or directory > > mkdep: compile failed > > *** E

Re: usb lpt borked?

2002-04-06 Thread Alexander Leidinger
On 6 Apr, Josef Karthauser wrote: >> Only my USB mice does something bad, it hangs the system hard on >> shutdown. > > Try this which Scott Long submitted a few days ago: > > Index: uhci.c > === > RCS file: /usr/home/ncvs/src/sys/

Re: usb lpt borked?

2002-04-06 Thread Andrew Bliznak
On Sat, 6 Apr 2002, Josef Karthauser wrote: After this patch my usb mouse work again in console and X !!! > On Sat, Apr 06, 2002 at 09:28:26AM +0200, Alexander Leidinger wrote: > > On 5 Apr, Julian Elischer wrote: > > > > > > ok guys we seem to be going backwards on this one.. > > > > > > 3

Re: usb lpt borked?

2002-04-06 Thread Poul-Henning Kamp
This does not solve the "usbsyn" hang for me. Poul-Henning In message <[EMAIL PROTECTED]>, Josef Karthauser writes: > >Try this which Scott Long submitted a few days ago: > >Index: uhci.c >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=

sort(1) badly broken

2002-04-06 Thread Dag-Erling Smorgrav
des@des ~% cat | sort -nr 1 1000 100 10 1 ^D 1 100 1000 10 1 DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: usb lpt borked?

2002-04-06 Thread Scott Long
On Sat, Apr 06, 2002 at 03:10:47PM +0200, Alexander Leidinger wrote: > On 6 Apr, Josef Karthauser wrote: > > [...] > > Go for it ("Tested by:netchild"), the system now doesn't hangs > anymore at shutdown. > > But now the printer hangs the system with: > usb_detach_wait: ulpt0

Re: sort(1) badly broken

2002-04-06 Thread Andrey A. Chernov
On Sat, Apr 06, 2002 at 15:28:24 +0200, Dag-Erling Smorgrav wrote: > des@des ~% cat | sort -nr > 1 > 1000 > 100 >10 > 1 > ^D > 1 > 100 > 1000 >10 > 1 I'll try to fix. Meanwile use env LANG=C sort ... as workaround. -- Andrey A. Chernov http://ache.pp.ru/

Re: i386 tinderbox failure

2002-04-06 Thread Matthew N. Dodd
On Sat, 6 Apr 2002, Dag-Erling Smorgrav wrote: > /d/home/des/tinderbox/src/sys/netinet6/nd6.c:67: netinet/if_fddi.h: No such file or >directory > mkdep: compile failed This should be fixed already. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED]

Re: i386 tinderbox failure

2002-04-06 Thread David O'Brien
On Sat, Apr 06, 2002 at 01:53:33PM +0200, Dag-Erling Smorgrav wrote: > "David O'Brien" <[EMAIL PROTECTED]> writes: > > On Sat, Apr 06, 2002 at 01:58:11AM -0800, Dag-Erling Smorgrav wrote: > > > ===> xe > > > ./aicasm: 866 instructions used > > > /d/home/des/tinderbox/src/sys/netinet6/nd6.c:67: net

Re: i386 tinderbox failure

2002-04-06 Thread Dag-Erling Smorgrav
"David O'Brien" <[EMAIL PROTECTED]> writes: > On Sat, Apr 06, 2002 at 01:53:33PM +0200, Dag-Erling Smorgrav wrote: > > "David O'Brien" <[EMAIL PROTECTED]> writes: > > > Are you using -j(>1) ? > > No. Try s;netinet/if_fddi;net/if_fddi; in nd6.c. > The why is `aicasm' being used in the if_xe.ko bui

Re: usb lpt borked?

2002-04-06 Thread Matthias Schuendehuette
Am Samstag, 6. April 2002 15:10 schrieb Alexander Leidinger: > On 6 Apr, Josef Karthauser wrote: > >> Only my USB mice does something bad, it hangs the system hard on > >> shutdown. > > > > Try this which Scott Long submitted a few days ago: > > > > Index: uhci.c > > =

Re: usb lpt borked?

2002-04-06 Thread Julian Elischer
this with an April 4 kernel. March 4 kernel had problem(2) On Sat, 6 Apr 2002, Alexander Leidinger wrote: > On 5 Apr, Julian Elischer wrote: > > > > ok guys we seem to be going backwards on this one.. > > > > 3 months ago this worked perfectly > > 2 months ago it crashed after each document (

Re: usb lpt borked?

2002-04-06 Thread Julian Elischer
As I mentionned before.. usb printing worked fine for me with a December kernel (and I think January) in March it broke so that it printed, but crashed the machine at the final close(). Now it hangs forever on teh initial open(). On Sat, 6 Apr 2002, Scott Long wrote: > On Sat, Apr 06, 2002 at

Initiate de-orbit burn for ?

2002-04-06 Thread Jos Backus
One problem with ports is that configure will cause to be used if it exists in /usr/include (net/rsync being the latest example), causing an annoying warning. So why not remove /usr/include/malloc.h, and patch those ports/programs that still use it to use instead? Thoughts? -- Jos Backus

NetBSD sort l10n: I give up!

2002-04-06 Thread Andrey A. Chernov
It is sad news, but I try to do my best to l10n NetBSD sort in vain, it is tied to ASCII so closely so it is almost impossible to handle all possible cases without imbedding AI code far bigger then whole sort. So, I plan to remove all vestiges of NetBSD sort and ask to restore GNU sort from th

i386 tinderbox failure

2002-04-06 Thread Dag-Erling Smorgrav
/d/home/des/tinderbox/src/lib/libc/../libc/gen/getnetgrent.c: In function `parse_netgrp': /d/home/des/tinderbox/src/lib/libc/../libc/gen/getnetgrent.c:456: warning: assignment makes pointer from integer without a cast /d/home/des/tinderbox/src/lib/libc/../libc/gen/getnetgrent.c:461: warning: ass

Re: NetBSD sort l10n: I give up!

2002-04-06 Thread Andrey A. Chernov
On Sun, Apr 07, 2002 at 08:52:21 +0400, Andrey A. Chernov wrote: > It is sad news, but I try to do my best to l10n NetBSD sort in vain, it is > tied to ASCII so closely so it is almost impossible to handle all possible > cases without imbedding AI code far bigger then whole sort. > > So, I plan

Re: usb lpt borked?

2002-04-06 Thread Alexander Leidinger
On 6 Apr, Julian Elischer wrote: > As I mentionned before.. usb printing worked fine for me with a December > kernel (and I think January) > in March it broke so that it printed, but crashed the machine at the final > close(). Now it hangs forever on teh initial open(). I had problems with earli