Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 1999 00:53:13 -0400
From:      Ted Schundler <tschundler@edgemedia.net>
To:        freebsd-stable@freebsd.org
Subject:   2.2.7-RELEASE to 3.1-STABLE: it's late and I'm tired
Message-ID:  <37117C39.B74684B@edgemedia.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37117C39.B74684B>