Re: Errors compiling kernel...

2000-01-28 Thread Soren Schmidt
It seems Will Andrews wrote: On Thu, Jan 27, 2000 at 07:31:50PM -0500, Donn Miller wrote: I recently cvsup'd the sources (around Thu Jan 27 19:30:48 EST 2000), and I'm getting these errors compiling the kernel: cc -c -mpentium -O3 -pipe -Wall -Wredundant-decls -Wnested-externs

This is getting ridiculous..

2000-01-28 Thread Kris Kennaway
/home/kris/tmp/world/obj/.amd_mnt/freefall/host/c/users/kris/tmp/world/src/alpha/.amd_mnt/freefall/host/c/users/kris/tmp/world/src/gnu/usr.bin/cc/cpp/../cc_int/libcc_int.a(choose-temp.o): In function `choose_temp_base': choose-temp.c(.text+0x218): warning: mktemp() possibly used unsafely;

Re: Speaking of ATAisms...

2000-01-28 Thread Soren Schmidt
It seems Alex Zepeda wrote: OK, I got my junkbox back into commission today, I just need to get it update into -current, then I'll take a stab at it... -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: This is getting ridiculous..

2000-01-28 Thread Jason Evans
On Fri, Jan 28, 2000 at 12:05:21AM -0800, Kris Kennaway wrote: /home/kris/tmp/world/obj/.amd_mnt/freefall/host/c/users/kris/tmp/world/src/alpha/.amd_mnt/freefall/host/c/users/kris/tmp/world/src/gnu/usr.bin/cc/cpp/../cc_int/libcc_int.a(choose-temp.o): In function `choose_temp_base':

rsh broken?

2000-01-28 Thread F. Heinrichmeyer
with yesterdays kernel or rshd, something has changed. When using rsh from a friendly linux-mandrake box i get: rsh jfh00 ls poll: protocol failure in circuit setup from a friendly freebsd box i get: select: protocol failure in circuit setup -- Fritz Heinrichmeyer mailto:[EMAIL PROTECTED]

Re: -current is still broken as of 2000/01/27

2000-01-28 Thread Sheldon Hearn
On Thu, 27 Jan 2000 18:35:33 PST, Jason Evans wrote: This is the same kind of breakage I caused when moving some definitions into unistd.h. I would call it bootstrapping breakage, but others who know the build system better claim it's avoidable. I think it _is_ avoidable. One way to

Re: rsh broken?

2000-01-28 Thread Yoshinobu Inoue
with yesterdays kernel or rshd, something has changed. When using rsh from a friendly linux-mandrake box i get: rsh jfh00 ls poll: protocol failure in circuit setup from a friendly freebsd box i get: select: protocol failure in circuit setup As the change to

Re: This is getting ridiculous..

2000-01-28 Thread David O'Brien
/home/kris/tmp/world/obj/.amd_mnt/freefall/host/c/users/kris/tmp/world/src/alpha/.amd_mnt/freefall/host/c/users/kris/tmp/world/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp.o): In function `_gettemp': mktemp.c(.text+0x3f0): undefined reference to `_open' mktemp.c(.text+0x3f4):

Keyboard problem (was: Re: Problems installing FreeBSD 4.0 20000125-CURRENT)

2000-01-28 Thread Kazutaka YOKOTA
Ok, guys. This is another patch for the atkbd driver. I expect this one is better than my previous one. Remove the previous patch and try this one instead. Stress the keyboard (like hitting the Return key twice when booting the system), and see if it works. Thank you. Kazu I have on a

Re: ColdFusion 4.5 RC3

2000-01-28 Thread Danny
I totally aggree. As soon as CF is ported to FreeBSD the bettter At 21:20 27/01/00 -0500, James Howard wrote: On Thu, 27 Jan 2000, Brian Hechinger wrote: yes. sorry about the confusion, i forgot to mention that. Allaire off-record said that they aren't happy with Linux and are seeking an

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-28 Thread Stephen McKay
On Thursday, 27th January 2000, "Rodney W. Grimes" wrote: On Thu, 27 Jan 2000 13:28:10 -0800, "Jordan K. Hubbard" [EMAIL PROTECTED] said: 3. On the first reboot after installing, the keyboard was in a funny state. I have seen this on numerious occasion, but have never tracked it down to

Re: rsh broken?

2000-01-28 Thread Yoshinobu Inoue
When using rsh from a friendly linux-mandrake box i get: rsh jfh00 ls poll: protocol failure in circuit setup from a friendly freebsd box i get: select: protocol failure in circuit setup Woops bug was in rshd from the beginning. My test had a leakage. It only happens on AF_INET

Re: NFS /usr/src and /usr/obj?

2000-01-28 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Leif Neland writes: On Wed, 26 Jan 2000, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], [EMAIL PROTECTED] writes: I'm wondering how one can do a buildworld on a machine, and then NFS mount /usr/src and /usr/obj on a client machine and do an

Re: ipsec errors

2000-01-28 Thread Sheldon Hearn
On Thu, 27 Jan 2000 13:46:47 +0900, Yoshinobu Inoue wrote: I just added debug flag check instead of changing syslog level. Could you please try the following patch to usr.sbin/inetd/inetd.c ? I would expect the messages to be sent to stderr in debug mode. Ciao, Sheldon. To Unsubscribe:

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-28 Thread Garrett Wollman
On Thu, 27 Jan 2000 18:53:51 -0800, Mike Smith [EMAIL PROTECTED] said: Since the hostname is simply a plain-text token for the IP address Wrong. -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: very silent, but heavy filesystem-crash

2000-01-28 Thread Rodney W. Grimes
... Starting an 'fsck' results in: cage:[/] # fsck /scratch ** /dev/da1s1g ** Last Mounted on /scratch ** Phase 1 - Check Blocks and Sizes PARTIALLY TRUNCATED INODE I=16 SALVAGE? [yn] ^C * FILE SYSTEM MARKED DIRTY * Next step is run the ``save''

Makefile.inc1 change

2000-01-28 Thread Warner Losh
The following has survived a make buildworld at least once. It optimizes buildworld a little by not building fortran as part of the build tools. This looks like a safe change to make, since we have no fortran in the tree that needs to get built. It doesn't disable building of fortran later in

ata: panic with new sysctl variable

2000-01-28 Thread D. Rock
Hi, just noticed the new sysctl variable for ata. I just wanted to use the new way for disabling DMA on my disk (has some strange problems, even under windows). Previously I just commented out the ata_dmainit() lines in ata_disk.c, now I wanted to set it with sysctl: sysctl -w

Re: ata: panic with new sysctl variable

2000-01-28 Thread Soren Schmidt
It seems D. Rock wrote: Hi, just noticed the new sysctl variable for ata. I just wanted to use the new way for disabling DMA on my disk (has some strange problems, even under windows). Previously I just commented out the ata_dmainit() lines in ata_disk.c, now I wanted to set it with

Re: very silent, but heavy filesystem-crash

2000-01-28 Thread Matthew Dillon
:Hi there, : : I reported a former heavy filesystem crash recently; have a look : at: : :http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=846852+849687+/usr/local/www/db/text/2000/freebsd-current/2123.freebsd-current : : I got it again. : Meanwhile my system got updated to : FreeBSD abc.xyz.de

Re: Makefile.inc1 change

2000-01-28 Thread David O'Brien
On Fri, Jan 28, 2000 at 09:33:32AM -0700, Warner Losh wrote: This looks like a safe change to make, since we have no fortran in the tree that needs to get built. It doesn't disable building of fortran later in the build, just from building it potentially twice. Comments? I like it. If it

Re: Makefile.inc1 change

2000-01-28 Thread Warner Losh
In message [EMAIL PROTECTED] "David O'Brien" writes: : I like it. If it passes a clean and -DNOCLEAN buildworld, commit that : baby! OK. It passes a clean buildworld + installworld. I'll crank up the -DNOCLEAN right now. Looks like the savings aren't huge. Like 3 minutes out of 140 on my

Re: More world breakage

2000-01-28 Thread Jeroen Ruigrok van der Werven
-On [2128 19:30], John Baldwin ([EMAIL PROTECTED]) wrote: === bin/rcp install -c -s -o root -g wheel -m 4555 -fschg rcp /bin /usr/libexec/ld-elf.so.1: install: Undefined symbol "string_to_flags" *** Error code 1 Stop in /usr/src/bin/rcp. *** Error code 1 This is

RE: More world breakage

2000-01-28 Thread John Baldwin
On 28-Jan-00 Jeroen Ruigrok van der Werven wrote: === bin/pwd install -c -s -o root -g wheel -m 555 pwd /bin install -c -o root -g wheel -m 444 pwd.1.gz /usr/share/man/man1 === bin/rcp install -c -s -o root -g wheel -m 4555 -fschg rcp /bin /usr/libexec/ld-elf.so.1: install: Undefined

Parallel port back

2000-01-28 Thread Paul van der Zwan
My parallel port is back. Switching the it from 3BC to 378 made the probe recognize it again. Apparently the new code doesn't like the 3BC address as much as the old code.. Paul -- Paul van der Zwan paulz @ trantor.xs4all.nl "I think I'll move to theory, everything

Re: More world breakage

2000-01-28 Thread Marcel Moolenaar
On 28-Jan-00 Jeroen Ruigrok van der Werven wrote: === bin/pwd install -c -s -o root -g wheel -m 555 pwd /bin install -c -o root -g wheel -m 444 pwd.1.gz /usr/share/man/man1 === bin/rcp install -c -s -o root -g wheel -m 4555 -fschg rcp /bin /usr/libexec/ld-elf.so.1: install:

Re: More world breakage

2000-01-28 Thread John Baldwin
On 28-Jan-00 Marcel Moolenaar wrote: On 28-Jan-00 Jeroen Ruigrok van der Werven wrote: === bin/pwd install -c -s -o root -g wheel -m 555 pwd /bin install -c -o root -g wheel -m 444 pwd.1.gz /usr/share/man/man1 === bin/rcp install -c -s -o root -g wheel -m 4555 -fschg rcp /bin

Re: More world breakage

2000-01-28 Thread Steve Kargl
Marcel Moolenaar wrote: I already have patches (somewhere :-) that solve this problem. I choose not to apply these before the release. I will fix installworld after the release. For now, you can use the buildkernel and installkernel targets (after a buildworld) to solve the (possibly

Re: More world breakage

2000-01-28 Thread Steve Kargl
sgk wrote: Marcel Moolenaar wrote: I already have patches (somewhere :-) that solve this problem. I choose not to apply these before the release. I will fix installworld after the release. For now, you can use the buildkernel and installkernel targets (after a buildworld) to solve the

Re: Makefile.inc1 change

2000-01-28 Thread Jeroen Ruigrok/Asmodai
-On [2128 20:00], Warner Losh ([EMAIL PROTECTED]) wrote: In message [EMAIL PROTECTED] "David O'Brien" writes: : I like it. If it passes a clean and -DNOCLEAN buildworld, commit that : baby! OK. It passes a clean buildworld + installworld. I'll crank up the -DNOCLEAN right now.

Re: Makefile.inc1 change

2000-01-28 Thread Warner Losh
In message [EMAIL PROTECTED] Jeroen Ruigrok/Asmodai writes: : All the bits help. =) : : And anyways, as you said, compiling it twice seems a bit unnecessary. : : Feel free to commit when you're sure. I'm sure. I did a make buildworld make installworld. I then did a make buildworld

Re: More world breakage

2000-01-28 Thread Marcel Moolenaar
I already have patches (somewhere :-) that solve this problem. I choose not to apply these before the release. I will fix installworld after the release. For now, you can use the buildkernel and installkernel targets (after a buildworld) to solve the (possibly complex) dependencies

RE: ColdFusion 4.5 RC3

2000-01-28 Thread Alok Dhir
Are there differences in the Linux emulation from -stable - -current? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Hechinger Sent: Thursday, January 27, 2000 5:34 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: ColdFusion 4.5 RC3

new C++ compiler changes

2000-01-28 Thread Louis A. Mamakos
I just put a new -current on my test machine, and watched a bunch of stuff fall over and die due to the new C++ implementation. Is it possible to bump the revision of libstdc++ (and perhaps others) so that existing programs can continue to function? I fear I will be tracking down occasional

Re: More world breakage

2000-01-28 Thread John Baldwin
On 28-Jan-00 Marcel Moolenaar wrote: It's also related to the kernel, where installworld is installing and subsequently running binaries that won't work with the current kernel. The same applies to installing shared binaries and running them without the proper libraries. Ok, I'll buy that.

Re: new C++ compiler changes

2000-01-28 Thread David O'Brien
On Fri, Jan 28, 2000 at 07:07:39PM -0500, Louis A. Mamakos wrote: Is it possible to bump the revision of libstdc++ (and perhaps others) so that existing programs can continue to function? Nope. This is -CURRENT and this type of thing happens. And with a RELEASE about to happen, I don't want

Re: Makefile.inc1 change

2000-01-28 Thread Bruce Evans
On Fri, 28 Jan 2000, Warner Losh wrote: The following has survived a make buildworld at least once. It optimizes buildworld a little by not building fortran as part of the build tools. This breaks bootetrapping of fortran. Fortran is not built as a build- tool. Only a tool to build

Re: Makefile.inc1 change

2000-01-28 Thread Warner Losh
In message [EMAIL PROTECTED] Bruce Evans writes: : This breaks bootetrapping of fortran. Fortran is not built as a build- : tool. Only a tool to build fortran is built. This tool is like the : internal tools for sh and libcurses, etc. It must be built in the host : environment, since the

RE: More world breakage

2000-01-28 Thread Bruce Evans
On Fri, 28 Jan 2000, John Baldwin wrote: ... Solution: We need statically built install tools just like we have build tools. I think we should use the newer versions (i.e. static versions of the ones we just built under /usr/obj during buildworld that are linked against the new

Re: xntpd - VERY old folks, how about updating? :-)

2000-01-28 Thread Ollivier Robert
[I said about ntpd usage of sched_* functions:] We should make them standard IMO. According to John Polstra: I agree. BTW, as the sched_* POSIX functions are now standard in GENERIC, I've decided along with the upgrade to ntpd 4.0.99b to re-enable them. -- Ollivier ROBERT -=- FreeBSD: The

Re: Makefile.inc1 change

2000-01-28 Thread Bruce Evans
On Fri, 28 Jan 2000, Warner Losh wrote: In message [EMAIL PROTECTED] Bruce Evans writes: : This breaks bootetrapping of fortran. Fortran is not built as a build- : tool. Only a tool to build fortran is built. This tool is like the : internal tools for sh and libcurses, etc. It must be

Re: new C++ compiler changes

2000-01-28 Thread Louis A. Mamakos
On Fri, Jan 28, 2000 at 07:07:39PM -0500, Louis A. Mamakos wrote: Is it possible to bump the revision of libstdc++ (and perhaps others) so that existing programs can continue to function? Nope. This is -CURRENT and this type of thing happens. And with a RELEASE about to happen, I don't

Re: Makefile.inc1 change

2000-01-28 Thread Warner Losh
In message [EMAIL PROTECTED] Bruce Evans writes: : So I should back this out? I didn't do a 3.3 buildworld. : : Of course. OK. I'm doing a 3.3 buildworld right now on a virgin 3.3R system. I'll let you know what happens with that. If it is a problem at all, then I'll back it out (since

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-28 Thread Daniel C. Sobral
Kazutaka YOKOTA wrote: I have had reports on similar lockup in both 4.0-CURRENT and 3.X. I personally have not been able to reproduce it, but now my new sand box machine exhibits this problem occasionally. The I/O access to the AT keyboard by the atkbd driver have not changed much for