Date: Wed, 08 Jul 1998 11:14:14 +0200 From: Palle Girgensohn <girgen@partitur.se> To: stable@FreeBSD.ORG Subject: buildworld fails with international security Message-ID: <35A33865.882231DD@partitur.se>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------DCE6E45D3FF9EC65BAAAF6F0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I've been building my own systems for a while, and this one puzzles me: I need to get DES working, and want to try Kerberos,so I cvsupped using the security-supfile for international version of DES etc. When compling (with MAKE_KERBEROS4= yes in make.conf) the buildworld will not get past libgroff; I enclose a make-log. I have tried three different optimizations (-O, -O2 & -O3) as suggested, but to no avail. I have tried rm /usr/obj and /usr/src and cvsupped the whole tree once again, but still no good :( I'm gonna try this at work as well, on a faster machine (have an old 486 at home). I'll get back with new results. I enclose a make-log of the event and my make.conf. Regards, Palle --------------DCE6E45D3FF9EC65BAAAF6F0 Content-Type: text/plain; charset=us-ascii; name="datan-make.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="datan-make.conf" # $Id: make.conf,v 1.37.2.14 1998/05/19 13:48:24 thepish 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 # documentation of the source tree. # # One, and probably the most common, use could be: # CFLAGS= -O -pipe CXXFLAGS= -O -pipe # # Another useful entry is # NOPROFILE= true # Avoid compiling profiled libraries # # To avoid building the default system perl NOPERL= true # To avoid building the suid perl NOSUIDPERL= true # # To have 'obj' symlinks created in your source directory # (they aren't needed/necessary) #OBJLINK= yes # # To compile just the kernel with special optimisations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway): # COPTFLAGS= -O3 -pipe # # To compile and install the 4.4 lite libm instead of the default use: # #WANT_CSRG_LIBM= yes # # To compile and install the reentrant-safe/thread-safe versions of the # standard library. This library is useful to the mysql port and other # software that wants to use pthreads. #WANT_LIBC_R= yes # # If you do not want unformatted manual pages to be compressed # when they are installed: # #NOMANCOMPRESS= true # # # If you want the "compat" shared libraries installed as part of your normal # builds, uncomment these: # #COMPAT1X= yes #COMPAT20= yes #COMPAT21= yes # # # If you do not want additional documentation (some of which are # a few hundred KB's) for ports to be installed: # #NOPORTDOCS= true # # # Default format for system documentation, depends on your printer. # Set this to "ascii" for simple printers or screen # #PRINTER= ps # # # How long to wait for a console keypress before booting the default kernel. # This value is approximately in milliseconds. Keypresses are accepted by the # BIOS before booting from disk, making it possible to give custom boot # parameters even when this is set to 0. # #BOOTWAIT=0 #BOOTWAIT=30000 # # 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. (0x3E8 = COM2) # #BOOT_COMCONSOLE_PORT= 0x3F8 # # The default serial console speed is 9600. Set the speed to a larger value # for better interactive response. # #BOOT_COMCONSOLE_SPEED= 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= /usr/X386 # # # If you have Motif on your system, uncomment this. # HAVE_MOTIF= 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= -L${X11BASE}/lib -lXm # # # If you are running behind a firewall, uncomment the following to leave a # hint for various make-spawned utilities that they should use passive FTP. # #FTP_PASSIVE_MODE= YES # # 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= NO # # # Port mirror sites... # # If you have a ports distribution in one or more FTP sites closeby # (such as a mirror on your own lan) you can list them here. Sites listed here # will be checked after checking your cd rom but before any other # FTP site. # #LOCAL_SITE_LIST?= ftp://ftp.my.domain.au/ \ # ftp://ftp.my.friends.domain.au/ # # Uncomment your nearest location for preferred official mirrors. These will be # checked after any local sites (set above) but before the default master sites. # #LOCALE?= Argentina #LOCALE?= Australia #LOCALE?= Brazil #LOCALE?= Canada #LOCALE?= Czech Republic #LOCALE?= Estonia #LOCALE?= Finland #LOCALE?= France #LOCALE?= Germany #LOCALE?= Holland #LOCALE?= Hong Kong #LOCALE?= Iceland #LOCALE?= Ireland #LOCALE?= Israel #LOCALE?= Japan #LOCALE?= Korea #LOCALE?= Poland #LOCALE?= Portugal #LOCALE?= Russia #LOCALE?= South Africa LOCALE?= Sweden #LOCALE?= Taiwan #LOCALE?= UK #LOCALE?= USA # # 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.) # # This site will be checked as a last resort unless MASTER_SITE_OVERRIDE # is set (see below) in which case it is checked immediately after your # local and "locale" sites. # #MASTER_SITE_BACKUP?= \ # ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ MASTER_SITE_BACKUP?= \ ftp://ftp.sunet.se/pub/unix/FreeBSD/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 # you want. # #MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} MASTER_SITE_OVERRIDE?= ${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= ftp://ftp.x.org/contrib/%SUBDIR%/ MASTER_SITE_XCONTRIB= ftp://ftp.sunet.se/pub/X11/contrib/${MASTER_SITE_SUBDIR}/ #MASTER_SITE_GNU= ftp://prep.ai.mit.edu/pub/gnu/%SUBDIR%/ MASTER_SITE_GNU= ftp://ftp.sunet.se/pub/gnu/${MASTER_SITE_SUBDIR}/ #MASTER_SITE_PERL_CPAN= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/ MASTER_SITE_PERL_CPAN= ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/${MASTER_SITE_SUBDIR}/ #MASTER_SITE_TEX_CTAN= ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ #MASTER_SITE_SUNSITE= ftp://sunsite.unc.edu/pub/Linux/%SUBDIR%/ # # # Kerberos IV # If you want KerberosIV (KTH eBones), define this: # MAKE_KERBEROS4= yes # # # SUP/CVSup updates # SUP_UPDATE= yes # # SUP block # #SUP= sup #SUPFLAGS= -v #SUPFILE= /usr/share/examples/sup/standard-supfile #SUPFILE1= /usr/share/examples/sup/secure-supfile #SUPFILE2= /usr/share/examples/sup/ports-supfile # # CVSup block # SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 -z -P m SUPFILE= /root/ports #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile #SUPFILE2= /usr/share/examples/cvsup/ports-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= 101 --------------DCE6E45D3FF9EC65BAAAF6F0 Content-Type: text/plain; charset=iso-8859-1; name="gaa" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="gaa" cd /usr/src/gnu/usr.bin/awk && /usr/obj/usr/src/tmp/usr/bin/make depend &= & /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE all && = /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE -B instal= l cleandir obj yacc -d /usr/src/gnu/usr.bin/awk/awk.y yacc: 61 shift/reduce conflicts mv y.tab.c awk.c rm -f .depend mkdep -f .depend -a -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src= /tmp/usr/include /usr/src/gnu/usr.bin/awk/main.c /usr/src/gnu/usr.bin/aw= k/eval.c /usr/src/gnu/usr.bin/awk/builtin.c /usr/src/gnu/usr.bin/awk/msg.= c /usr/src/gnu/usr.bin/awk/iop.c /usr/src/gnu/usr.bin/awk/io.c /usr/src/g= nu/usr.bin/awk/field.c /usr/src/gnu/usr.bin/awk/getopt1.c /usr/src/gnu/us= r.bin/awk/getopt.c /usr/src/gnu/usr.bin/awk/array.c /usr/src/gnu/usr.bin/= awk/node.c /usr/src/gnu/usr.bin/awk/version.c /usr/src/gnu/usr.bin/awk/re= =2Ec awk.c /usr/src/gnu/usr.bin/awk/dfa.c =3D=3D=3D> doc cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/main.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/eval.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/builtin.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/msg.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/iop.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/io.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/field.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/getopt1.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/getopt.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/array.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/node.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/version.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/re.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c awk.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -c /usr/src/gnu/usr.bin/awk/dfa.c cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/us= r/include -o awk main.o eval.o builtin.o msg.o iop.o io.o field.o getopt= 1.o getopt.o array.o node.o version.o re.o awk.o dfa.o -lgnuregex -lm =3D=3D=3D> doc install -c -s -o bin -g bin -m 555 awk /usr/obj/usr/src/tmp/usr/bin =3D=3D=3D> doc =3D=3D=3D> doc /usr/obj/usr/src/gnu/usr.bin/awk created for /usr/src/gnu/usr.bin/awk =3D=3D=3D> doc /usr/obj/usr/src/gnu/usr.bin/awk/doc created for /usr/src/gnu/usr.bin/awk= /doc cd /usr/src/gnu/usr.bin/bc && /usr/obj/usr/src/tmp/usr/bin/make depend &&= /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE all && = /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE -B install= cleandir obj yacc -d /usr/src/gnu/usr.bin/bc/bc.y yacc: 1 shift/reduce conflict mv y.tab.c bc.c lex -t /usr/src/gnu/usr.bin/bc/scan.l > scan.c rm -f .depend mkdep -f .depend -a -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/inclu= de bc.c scan.c /usr/src/gnu/usr.bin/bc/execute.c /usr/src/gnu/usr.bin/bc= /global.c /usr/src/gnu/usr.bin/bc/load.c /usr/src/gnu/usr.bin/bc/main.c /= usr/src/gnu/usr.bin/bc/number.c /usr/src/gnu/usr.bin/bc/storage.c /usr/sr= c/gnu/usr.bin/bc/util.c cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -c b= c.c cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -c s= can.c cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -c /= usr/src/gnu/usr.bin/bc/execute.c cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -c /= usr/src/gnu/usr.bin/bc/global.c cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -c /= usr/src/gnu/usr.bin/bc/load.c cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -c /= usr/src/gnu/usr.bin/bc/main.c cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -c /= usr/src/gnu/usr.bin/bc/number.c cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -c /= usr/src/gnu/usr.bin/bc/storage.c cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -c /= usr/src/gnu/usr.bin/bc/util.c cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -o = bc bc.o scan.o execute.o global.o load.o main.o number.o storage.o util.o= = install -c -s -o bin -g bin -m 555 bc /usr/obj/usr/src/tmp/usr/bin /usr/obj/usr/src/gnu/usr.bin/bc created for /usr/src/gnu/usr.bin/bc cd /usr/src/gnu/usr.bin/grep && /usr/obj/usr/src/tmp/usr/bin/make depend = && /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE all &&= /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE -B insta= ll cleandir obj rm -f .depend mkdep -f .depend -a -DGREP -DHAVE_STRING_H=3D1 -DHAVE_SYS_PARAM_H=3D1 -D= HAVE_UNISTD_H=3D1 -DHAVE_GETPAGESIZE=3D1 -DHAVE_MEMCHR=3D1 -DHAVE_STRERRO= R=3D1 -DHAVE_VALLOC=3D1 -DHAVE_MMAP=3D1 -DHAVE_FTS=3D1 -I/usr/obj/usr/src= /tmp/usr/include /usr/src/gnu/usr.bin/grep/dfa.c /usr/src/gnu/usr.bin/gr= ep/grep.c /usr/src/gnu/usr.bin/grep/getopt.c /usr/src/gnu/usr.bin/grep/kw= set.c /usr/src/gnu/usr.bin/grep/obstack.c /usr/src/gnu/usr.bin/grep/searc= h.c cc -O -pipe -DGREP -DHAVE_STRING_H=3D1 -DHAVE_SYS_PARAM_H=3D1 -DHAVE_UNIS= TD_H=3D1 -DHAVE_GETPAGESIZE=3D1 -DHAVE_MEMCHR=3D1 -DHAVE_STRERROR=3D1 -= DHAVE_VALLOC=3D1 -DHAVE_MMAP=3D1 -DHAVE_FTS=3D1 -I/usr/obj/usr/src/tmp/= usr/include -c /usr/src/gnu/usr.bin/grep/dfa.c cc -O -pipe -DGREP -DHAVE_STRING_H=3D1 -DHAVE_SYS_PARAM_H=3D1 -DHAVE_UNIS= TD_H=3D1 -DHAVE_GETPAGESIZE=3D1 -DHAVE_MEMCHR=3D1 -DHAVE_STRERROR=3D1 -= DHAVE_VALLOC=3D1 -DHAVE_MMAP=3D1 -DHAVE_FTS=3D1 -I/usr/obj/usr/src/tmp/= usr/include -c /usr/src/gnu/usr.bin/grep/grep.c cc -O -pipe -DGREP -DHAVE_STRING_H=3D1 -DHAVE_SYS_PARAM_H=3D1 -DHAVE_UNIS= TD_H=3D1 -DHAVE_GETPAGESIZE=3D1 -DHAVE_MEMCHR=3D1 -DHAVE_STRERROR=3D1 -= DHAVE_VALLOC=3D1 -DHAVE_MMAP=3D1 -DHAVE_FTS=3D1 -I/usr/obj/usr/src/tmp/= usr/include -c /usr/src/gnu/usr.bin/grep/getopt.c cc -O -pipe -DGREP -DHAVE_STRING_H=3D1 -DHAVE_SYS_PARAM_H=3D1 -DHAVE_UNIS= TD_H=3D1 -DHAVE_GETPAGESIZE=3D1 -DHAVE_MEMCHR=3D1 -DHAVE_STRERROR=3D1 -= DHAVE_VALLOC=3D1 -DHAVE_MMAP=3D1 -DHAVE_FTS=3D1 -I/usr/obj/usr/src/tmp/= usr/include -c /usr/src/gnu/usr.bin/grep/kwset.c cc -O -pipe -DGREP -DHAVE_STRING_H=3D1 -DHAVE_SYS_PARAM_H=3D1 -DHAVE_UNIS= TD_H=3D1 -DHAVE_GETPAGESIZE=3D1 -DHAVE_MEMCHR=3D1 -DHAVE_STRERROR=3D1 -= DHAVE_VALLOC=3D1 -DHAVE_MMAP=3D1 -DHAVE_FTS=3D1 -I/usr/obj/usr/src/tmp/= usr/include -c /usr/src/gnu/usr.bin/grep/obstack.c cc -O -pipe -DGREP -DHAVE_STRING_H=3D1 -DHAVE_SYS_PARAM_H=3D1 -DHAVE_UNIS= TD_H=3D1 -DHAVE_GETPAGESIZE=3D1 -DHAVE_MEMCHR=3D1 -DHAVE_STRERROR=3D1 -= DHAVE_VALLOC=3D1 -DHAVE_MMAP=3D1 -DHAVE_FTS=3D1 -I/usr/obj/usr/src/tmp/= usr/include -c /usr/src/gnu/usr.bin/grep/search.c cc -O -pipe -DGREP -DHAVE_STRING_H=3D1 -DHAVE_SYS_PARAM_H=3D1 -DHAVE_UNIS= TD_H=3D1 -DHAVE_GETPAGESIZE=3D1 -DHAVE_MEMCHR=3D1 -DHAVE_STRERROR=3D1 -= DHAVE_VALLOC=3D1 -DHAVE_MMAP=3D1 -DHAVE_FTS=3D1 -I/usr/obj/usr/src/tmp/= usr/include -o grep dfa.o grep.o getopt.o kwset.o obstack.o search.o -l= gnuregex install -c -s -o bin -g bin -m 555 grep /usr/obj/usr/src/tmp/usr/bin /usr/obj/usr/src/tmp/usr/bin/egrep -> /usr/obj/usr/src/tmp/usr/bin/grep /usr/obj/usr/src/tmp/usr/bin/fgrep -> /usr/obj/usr/src/tmp/usr/bin/grep /usr/obj/usr/src/gnu/usr.bin/grep created for /usr/src/gnu/usr.bin/grep cd /usr/src/gnu/usr.bin/groff && /usr/obj/usr/src/tmp/usr/bin/make depend= && /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE all &= & /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE -B inst= all cleandir obj =3D=3D=3D> libgroff Making version.cc rm -f .depend mkdep -f .depend -a -I/usr/src/gnu/usr.bin/groff/libgroff/../include -DH= AVE_UNISTD_H=3D1 -DHAVE_DIRENT_H=3D1 -DHAVE_LIMITS_H=3D1 -DHAVE_SYS_DIR_H= =3D1 -DHAVE_STDLIB_H=3D1 -DSTDLIB_H_DECLARES_GETOPT=3D1 -DSTDLIB_H_DECLAR= ES_PUTENV=3D1 -DSTDIO_H_DECLARES_POPEN=3D1 -DSTDIO_H_DECLARE_PCLOSE=3D1 -= DHAVE_CC_OSFCN_H=3D1 -DHAVE_CC_LIMITS_H=3D1 -DRETSIGTYPE=3Dvoid -DHAVE_ST= RUCT_EXCEPTION=3D1 -DHAVE_RENAME=3D1 -DHAVE_MKSTEMP=3D1 -DSYS_SIGLIST_DEC= LARED=3D1 -I/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff= /include -I/usr/src/gnu/usr.bin/groff/libgroff/include -I/usr/obj/usr/src= /tmp/usr/include /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib= /groff/libgroff/iftoa.c /usr/src/gnu/usr.bin/groff/libgroff/../../../../c= ontrib/groff/libgroff/itoa.c /usr/src/gnu/usr.bin/groff/libgroff/../../..= /../contrib/groff/libgroff/matherr.c mkdep -f .depend -a /usr/src/gnu/usr.bin/groff/libgroff/../../../../= contrib/groff/libgroff/assert.cc /usr/src/gnu/usr.bin/groff/libgroff/../.= =2E/../../contrib/groff/libgroff/change_lf.cc /usr/src/gnu/usr.bin/groff/= libgroff/../../../../contrib/groff/libgroff/cmap.cc /usr/src/gnu/usr.bin/= groff/libgroff/../../../../contrib/groff/libgroff/cset.cc /usr/src/gnu/us= r.bin/groff/libgroff/../../../../contrib/groff/libgroff/device.cc /usr/sr= c/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/errarg.cc= /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/e= rror.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/lib= groff/fatal.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/gr= off/libgroff/filename.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../= contrib/groff/libgroff/font.cc /usr/src/gnu/usr.bin/groff/libgroff/../../= =2E./../contrib/groff/libgroff/fontfile.cc /usr/src/gnu/usr.bin/groff/lib= groff/../../../../contrib/groff/libgroff/lf.cc /usr/src/gnu/usr.bin/groff= /libgroff/../../../../contrib/groff/libgroff/lineno.cc /usr/src/gnu/usr.b= in/groff/libgroff/../../../../contrib/groff/libgroff/macropath.cc /usr/sr= c/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/nametoind= ex.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgr= off/new.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/= libgroff/prime.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib= /groff/libgroff/progname.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../= =2E./contrib/groff/libgroff/ptable.cc /usr/src/gnu/usr.bin/groff/libgroff= /../../../../contrib/groff/libgroff/searchpath.cc /usr/src/gnu/usr.bin/gr= off/libgroff/../../../../contrib/groff/libgroff/string.cc /usr/src/gnu/us= r.bin/groff/libgroff/../../../../contrib/groff/libgroff/strsave.cc /usr/s= rc/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/tmpfile.= cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff= /illegal.cc version.cc = /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/cm= ap.cc:25: cmap.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/cs= et.cc:25: cset.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/de= vice.cc:22: device.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/de= vice.cc:23: defs.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/er= rarg.cc:23: errarg.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/er= ror.cc:24: errarg.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/er= ror.cc:25: error.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fo= nt.cc:27: errarg.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fo= nt.cc:28: error.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fo= nt.cc:29: cset.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fo= nt.cc:30: font.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fo= nt.cc:31: lib.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fo= ntfile.cc:26: font.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fo= ntfile.cc:27: lib.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fo= ntfile.cc:28: searchpath.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fo= ntfile.cc:29: device.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fo= ntfile.cc:30: defs.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/lf= =2Ecc:23: cset.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/lf= =2Ecc:24: stringclass.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/ma= cropath.cc:21: lib.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/ma= cropath.cc:22: searchpath.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/ma= cropath.cc:23: macropath.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/ma= cropath.cc:24: defs.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/na= metoindex.cc:26: lib.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/na= metoindex.cc:27: errarg.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/na= metoindex.cc:28: error.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/na= metoindex.cc:29: font.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/na= metoindex.cc:30: ptable.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/ne= w.cc:24: posix.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/pt= able.cc:20: ptable.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/pt= able.cc:21: errarg.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/pt= able.cc:22: error.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/se= archpath.cc:26: lib.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/se= archpath.cc:27: searchpath.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/st= ring.cc:22: stringclass.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/st= ring.cc:23: lib.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/tm= pfile.cc:26: posix.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/tm= pfile.cc:27: lib.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/tm= pfile.cc:28: errarg.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/tm= pfile.cc:29: error.h: No such file or directory /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/il= legal.cc:1: lib.h: No such file or directory mkdep: compile failed *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. --------------DCE6E45D3FF9EC65BAAAF6F0-- 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?35A33865.882231DD>