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
[-- Attachment #1 --]
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
[-- Attachment #2 --]
# $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
[-- Attachment #3 --]
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 install 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/awk/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/gnu/usr.bin/awk/field.c /usr/src/gnu/usr.bin/awk/getopt1.c /usr/src/gnu/usr.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.c awk.c /usr/src/gnu/usr.bin/awk/dfa.c
===> doc
cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/usr/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/usr/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/usr/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/usr/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/usr/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/usr/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/usr/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/usr/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/usr/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/usr/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/usr/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/usr/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/usr/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/usr/include -c awk.c
cc -O -pipe -I/usr/src/gnu/usr.bin/awk -DGAWK -I/usr/obj/usr/src/tmp/usr/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/usr/include -o awk main.o eval.o builtin.o msg.o iop.o io.o field.o getopt1.o getopt.o array.o node.o version.o re.o awk.o dfa.o -lgnuregex -lm
===> doc
install -c -s -o bin -g bin -m 555 awk /usr/obj/usr/src/tmp/usr/bin
===> doc
===> doc
/usr/obj/usr/src/gnu/usr.bin/awk created for /usr/src/gnu/usr.bin/awk
===> 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/include 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/src/gnu/usr.bin/bc/util.c
cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -c bc.c
cc -O -pipe -D_POSIX_SOURCE -I. -I/usr/obj/usr/src/tmp/usr/include -c scan.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 install cleandir obj
rm -f .depend
mkdep -f .depend -a -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 -DHAVE_VALLOC=1 -DHAVE_MMAP=1 -DHAVE_FTS=1 -I/usr/obj/usr/src/tmp/usr/include /usr/src/gnu/usr.bin/grep/dfa.c /usr/src/gnu/usr.bin/grep/grep.c /usr/src/gnu/usr.bin/grep/getopt.c /usr/src/gnu/usr.bin/grep/kwset.c /usr/src/gnu/usr.bin/grep/obstack.c /usr/src/gnu/usr.bin/grep/search.c
cc -O -pipe -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 -DHAVE_VALLOC=1 -DHAVE_MMAP=1 -DHAVE_FTS=1 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/grep/dfa.c
cc -O -pipe -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 -DHAVE_VALLOC=1 -DHAVE_MMAP=1 -DHAVE_FTS=1 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/grep/grep.c
cc -O -pipe -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 -DHAVE_VALLOC=1 -DHAVE_MMAP=1 -DHAVE_FTS=1 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/grep/getopt.c
cc -O -pipe -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 -DHAVE_VALLOC=1 -DHAVE_MMAP=1 -DHAVE_FTS=1 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/grep/kwset.c
cc -O -pipe -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 -DHAVE_VALLOC=1 -DHAVE_MMAP=1 -DHAVE_FTS=1 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/grep/obstack.c
cc -O -pipe -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 -DHAVE_VALLOC=1 -DHAVE_MMAP=1 -DHAVE_FTS=1 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/grep/search.c
cc -O -pipe -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 -DHAVE_VALLOC=1 -DHAVE_MMAP=1 -DHAVE_FTS=1 -I/usr/obj/usr/src/tmp/usr/include -o grep dfa.o grep.o getopt.o kwset.o obstack.o search.o -lgnuregex
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 install cleandir obj
===> libgroff
Making version.cc
rm -f .depend
mkdep -f .depend -a -I/usr/src/gnu/usr.bin/groff/libgroff/../include -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_STDLIB_H=1 -DSTDLIB_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1 -DSTDIO_H_DECLARES_POPEN=1 -DSTDIO_H_DECLARE_PCLOSE=1 -DHAVE_CC_OSFCN_H=1 -DHAVE_CC_LIMITS_H=1 -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DSYS_SIGLIST_DECLARED=1 -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/../../../../contrib/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/../../../../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/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/device.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/errarg.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/error.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fatal.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/filename.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/font.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fontfile.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/lf.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/lineno.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/macropath.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/nametoindex.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/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/../../../../contrib/groff/libgroff/ptable.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/searchpath.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/string.cc /usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/strsave.cc /usr/src/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/cmap.cc:25: cmap.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/cset.cc:25: cset.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/device.cc:22: device.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/device.cc:23: defs.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/errarg.cc:23: errarg.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/error.cc:24: errarg.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/error.cc:25: error.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/font.cc:27: errarg.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/font.cc:28: error.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/font.cc:29: cset.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/font.cc:30: font.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/font.cc:31: lib.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fontfile.cc:26: font.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fontfile.cc:27: lib.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fontfile.cc:28: searchpath.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fontfile.cc:29: device.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/fontfile.cc:30: defs.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/lf.cc:23: cset.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/lf.cc:24: stringclass.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/macropath.cc:21: lib.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/macropath.cc:22: searchpath.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/macropath.cc:23: macropath.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/macropath.cc:24: defs.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/nametoindex.cc:26: lib.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/nametoindex.cc:27: errarg.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/nametoindex.cc:28: error.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/nametoindex.cc:29: font.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/nametoindex.cc:30: ptable.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/new.cc:24: posix.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/ptable.cc:20: ptable.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/ptable.cc:21: errarg.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/ptable.cc:22: error.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/searchpath.cc:26: lib.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/searchpath.cc:27: searchpath.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/string.cc:22: stringclass.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/string.cc:23: lib.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/tmpfile.cc:26: posix.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/tmpfile.cc:27: lib.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/tmpfile.cc:28: errarg.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/tmpfile.cc:29: error.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/illegal.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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35A33865.882231DD>
