Date: Tue, 31 Oct 2000 04:16:01 -0800 From: rsowders@usgs.gov To: Terry Dwyer <tdwyer@bigpond.com> Cc: owner-freebsd-stable@FreeBSD.ORG, stable@freebsd.org Subject: Re: make installworld fix with new crtstuff Message-ID: <OF902202C7.1C527B9B-ON88256989.00431802@wr.usgs.gov>
next in thread | raw e-mail | index | archive | help
This is a multipart message in MIME format.
--=_alternative 004366EE88256989_=
Content-Type: text/plain; charset="us-ascii"
I also have the same results as Mr. Dwyer.
I also have done a make cleandir followed by a make buildworld,
I have all my fingers crossed.
Long nite, daylights coming, will check after sleep. ZZZZZZZZZZZZZ
Terry Dwyer <tdwyer@bigpond.com>
Sent by: owner-freebsd-stable@FreeBSD.ORG
10/31/2000 03:08 AM
To: stable@freebsd.org
cc:
Subject: Re: make installworld fix with new crtstuff
I applied the patch suggested by Max Khon <fjoe@iclub.nsu.ru>
and still no joy.
I've had this problem (along with some others) and had to replace
my source tree with the most recent I had available, from about
a week ago. Once I had /usr/src and /usr/obj - precompiled on
another machine in place, I did a make installworld which completed
properly.
Then I cvsupped and tried a make buildworld:
cd /usr/src/gnu/lib/csu; make depend; make all; make
install
rm -f
.depend
mkdep -f .depend -a
-I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I. -DIN_GCC
-I/usr/obj/usr/src
cd /usr/src/gnu/lib/csu; make
_EXTRADEPEND
cc -O -pipe -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I.
-DIN_GCC -finhibit-size-directive -fn
cc: cannot specify -o with -c or -S and multiple
compilations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*** Error code
1
( Dontcha just love script )
Stop in
/usr/src/gnu/lib/csu.
*** Error code 1
This is the error message I've been seeing all day.
Why the failure with the error above? Other people seem able
to cd to /usr/src/gnu/lib/csu and do a sucessfull make.
I'm doing another CVSup now to see what comes down.
I just checked, I have the new Makefile
$FreeBSD: src/gnu/lib/csu/Makefile,v 1.1.2.4 2000/10/31 01:46:39
obrien
Directory contents:
-rw-r--r-- 1 root wheel 1963 31 Oct 14:17 Makefile
-rw-r--r-- 1 root wheel 20861 31 Oct 08:20 crtbegin.c
lrwxr-xr-x 1 root wheel 52 31 Oct 08:20 crtend.c ->
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c
Is this link supposed to be here?
I've just started a make buildworld having done a make cleandir
Fingers crossed!
Terry
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
--=_alternative 004366EE88256989_=
Content-Type: text/html; charset="us-ascii"
<br><font size=2 face="sans-serif">I also have the same results as Mr. Dwyer.</font>
<br><font size=2 face="sans-serif">I also have done a make cleandir followed by a make buildworld,</font>
<br><font size=2 face="sans-serif">I have all my fingers crossed.</font>
<br>
<br><font size=2 face="sans-serif">Long nite, daylights coming, will check after sleep. ZZZZZZZZZZZZZ</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>Terry Dwyer <tdwyer@bigpond.com></b></font>
<br><font size=1 face="sans-serif">Sent by: owner-freebsd-stable@FreeBSD.ORG</font>
<p><font size=1 face="sans-serif">10/31/2000 03:08 AM</font>
<br>
<td><font size=1 face="Arial"> </font>
<br><font size=1 face="sans-serif"> To: stable@freebsd.org</font>
<br><font size=1 face="sans-serif"> cc: </font>
<br><font size=1 face="sans-serif"> Subject: Re: make installworld fix with new crtstuff</font></table>
<br>
<br><font size=2 face="Courier New">I applied the patch suggested by Max Khon <fjoe@iclub.nsu.ru><br>
<br>
and still no joy.<br>
<br>
I've had this problem (along with some others) and had to replace<br>
my source tree with the most recent I had available, from about<br>
a week ago. Once I had /usr/src and /usr/obj - precompiled on<br>
another machine in place, I did a make installworld which completed<br>
properly.<br>
Then I cvsupped and tried a make buildworld:<br>
<br>
cd /usr/src/gnu/lib/csu; make depend; make all; make<br>
install <br>
rm -f<br>
.depend <br>
mkdep -f .depend -a <br>
-I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I. -DIN_GCC<br>
-I/usr/obj/usr/src<br>
cd /usr/src/gnu/lib/csu; make<br>
_EXTRADEPEND <br>
cc -O -pipe -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I.<br>
-DIN_GCC -finhibit-size-directive -fn<br>
cc: cannot specify -o with -c or -S and multiple<br>
compilations <br>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>
*** Error code<br>
1 <br>
<br>
( Dontcha just love script )<br>
<br>
Stop in<br>
/usr/src/gnu/lib/csu. <br>
*** Error code 1<br>
<br>
This is the error message I've been seeing all day.<br>
<br>
Why the failure with the error above? Other people seem able<br>
to cd to /usr/src/gnu/lib/csu and do a sucessfull make.<br>
<br>
I'm doing another CVSup now to see what comes down.<br>
<br>
I just checked, I have the new Makefile<br>
<br>
$FreeBSD: src/gnu/lib/csu/Makefile,v 1.1.2.4 2000/10/31 01:46:39<br>
obrien<br>
Directory contents:<br>
<br>
-rw-r--r-- 1 root wheel 1963 31 Oct 14:17 Makefile<br>
-rw-r--r-- 1 root wheel 20861 31 Oct 08:20 crtbegin.c<br>
lrwxr-xr-x 1 root wheel 52 31 Oct 08:20 crtend.c -><br>
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c<br>
<br>
Is this link supposed to be here?<br>
<br>
I've just started a make buildworld having done a make cleandir<br>
<br>
Fingers crossed!<br>
<br>
Terry<br>
<br>
<br>
To Unsubscribe: send mail to majordomo@FreeBSD.org<br>
with "unsubscribe freebsd-stable" in the body of the message<br>
</font>
<br>
<br>
--=_alternative 004366EE88256989_=--
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?OF902202C7.1C527B9B-ON88256989.00431802>
