Date: Thu, 21 Sep 2000 17:03:05 -0400 From: Flattie McGee <flattie@globelinks.com> To: Mailing List Owner <freebsd@rhall.sc.scruznet.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Relay... Message-ID: <39CA7789.74BCEB99@globelinks.com> References: <20000921173713.28041.qmail@netkrave.com> <20000921125239.B81232@rhall.sc.scruznet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
my /etc/make.conf file simply has USA_RESIDENT=YES my /etc/defaults/make.conf has the following lines #CFLAGS= -O -pipe # #CXXFLAGS+= -fmemoize-lookups -fsave-memoized # # Avoid compiling profiled libraries NOPROFILE= true # # Compare before install #INSTALL=install -C # # To avoid building perl #NOPERL= true # # To avoid building the suid perl #NOSUIDPERL= true # # To build perl with thread support #PERL_THREADED= true # # To avoid building various parts of the base system: #NO_CVS= true # do not build CVS #NO_BIND= true # do not build BIND #NO_FORTRAN= true # do not build g77 and related libraries #NO_LPR= true # do not build lpr and related programs #NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector #NO_MODULES= true # do not build modules with the kernel #NO_OBJC= true # do not build Objective C support #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) #NO_SENDMAIL= true # do not build sendmail and related programs #NO_TCSH= true # do not build and install /bin/csh (which is tcsh) #NO_X= true # do not compile in XWindows support (e.g. doscmd) #NOCRYPT= true # do not build any crypto code etc..etc.. everything else is commented by default.. I'm in the middle of doing another make world (I just did a cvsup again from cvsup7).. maybe i have to change the /etc/defaults/make.conf features.. maybe I should enable the noperl..hmmm > I've been having the same problem, but it's not consistent across machines. > What does your /etc/make.conf look like? > > > Extracting cflags (with variable substitutions) > > Running 'perl -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib > > /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/ExtUtils/xsubpp -v 2>&1' exits > > with status 255 at (eval 26) line 17. > > Writing Makefile for DynaLoader > > mkdir /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/auto/DynaLoader > > perl -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib > > -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib > > -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib > > -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib DynaLoader_pm.PL DynaLoader.pm > > Perl lib version (5.00503) doesn't match executable version (5.006) at > > /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/Config.pm line 7. > > Compilation failed in require at DynaLoader_pm.PL line 2. > > BEGIN failed--compilation aborted at DynaLoader_pm.PL line 2. > > *** Error code 255 > > > > Stop in /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/DynaLoader. > > *** Error code 1 > > > > Stop in /usr/src/gnu/usr.bin/perl/perl. > > *** Error code 1 > > > > Stop in /usr/src/gnu/usr.bin/perl. > > *** Error code 1 > > > > Stop in /usr/src/gnu/usr.bin. > > *** Error code 1 > > > > Stop in /usr/src/gnu. > > *** 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 majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39CA7789.74BCEB99>