Date: Sun, 4 Feb 2001 11:00:25 -0800 From: Dennis Glatting <dennis.glatting@software-munitions.com> To: cjclark@alum.mit.edu, "Crist J. Clark" <cjclark@reflexnet.net> Cc: Kent Stewart <kstewart@urx.com>, stable@FreeBSD.ORG Subject: Re: Compile failure against RELENG_4 Message-ID: <01020411002502.26057@kwijibo> In-Reply-To: <20010203233715.P91447@rfx-216-196-73-168.users.reflex> References: <01020307365300.21492@kwijibo> <01020318532400.26057@kwijibo> <20010203233715.P91447@rfx-216-196-73-168.users.reflex>
next in thread | previous in thread | raw e-mail | index | archive | help
I don't understand what is happening. I checked our new source in /usr and the compilation problem is still there. Maybe something has a problem with a port? Here's my installed port list. Mesa-3.2.1_1/ kdemultimedia-2.0.1/ ORBit-0.5.6/ kdenetwork-2.0.1/ XFree86-4.0.2_3/ kdesupport-2.0.1/ XFree86-4.0.2_5/ kdeutils-2.0.1/ Xaw3d-1.5/ koffice-2.0.1/ apg-1.1.61b/ lcms-1.06/ aspell-0.32.5/ libaudiofile-0.1.9/ autoconf-2.13/ libgtop-1.0.10_3/ bonnie-1.0/ libmng-0.9.3/ bzip2-1.0.1/ libtool-1.3.4_1/ cvsup-bin-16.1/ libungif-4.1.0b1/ esound-0.2.22/ libwmf-0.1.21/ freetype-1.3.1_1/ libwww-5.3.1/ freetype2-2.0.1/ libxml-1.8.10/ gdk-pixbuf-0.9.0/ lsof-4.53.4/ gettext-0.10.35/ m4-1.4/ ghostscript-6.01_1/ mpeg2codec-1.2/ glib-1.2.8/ netpbm-9.9/ gmake-3.79.1/ open-motif-2.1.30_1/ gnomeaudio-1.0.0/ p5-Date-Calc-4.3/ gnomecontrolcenter-1.2.2_1/ p5-String-Random-0.198/ gnomecore-1.2.4/ pan-0.9.2/ gnomelibs-1.2.8_1/ png-1.0.8_1/ gnomeprint-0.25/ pspell-0.11.2/ gtk-1.2.8/ qt-2.2.3_2/ gtkextra-0.99.12/ qt-2.2.3_3/ guile-1.4/ setiathome-2.4/ guile-gtk-0.19/ ssh2-2.3.0/ hdf-4.1r3/ tcl-8.3.1/ iconv-2.0_1/ teTeX-1.0.7/ ifhp-3.3.10/ tiff-3.5.5/ imlib-1.9.8.1/ tk-8.3.1/ jbigkit-1.2/ tkseti-2.12/ jpeg-6b/ transfig-3.2.3c/ kde-2.0.1/ uulib-0.5.13/ kdebase-2.0.1/ xanim-2.80.2/ kdegames-2.0.1/ xemacs-20.4/ On Saturday 03 February 2001 11:37 pm, Crist J. Clark wrote: > On Sat, Feb 03, 2001 at 06:53:24PM -0800, Dennis Glatting wrote: > > On Saturday 03 February 2001 12:51 pm, Kent Stewart wrote: > > > Dennis Glatting wrote: > > > > Updated my sources yesterday. There were no changes to the tree > > > > today. So, I guess this must be a problem. > > > > > > Well, I updated my sources last night and didn't have a problem > > > doing the usual buildworld, buildkernel, installkernel, and > > > installworld. > > > > > > What version did you start with? Are you trying to build a > > > release because I don't have a disk-1 directory. > > > > I feed several local machines from a CVS tree that I keep up to > > date from cvsup8.freebsd.org. The source in question has checked > > out against the RELENG_4 tag several times since 4.2. /usr/src is a > > symlink into /disk-1 on this machine. The last time I built > > RELENG_4 was January 10, 2001. When I compiler all I say is "make > > buildworld." > > > > > Kent > > > > > > > cd /disk-1/src/gnu/lib/libgcc; make depend; make all; make > > > > install echo '#include <i386/xm-i386.h>' > config.h > > > > echo '#include <xm-freebsd.h>' >> > > > > config.h echo '#include "gansidecl.h"' > > > > > tconfig.h echo '#include "i386/xm-i386.h"' >> > > > > tconfig.h > > > > echo '#include "i386/i386.h"' > tm.h > > > > echo '#include "i386/att.h"' >> tm.h > > > > echo '#include "svr4.h"' >> tm.h > > > > echo '#include <freebsd.h>' >> tm.h > > > > echo '#include "i386/freebsd.h"' >> tm.h > > > > echo '#include "i386/perform.h"' >> tm.h > > > > rm -f .depend > > > > mkdep -f .depend -a > > > > -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/config > > > > -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC > > > > -D_PTHREADS -DGTHREAD_USE_WEAK > > > > -I/usr/obj/disk-1/src/i386/usr/include > > > > /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c > > > > mkdep -f .depend -a -nostdinc++ > > > > -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/inc > > > > /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo.cc > > > > /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo2.cc > > > > /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/new.cc > > > > /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc > > [line wrap damage repaired] > > That line is missing a bunch of '-I' directories. Thus, > > > > > /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc > > > >:33: gansidecl.h: No > > > > such file or directory > > > > /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc > > > >:34: eh-common.h: No > > > > such file or directory > > > > mkdep: compile failed > > > > *** Error code 1 > > These kinds of errors. > > One thing I notice is that the one '-I' is there is in teh src > directory rather than the obj directory. > > What was your command line again? 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?01020411002502.26057>