subscribe

2002-08-16 Thread Martin Myst
subscribe

Re: buildworld breakage

2002-08-16 Thread Robert Watson
I ran into this also, and a bit of fiddling with a debugger was un-enlightening -- it was segfaulting on a write to __collate_substitute_table in parse.y. The pointer to the table didn't appear to be corrupted, and it should have been in writable memory. It also appeared to be properly aligned.

question about ipl.ko

2002-08-16 Thread Radko Keves
i try to load ipl.ko #kldload -v /boot/kernel/ipl.ko kldload: can't load /boot/kernel/ipl.ko: Exec format error #kldstat Id Refs AddressSize Name 1 10 0xc010 45fd04 kernel 21 0xc056 1b410linux.ko 32 0xc057c000 90f0 ipfw.ko 41 0xc0586000 5374 ip6fw

Re: world broken

2002-08-16 Thread Bruce Evans
On Fri, 16 Aug 2002, Tim Robbins wrote: > On Thu, Aug 15, 2002 at 03:18:59PM -0700, Alfred Perlstein wrote: > > > /usr/obj/vol/share/src/i386/usr/include/stdbool.h:41: warning: useless keyword o > > r type name in empty declaration > > /usr/obj/vol/share/src/i386/usr/include/stdbool.h:41: warning

World breakage in lib/libc/gen/disklabel.c; here's a patch

2002-08-16 Thread David Wolfskill
>>> stage 4: building libraries ... cc -O -pipe -DLIBC_MAJOR=5 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../. ./include -D__DBINTERFACE_PRIVATE -DINET6 -I/common/S4/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP -DHESIOD

i386 tinderbox failure

2002-08-16 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

Re: GCC 3.2

2002-08-16 Thread Ollivier Robert
According to Terry Lambert: > There's always waiting for 3.3 to be released before trying to > incorporate it... There are too many code generation bugs in our version right now. Some ports need 3.1.1 from ports (remember our gcc is 3.1-prerelease). I don't care about 3.2 or 3.3, but I'd say go

Re: World breakage in lib/libc/gen/disklabel.c; here's a patch

2002-08-16 Thread David Wolfskill
>Date: Fri, 16 Aug 2002 08:03:06 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> >The following patch (from /usr/src) gets past the problem, but I >don't know that it's correct: Still don't know about "correct," but it was incomplete. >Index: lib/libc/gen/disklabel.c After adding these

Re: World breakage in lib/libc/gen/disklabel.c; here's a patch

2002-08-16 Thread Alfred Perlstein
* David Wolfskill <[EMAIL PROTECTED]> [020816 08:52] wrote: > >Date: Fri, 16 Aug 2002 08:03:06 -0700 (PDT) > >From: David Wolfskill <[EMAIL PROTECTED]> > > >The following patch (from /usr/src) gets past the problem, but I > >don't know that it's correct: > > Still don't know about "correct," but

Re: question about ipl.ko

2002-08-16 Thread Crist J. Clark
On Fri, Aug 16, 2002 at 03:01:47PM +0200, Radko Keves wrote: > i try to load ipl.ko > > #kldload -v /boot/kernel/ipl.ko > kldload: can't load /boot/kernel/ipl.ko: Exec format error [snip] > it's my problem, for example in the kernel module loading sequence, or current >problem ? Both. If you

Proliferating quirk table entries

2002-08-16 Thread Nate Lawson
I'm working on cleaning up quirk entries in scsi_da.c, especially ones related to READ/WRITE 6->10 escalation. For those just joining in, there is a function (cmd6workaround) that handles a R/W6 error by translating the cdb to 10 bytes and restarting it. It also increases the command size that w

Re: emulators/rtc and vmware2

2002-08-16 Thread dmk
On Thu, 15 Aug 2002, dmk wrote: > > Is anybody successfully using the port emulators/rtc with vmware2 on > -current? [...] On Thu, Aug 15, 2002 at 01:36:46PM -0400 Robert Watson wrote: > My recollection is that the problem relates to calling make_dev() from the > attach routine, and attach from

Re: emulators/rtc and vmware2

2002-08-16 Thread Nate Lawson
On Fri, 16 Aug 2002, dmk wrote: > On Thu, 15 Aug 2002, dmk wrote: > > > > Is anybody successfully using the port emulators/rtc with vmware2 on > > -current? > [...] > > On Thu, Aug 15, 2002 at 01:36:46PM -0400 Robert Watson wrote: > > My recollection is that the problem relates to calling make_d

Re: emulators/rtc and vmware2

2002-08-16 Thread dmk
On Fri, Aug 16, 2002 at 04:31:49PM -0700 I heard the voice of Nate Lawson, and lo! it spake thus: > On Fri, 16 Aug 2002, dmk wrote: [...] > > The attached diff effectively restructures the rtc device driver to > > perform the make_dev() at module load. The driver may have problems, but > > it does

vmware2 panic on -current

2002-08-16 Thread Maksim Yevmenkin
Recent -current (a couple days old) panics when i start vmware2. Trace is attached. Any clue? thanks max GNU gdb 5.2.0 (FreeBSD) 20020627 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distrib

why should buildworld touch stuff outside /usr/src ? (was Re:buildworld breakage)

2002-08-16 Thread Mike Makonnen
On Fri, 16 Aug 2002 08:55:04 -0400 (EDT) "Robert Watson" <[EMAIL PROTECTED]> wrote: > I ran into this also, and a bit of fiddling with a debugger was > un-enlightening -- it was segfaulting on a write to > __collate_substitute_table in parse.y. The pointer to the table didn't > appear to be corr

Re: OT: Debian GNU/FreeBSD???

2002-08-16 Thread D J Hawkey Jr
In article <002501c243e7$9c1ae5b0$[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >> > http://www.debian.org/ports/freebsd/index >> > >> > I was slightly irritated when a pal showed me that! >> >> Why? > > I thought FreeBSD wants no distros to avoid all the distrochaos Linux got > right now

Re: why should buildworld touch stuff outside /usr/src ? (was Re:buildworld breakage)

2002-08-16 Thread Gregory Neil Shapiro
makonnen> I would like to be able to continue doing everything short of makonnen> install as a regular user. Is it really necessary to require root makonnen> privs to buildworld? Agreed. I haven't been able to come up with a way to convince make to adjust the destination path according to the so