public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/15648] New: Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory
@ 2004-05-26 13:37 lucier at math dot purdue dot edu
  2004-05-26 13:39 ` [Bug bootstrap/15648] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lucier at math dot purdue dot edu @ 2004-05-26 13:37 UTC (permalink / raw)
  To: gcc-bugs

if gcc -DHAVE_CONFIG_H -I. -I../../libcpp -I.  -I../../libcpp/../include
-I../../libcpp -I./intl -I../../libcpp/include
-DLOCALEDIR="\"/pkgs/gcc-mainline/share/locale\""   -g -O2  -MT charset.o -MD
-MP -MF ".deps/charset.Tpo" -c -o charset.o ../../libcpp/charset.c; \
then mv -f ".deps/charset.Tpo" ".deps/charset.Po"; else rm -f
".deps/charset.Tpo"; exit 1; fi
In file included from ../../libcpp/charset.c:22:
../../libcpp/system.h:182:21: libintl.h: No such file or directory
make[2]: *** [charset.o] Error 1
make[1]: *** [all] Error 2
make: *** [all-libcpp] Error 2

-- 
           Summary: Bootstrap failure: ../../libcpp/system.h:182:21:
                    libintl.h: No such file or directory
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lucier at math dot purdue dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin7.3.0
  GCC host triplet: powerpc-apple-darwin7.3.0
GCC target triplet: powerpc-apple-darwin7.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15648


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/15648] [3.5 Regression] Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory
  2004-05-26 13:37 [Bug bootstrap/15648] New: Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory lucier at math dot purdue dot edu
@ 2004-05-26 13:39 ` pinskia at gcc dot gnu dot org
  2004-05-26 14:24 ` lucier at math dot purdue dot edu
  2004-05-26 14:26 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 13:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-25 15:14 -------
Confirmed, two patches are needed: http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01586.html and 
http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01584.html .

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |build, patch
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-25 15:14:47
               date|                            |
            Summary|Bootstrap failure:          |[3.5 Regression] Bootstrap
                   |../../libcpp/system.h:182:21|failure:
                   |: libintl.h: No such file or|../../libcpp/system.h:182:21
                   |directory                   |: libintl.h: No such file or
                   |                            |directory
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15648


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/15648] [3.5 Regression] Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory
  2004-05-26 13:37 [Bug bootstrap/15648] New: Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory lucier at math dot purdue dot edu
  2004-05-26 13:39 ` [Bug bootstrap/15648] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-05-26 14:24 ` lucier at math dot purdue dot edu
  2004-05-26 14:26 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: lucier at math dot purdue dot edu @ 2004-05-26 14:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lucier at math dot purdue dot edu  2004-05-26 02:59 -------
Subject: Re:  [3.5 Regression] Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory

Bootstrap just succeeded for me, so this seems to be fixed.

Brad



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15648


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/15648] [3.5 Regression] Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory
  2004-05-26 13:37 [Bug bootstrap/15648] New: Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory lucier at math dot purdue dot edu
  2004-05-26 13:39 ` [Bug bootstrap/15648] [3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-05-26 14:24 ` lucier at math dot purdue dot edu
@ 2004-05-26 14:26 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 14:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-26 03:58 -------
Fixed by:
2004-05-25  Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.am: the correct directory for
        gettext include files is given by @INCINTL@.
        * Makefile.in: Regenerate.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15648


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-05-26  3:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-26 13:37 [Bug bootstrap/15648] New: Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory lucier at math dot purdue dot edu
2004-05-26 13:39 ` [Bug bootstrap/15648] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-05-26 14:24 ` lucier at math dot purdue dot edu
2004-05-26 14:26 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).