From owner-freebsd-stable Sat Jun 3 14: 6:35 2000 Delivered-To: freebsd-stable@freebsd.org Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by hub.freebsd.org (Postfix) with ESMTP id D4AC537B532 for ; Sat, 3 Jun 2000 14:06:30 -0700 (PDT) (envelope-from sunmaster@sunmaster.org) Received: from usr01.cybercity.no (usr01.cybercity.no [212.242.43.202]) by cicero0.cybercity.dk (Postfix) with ESMTP id 03F0E1A276 for ; Sat, 3 Jun 2000 23:06:02 +0200 (CEST) Received: from sunmaster.org (msx-osl-15-51.ppp.cybercity.no [212.242.56.179]) by usr01.cybercity.no (8.9.3/8.9.3) with ESMTP id XAA15870 for ; Sat, 3 Jun 2000 23:06:00 +0200 (CEST) Message-ID: <39397316.39A912B8@sunmaster.org> Date: Sat, 03 Jun 2000 23:05:26 +0200 From: Gunnar Bjelland X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Problems with buildworld on 4-stable and -current Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My last 4-stable build was may 16th - and when I tried to cvsup and rebuild a few days ago - I get this errormessage : ===> libssh cd /usr/src5/src/gnu/lib/libgcc; make depend; make all; make install echo '#include ' > config.h echo '#include "gansidecl.h"' > tconfig.h echo '#include "i386/i386.h"' > tm.h echo '#include "i386/xm-i386.h"' >> tconfig.h echo '#include "i386/att.h"' >> tm.h echo '#include "svr4.h"' >> tm.h echo '#include ' >> tm.h echo '#include "i386/freebsd.h"' >> tm.h echo '#include "i386/perform.h"' >> tm.h echo '#include ' >> config.h rm -f .depend mkdep -f .depend -a -I/usr/src5/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src5/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC -I/usr/obj/usr/src5/src/i386/usr/include /usr/src5/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c mkdep -f .depend -a -nostdinc++ -I/usr/src5/src/gnu/lib/libgcc/../../../contrib/gcc/cp/inc /usr/src5/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo.cc /usr/src5/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo2.cc /usr/src5/src/gnu/lib/libgcc/../../../contrib/gcc/cp/new.cc /usr/src5/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc /usr/src5/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:33: gansidecl.h: No such file or directory /usr/src5/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:34: eh-common.h: No such file or directory mkdep: compile failed I first thought -stable was broken - and have been cvsup'ing regularly hoping the problem would be fixed, and also carefully read the stable mailinglist. Since noone else mentioned anything like it - I decided to try upgrade a 3-stable box to 4, which worked like it should. I have done a make clean, cleandir, removed /usr/obj - deleting all sources and cvsup'ing it all. So I decided - what the heck - let's try -current. Which just happens to bail out due to the same files not found, in the excact same place. Hints ? Help ? Anything ? I'm desperate. Gunnar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message