World broken again?

2002-01-15 Thread Emiel Kollof

Hi guys,

Yet again, building the world is broken again for me. I am using freshly
cvsupped sources as of yesterday evening (CET that is)

For good measure, output from uname:

FreeBSD azazel.ipv6.hackerheaven.org 5.0-CURRENT FreeBSD 5.0-CURRENT #17: Mon Jan  7 
16:28:34 CET 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/AZAZEL  
i386

I am also having other problems rebooting the machine. Somehow my /usr
filesystem has a bad superblock, drops to single user, where I do a fsck
-y and when I reboot the same thing happens again. I would like to
capture it to the serial port, can anyone point me to some docs on how
to do that?

Furthermore, I made a script(1) of a 'make buildworld', which is
attached to this mail.

Cheers,
Emiel
-- 
I'd love to go out with you, but I'm attending the opening of my
garage door.



typescript.gz
Description: application/gunzip


Re: World broken again?

2002-01-15 Thread Ruslan Ermilov

On Tue, Jan 15, 2002 at 02:10:45PM +0100, Emiel Kollof wrote:
[share/man/man3/Makefile breakage]

Already fixed in src/share/man/man3/Makefile,v 1.21.


Cheers,
-- 
Ruslan Ermilov  Oracle Developer/DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: World broken again...

2000-05-26 Thread George Cox

On 25/05 10:27, Szilveszter Adam wrote:

 On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote:
 
  cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall
  -I/usr/obj/usr/current/
 
 Not to be picky, but optimizations apart from -O -pipe were not supported

I'm going to be picky :-)  -pipe isn't an code-optimization flag, it's a
don't-use-temporary-files-during-compilation flag

:-)

best;


gjvc

-- 
[gjvc]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: World broken again...

2000-05-25 Thread Szilveszter Adam

On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote:
 Dammit, given severe breakage of the world during past several days the idea to
 establish a fine to a breaker not seems so stupid...
 
 cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall
 -I/usr/obj/usr/current/

Not to be picky, but optimizations apart from -O -pipe were not supported
anyway... unless I am wrong. This does not necessarily tell anything about 
the world breakage, of course...BTW buildworld worked for me on 23rd
including new binutils without any probs. (no SMP here.)

Regards:
Szilveszter ADAM
Szeged Hungary 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: World broken again...

2000-05-25 Thread Maxim Sobolev

Szilveszter Adam wrote:

 On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote:
  Dammit, given severe breakage of the world during past several days the idea to
  establish a fine to a breaker not seems so stupid...
 
  cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall
  -I/usr/obj/usr/current/

 Not to be picky, but optimizations apart from -O -pipe were not supported
 anyway... unless I am wrong. This does not necessarily tell anything about
 the world breakage, of course...

Yes, I know, but it had nothing to do with this particular breakage.

 BTW buildworld worked for me on 23rd
 including new binutils without any probs. (no SMP here.)

You are lucky man! I was trying to build the world during past three days, but have
not succeeded yet :(.

-Maxim




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: World broken again...

2000-05-25 Thread Alfred Perlstein

* Maxim Sobolev [EMAIL PROTECTED] [000525 02:19] wrote:
 Szilveszter Adam wrote:
 
  On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote:
   Dammit, given severe breakage of the world during past several days the idea to
   establish a fine to a breaker not seems so stupid...
  
   cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall
   -I/usr/obj/usr/current/
 
  Not to be picky, but optimizations apart from -O -pipe were not supported
  anyway... unless I am wrong. This does not necessarily tell anything about
  the world breakage, of course...
 
 Yes, I know, but it had nothing to do with this particular breakage.

afaik -O -pipe is supported, the breakage in libdisk is due to an
oversight using vi most likely, I've fixed it, we'll see how the
rest of world progresses.

-- 
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
"I have the heart of a child; I keep it in a jar on my desk."


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: World broken again...

2000-05-25 Thread Maxim Sobolev

Alfred Perlstein wrote:

 * Maxim Sobolev [EMAIL PROTECTED] [000525 02:19] wrote:
  Szilveszter Adam wrote:
 
   On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote:
Dammit, given severe breakage of the world during past several days the idea to
establish a fine to a breaker not seems so stupid...
   
cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall
-I/usr/obj/usr/current/
  
   Not to be picky, but optimizations apart from -O -pipe were not supported
   anyway... unless I am wrong. This does not necessarily tell anything about
   the world breakage, of course...
 
  Yes, I know, but it had nothing to do with this particular breakage.

 afaik -O -pipe is supported,

Most probably that he was talking about "-march=k6 -mpreferred-stack-boundary=2".

 the breakage in libdisk is due to an
 oversight using vi most likely, I've fixed it, we'll see how the
 rest of world progresses.

Thanks for the fix, I've just successfully built the world.

-Maxim



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message