Re: $FreeBSD tag confusion

1999-09-01 Thread William R. Somsky
On Sun, Aug 29, 1999 at 09:37:51PM -0700, John Polstra wrote: Expansion of RCS keywords occurs on check_out_, not on checkin. In other words, your cvs is responsible for expanding them. Hmm... but what about if you're cvsup-ing the sources? I'm cvsup-ing stable, not current, (cvsup file

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

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

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 of

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 there's

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 thought

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 the

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 Mark Murray
Should the "#include termcap.h" 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:

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

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? Isn't cvsup

Re: followup to apm problems.

1999-09-01 Thread Garrett Wollman
On Tue, 31 Aug 1999 15:16:48 -0700, Mike Smith [EMAIL PROTECTED] 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

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: On Tue, 31 Aug 1999 15:16:48 -0700, Mike Smith [EMAIL PROTECTED] 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

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 ---

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 well as

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

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 it is

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) It

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 first. ***

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

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_xl.c:133:

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: On Tue, 31 Aug 1999 15:16:48 -0700, Mike Smith [EMAIL PROTECTED] said: Actually, that's almost entirely system-dependant. The BIOS may well poll the keyboard controller/USB controller,

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

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 fixed *there*

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] 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: $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 of defining

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