From owner-freebsd-stable Sun Apr 11 21:55:53 1999 Delivered-To: freebsd-stable@freebsd.org Received: from tex.home (s12.thethinker.com [206.162.78.48]) by hub.freebsd.org (Postfix) with ESMTP id D017814E21 for ; Sun, 11 Apr 1999 21:55:48 -0700 (PDT) (envelope-from tschundler@edgemedia.net) Received: from edgemedia.net (localhost [127.0.0.1]) by tex.home (8.8.8/8.8.8) with ESMTP id AAA27311 for ; Mon, 12 Apr 1999 00:53:16 -0400 (EDT) (envelope-from tschundler@edgemedia.net) Message-ID: <37117C39.B74684B@edgemedia.net> Date: Mon, 12 Apr 1999 00:53:13 -0400 From: Ted Schundler X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 2.2.7-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: 2.2.7-RELEASE to 3.1-STABLE: it's late and I'm tired Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was kept away from FreeBSD for awhile due to projects requiring Windoze (ugh), and decided I should probably update my system to 3.x since it seemed to have some nice perks like rundos. Normally I install from CDs, but I decided this time that I'd try via CVSup and upgrading that way. Getting the new sources went well, and I immediately tried "make buildworld" which didn't work. Then after actually reading the stuff, I realized instead I probably want to make upgrade. That didn't work. At some point it couldn't find config.h in /usr/src/contrib/gcc `so I decided to just try running ./configure there and that created config.h, and I haven't gotten that problem since. I'm suspecting doing that may have been a bad thing and there is something different I should have done. Anyways, I tried make clean an make upgrade, still to no avail. FYI: uname -a FreeBSD tex.home 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Mon Jan 18 01:16:47 EST 1999 root@tex.home:/usr/src/sys/compile/TEX i386 and the problem whas while building the bootstrap libraries, when it said: cc -c -O -pipe -DFREEBSD_AOUT -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/config -DFREEBSD_NATIVE -DDEFAULT_TARGET_VERSION=\"2.7.2.1\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/aout/usr/src/gnu/usr.bin/cc/libgcc/../cc_tools -I/usr/obj/aout/usr/src/tmp/usr/include -DL_gesf2 -o _gesf2.o /usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/libgcc1.c cc -c -O -pipe -DFREEBSD_AOUT -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/config -DFREEBSD_NATIVE -DDEFAULT_TARGET_VERSION=\"2.7.2.1\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/aout/usr/src/gnu/usr.bin/cc/libgcc/../cc_tools -I/usr/obj/aout/usr/src/tmp/usr/include -DL_ltsf2 -o _ltsf2.o /usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/libgcc1.c cc -c -O -pipe -DFREEBSD_AOUT -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/config -DFREEBSD_NATIVE -DDEFAULT_TARGET_VERSION=\"2.7.2.1\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/aout/usr/src/gnu/usr.bin/cc/libgcc/../cc_tools -I/usr/obj/aout/usr/src/tmp/usr/include -DL_lesf2 -o _lesf2.o /usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/libgcc1.c /usr/obj/aout/usr/src/gnu/usr.bin/cc/libgcc/../cc/cc -B/usr/obj/aout/usr/src/gnu/usr.bin/cc/libgcc/../cc1/ -B/usr/obj/aout/usr/src/gnu/usr.bin/cc/libgcc/../cpp/ -c -O -pipe -DFREEBSD_AOUT -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/config -DFREEBSD_NATIVE -DDEFAULT_TARGET_VERSION=\"2.7.2.1\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/aout/usr/src/gnu/usr.bin/cc/libgcc/../cc_tools -I/usr/obj/aout/usr/src/tmp/usr/include -DL_muldi3 -o _muldi3.o /usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/libgcc2.c /usr/obj/aout/usr/src/gnu/usr.bin/cc/libgcc/../cc/cc: not found *** Error code 127 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I suspect this is from running ./configure myself. I've searched though the mailing list archives to no avail. Any suggestions? I can mail you the full output of the make upgrade process if you're interested, but i'd imagine this should be rather sufficient information. Thanks in advance, Ted Schundler To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message