Re: my make world is broken !

1999-10-05 Thread Daniel C. Sobral

Bruce Evans wrote:
 
   3: *always* build (or try to) and install a new kernel before a
  make world as that's a lot easier to back out of.
 
  This badly bites the bum of anyone who uses KLD's regularly.
 
 4: Don't use modules in -current unless you know what you are doing.
 This normally means not using modules in -current except for ones
 that you are developing.

This is not actually relevant. If the procedure becomes first kernel
then world, it will affect -stable sooner or later. Obviously, we
have to deal with it _before_ 4.x becomes -stable.

--
Daniel C. Sobral(8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Rule 69: Do unto other's code as you'd have it done unto yours




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



Re: my make world is broken !

1999-10-05 Thread John Hay

  
3: *always* build (or try to) and install a new kernel before a
   make world as that's a lot easier to back out of.
  
   This badly bites the bum of anyone who uses KLD's regularly.
  
  4: Don't use modules in -current unless you know what you are doing.
  This normally means not using modules in -current except for ones
  that you are developing.
 
 This is not actually relevant. If the procedure becomes first kernel
 then world, it will affect -stable sooner or later. Obviously, we
 have to deal with it _before_ 4.x becomes -stable.

And then there is the stuff in /boot. Although not as big a problem,
once in a while it grows a new capabilty which is needed to boot a
new kernel, so it probably have to be installed before booting with
a new kernel?

John
-- 
John Hay -- [EMAIL PROTECTED]


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



my make world is broken !

1999-10-04 Thread Juan Amado Becerril Castillo

Suggestions ???

--
 elf make world started on Thu Sep 30 09:23:09 CDT 1999
--

--
 Cleaning up the temporary elf build tree
--
mkdir -p /usr/obj/usr/src/tmp
chflags -R noschg /usr/obj/usr/src/tmp/
rm -rf /usr/obj/usr/src/tmp

--
 Making make
--
mkdir -p /usr/obj/usr/src/tmp/usr/bin /usr/obj/usr/src/tmp/make
(  cd /usr/src/usr.bin/make;  MAKEOBJDIRPREFIX=""; unset
MAKEOBJDIRPREFIX;
BISON_SIMPLE=/usr/obj/usr/src/tmp/usr/share/misc/bison.simple
COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr/bin

---
cut
---

=== c++filt
/usr/obj/usr/src/gnu/usr.bin/cc/c++filt created for
/usr/src/gnu/usr.bin/cc/c++filt
=== doc
/usr/obj/usr/src/gnu/usr.bin/cc/doc created for
/usr/src/gnu/usr.bin/cc/doc
=== f77
/usr/obj/usr/src/gnu/usr.bin/cc/f77 created for
/usr/src/gnu/usr.bin/cc/f77
=== f771
/usr/obj/usr/src/gnu/usr.bin/cc/f771 created for
/usr/src/gnu/usr.bin/cc/f771
=== f77doc
/usr/obj/usr/src/gnu/usr.bin/cc/f77doc created for
/usr/src/gnu/usr.bin/cc/f77doc
cd /usr/src/gnu/lib/libgcc; /usr/obj/usr/src/tmp/usr/bin/make -DWORLD
-DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED cleandepend;
/usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINFO -DNOMAN -DNOPIC
-DNOPROFILE -DNOSHARED all;  /usr/obj/usr/src/tmp/usr/bin/make -DWORLD
-DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -B install;
/usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINFO -DNOMAN -DNOPROFILE
-DNOSHARED -B cleandir obj
rm -f .depend /usr/obj/usr/src/gnu/lib/libgcc/GPATH
/usr/obj/usr/src/gnu/lib/libgcc/GRTAGS
/usr/obj/usr/src/gnu/lib/libgcc/GSYMS
/usr/obj/usr/src/gnu/lib/libgcc/GTAGS
echo '#include i386/xm-i386.h'  config.h
echo '#include xm-freebsd.h'  config.h
echo '#include "i386/xm-i386.h"'  tconfig.h
echo '#include "i386/i386.h"'  tm.h
echo '#include "i386/att.h"'  tm.h
echo '#include "i386/freebsd.h"'  tm.h
echo '#include "i386/perform.h"'  tm.h
cc -c -O -pipe
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions
-DIN_GCC -I/usr/obj/usr/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c
*** Signal 12

Stop in /usr/src/gnu/lib/libgcc.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.





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



my make world is broken !

1999-10-04 Thread Juan Amado Becerril Castillo

Suggestions ???

--
 elf make world started on Thu Sep 30 09:23:09 CDT 1999
--

--
 Cleaning up the temporary elf build tree
--
mkdir -p /usr/obj/usr/src/tmp
chflags -R noschg /usr/obj/usr/src/tmp/
rm -rf /usr/obj/usr/src/tmp

--
 Making make
--
mkdir -p /usr/obj/usr/src/tmp/usr/bin /usr/obj/usr/src/tmp/make
(  cd /usr/src/usr.bin/make;  MAKEOBJDIRPREFIX=""; unset
MAKEOBJDIRPREFIX;
BISON_SIMPLE=/usr/obj/usr/src/tmp/usr/share/misc/bison.simple
COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr/bin

---
cut
---

=== c++filt
/usr/obj/usr/src/gnu/usr.bin/cc/c++filt created for
/usr/src/gnu/usr.bin/cc/c++filt
=== doc
/usr/obj/usr/src/gnu/usr.bin/cc/doc created for
/usr/src/gnu/usr.bin/cc/doc
=== f77
/usr/obj/usr/src/gnu/usr.bin/cc/f77 created for
/usr/src/gnu/usr.bin/cc/f77
=== f771
/usr/obj/usr/src/gnu/usr.bin/cc/f771 created for
/usr/src/gnu/usr.bin/cc/f771
=== f77doc
/usr/obj/usr/src/gnu/usr.bin/cc/f77doc created for
/usr/src/gnu/usr.bin/cc/f77doc
cd /usr/src/gnu/lib/libgcc; /usr/obj/usr/src/tmp/usr/bin/make -DWORLD
-DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED cleandepend;
/usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINFO -DNOMAN -DNOPIC
-DNOPROFILE -DNOSHARED all;  /usr/obj/usr/src/tmp/usr/bin/make -DWORLD
-DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -B install;
/usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINFO -DNOMAN -DNOPROFILE
-DNOSHARED -B cleandir obj
rm -f .depend /usr/obj/usr/src/gnu/lib/libgcc/GPATH
/usr/obj/usr/src/gnu/lib/libgcc/GRTAGS
/usr/obj/usr/src/gnu/lib/libgcc/GSYMS
/usr/obj/usr/src/gnu/lib/libgcc/GTAGS
echo '#include i386/xm-i386.h'  config.h
echo '#include xm-freebsd.h'  config.h
echo '#include "i386/xm-i386.h"'  tconfig.h
echo '#include "i386/i386.h"'  tm.h
echo '#include "i386/att.h"'  tm.h
echo '#include "i386/freebsd.h"'  tm.h
echo '#include "i386/perform.h"'  tm.h
cc -c -O -pipe
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions
-DIN_GCC -I/usr/obj/usr/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c
*** Signal 12

Stop in /usr/src/gnu/lib/libgcc.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.



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



Re: my make world is broken !

1999-10-04 Thread Peter Wemm

And *don't* post the same thing three times to the lists unless you want
to find yourself filtered out!

Juan Amado Becerril Castillo wrote:
 Suggestions ???
 
 --
  elf make world started on Thu Sep 30 09:23:09 CDT 1999
 --
 
 --
  Cleaning up the temporary elf build tree
 --
 mkdir -p /usr/obj/usr/src/tmp
 chflags -R noschg /usr/obj/usr/src/tmp/
 rm -rf /usr/obj/usr/src/tmp
 
 --
  Making make
 --
 mkdir -p /usr/obj/usr/src/tmp/usr/bin /usr/obj/usr/src/tmp/make
 (  cd /usr/src/usr.bin/make;  MAKEOBJDIRPREFIX=""; unset
 MAKEOBJDIRPREFIX;
 BISON_SIMPLE=/usr/obj/usr/src/tmp/usr/share/misc/bison.simple
 COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr/bin
 
 ---
 cut
 ---
 
 === c++filt
 /usr/obj/usr/src/gnu/usr.bin/cc/c++filt created for
 /usr/src/gnu/usr.bin/cc/c++filt
 === doc
 /usr/obj/usr/src/gnu/usr.bin/cc/doc created for
 /usr/src/gnu/usr.bin/cc/doc
 === f77
 /usr/obj/usr/src/gnu/usr.bin/cc/f77 created for
 /usr/src/gnu/usr.bin/cc/f77
 === f771
 /usr/obj/usr/src/gnu/usr.bin/cc/f771 created for
 /usr/src/gnu/usr.bin/cc/f771
 === f77doc
 /usr/obj/usr/src/gnu/usr.bin/cc/f77doc created for
 /usr/src/gnu/usr.bin/cc/f77doc
 cd /usr/src/gnu/lib/libgcc; /usr/obj/usr/src/tmp/usr/bin/make -DWORLD
 -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED cleandepend;
 /usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINFO -DNOMAN -DNOPIC
 -DNOPROFILE -DNOSHARED all;  /usr/obj/usr/src/tmp/usr/bin/make -DWORLD
 -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -B install;
 /usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINFO -DNOMAN -DNOPROFILE
 -DNOSHARED -B cleandir obj
 rm -f .depend /usr/obj/usr/src/gnu/lib/libgcc/GPATH
 /usr/obj/usr/src/gnu/lib/libgcc/GRTAGS
 /usr/obj/usr/src/gnu/lib/libgcc/GSYMS
 /usr/obj/usr/src/gnu/lib/libgcc/GTAGS
 echo '#include i386/xm-i386.h'  config.h
 echo '#include xm-freebsd.h'  config.h
 echo '#include "i386/xm-i386.h"'  tconfig.h
 echo '#include "i386/i386.h"'  tm.h
 echo '#include "i386/att.h"'  tm.h
 echo '#include "i386/freebsd.h"'  tm.h
 echo '#include "i386/perform.h"'  tm.h
 cc -c -O -pipe
 -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config
 -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions
 -DIN_GCC -I/usr/obj/usr/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o
 /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c
 *** Signal 12
 
 Stop in /usr/src/gnu/lib/libgcc.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.



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



Re: my make world is broken !

1999-10-04 Thread Mark Murray

 3: *always* build (or try to) and install a new kernel before a
make world as that's a lot easier to back out of.

This badly bites the bum of anyone who uses KLD's regularly.

I suspect that _now_ is the time to try to make thes build at
kernel build time, and also move to some subdirectory that is
not nuked straight away.

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org


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



Re: my make world is broken !

1999-10-04 Thread Daniel C. Sobral

Juan Amado Becerril Castillo wrote:
 
 Suggestions ???

Sure. Read the mailing list you are posting to.

--
Daniel C. Sobral(8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Rule 69: Do unto other's code as you'd have it done unto yours



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



Re: my make world is broken !

1999-10-04 Thread Peter Wemm

Mark Murray wrote:
  3: *always* build (or try to) and install a new kernel before a
 make world as that's a lot easier to back out of.
 
 This badly bites the bum of anyone who uses KLD's regularly.
 
 I suspect that _now_ is the time to try to make thes build at
 kernel build time, and also move to some subdirectory that is
 not nuked straight away.

Hmm.. You've got me thinking now...

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]



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



Re: my make world is broken !

1999-10-04 Thread Bill Fumerola

On Thu, 30 Sep 1999, Juan Amado Becerril Castillo wrote:

 Suggestions ???

Not mail the list 3 f'ing times, to start.

-- 
- bill fumerola - [EMAIL PROTECTED] - BF1560 - computer horizons corp -
- ph:(800) 252-2421 - [EMAIL PROTECTED] - [EMAIL PROTECTED]  -






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



Re: my make world is broken !

1999-10-04 Thread Bruce Evans

  3: *always* build (or try to) and install a new kernel before a
 make world as that's a lot easier to back out of.
 
 This badly bites the bum of anyone who uses KLD's regularly.

4: Don't use modules in -current unless you know what you are doing.
This normally means not using modules in -current except for ones
that you are developing.

Bruce



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



Re: my make world is broken !

1999-10-04 Thread Mark Murray

   3: *always* build (or try to) and install a new kernel before a
  make world as that's a lot easier to back out of.
  
  This badly bites the bum of anyone who uses KLD's regularly.
 
 4: Don't use modules in -current unless you know what you are doing.
 This normally means not using modules in -current except for ones
 that you are developing.

Sure. This either needs spelling out, or it needs better automation
so as to "work as expected".

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org


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