Currnet build problems

1999-09-01 Thread Stephen Hocking-Senior Programmer PGS Perth
Partway through a make world, I'm seeing the following, I've applied up to cvs-cur.5622.gz and int-cvs-cur.0118.gz. Is this likely to be fixed sometime soon? Stephen cc -O -pipe -mpentiumpro -fschedule-insns2 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICAT

Perl still broken in 4.0-CURRENT

1999-09-01 Thread Pascal Hofstee
Hi, Perl seems to be broken for about 3 consecutive days now Anybody have any idea what might be causing this ? bash-2.03$ mirror /usr/local/lib/mirror/packages/daemonnews DynaLoader:/usr/libdata/perl/5.00503/DynaLoader.pm:188 Caught a SIGSEGV shutting down at /usr/local/bin/mirror line 38

Re: Perl still broken in 4.0-CURRENT

1999-09-01 Thread Dmitrij Tejblum
Pascal Hofstee wrote: > Hi, > > Perl seems to be broken for about 3 consecutive days now > Anybody have any idea what might be causing this ? I suspect it is the recent changes in rtld. Dima To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body o

Re: Currnet build problems

1999-09-01 Thread John Hay
A "make release" on -current also breaks there. It looks like it might be related to the new ncurses import, because it complains about: invalid use of undefined type `struct termio' John -- John Hay -- [EMAIL PROTECTED] > Partway through a make world, I'm seeing the following, I've applied up

Re: Currnet build problems

1999-09-01 Thread Peter Wemm
John Hay wrote: > A "make release" on -current also breaks there. It looks like it might be > related to the new ncurses import, because it complains about: > > invalid use of undefined type `struct termio' I suspect it's related to the international secure dist being out of sync. Make sure ther

Re: Currnet build problems

1999-09-01 Thread Mark Murray
> invalid use of undefined type `struct termio' > /usr/src/kerberosIV/usr.bin/telnet/../../../crypto/telnet/telnet/telnet.c:2065: > invalid use of undefined type `struct termio' > /usr/src/kerberosIV/usr.bin/telnet/../../../crypto/telnet/telnet/telnet.c:2120: I'm so glad you said this! I though

Re: Currnet build problems

1999-09-01 Thread Mark Murray
> > invalid use of undefined type `struct termio' > > I suspect it's related to the international secure dist being out of sync. > Make sure there's no -DTERMCAP in the telnet Makefiles... Nope. The makefiles are in src/kerberosIV/... and they are not export restricted. M -- Mark Murray Join th

No Subject

1999-09-01 Thread Kennie J.Cruz Gutierrez
unsubscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Currnet build problems

1999-09-01 Thread John Hay
> > > invalid use of undefined type `struct termio' > > > > I suspect it's related to the international secure dist being out of sync. > > Make sure there's no -DTERMCAP in the telnet Makefiles... > > Nope. The makefiles are in src/kerberosIV/... and they are not > export restricted. Well I'm n

Re: Currnet build problems

1999-09-01 Thread Mark Murray
> Should the "#include " in telnet.c be protected with a > "#ifdef TERMCAP"? Dunno. I have removed it from 2 builds - one clean and one with all my crypto gunk (both failed, BTW). One box will take 1.5 hours, the other will take 3. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.o

Re: $FreeBSD tag confusion

1999-09-01 Thread Kevin Street
"William R. Somsky" <[EMAIL PROTECTED]> writes: > Hmm... but what about if you're cvsup-ing the sources? > I'm cvsup-ing stable, not current, (cvsup file included below) > and $FreeBSD appears all over the place unexpanded. Is this > the way it's supposed to be? Isn't cvsup supposed to be > (ef

Re: $FreeBSD tag confusion

1999-09-01 Thread Peter Wemm
Kevin Street wrote: > "William R. Somsky" <[EMAIL PROTECTED]> writes: > > > Hmm... but what about if you're cvsup-ing the sources? > > I'm cvsup-ing stable, not current, (cvsup file included below) > > and $FreeBSD appears all over the place unexpanded. Is this > > the way it's supposed to be?

Re: followup to apm problems.

1999-09-01 Thread Garrett Wollman
< said: > Actually, that's almost entirely system-dependant. The BIOS may well > poll the keyboard controller/USB controller, for example. And designs based on the Intel PIIX4 will generate SMI# interrupts for whichever activities are programmed in the BIOS, completely bypassing the traditiona

new ncurses lib changed tgetstr() API

1999-09-01 Thread Luoqi Chen
After the import of ncurses 5.0 (beta?), I noticed strange behavior of clear on my xterm. I tracked it down to an API change of tgetstr(), here is the new code: char *tgetstr(NCURSES_CONST char *id, char **area GCC_UNUSED) { int i; T((T_CALLED("tgetstr(%s,%p)"), id,

Re: followup to apm problems.

1999-09-01 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Garrett Wollman writes: >< said: > >> Actually, that's almost entirely system-dependant. The BIOS may well >> poll the keyboard controller/USB controller, for example. > >And designs based on the Intel PIIX4 will generate SMI# interrupts for >whichever activities

isa.c misses ISA_NIRQ and friends

1999-09-01 Thread Poul-Henning Kamp
Peter must have forgotten some changes, until he fixes it, you can use this patch to revert his change to isa.c Index: isa.c === RCS file: /home/ncvs/src/sys/i386/isa/isa.c,v retrieving revision 1.130 diff -u -r1.130 isa.c --- isa.c

Re: multipatch #6 available

1999-09-01 Thread Andrzej Bialecki
On Sat, 28 Aug 1999, Matthew Dillon wrote: > * Adds a new feature to VN - swap space pre-reservation, > in addition to the two features already added (zeroing > and file creation/truncation). Sounds great to me. I really hope you also update the manpage for vn(4) and vnconf

Re: $FreeBSD tag confusion

1999-09-01 Thread Kevin Street
Peter Wemm writes: >Make sure you are fetching src-all, and if you are not getting src-anything, >then either get src-base or set up $CVSROOT/CVSROOT/options to this: > >23> cat /home/ncvs/CVSROOT/options >tag=FreeBSD=CVSHeader >tagexpand=iFreeBSD,Id > >Fetching src-base will do this for you, as

Re: kgzipped -STABLE GENERIC kernel boots on one machine, not theother

1999-09-01 Thread Doug White
On Tue, 31 Aug 1999, Mark J. Taylor wrote: > I've got a -STABLE GENERIC kernel, cvsupped and built this evening, > that is all alone on a UFS floppy, and kgzipped. I thought kzip is for a.out only. You can kzip /boot/loader and gzip /kernel though. Doug White Int

Re: isa.c misses ISA_NIRQ and friends

1999-09-01 Thread Peter Wemm
Poul-Henning Kamp wrote: > > Peter must have forgotten some changes, until he fixes it, > you can use this patch to revert his change to isa.c Yeah, sorry folks. I am running that code right now (and have been for weeks) but it was dependent on another pending change that I had forgotten. It sh

Re: $FreeBSD tag confusion

1999-09-01 Thread William R. Somsky
On Wed, Sep 01, 1999 at 09:08:45AM -0400, Kevin Street wrote: > "William R. Somsky" <[EMAIL PROTECTED]> writes: > > > Hmm... but what about if you're cvsup-ing the sources? > > I'm cvsup-ing stable, not current, (cvsup file included below) > > and $FreeBSD appears all over the place unexpanded.

Re: kgzipped -STABLE GENERIC kernel boots on one machine, not theother

1999-09-01 Thread Maxim Sobolev
Doug White wrote: > On Tue, 31 Aug 1999, Mark J. Taylor wrote: > > > I've got a -STABLE GENERIC kernel, cvsupped and built this evening, > > that is all alone on a UFS floppy, and kgzipped. > > I thought kzip is for a.out only. You can kzip /boot/loader and gzip > /kernel though. Yes and No, if

Re: new ncurses lib changed tgetstr() API

1999-09-01 Thread Andrey A. Chernov
On Wed, Sep 01, 1999 at 09:52:10AM -0400, Luoqi Chen wrote: > After the import of ncurses 5.0 (beta?), I noticed strange behavior of clear > on my xterm. I tracked it down to an API change of tgetstr(), here is the > new code: > > char *tgetstr(NCURSES_CONST char *id, char **area GCC_UNUSED)

A dumb question.

1999-09-01 Thread Arthur H. Johnson II
When I try to compile the kernel, I get this error at the end: ../../pci/if_xl.c ../../pci/if_xl.c:133: miibus_if.h: No such file or directory *** Error code 1 Stop in /usr/src/sys/compile/ARTHUR. You must first build a kernel first. *** Error code 1 Stop in /usr/src/sys/compile/ARTHUR. What

Re: A dumb question.

1999-09-01 Thread Nathan Ahlstrom
"Arthur H. Johnson II" <[EMAIL PROTECTED]> wrote: > When I try to compile the kernel, I get this error at the end: > > ../../pci/if_xl.c > ../../pci/if_xl.c:133: miibus_if.h: No such file or directory > *** Error code 1 > > Stop in /usr/src/sys/compile/ARTHUR. > You must first build a kernel fir

Fergot to say thanks

1999-09-01 Thread Arthur H. Johnson II
For the person who helped me with my xl driver kernel compile, thanks. I am alittle pine expunge happy! Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the messag

Re: A dumb question.

1999-09-01 Thread Arthur H. Johnson II
Thanks. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Wed, 1 Sep 1999, Nathan Ahlstrom wrote: > "Arthur H. Johnson II" <[EMAIL PROTECTED]> wrote: > > When I try to compile the kernel, I get this error at the end: > > > > ../../pci/if_xl.c > > ../../pci/if

Re: followup to apm problems.

1999-09-01 Thread Mike Smith
> In message <[EMAIL PROTECTED]>, Garrett Wollman writes: > >< said: > > > >> Actually, that's almost entirely system-dependant. The BIOS may well > >> poll the keyboard controller/USB controller, for example. > > > >And designs based on the Intel PIIX4 will generate SMI# interrupts for > >which

Re: followup to apm problems.

1999-09-01 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Mike Smith writes: >> In message <[EMAIL PROTECTED]>, Garrett Wollman writes: >> >< said: >> > >> >> Actually, that's almost entirely system-dependant. The BIOS may well >> >> poll the keyboard controller/USB controller, for example. >> > >> >And designs based on

Re: $FreeBSD tag confusion

1999-09-01 Thread Matthew D. Fuller
On Wed, Sep 01, 1999 at 09:20:44PM +0800, a little birdie told me that Peter Wemm remarked > > 23> cat /home/ncvs/CVSROOT/options > tag=FreeBSD=CVSHeader > tagexpand=iFreeBSD,Id Speaking of the whole subject, where is this (method of defining tags) documented? I've searched every bit of CVS doc

Re: new ncurses lib changed tgetstr() API

1999-09-01 Thread Bruce Evans
>> After the import of ncurses 5.0 (beta?), I noticed strange behavior of clear >> on my xterm. I tracked it down to an API change of tgetstr(), here is the >> new code: >> >> char *tgetstr(NCURSES_CONST char *id, char **area GCC_UNUSED) > >It is definitely bug on ncurses side and must be fix

Re: followup to apm problems.

1999-09-01 Thread Warner Losh
In message <[EMAIL PROTECTED]> Garrett Wollman writes: : And designs based on the Intel PIIX4 will generate SMI# interrupts for : whichever activities are programmed in the BIOS, completely bypassing : the traditional interrupt mechanism. So does that mean if we do disable them at the PIC level

Re: followup to apm problems.

1999-09-01 Thread Warner Losh
In message <[EMAIL PROTECTED]> Mike Smith writes: : It's reasonable to assume this, yes. However it's also worth bearing : in mind that since the BIOS isn't using these interrupts to _detect_ : activity, turning them off is pretty pointless. Then why does the key up event cause the suspend to

Re: followup to apm problems.

1999-09-01 Thread Mike Smith
> In message <[EMAIL PROTECTED]> Garrett > Wollman writes: > : And designs based on the Intel PIIX4 will generate SMI# interrupts for > : whichever activities are programmed in the BIOS, completely bypassing > : the traditional interrupt mechanism. > > So does that mean if we do disable them at

Re: followup to apm problems.

1999-09-01 Thread Mike Smith
> In message <[EMAIL PROTECTED]> Mike Smith writes: > : It's reasonable to assume this, yes. However it's also worth bearing > : in mind that since the BIOS isn't using these interrupts to _detect_ > : activity, turning them off is pretty pointless. > > Then why does the key up event cause the

Re: HEADS UP! ATA driver (atapi DMA)..

1999-09-01 Thread Oliver Fromme
Daniel O'Connor wrote in list.freebsd-current: > On 31-Aug-99 Kevin Street wrote: > > > Well 2MB/sec == 14x CDRom drive. Is it a 14x CDRom drive? CDRom > > > drives are typically limited to how quickly they can get data off > > > the platter. A faster bus transfer will not impro

Re: $FreeBSD tag confusion

1999-09-01 Thread Kevin Street
"Matthew D. Fuller" <[EMAIL PROTECTED]> writes: > On Wed, Sep 01, 1999 at 09:20:44PM +0800, a little birdie told me > that Peter Wemm remarked > > > > 23> cat /home/ncvs/CVSROOT/options > > tag=FreeBSD=CVSHeader > > tagexpand=iFreeBSD,Id > > Speaking of the whole subject, where is this (method

Support for 3Com 3CCFE574BT 10/100 LAN Card

1999-09-01 Thread Peter Jeremy
I notice that -current supports the 3C574, but not the newer 3C574B. Is anyone working on support for this card? Peter To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

make release GENERIC kernel error (pnp)

1999-09-01 Thread John W. DeBoskey
Hi, I'm seeing the following error during a 'make release' with sources current as of 4:30pm EST. I'll re-cvsup, and try again, but I don't see (via the cvsweb) any commits that would fix this. cd /usr/src/sys/i386/conf && config -r GENERIC && cd ../../compile/GENERIC && make depend

Re: followup to apm problems.

1999-09-01 Thread Garrett Wollman
< said: [I wrote:] > : And designs based on the Intel PIIX4 will generate SMI# interrupts for > : whichever activities are programmed in the BIOS, completely bypassing > : the traditional interrupt mechanism. > So does that mean if we do disable them at the PIC level we'll be OK? No, it means i

Re: gdb-4.17 in FreeBSD 4.0-CURRENT

1999-09-01 Thread Kip Macy
I tried doing the same on FreeBSD 3.2-STABLE but when I run it it complains that it is unable to find dynamic linker breakpoint function and then it stops with a SIGTRAP. Any ideas what might be wrong? Thanks. -Kip On Fri, 20 Aug 1999, Richard Cownie wrote: > I