Re: Unable to buildworld (new record, 18)

2002-09-08 Thread Riccardo Torrini
On 07-Sep-2002 (21:55:22/GMT) Giorgos Keramidas wrote: /usr/include/sys/_types.h:71: declaration does not declare anything *** Error code 1 Which revision of /usr/include/sys/_types.h do you have? # ident /usr/include/sys/_types.h /usr/include/sys/_types.h: $FreeBSD:

Re: Clock runs too fast

2002-09-08 Thread David Malone
On Sat, Sep 07, 2002 at 11:19:52PM -0400, Craig Rodrigues wrote: Is there a problem with the ACPI code or with my hardware (an ASUS P5A-B motherboard from about 3 or 4 years ago). Several people (including me) have reported this problem with this motherboard. Poul had a look at it, but

Re: Unable to buildworld (new record, 18)

2002-09-08 Thread Salvo Bartolotta
Original Message On 9/7/02, 11:20:48 PM, Riccardo Torrini [EMAIL PROTECTED] wrote regarding Re: Unable to buildworld (new record, 18): On 07-Sep-2002 (21:00:28/GMT) Riccardo Torrini wrote: Have you read through UPDATING? Yes, more and more ... I added -DNO_WERROR without luck I

Re: 5.0 package build with gcc32 complete (HELP NEEDED!!)

2002-09-08 Thread Eirik Nygaard
I got some free time on my hands and will try to fix some ports, already fixed sysutils/logmon. On Fri, Sep 06, 2002 at 11:58:17AM -0700, Kris Kennaway wrote: All ports maintainers/committers: please take a look at http://bento.freebsd.org/errorlogs/5-latest/ and consider fixing some

syscons in rcng ?

2002-09-08 Thread Rasmus Skaarup
Hello, With the latest changes (1.8, 5th of Sep) to /etc/rc.d/syscons, syscons doesn't get initialized on my 5.0-CURRENT. Have I missed some new configuration options? Sincerely, Rasmus Skaarup To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of

Release building broken for -current

2002-09-08 Thread Udo Schweigert
Hi all, when bulding release on -current I get (since a couple of days): rm -rf /R/stage/dists mkdir -p /R/stage/dists rolling base/base tarball mtree: line 0: dumpdates: No such file or directory *** Error code 1 Stop in /usr/src/release. Somehow dumpdates didn't get installed into

alpha tinderbox failure

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

Re: Clock runs too fast

2002-09-08 Thread Daniel Rock
Craig Rodrigues schrieb: Hi, I have been having this problem with -current for the past 2 weeks now (I am new to -current and just started using it 2 weeks ago). I just did a cvsup and rebuilt the kernel and rebuilt the world. My clock seems to be running too fast, and I keep resetting it with

Re: make installworld cannot find files in /usr/bin

2002-09-08 Thread Bruce Evans
On Sat, 7 Sep 2002, Craig Rodrigues wrote: I did a cvsup from a few hours ago, and rebuilt the world. make buildworld worked fine. make installworld failed: === usr.sbin/ppp^M install -s -o root -g network -m 4554 ppp /usr/sbin m4 /usr/src/usr.sbin/ppp/ppp.8.m4 ppp.8 m4: not found I

Re: Clock runs too fast

2002-09-08 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Craig Rodrigues writes: I reset my timecounter: sysctl kern.timecounter.hardware=i8254 Now the clock seems to run at a more reasonable rate. Is there a problem with the ACPI code or with my hardware (an ASUS P5A-B motherboard from about 3 or 4 years ago). How

sio problems?

2002-09-08 Thread Wesley Morgan
The sio driver was touched recently for the PUC stuff... Not sure if that is the source of my problem, but suddenly I am seeing many many many of these: sio1: 22 more interrupt-level buffer overflows (total 2943) Just started recently. Seems to happen most often when I cvsup. Happens with and

Re: sio problems?

2002-09-08 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Wesley Morgan writes: The sio driver was touched recently for the PUC stuff... Not sure if that is the source of my problem, but suddenly I am seeing many many many of these: sio1: 22 more interrupt-level buffer overflows (total 2943) Just started recently. Seems

Re: Release building broken for -current

2002-09-08 Thread John Hay
when bulding release on -current I get (since a couple of days): rm -rf /R/stage/dists mkdir -p /R/stage/dists rolling base/base tarball mtree: line 0: dumpdates: No such file or directory *** Error code 1 Stop in /usr/src/release. Somehow dumpdates didn't get installed

[no subject]

2002-09-08 Thread Woefdram
subscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: syscons in rcng ?

2002-09-08 Thread Andrew Lankford
What I've noticed is that vidcontrol refuses to change the console mode to anything other than 80x25 or 80x30. I had it set at 80x60, but CURRENT no longer likes that. I've also noticed that starting up XFree4.2.0's server switches my console from 80x30 back to 80x25. Funky. In any case, I

troubles with the new GCC -- anyone else?

2002-09-08 Thread Mikhail Teterin
Is it just me, or do others have troubles too? I upgraded yesterday: mi@celsius:~ (101) cc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.1 [FreeBSD] 20020901 (prerelease) With ``-march=pentium2

Re: troubles with the new GCC -- anyone else?

2002-09-08 Thread Steve Kargl
On Sun, Sep 08, 2002 at 02:30:06PM -0400, Mikhail Teterin wrote: Is it just me, or do others have troubles too? I upgraded yesterday: mi@celsius:~ (101) cc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version

Re: troubles with the new GCC -- anyone else?

2002-09-08 Thread Eirik Nygaard
There is problem with several ports and gcc 3.2, which ports got the problem is maped and is put out on the web: http://bento.freebsd.org/errorlogs/5-latest/, some has been fixed. On Sun, Sep 08, 2002 at 02:30:06PM -0400, Mikhail Teterin wrote: Is it just me, or do others have troubles too? I

Re: Unable to buildworld (new record, 18)

2002-09-08 Thread Giorgos Keramidas
In message: [EMAIL PROTECTED] Riccardo Torrini [EMAIL PROTECTED] wrote: After some unsuccesfull buildworld I tryed updating includes but got the same error. May be because my -CURRENT is pre-gcc_3.1 ? Can I (Must I?) upgrade to an intermediate version between May and now? There

Re: troubles with the new GCC -- anyone else?

2002-09-08 Thread Maxim Sobolev
On Sun, Sep 08, 2002 at 02:30:06PM -0400, Mikhail Teterin wrote: Is it just me, or do others have troubles too? I upgraded yesterday: mi@celsius:~ (101) cc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version

Re: Unable to buildworld (new record, 18)

2002-09-08 Thread Riccardo Torrini
On 08-Sep-2002 (13:56:34/GMT) Giorgos Keramidas wrote: There have been at least two gcc upgrades since then. I believe the easiest way to upgrade to today's -current would be to install a fairly recent snapshot from http://snapshots.jp.FreeBSD.org/ instead of trying to debug the many ways

Termcap broken?

2002-09-08 Thread Adam Kranzel
Hi... I'm getting the error Terminal must backspace. when trying to run Slash'EM (a Nethack-derived game). I'm not sure what's gotten broken, but if I copy over the termcap and termcap.db from a 4.6-STABLE machine (of mid-August), it works again. Any suggestions on how to fix this? My TERM

Re: troubles with the new GCC -- anyone else?

2002-09-08 Thread Kris Kennaway
On Sun, Sep 08, 2002 at 02:30:06PM -0400, Mikhail Teterin wrote: Is it just me, or do others have troubles too? I upgraded yesterday: Did you try the gcc patch Alexander posted the other day? Kris msg42759/pgp0.pgp Description: PGP signature

Re: 5.0 package build with gcc32 complete (HELP NEEDED!!)

2002-09-08 Thread Kris Kennaway
On Sun, Sep 08, 2002 at 12:18:41PM +0200, Eirik Nygaard wrote: I got some free time on my hands and will try to fix some ports, already fixed sysutils/logmon. Thanks! Kris msg42760/pgp0.pgp Description: PGP signature

Re: Termcap broken?

2002-09-08 Thread Terry Lambert
Adam Kranzel wrote: I'm getting the error Terminal must backspace. when trying to run Slash'EM (a Nethack-derived game). I'm not sure what's gotten broken, but if I copy over the termcap and termcap.db from a 4.6-STABLE machine (of mid-August), it works again. Any suggestions on how to fix

Re: syscons in rcng ? - SOLVED

2002-09-08 Thread Vladimir Kushnir
On Sun, 8 Sep 2002, Andrew Lankford wrote: What I've noticed is that vidcontrol refuses to change the console mode to anything other than 80x25 or 80x30. I had it set at 80x60, but CURRENT no longer likes that. I've also noticed that starting up XFree4.2.0's server switches my console

alpha tinderbox failure

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

Re: [PATCH] C++ fix for flex

2002-09-08 Thread David O'Brien
On Sat, Sep 07, 2002 at 11:55:08PM -0400, Craig Rodrigues wrote: Hi, As I am fixing some of the C++ ports for GCC 3.2, I found a problem with lex. The following patch is required for lex to generate code which can compile with GCC 3.2. It applies to /usr/src/usr.bin/lex Committed.

No way to tell when `long long' is or is not supported?

2002-09-08 Thread Garrett Wollman
GCC used to define a macro __STRICT_ANSI__ when `-ansi' was given on the command line. The current version does not do this, which breaks detection of whether `long long' is allowed. (For some reason this is not hit in -current builds, but I have made some fixes to stdlib.h which trigger it in

Re: Release building broken for -current

2002-09-08 Thread Makoto Matsushita
jhay md5 died on zero length files. You will have to upgrade the machine or jhay at least do a buildworld with new source before you try a release again. Ya, that's exactly the problem on my buildbox... Thank you for the info. But if new md5(1) doesn't used by during a release, it's yet

Re: libmd bug on -CURRENT

2002-09-08 Thread Bruce Evans
On Sat, 7 Sep 2002, Bruce A. Mah wrote: If memory serves me right, Bruce Evans wrote: libmd is also broken for some cases involving pipes. IIRC, this is caused by the bogus st_size checks in the same function. st_size is only valid for regular files. It's puzzling that the call to

ste driver broken

2002-09-08 Thread Francois Tigeot
Greetings, I recently upgraded one machine to a recent -CURRENT, and the NIC (DLink 550 TX) fails to be properly initialized. The rest of the system is pretty vanilla : Athlon XP, with Via chipset. Here is the relevant part of dmesg: ste0: D-Link DFE-550TX 10/100BaseTX port 0x9800-0x987f mem