Date: Wed, 11 Nov 1998 18:55:27 -0600 From: Peter Johnson <locke@mcs.net> To: current@FreeBSD.ORG Subject: Re: aout-to-elf-build failure after freebsd.cf? Message-ID: <3.0.5.32.19981111185527.009feba0@popmail.mcs.net> In-Reply-To: <Pine.BSF.3.95.981111151540.19367A-100000@Venus.mcs.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Oops, sorry about this one folks.. building it w/o -j8 worked (although it was quite slow). Interesting points to note, however: 1. Building "world" with -j8 works fine. 2. Building aout-to-elf-build w/o -j8 finishes the exact same way, but doesn't display the error messages (eg, the last output line is "chmod 444 freebsd.cf"). So why the errors with -j8? Thanks, Peter Johnson locke@mcs.net (side note: sorry about the name on the original message.. wasn't paying attention to my mailer config at the time I was writing the message :) At 03:24 PM 11/11/98 -0600, Peter Johnson wrote: > >Decided to upgrade my -current aout system (cvsupped yesterday) to elf >(cvsupped today around 1) using make aout-to-elf-build. I'm running SMP >w/o softupdates. I deleted the /usr/obj tree of files before building. >Running "make -j8 aout-to-elf-build" results (eventually :) in the >following error: > >--- wcd_mod.o --- >ld -r -aout -o tmp.o wcd.o >rm -f symb.tmp >for i in _wcd_mod ; do echo $i >> symb.tmp ; done >symorder -c symb.tmp tmp.o >rm -f symb.tmp >my tmp.o wcd_mod.o >===> etc >--- all --- >===> etc/sendmail >--- freebsd.cf --- >rm -f freebsd.cf >(cd /usr/src/etc/sendmail && m4 >-D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/ >/usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 freebsd.mc) > >freebsd.cf >chmod 444 freebsd.cf >1 error >*** Error code 2 >1 error ># ------------------------------------- Peter Johnson ------------------------------------- locke@mcs.net http://locke.home.ml.org PGP Keys available from above address. ------------------------------------- Freelance C/C++/Java/Pascal/Asm programmer for DJGPP, Borland, and Watcom compilers Member of BiLogic demo group -> http://BiLogic.home.ml.org/ ------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19981111185527.009feba0>