Re: reading kernel dump - post gcc 3.1

2002-06-03 Thread Georg-W. Koltermann
Am Mo, 2002-05-27 um 19.52 schrieb David O'Brien: On Mon, May 27, 2002 at 12:23:13PM +0200, Georg-W. Koltermann wrote: Please read bin/38236. I wasn't asking for general directions but for a specific solution to a current -current problem. RTFM specifically the -gstabs+ GCC option. To

top etc.

2002-06-03 Thread Igor Roboul
Hello, what do you thing about following piece of /usr/bin/top output? Pay attention on WCPU PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 71398 igorr 960 4048K 2568K select 0:00 0.0% 0.29% xterm 385 igorr 960 9504K 5356K select 0:10 0.0%

Re: Deadlock using snapshots

2002-06-03 Thread Hiten Pandya
--- Peter Jeremy [EMAIL PROTECTED] wrote: I decided to do some experimenting with snapshots and managed to deadlock my system. (Basically, I had a cron job that was trying to snapshot all my filesystems every 5 minutes - with a view to being able to undo any accidents I might make). I'd

Re: i386 tinderbox failure

2002-06-03 Thread Dag-Erling Smorgrav
Ruslan Ermilov [EMAIL PROTECTED] writes: I'm doing the daily (-j8) snapshots on a 2-CPU SMP machine for i386, pc98, alpha, ia64, and sparc64, and never saw this problem. Could it be that you have a faulty hardware on your tinderbox, as I already saw a few reports from you, always in a

Re: i386 tinderbox failure

2002-06-03 Thread Ruslan Ermilov
On Mon, Jun 03, 2002 at 12:53:17PM +0200, Dag-Erling Smorgrav wrote: Ruslan Ermilov [EMAIL PROTECTED] writes: I'm doing the daily (-j8) snapshots on a 2-CPU SMP machine for i386, pc98, alpha, ia64, and sparc64, and never saw this problem. Could it be that you have a faulty hardware on your

Two Install Issues

2002-06-03 Thread Peter Schultz
Since -current uses devfs now is the remaking devices step still needed? When promted to enter the root password there is no visible indicator that it's time to type. Are these PR material? Pete... To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

GCC3.1 internal compiler error when compiling XFree86-4-libraries

2002-06-03 Thread Stanislav Grozev
Hello, I have a -CURRENT system (world from yesterday, ports from today). I'm trying to compile the XFree86-libraries-4.2.0 from ports, but I have troubles. After resolving the one with the #pragma weak, and also one with a missing ../ from one of the Mesa Makefiles, now I get the following:

Re: Two Install Issues

2002-06-03 Thread Tim J. Robbins
On Mon, Jun 03, 2002 at 07:23:33AM -0500, Peter Schultz wrote: When promted to enter the root password there is no visible indicator that it's time to type. When I last installed a snapshot, it did prompt, but prompted on the wrong virtual terminal. Tim To Unsubscribe: send mail to [EMAIL

Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries

2002-06-03 Thread Marc G. Fournier
stupid question, but what is the fix for the #pragma weak issue? :( On Mon, 3 Jun 2002, Stanislav Grozev wrote: Hello, I have a -CURRENT system (world from yesterday, ports from today). I'm trying to compile the XFree86-libraries-4.2.0 from ports, but I have troubles. After resolving

Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries

2002-06-03 Thread Stanislav Grozev
On Mon, Jun 03, 2002 at 11:44:43AM -0300, Marc G. Fournier wrote: stupid question, but what is the fix for the #pragma weak issue? :( you replace #pragma weak foo = bar with either #pragma weak foo = bar /* this is easier */ or if __GNUC__ = 3 int

Subscribe

2002-06-03 Thread Ederson Frasnelli Ribeiro

Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries

2002-06-03 Thread Stanislav Grozev
On Mon, Jun 03, 2002 at 05:06:23PM +0200, Stanislav Grozev wrote: On Mon, Jun 03, 2002 at 11:44:43AM -0300, Marc G. Fournier wrote: stupid question, but what is the fix for the #pragma weak issue? :( you replace #pragma weak foo = bar with either #pragma weak foo = bar /*

Re: i386 tinderbox failure

2002-06-03 Thread Peter Wemm
Dag-Erling Smorgrav wrote: Ruslan Ermilov [EMAIL PROTECTED] writes: I'm doing the daily (-j8) snapshots on a 2-CPU SMP machine for i386, pc98, alpha, ia64, and sparc64, and never saw this problem. Could it be that you have a faulty hardware on your tinderbox, as I already saw a few

Re: Seeking OK to commit KSE MIII

2002-06-03 Thread Julian Elischer
Thanks for looking at it This is not offtopic.. the answer is: No, the code is correct.. here is the logic.. If there are N processors, then there are at most N KSEs (kernel schedulable entities) working to process threads that belong to this KSEGOUP. (kg). If there are N or more threads

Re: i386 tinderbox failure

2002-06-03 Thread Dag-Erling Smorgrav
Peter Wemm [EMAIL PROTECTED] writes: The single biggest problem seemed to be NFS, but you're not using that anymore are you? I do, the sources are on NFS, but the obj dir is in /tmp. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with

State of the ports collection

2002-06-03 Thread Kris Kennaway
I've done another package build run under a recent 5.0-CURRENT. Things are not good: only 45% of the ports in the ports collection are actually building, compared to a build rate of over 90% on 4.x. The biggest chunk of damage comes from the XFree86-libraries failure reported here already; apart

Build Errors in Latest -CURRENT

2002-06-03 Thread Hiten Pandya
Build errors encountered in the latest buildworld of -current. Error output attached with mail. Hope it helps. Uname(1) of the system is: FreeBSD 5.0-CURRENT #0: Sat May 4 19:07:01 BST 2002 Thanks. -- Hiten Pandya http://storm.uk.FreeBSD.org/~hiten Finger [EMAIL PROTECTED] for PGP public

State of the ports collection

2002-06-03 Thread Garrett Wollman
On Mon, 3 Jun 2002 13:42:24 -0700, Kris Kennaway [EMAIL PROTECTED] said: * (35 ports) Something caused sys_nerr to change prototypes. It looks like this might be because the definition of __const from sys/ctypes.h has changed, but I can't see why. See for example

AIO test results

2002-06-03 Thread Nate Lawson
I have been working on several projects using AIO to break up latency in large, sequential reads. In my code, I was surprised at what appear to be performance problems where splitting a 256k read into 4 64k reads was actually quite a bit slower than a single 256k read (in fact, 3 times

Re: Updating GNU Tar in the base system

2002-06-03 Thread Paul Herman
On Mon, 3 Jun 2002, Maxim Sobolev wrote: However, before proceeding I would like to get an advice with regard to the most appropriate procedure for doing the upgrade. This came up in another list somewhere (don't know off hand), but you might also consider having tar wrap around pax. OpenBSD

-current Netgraph (ng_parse) problem

2002-06-03 Thread Maksim Yevmenkin
Hackers, I'm having hard time with Netgraph on recent -current. First, there is a lot of warnings (see below) related to initialization of struct ng_parse_struct_info. I think it is related to zero sized fields array. Someone else already posted about the same problem. Second, my laptop

Re: Updating GNU Tar in the base system

2002-06-03 Thread Kris Kennaway
On Mon, Jun 03, 2002 at 03:14:23PM -0700, Paul Herman wrote: On Mon, 3 Jun 2002, Maxim Sobolev wrote: However, before proceeding I would like to get an advice with regard to the most appropriate procedure for doing the upgrade. This came up in another list somewhere (don't know off

Re: -current Netgraph (ng_parse) problem

2002-06-03 Thread Archie Cobbs
Maksim Yevmenkin writes: I'm having hard time with Netgraph on recent -current. First, there is a lot of warnings (see below) related to initialization of struct ng_parse_struct_info. I think it is related to zero sized fields array. Someone else already posted about the same problem.

memset() broken in gcc-3.1 on i386's

2002-06-03 Thread Bruce Evans
gcc now generates inline code for memset in some cases. Broken code. E.g., compiling the following with -O: %%% #include string.h int foo[100]; int x; main() { memset(foo[0], 0, x); } %%% gives (at least if you have fixed function alignment): %%% .file z.c .text

Re: State of the ports collection

2002-06-03 Thread Kris Kennaway
On Mon, Jun 03, 2002 at 04:21:24PM -0700, Terry Lambert wrote: http://bento.freebsd.org/errorlogs/5-latest/bogosort-0.3.3.log Any program which declares sys_errlist for itself is wrong. In most cases, the program should be using either strerror() or strerror_r(), depending on its

Re: State of the ports collection

2002-06-03 Thread Terry Lambert
Kris Kennaway wrote: But the error handling path of any program is not one of them; if you are optimizing something other than the success path, there is something fundamentally wrong with your program or problem statement. So how about you do more than the average person's part towards

Re: Updating GNU Tar in the base system

2002-06-03 Thread Cyrille Lefevre
On Mon, Jun 03, 2002 at 03:49:49PM -0700, Kris Kennaway wrote: On Mon, Jun 03, 2002 at 03:14:23PM -0700, Paul Herman wrote: On Mon, 3 Jun 2002, Maxim Sobolev wrote: However, before proceeding I would like to get an advice with regard to the most appropriate procedure for doing the

Re: State of the ports collection

2002-06-03 Thread Kris Kennaway
On Mon, Jun 03, 2002 at 04:54:32PM -0700, Terry Lambert wrote: Kris Kennaway wrote: But the error handling path of any program is not one of them; if you are optimizing something other than the success path, there is something fundamentally wrong with your program or problem statement.

Re: Updating GNU Tar in the base system

2002-06-03 Thread Kris Kennaway
On Tue, Jun 04, 2002 at 02:10:28AM +0200, Cyrille Lefevre wrote: last week, I've began to comlete your work done last year by resyncing FreeBSD pax w/ the NetBSD/OpenBSD ones. would be done by the end of this week... Cool! Thanks for doing this. Kris msg39139/pgp0.pgp Description:

Re: State of the ports collection

2002-06-03 Thread Marc G. Fournier
Terry, I have a high speed connection over here, so if its purely a 'typing' change sort of thing, if you want to tell me what needs to be done to fix these, I can make the changes and submit patches (I can't login to my FreeBSD account to make the commits myself ... my key went out of date

Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries

2002-06-03 Thread Marc G. Fournier
has any of this been reported to the XFree86 folk? I just CVSup'd the latest XFree86 source code and this #pragma condition appears to still exist :( On Mon, 3 Jun 2002, Stanislav Grozev wrote: On Mon, Jun 03, 2002 at 11:44:43AM -0300, Marc G. Fournier wrote: stupid question, but what is

Re: State of the ports collection

2002-06-03 Thread Kris Kennaway
On Mon, Jun 03, 2002 at 04:17:14PM -0700, Terry Lambert wrote: How long does it take to build world + all ports, vs. just world, if what you are doing is building everything, not caring about correcting ports dependencies? E.g. not serializing through the ports build farm process? Is it

Re: Seeking OK to commit KSE MIII

2002-06-03 Thread David Xu
Thank you very much. After I sent previous question to you, I was still thinking the mail. and last night when I went to bed, I suddenly found that I was wrong, choosethread() selects a highest priority thread from queue, if it is the lastest assigned thread, there is of course no more thread

Re: memset() broken in gcc-3.1 on i386's

2002-06-03 Thread Bruce Evans
On Tue, 4 Jun 2002, I wrote: gcc now generates inline code for memset in some cases. Broken code. Actually, it only generates inline code for memset in a few more cases, and the case of a non-constant length is broken (and some cases of constant lengths are pessimized (e.g., length 7)). ...

Re: Problems with Dell Inspiron 2500/NEWCARD/Xircom CBEM56G

2002-06-03 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Brian F. Feldman [EMAIL PROTECTED] writes: : Scott Penno [EMAIL PROTECTED] wrote: : I removed apm from the kernel which appeared to be playing having with acpi : and things are now working a treat. The card works fine, however I do : receive the

Re: memset() broken in gcc-3.1 on i386's

2002-06-03 Thread Tor . Egge
Actually, it broke fsck_ffs. Workaround to avoid the known broken case: The brokenness in ix86_expand_clrstr is quite visible when you compare the function with ix86_expand_movstr. - Tor Egge Index: contrib/gcc/config/i386/i386.c

Re: Updating GNU Tar in the base system

2002-06-03 Thread Tim J. Robbins
On Mon, Jun 03, 2002 at 03:14:23PM -0700, Paul Herman wrote: On Mon, 3 Jun 2002, Maxim Sobolev wrote: However, before proceeding I would like to get an advice with regard to the most appropriate procedure for doing the upgrade. This came up in another list somewhere (don't know off

Re: State of the ports collection

2002-06-03 Thread Tim J. Robbins
On Mon, Jun 03, 2002 at 01:42:24PM -0700, Kris Kennaway wrote: * (lots of ports) The new C++ compiler deprecated a lot of headers by moving them to a different directory: this breaks a heck of a lot of ports). IMO we should be searching this directory by default. I believe it is the