From owner-freebsd-qa Sun Mar 11 17:44:10 2001 Delivered-To: freebsd-qa@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 8E9B437B718; Sun, 11 Mar 2001 17:43:39 -0800 (PST) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.11.3/8.11.3/20010112/$Revision: 1.13 $) id f2C1hZf07025; Sun, 11 Mar 2001 19:43:35 -0600 (CST) (envelope-from ler) Date: Sun, 11 Mar 2001 19:43:35 -0600 From: Larry Rosenman To: Kris Kennaway Cc: stable@FreeBSD.ORG, qa@FreeBSD.ORG Subject: Re: cputype=486 Message-ID: <20010311194335.A6632@lerami.lerctr.org> References: <20010311120241.A15202@lerami.lerctr.org> <20010311145945.C66872@mollari.cthul.hu> <20010311193126.A6166@lerami.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.3.16i In-Reply-To: <20010311193126.A6166@lerami.lerctr.org>; from ler@lerctr.org on Sun, Mar 11, 2001 at 07:31:26PM -0600 X-Mailer: Mutt http://www.mutt.org/ Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Larry Rosenman [010311 19:31]: > * Kris Kennaway [010311 17:00]: > > On Sun, Mar 11, 2001 at 12:02:41PM -0600, Larry Rosenman wrote: > > > If I make buildworld with CPUTYPE=3Di486 (on my P-III), and then=20 > > > make installworld on the 486 target, we get a signal 4 in > > > the first install of code, in strip.=20 > >=20 > > Odd. That suggests that gcc is outputting code which can't run on the > > i486 because it uses an illegal instruction. > >=20 > > #define SIGILL 4 /* illegal instr. (not reset when caugh= t) */ > >=20 > > Does anyone else have 486 build reports with CPUTYPE, positive or negat= ive? > even without CPUTYPE I'm getting the same thing.=20 >=20 >=20 > This is problematical.=20 >=20 > I can give access to the box if need be. here is the make installworld output, with the syslog line appended: mkdir -p /tmp/install.9703 for prog in [ awk cat chflags chmod chown date echo egrep find grep instal= l ln make makewhatis mtree mv perl rm sed sh sysctl test true uname wc zic= ; do cp `which $prog` /tmp/install.9703; done cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj COMPILER_PATH=3D/usr/obj/usr/src/= i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=3D/usr/obj/usr= /src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=3D/usr/obj/= usr/src/i386/usr/libexec PERL5LIB=3D/usr/obj/usr/src/i386/usr/libdata/perl= /5.00503 PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/b= in:/usr/obj/usr/src/i386/usr/games:/tmp/install.9703 make -f Makefile.inc1 = reinstall -------------------------------------------------------------- >>> Making hierarchy -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 hierarchy cd /usr/src/etc; make distrib-dirs mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / tmp changed type expected dir found link var changed type expected dir found link mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/libdata/perl/5.0= 0503/mach cd /; rm -f /sys; ln -s usr/src/sys sys cd /usr/share/man/en.ISO_8859-1; ln -sf ../man* . cd /usr/share/locale; set - `cat /usr/src/etc/locale.alias`; while [ $# -= gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /usr/share/nls; set - `cat /usr/src/etc/locale.alias`; while [ $# -gt = 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done; rm -rf POS= IX; ln -s C POSIX -------------------------------------------------------------- >>> Installing everything.. -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install =3D=3D=3D> share/info =3D=3D=3D> include if [ -h /usr/include/cam ]; then rm -f /usr/include/cam; fi if [ -h /usr/include/msdosfs ]; then rm -f /usr/include/msdosfs; fi if [ -h /usr/include/net ]; then rm -f /usr/include/net; fi if [ -h /usr/include/netatalk ]; then rm -f /usr/include/netatalk; fi if [ -h /usr/include/netatm ]; then rm -f /usr/include/netatm; fi if [ -h /usr/include/netgraph ]; then rm -f /usr/include/netgraph; fi if [ -h /usr/include/netinet ]; then rm -f /usr/include/netinet; fi if [ -h /usr/include/netinet6 ]; then rm -f /usr/include/netinet6; fi if [ -h /usr/include/netipx ]; then rm -f /usr/include/netipx; fi if [ -h /usr/include/netkey ]; then rm -f /usr/include/netkey; fi if [ -h /usr/include/netnatm ]; then rm -f /usr/include/netnatm; fi if [ -h /usr/include/netncp ]; then rm -f /usr/include/netncp; fi if [ -h /usr/include/netns ]; then rm -f /usr/include/netns; fi if [ -h /usr/include/nfs ]; then rm -f /usr/include/nfs; fi if [ -h /usr/include/ntfs ]; then rm -f /usr/include/ntfs; fi if [ -h /usr/include/nwfs ]; then rm -f /usr/include/nwfs; fi if [ -h /usr/include/pccard ]; then rm -f /usr/include/pccard; fi if [ -h /usr/include/posix4 ]; then rm -f /usr/include/posix4; fi if [ -h /usr/include/sys ]; then rm -f /usr/include/sys; fi if [ -h /usr/include/vm ]; then rm -f /usr/include/vm; fi if [ -h /usr/include/isofs/cd9660 ]; then rm -f /usr/include/isofs/cd9660;= fi if [ -h /usr/include/ufs/ffs ]; then rm -f /usr/include/ufs/ffs; fi if [ -h /usr/include/ufs/mfs ]; then rm -f /usr/include/ufs/mfs; fi if [ -h /usr/include/ufs/ufs ]; then rm -f /usr/include/ufs/ufs; fi if [ -h /usr/include/dev/ppbus ]; then rm -f /usr/include/dev/ppbus; fi if [ -h /usr/include/dev/usb ]; then rm -f /usr/include/dev/usb; fi if [ -h /usr/include/machine ]; then rm -f /usr/include/machine; fi mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist -p /usr/inclu= de cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 cam/*.h /u= sr/include/cam cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 msdosfs/*.h= /usr/include/msdosfs cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 net/*.h /u= sr/include/net cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netatalk/*.= h /usr/include/netatalk cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netatm/*.h = /usr/include/netatm cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netgraph/*.= h /usr/include/netgraph cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netinet/*.h= /usr/include/netinet cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netinet6/*.= h /usr/include/netinet6 cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netipx/*.h = /usr/include/netipx cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netkey/*.h = /usr/include/netkey cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netnatm/*.h= /usr/include/netnatm cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netncp/*.h = /usr/include/netncp cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netns/*.h = /usr/include/netns cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 nfs/*.h /u= sr/include/nfs cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ntfs/*.h /= usr/include/ntfs cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 nwfs/*.h /= usr/include/nwfs cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 pccard/*.h = /usr/include/pccard cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 posix4/*.h = /usr/include/posix4 cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 sys/*.h /u= sr/include/sys cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 vm/*.h /us= r/include/vm cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 isofs/cd966= 0/*.h /usr/include/isofs/cd9660 cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ffs/*.h= /usr/include/ufs/ffs cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/mfs/*.h= /usr/include/ufs/mfs cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ufs/*.h= /usr/include/ufs/ufs cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 cam/scsi/*.= h /usr/include/cam/scsi cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 dev/ppbus/*= .h /usr/include/dev/ppbus cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 dev/usb/*.h= /usr/include/dev/usb cd /usr/src/include/../sys/i386/include; install -C -o root -g wheel -m 44= 4 *.h /usr/include/machine ln -sf ../sys/soundcard.h /usr/include/machine/soundcard.h ln -sf ../sys/joystick.h /usr/include/machine/joystick.h cd /usr/src/include; install -C -o root -g wheel -m 444 a.out.h ar.h asse= rt.h bitstring.h ctype.h db.h dirent.h disktab.h dlfcn.h elf.h err.h fnmat= ch.h fstab.h fts.h glob.h grp.h strhash.h histedit.h ieeefp.h ifaddrs.h is= o646.h libgen.h limits.h link.h locale.h malloc.h memory.h mpool.h ndbm.h= netdb.h nl_types.h nlist.h objformat.h paths.h pthread.h pthread_np.h pwd= .h ranlib.h regex.h regexp.h resolv.h rune.h runetype.h search.h setjmp.h= sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h = strings.h struct.h sysexits.h tar.h time.h timers.h ttyent.h unistd.h utim= e.h utmp.h vis.h /usr/include cd /usr/src/include/arpa; install -C -o root -g wheel -m 444 ftp.h inet.h= nameser.h nameser_compat.h telnet.h tftp.h /usr/include/arpa cd /usr/src/include/protocols; install -C -o root -g wheel -m 444 dumpres= tore.h routed.h rwhod.h talkd.h timed.h /usr/include/protocols cd /usr/src/include/rpc; install -C -o root -g wheel -m 444 auth.h auth_u= nix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h rpc.h rpc_com.h rpc_msg.h = svc.h svc_auth.h types.h xdr.h auth_des.h des.h des_crypt.h /usr/include/r= pc install -C -o root -g wheel -m 444 /usr/obj/usr/src/include/osreldate.h /= usr/include ln -sf sys/aio.h /usr/include/aio.h ln -sf sys/errno.h /usr/include/errno.h ln -sf sys/fcntl.h /usr/include/fcntl.h ln -sf sys/inttypes.h /usr/include/inttypes.h ln -sf sys/linker_set.h /usr/include/linker_set.h ln -sf sys/poll.h /usr/include/poll.h ln -sf sys/syslog.h /usr/include/syslog.h ln -sf sys/termios.h /usr/include/termios.h ln -sf sys/ucontext.h /usr/include/ucontext.h ln -sf machine/float.h /usr/include/float.h ln -sf machine/floatingpoint.h /usr/include/floatingpoint.h ln -sf machine/stdarg.h /usr/include/stdarg.h ln -sf machine/varargs.h /usr/include/varargs.h ln -sf posix4/mqueue.h /usr/include/mqueue.h ln -sf posix4/sched.h /usr/include/sched.h ln -sf posix4/semaphore.h /usr/include/semaphore.h =3D=3D=3D> include/rpcsvc install -C -o root -g wheel -m 444 /usr/src/include/rpcsvc/yp_prot.h /usr/= src/include/rpcsvc/ypclnt.h /usr/src/include/rpcsvc/nis_db.h /usr/src/inclu= de/rpcsvc/nis_tags.h /usr/src/include/rpcsvc/nislib.h /usr/src/include/rpc= svc/bootparam_prot.x /usr/src/include/rpcsvc/key_prot.x /usr/src/include/rp= csvc/klm_prot.x /usr/src/include/rpcsvc/mount.x /usr/src/include/rpcsvc/nfs= _prot.x /usr/src/include/rpcsvc/nlm_prot.x /usr/src/include/rpcsvc/rex.x /u= sr/src/include/rpcsvc/rnusers.x /usr/src/include/rpcsvc/rquota.x /usr/src/i= nclude/rpcsvc/rstat.x /usr/src/include/rpcsvc/rwall.x /usr/src/include/rpcs= vc/sm_inter.x /usr/src/include/rpcsvc/spray.x /usr/src/include/rpcsvc/yppas= swd.x /usr/src/include/rpcsvc/yp.x /usr/src/include/rpcsvc/ypxfrd.x /usr/sr= c/include/rpcsvc/ypupdate_prot.x /usr/src/include/rpcsvc/nis.x /usr/src/inc= lude/rpcsvc/nis_cache.x /usr/src/include/rpcsvc/nis_object.x /usr/src/inclu= de/rpcsvc/nis_callback.x /usr/src/include/rpcsvc/crypt.x key_prot.h klm_pr= ot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h rquota.h rstat.h rwall.= h sm_inter.h spray.h yppasswd.h yp.h ypxfrd.h ypupdate_prot.h nis.h nis_ca= che.h nis_callback.h bootparam_prot.h crypt.h /usr/include/rpcsvc install -C -o root -g wheel -m 444 key_prot.h /usr/include/rpc =3D=3D=3D> lib =3D=3D=3D> lib/csu/i386-elf install -c -o root -g wheel -m 444 crt1.o /usr/lib/crt1.o install -c -o root -g wheel -m 444 crti.o /usr/lib/crti.o install -c -o root -g wheel -m 444 crtn.o /usr/lib/crtn.o install -c -o root -g wheel -m 444 gcrt1.o /usr/lib/gcrt1.o =3D=3D=3D> lib/libcom_err cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 /usr/src= /lib/libcom_err/../../contrib/com_err/com_err.h /usr/include cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 /usr/src= /lib/libcom_err/../../contrib/com_err/com_right.h /usr/include install -c -o root -g wheel -m 444 libcom_err.a /usr/lib install -c -o root -g wheel -m 444 libcom_err_p.a /usr/lib install -c -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib *** Error code 70 Stop in /usr/src/lib/libcom_err. *** Error code 1 Stop in /usr/src/lib. *** 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. Mar 11 19:41:19 fw /kernel: pid 10074 (strip), uid 0: exited on signal 4 (c= ore dumped) Here is the make.conf: # $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.21 2000/09/19 23:37:08 gsha= piro Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing # your source tree, or anything the source tree installs. # # This file must be in valid Makefile syntax. # # You have to find the things you can put here in the Makefiles and=20 # documentation of the source tree. #CPUTYPE=3Di486 # # CFLAGS controls the compiler settings used when compiling C code. # Note that optimisation settings above -O (-O2, ...) are not recommended # or supported for compiling the world or the kernel - please revert any # nonstandard optimisation settings to "-O" before submitting bug reports # to the developers. # Note also that at this time the -O2 setting is known to produce BROKEN # CODE on the Alpha platform. # #CFLAGS=3D -O -pipe # # CXXFLAGS controls the compiler settings used when compiling C++ code. # Note that CXXFLAGS is initially set to the value of CFLAGS. If you wish # to add to CXXFLAGS value, "+=3D" must be used rather than "=3D". Using "= =3D" # alone will remove the often needed contents of CFLAGS from CXXFLAGS. # #CXXFLAGS+=3D -fmemoize-lookups -fsave-memoized # # BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested # for use in developing FreeBSD and testing changes. They can be used by # putting "CFLAGS+=3D${BDECFLAGS}" in /etc/make.conf. # BDECFLAGS=3D -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ -Wcast-qual -Wchar-subscripts -Wconversion -Winline \ -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings # # To compile just the kernel with special optimisations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway): # #COPTFLAGS=3D -O -pipe # # Compare before install #INSTALL=3Dinstall -C # # To build perl with thread support #PERL_THREADED=3D true # # To build ppp with normal permissions #PPP_NOSUID=3D true # # To avoid building various parts of the base system: #NO_CVS=3D true # do not build CVS #NO_BIND=3D true # do not build BIND #NO_FORTRAN=3D true # do not build g77 and related libraries #NO_LPR=3D true # do not build lpr and related programs #NO_MAILWRAPPER=3Dtrue # do not build the mailwrapper(8) MTA selector #NO_MODULES=3D true # do not build modules with the kernel #NO_OBJC=3D true # do not build Objective C support #NO_OPENSSH=3D true # do not build OpenSSH #NO_OPENSSL=3D true # do not build OpenSSL (implies NO_OPENSSH) #NO_SENDMAIL=3D true # do not build sendmail and related programs #NO_SHAREDOCS=3D true # do not build the 4.4BSD legacy docs #NO_TCSH=3D true # do not build and install /bin/csh (which is tcsh) #NO_X=3D true # do not compile in XWindows support (e.g. doscmd) #NOCRYPT=3D true # do not build any crypto code #NODESCRYPTLINKS=3Dtrue # do not replace libcrypt -> libscrypt links #NOGAMES=3D true # do not build games (games/ subdir) #NOINFO=3D true # do not make or install info files #NOLIBC_R=3D true # do not build libc_r (re-entrant version of libc) #NOPERL=3D true # To avoid building perl #NOPROFILE=3D true # Avoid compiling profiled libraries #NOSECURE=3D true # do not build crypto code in secure/ subdir #NOSUIDPERL=3D true # To avoid building the suid perl #NOSHARE=3D true # do not go into the share subdir #NOUUCP=3D true # do not build uucp related programs # # To build sys/modules when building the world (our old way of doing things) #MODULES_WITH_WORLD=3Dtrue # do not build modules when building kernel # # # Controls for building various OPTIONAL parts of the crypto system. # Patents are involved - you must not use these unless you either have # a license or would be within patent 'fair use' provisions. # Generally 'educational use' is OK, but personal (even non-commercial) # use is not. # *** It is YOUR RESPONSIBILITY to determine if you can use these! *** # # Patented in the USA and many european countries - thought to be OK to # use for any non-commercial use. This is optional. MAKE_IDEA=3D YES # IDEA (128 bit symmetric encryption) # # To avoid running MAKEDEV all on /dev during install: #NO_MAKEDEV=3D true # # If you do not want unformatted manual pages to be compressed # when they are installed: # #NOMANCOMPRESS=3D true # # # If you want the "compat" shared libraries installed as part of your normal # builds, uncomment these: # COMPAT1X=3D yes COMPAT20=3D yes COMPAT21=3D yes COMPAT22=3D yes COMPAT3X=3D yes # # # If you do not want additional documentation (some of which are # a few hundred KB's) for ports to be installed: # #NOPORTDOCS=3D true # # # Default format for system documentation, depends on your printer. # Set this to "ascii" for simple printers or screen # #PRINTERDEVICE=3D ps # # # How long to wait for a console keypress before booting the default kernel. # This value is approximately in milliseconds. Keypresses are accepted by t= he # BIOS before booting from disk, making it possible to give custom boot # parameters even when this is set to 0. # #BOOTWAIT=3D0 #BOOTWAIT=3D30000 # # By default, the system will always use the keyboard/video card as system # console. However, the boot blocks may be dynamically configured to use a # serial port in addition to or instead of the keyboard/video console. # # By default we use COM1 as our serial console port *if* we're going to use # a serial port as our console at all. Alter as necessary. # # COM1: =3D 0x3F8, COM2: =3D 0x2F8, COM3: =3D 0x3E8, COM4: =3D 0x2E8 # #BOOT_COMCONSOLE_PORT=3D 0x3F8 # # The default serial console speed is 9600. Set the speed to a larger value # for better interactive response. # #BOOT_COMCONSOLE_SPEED=3D 115200 # # # By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier. # If you have a XFree86 from before 3.0 that has the X distribution in # /usr/X386, you want to uncomment this. # #X11BASE=3D /usr/X386 # # # If you have Motif on your system, uncomment this. # #HAVE_MOTIF=3D yes #MOTIF_STATIC=3D yes # # If the default location of the Motif library (specified below) is NOT # appropriate for you, uncomment this and change it to the correct value. # If your motif is in ${X11BASE}/lib, you don't need to touch this line. # #MOTIFLIB=3D -L${X11BASE}/lib -lXm # # # If you're resident in the USA, this will help various ports to determine # whether or not they should attempt to comply with the various U.S. # export regulations on certain types of software which do not apply to # anyone else in the world. # #USA_RESIDENT=3D YES # # Next one will help ports developers to debug # #FORCE_PKG_REGISTER=3D YES # # # Port master sites. # # If you want your port fetches to go somewhere else than the default # (specified below) in case the distfile/patchfile was not found, # uncomment this and change it to a location nearest you. (Don't # remove the "/${DIST_SUBDIR}/" part.) # #MASTER_SITE_BACKUP?=3D \ # ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ # # If you want your port fetches to check the above site first (before # the MASTER_SITES specified in the port Makefiles), uncomment the # line below. You can also change the right side to point to wherever=20 # you want. # #MASTER_SITE_OVERRIDE?=3D ${MASTER_SITE_BACKUP} # # Some ports use a special variable to point to a collection of # mirrors of well-known software archives. If you have a mirror close # to you, uncomment any of the following lines and change it to that # address. (Don't remove the "/%SUBDIR%/" part.) # # Note: the right hand sides of the following lines are only for your # information. For a full list of default sites, take a look at # bsd.port.mk. # #MASTER_SITE_XCONTRIB=3D ftp://ftp.x.org/contrib/%SUBDIR%/ #MASTER_SITE_GNU=3D ftp://prep.ai.mit.edu/pub/gnu/%SUBDIR%/ #MASTER_SITE_PERL_CPAN=3D ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/= by-module/%SUBDIR%/ #MASTER_SITE_TEX_CTAN=3D ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ #MASTER_SITE_SUNSITE=3D ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/ #MASTER_SITE_KDE=3D ftp://ftp.kde.org/pub/kde/%SUBDIR%/ #MASTER_SITE_COMP_SOURCES=3D ftp://gatekeeper.dec.com/pub/usenet/comp.sourc= es.%SUBDIR%/ #MASTER_SITE_GNOME=3D ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/ #MASTER_SITE_AFTERSTEP=3D ftp://ftp.afterstep.org/%SUBDIR%/ #MASTER_SITE_WINDOWMAKER=3D ftp://ftp.windowmaker.org/pub/%SUBDIR%/ # # # Kerberos IV # If you want KerberosIV (KTH eBones), define this: # MAKE_KERBEROS4=3D yes # # # Kerberos 5 # If you want KerberosIV (KTH Heimdal), define this: # ** WARNING ** # ** WARNING ** This is very experimental at this stage. If you # ** WARNING ** need stable Kerberos5, rather use the port(s). # ** WARNING ** # #MAKE_KERBEROS5=3D yes # # # Kerberos5 # If you want to install MIT Kerberos5 port somewhere other than /usr/local, # define this (this is also used to tell ssh1 that kerberos is needed): # #KRB5_HOME=3D /usr/local # # # CVSup update flags. Edit SUPFILE settings to reflect whichever distribut= ion # file(s) you use on your site (see /usr/share/examples/cvsup/README for mo= re # information on CVSup and these files). To use, do "make update" in /usr/= src. # SUP_UPDATE=3D yes # SUP=3D /usr/local/bin/cvsup SUPFLAGS=3D -g -L 2 SUPHOST=3D cvsup9.FreeBSD.org SUPFILE=3D /home/ler/kernel.supfile PORTSSUPFILE=3D /home/ler/ports.supfile DOCSUPFILE=3D /home/ler/doc.supfile #SENDMAIL_CF=3D lerbsd.cf SENDMAIL_MC=3D lerbsd.mc #SUPFILE1=3D /usr/share/examples/cvsup/secure-supfile #PORTSSUPFILE=3D /usr/share/examples/cvsup/ports-supfile #DOCSUPFILE=3D /usr/share/examples/cvsup/doc-supfile # # top(1) uses a hash table for the user names. The size of this hash # can be tuned to match the number of local users. The table size should # be a prime number approximately twice as large as the number of lines in # /etc/passwd. The default number is 20011. # #TOP_TABLE_SIZE=3D 101 # # Documentation # # The list of languages and encodings to build and install # #DOC_LANG=3D en_US.ISO_8859-1 ru_RU.KOI8-R # # # sendmail # Setting the following variables modifes the build environment for # sendmail and its related utilities. For example, SASL support can be # added with settings such as: # # SENDMAIL_CFLAGS=3D-I/usr/local/include -DSASL # SENDMAIL_LDFLAGS=3D-L/usr/local/lib # SENDMAIL_LDADD=3D-lsasl # #SENDMAIL_CFLAGS=3D #SENDMAIL_LDFLAGS=3D #SENDMAIL_LDADD=3D #SENDMAIL_DPADD=3D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message