From billsf@cuba.calyx.nl  Mon Jan  5 23:49:03 2004
Return-Path: <billsf@cuba.calyx.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9146016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Jan 2004 23:49:03 -0800 (PST)
Received: from cuba.calyx.nl (cuba.calyx.nl [213.130.163.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A053043D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Jan 2004 23:49:02 -0800 (PST)
	(envelope-from billsf@cuba.calyx.nl)
Received: by cuba.calyx.nl (Postfix, from userid 1000)
	id 38FC15C07; Tue,  6 Jan 2004 08:49:01 +0100 (CET)
Message-Id: <20040106074901.38FC15C07@cuba.calyx.nl>
Date: Tue,  6 Jan 2004 08:49:01 +0100 (CET)
From: Bill Squire <billsf@cuba.calyx.nl>
Reply-To: Bill Squire <billsf@cuba.calyx.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: simple error in libstdc++ causes 'buildworld to fail'
X-Send-Pr-Version: 3.113
X-GNATS-Notify: amd64 gnu

>Number:         60968
>Category:       kern
>Synopsis:       simple error in libstdc++ causes 'buildworld to fail'
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 05 23:50:13 PST 2004
>Closed-Date:    Sat Apr 24 00:51:50 PDT 2004
>Last-Modified:  Sat Apr 24 00:51:50 PDT 2004
>Originator:     Bill Squire
>Release:        FreeBSD 5.2-CURRENT amd64
>Organization:
Billsf Holding BV / Amsterdam NL
>Environment:
System: FreeBSD curacao.n2it.nl 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Jan 6 00:49:44 CET 2004 root@curacao.n2it.nl:/usr/obj/usr/src/sys/C64-02 amd64

        


>Description:
        The 'world' will not build due to a simple omission in
/usr/src/contrib/libstdc++/config/cpu/. amd64 was not put back, the
obsolete name "x86-64" was used previously.
>How-To-Repeat:
Attempt to 'make buildworld'. (Note where it stops.) Go
there (/usr/src/gnu/libstdc++) and 'make clean && make'
        
Use an amd64 and attempt to compile 'libstdc++' or 'world'.

>Fix:

        

From an earlier release before "/usr/src/contrib/libstdc++/config/cpu/x86-64/"
was removed: (a few hours ago or less)

cp /usr/src/contrib/libstdc++/config/cpu/x86-64/bits/atomicity.h \  (old)
/usr/src/contrib/libstdc++/config/cpu/amd64/                        (new)

ofcourse 'mkdir /usr/src/contrib/libstdc++/config/cpu/amd64' (in the new src
tree)

Note:
"generic" (in /usr/src/contrib/libstdc++/config/cpu/) did not work with my 
amd64. This is another bug report and a much complex. (not needed -- no
pr will be sent)

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Jan 6 01:36:32 PST 2004 
Responsible-Changed-Why:  
Rescue this from the 'pending' state. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60968 
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Sat Apr 24 00:51:01 PDT 2004 
State-Changed-Why:  
This was presumably only broken for a short while; it is now fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60968 
>Unformatted:
