bug#376: marked as done (BUILD: build host's curses.h)

[email protected] (LNX-BBC bug Tracking System) Sat, 11 Oct 2003 12:05:16 -0700
Newsgroups gmane.linux.bbc.bugs
Message-ID <[email protected]>
Your message dated Sat, 11 Oct 2003 14:03:14 -0500
with message-id <[email protected]>
and subject line This got fixed
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Nick Moffitt
(administrator, LNX-BBC bugs database)

--------------------------------------
Received: (at submit) by bugs.lnx-bbc.org; 4 May 2003 03:57:30 +0000
>From [email protected] Sat May 03 20:57:30 2003
Received: from goose.movealong.org ([66.93.80.69])
	by gargoyle.lnx-bbc.org with esmtp (Exim 3.35 #1 (Debian))
	id 19CAcz-00042R-00
	for <[email protected]>; Sat, 03 May 2003 20:57:29 -0700
Received: by goose.movealong.org (Postfix, from userid 1001)
	id 997BC440E7; Sat,  3 May 2003 22:58:56 -0500 (CDT)
Date: Sat, 3 May 2003 22:58:56 -0500
From: Nate Riffe <[email protected]>
To: [email protected]
Subject: BUILD: build host's curses.h
Message-ID: <[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-pw: reindeer flotilla
User-Agent: Mutt/1.5.4i

Package: gcc

When GCC is built, it takes certain header files from /usr/include
which it deems "system headers", processes them with some fancy sed
and awk gubbins, and stick them in its private include dir which ends
up in $(build_prefix).  Even though it is not strictly necessary on
GNU/Linux systems, it includes curses.h in this set of headers because
on some systems which GCC supports, it is a system header.  The
presence of the munged curses.h makes subsequent ncurses builds fail.

-- 
--< ((\))< >----< [email protected] >----< http://www.movealong.org/ >--
The general miseducation of the population of the United States has led to a
reassertion of simple platitudes as political discourse.
pub  1024D/05A058E0 2002-03-07 Nate Riffe (06-Mar-2002) <[email protected]>
     Key fingerprint = 0DAC F5CB D182 3165 D757  C466 CD42 12A8 05A0 58E0

---------------------------------------
Received: (at 384-done) by bugs.lnx-bbc.org; 11 Oct 2003 19:03:18 +0000
>From [email protected] Sat Oct 11 12:03:18 2003
Received: from goose.movealong.org ([69.17.22.121] ident=postfix)
	by gargoyle.lnx-bbc.org with esmtp (Exim 3.35 #1 (Debian))
	id 1A8P1K-0005rw-00
	for <[email protected]>; Sat, 11 Oct 2003 12:03:18 -0700
Received: by goose.movealong.org (Postfix, from userid 1001)
	id 150D2440CC; Sat, 11 Oct 2003 14:03:14 -0500 (CDT)
Date: Sat, 11 Oct 2003 14:03:14 -0500
From: Nate Riffe <[email protected]>
To: [email protected]
Subject: This got fixed
Message-ID: <[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-pw: reindeer flotilla
User-Agent: Mutt/1.5.4i

We now build a proper toolchain.  In that process, gcc gets its
headers from the glibc which is installed in the target DESTIMG,
rather than from the build system.

-- 
--< ((\))< >----< [email protected] >----< http://www.movealong.org/ >--
pub  1024D/05A058E0 2002-03-07 Nate Riffe (06-Mar-2002) <[email protected]>
     Key fingerprint = 0DAC F5CB D182 3165 D757  C466 CD42 12A8 05A0 58E0