public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/18360] New: Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline
@ 2004-11-07 17:11 wanderer at rsu dot ru
  2004-11-07 17:13 ` [Bug bootstrap/18360] " wanderer at rsu dot ru
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: wanderer at rsu dot ru @ 2004-11-07 17:11 UTC (permalink / raw)
  To: gcc-bugs

Bootstrap gcc 3.4.3 (CVS after adding tag 3.4.3 version) is fine if used 
system FreebSD compiler (gcc version 3.4.2 [FreeBSD] 20040728), but terminate
with error message if used installed gcc version 4.0.0 20041105 (experimental):

---8X-----------------------
stage1/xgcc -Bstage1/ -B/home/wanderer/pkg/gcc_34/i386-unknown-
freebsd5.3/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-
prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-
definition   -Wno-error  -DHAVE_CONFIG_H    -I. -I. -
I/home/wanderer/pkg/build/gcc/src/gcc_34/gcc/gcc -
I/home/wanderer/pkg/build/gcc/src/gcc_34/gcc/gcc/. -
I/home/wanderer/pkg/build/gcc/src/gcc_34/gcc/gcc/../include  c-parse.c -o c-
parse.o
In file included from c-parse.y:42:
/home/wanderer/pkg/build/gcc/src/gcc_34/gcc/gcc/intl.h:31:21: libintl.h: No 
such file or directory
---X8-----------------------

-- 
           Summary: Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wanderer at rsu dot ru
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-freebsd5.3-RC1
  GCC host triplet: i386-unknown-freebsd5.3-RC1
GCC target triplet: i386-unknown-freebsd5.3-RC1


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


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

* [Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline
  2004-11-07 17:11 [Bug bootstrap/18360] New: Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline wanderer at rsu dot ru
@ 2004-11-07 17:13 ` wanderer at rsu dot ru
  2004-11-07 17:14 ` wanderer at rsu dot ru
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: wanderer at rsu dot ru @ 2004-11-07 17:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wanderer at rsu dot ru  2004-11-07 17:13 -------
Created an attachment (id=7488)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7488&action=view)
configure logs if bootstrap with FreeBSD system compiler


-- 


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


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

* [Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline
  2004-11-07 17:11 [Bug bootstrap/18360] New: Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline wanderer at rsu dot ru
  2004-11-07 17:13 ` [Bug bootstrap/18360] " wanderer at rsu dot ru
@ 2004-11-07 17:14 ` wanderer at rsu dot ru
  2004-11-11 18:45 ` wanderer at rsu dot ru
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: wanderer at rsu dot ru @ 2004-11-07 17:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wanderer at rsu dot ru  2004-11-07 17:14 -------
Created an attachment (id=7489)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7489&action=view)
configure logs if bootstrap with gcc mainline


-- 


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


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

* [Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline
  2004-11-07 17:11 [Bug bootstrap/18360] New: Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline wanderer at rsu dot ru
  2004-11-07 17:13 ` [Bug bootstrap/18360] " wanderer at rsu dot ru
  2004-11-07 17:14 ` wanderer at rsu dot ru
@ 2004-11-11 18:45 ` wanderer at rsu dot ru
  2005-01-27 13:01 ` wanderer at rsu dot ru
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: wanderer at rsu dot ru @ 2004-11-11 18:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wanderer at rsu dot ru  2004-11-11 18:44 -------
Same problem afterupgrade to released i386-unknown-freebsd5.3 
and gcc version 4.0.0 20041110 (experimental)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|i386-unknown-freebsd5.3-RC1 |i386-unknown-freebsd5.3
   GCC host triplet|i386-unknown-freebsd5.3-RC1 |i386-unknown-freebsd5.3
 GCC target triplet|i386-unknown-freebsd5.3-RC1 |i386-unknown-freebsd5.3


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


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

* [Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline
  2004-11-07 17:11 [Bug bootstrap/18360] New: Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline wanderer at rsu dot ru
                   ` (2 preceding siblings ...)
  2004-11-11 18:45 ` wanderer at rsu dot ru
@ 2005-01-27 13:01 ` wanderer at rsu dot ru
  2005-01-27 13:04 ` wanderer at rsu dot ru
  2005-02-01 23:39 ` wanderer at rsu dot ru
  5 siblings, 0 replies; 10+ messages in thread
From: wanderer at rsu dot ru @ 2005-01-27 13:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wanderer at rsu dot ru  2005-01-27 12:59 -------
Can be related to PR18360

-- 


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


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

* [Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline
  2004-11-07 17:11 [Bug bootstrap/18360] New: Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline wanderer at rsu dot ru
                   ` (3 preceding siblings ...)
  2005-01-27 13:01 ` wanderer at rsu dot ru
@ 2005-01-27 13:04 ` wanderer at rsu dot ru
  2005-02-01 23:39 ` wanderer at rsu dot ru
  5 siblings, 0 replies; 10+ messages in thread
From: wanderer at rsu dot ru @ 2005-01-27 13:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wanderer at rsu dot ru  2005-01-27 13:01 -------
Sorry, can be related PR19656

-- 


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


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

* [Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline
  2004-11-07 17:11 [Bug bootstrap/18360] New: Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline wanderer at rsu dot ru
                   ` (4 preceding siblings ...)
  2005-01-27 13:04 ` wanderer at rsu dot ru
@ 2005-02-01 23:39 ` wanderer at rsu dot ru
  5 siblings, 0 replies; 10+ messages in thread
From: wanderer at rsu dot ru @ 2005-02-01 23:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |19656


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


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

* [Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline
       [not found] <bug-18360-333@http.gcc.gnu.org/bugzilla/>
  2008-12-25 21:51 ` tkoenig at gcc dot gnu dot org
  2008-12-26  0:02 ` kargl at gcc dot gnu dot org
@ 2008-12-26 11:49 ` tkoenig at gcc dot gnu dot org
  2 siblings, 0 replies; 10+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2008-12-26 11:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from tkoenig at gcc dot gnu dot org  2008-12-26 11:46 -------
Closing, then.

Once again, the number of gcc bugs goes down by approximately 0.02% :-)


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline
       [not found] <bug-18360-333@http.gcc.gnu.org/bugzilla/>
  2008-12-25 21:51 ` tkoenig at gcc dot gnu dot org
@ 2008-12-26  0:02 ` kargl at gcc dot gnu dot org
  2008-12-26 11:49 ` tkoenig at gcc dot gnu dot org
  2 siblings, 0 replies; 10+ messages in thread
From: kargl at gcc dot gnu dot org @ 2008-12-26  0:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from kargl at gcc dot gnu dot org  2008-12-26 00:01 -------
(In reply to comment #6)
> Is this still current?
> 

This should probably be closed as WONTFIX.  The report is 
against FreeBSD 5.3, which is ancient.  The FreeBSD Ports
Collection currently has port/lang/gcc34, which uses
3.4.6.


-- 


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


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

* [Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline
       [not found] <bug-18360-333@http.gcc.gnu.org/bugzilla/>
@ 2008-12-25 21:51 ` tkoenig at gcc dot gnu dot org
  2008-12-26  0:02 ` kargl at gcc dot gnu dot org
  2008-12-26 11:49 ` tkoenig at gcc dot gnu dot org
  2 siblings, 0 replies; 10+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2008-12-25 21:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from tkoenig at gcc dot gnu dot org  2008-12-25 21:49 -------
Is this still current?


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

end of thread, other threads:[~2008-12-26 11:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-07 17:11 [Bug bootstrap/18360] New: Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline wanderer at rsu dot ru
2004-11-07 17:13 ` [Bug bootstrap/18360] " wanderer at rsu dot ru
2004-11-07 17:14 ` wanderer at rsu dot ru
2004-11-11 18:45 ` wanderer at rsu dot ru
2005-01-27 13:01 ` wanderer at rsu dot ru
2005-01-27 13:04 ` wanderer at rsu dot ru
2005-02-01 23:39 ` wanderer at rsu dot ru
     [not found] <bug-18360-333@http.gcc.gnu.org/bugzilla/>
2008-12-25 21:51 ` tkoenig at gcc dot gnu dot org
2008-12-26  0:02 ` kargl at gcc dot gnu dot org
2008-12-26 11:49 ` tkoenig 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).