public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check
@ 2004-09-13 19:37 hjl at lucon dot org
  2004-09-13 19:40 ` [Bug other/17464] " hjl at lucon dot org
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 19:37 UTC (permalink / raw)
  To: gcc-bugs

The newly built shared libraries in the gcc directory aren't
always used for bootstap and check, which may lead to the
bootstrap failure and false alarm in "make check".

-- 
           Summary: The newly built gcc shared libraries aren't used for
                    bootstap and check
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Keywords: meta-bug
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
@ 2004-09-13 19:40 ` hjl at lucon dot org
  2004-09-13 19:58 ` hjl at lucon dot org
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 19:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |16633, 17311, 17369


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
  2004-09-13 19:40 ` [Bug other/17464] " hjl at lucon dot org
@ 2004-09-13 19:58 ` hjl at lucon dot org
  2004-09-13 20:00 ` hjl at lucon dot org
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 19:58 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |17465


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
  2004-09-13 19:40 ` [Bug other/17464] " hjl at lucon dot org
  2004-09-13 19:58 ` hjl at lucon dot org
@ 2004-09-13 20:00 ` hjl at lucon dot org
  2004-09-13 21:28 ` hjl at lucon dot org
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 20:00 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |17466


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2004-09-13 20:00 ` hjl at lucon dot org
@ 2004-09-13 21:28 ` hjl at lucon dot org
  2004-09-13 22:05 ` hjl at lucon dot org
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 21:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |17469


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2004-09-13 21:28 ` hjl at lucon dot org
@ 2004-09-13 22:05 ` hjl at lucon dot org
  2004-09-14 21:45 ` pinskia at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 22:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-13 22:05 -------
When LD_LIBRARY_PATH is set, dejagnu tests can't use the global ld_library_path
since it will cause LD_LIBRARY_PATH to be set with $ld_library_path, which
will override the existing LD_LIBRARY_PATH.

-- 


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2004-09-13 22:05 ` hjl at lucon dot org
@ 2004-09-14 21:45 ` pinskia at gcc dot gnu dot org
  2004-09-15 21:59 ` hjl at lucon dot org
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-14 21:45 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 17464 depends on bug 17465, which changed state.

Bug 17465 Summary: Testsuite in libffi overrides LD_LIBRARY_PATH
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17465

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (5 preceding siblings ...)
  2004-09-14 21:45 ` pinskia at gcc dot gnu dot org
@ 2004-09-15 21:59 ` hjl at lucon dot org
  2004-09-24  0:58 ` pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-09-15 21:59 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |16592


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (6 preceding siblings ...)
  2004-09-15 21:59 ` hjl at lucon dot org
@ 2004-09-24  0:58 ` pinskia at gcc dot gnu dot org
  2004-09-24 17:24 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-24  0:58 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 17464 depends on bug 17369, which changed state.

Bug 17369 Summary: [3.4/4.0 regression] [ia64] Bootstrap failure with binutils-2.15.90.0.1.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17369

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (7 preceding siblings ...)
  2004-09-24  0:58 ` pinskia at gcc dot gnu dot org
@ 2004-09-24 17:24 ` pinskia at gcc dot gnu dot org
  2004-09-30 13:20 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-24 17:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 17464 depends on bug 17469, which changed state.

Bug 17469 Summary: Testsuite in libstdc++ overrides LD_LIBRARY_PATH
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17469

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (8 preceding siblings ...)
  2004-09-24 17:24 ` pinskia at gcc dot gnu dot org
@ 2004-09-30 13:20 ` pinskia at gcc dot gnu dot org
  2004-10-01 22:24 ` hjl at lucon dot org
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-30 13:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-30 13:20 -------
*** Bug 17087 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |James dot W dot Mckelvey at
                   |                            |jpl dot nasa dot gov


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (9 preceding siblings ...)
  2004-09-30 13:20 ` pinskia at gcc dot gnu dot org
@ 2004-10-01 22:24 ` hjl at lucon dot org
  2004-10-02  0:20 ` hjl at lucon dot org
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-10-01 22:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |17783


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (10 preceding siblings ...)
  2004-10-01 22:24 ` hjl at lucon dot org
@ 2004-10-02  0:20 ` hjl at lucon dot org
  2004-10-03 17:54 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-10-02  0:20 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |17789


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (11 preceding siblings ...)
  2004-10-02  0:20 ` hjl at lucon dot org
@ 2004-10-03 17:54 ` pinskia at gcc dot gnu dot org
  2004-10-06 22:51 ` jbuck at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-03 17:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-03 17:54 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-03 17:54:46
               date|                            |


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (12 preceding siblings ...)
  2004-10-03 17:54 ` pinskia at gcc dot gnu dot org
@ 2004-10-06 22:51 ` jbuck at gcc dot gnu dot org
  2004-10-06 23:08 ` hjl at lucon dot org
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2004-10-06 22:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jbuck at gcc dot gnu dot org  2004-10-06 22:51 -------
I observe something similar when trying to boot the trunk on ia64-*-linux-gnu.

Specifically, during stage 2, the compiler builds build/genmodes and then runs
it, but there is a failure because the just-built libunwind.so.7 is not found:
it is in the stage1 subdirectory which is not on any LD_LIBRARY_PATH.

I have attached a log from a failing build as an attachment.


-- 


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (13 preceding siblings ...)
  2004-10-06 22:51 ` jbuck at gcc dot gnu dot org
@ 2004-10-06 23:08 ` hjl at lucon dot org
  2004-10-14  2:25 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-10-06 23:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-10-06 23:08 -------
It is a known bug. See bug 17783.

-- 


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (14 preceding siblings ...)
  2004-10-06 23:08 ` hjl at lucon dot org
@ 2004-10-14  2:25 ` pinskia at gcc dot gnu dot org
  2004-10-14 16:16 ` hjl at lucon dot org
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-14  2:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-14 02:25 -------
Really the libunwind patch should be reverted untill we fix this.

-- 


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (15 preceding siblings ...)
  2004-10-14  2:25 ` pinskia at gcc dot gnu dot org
@ 2004-10-14 16:16 ` hjl at lucon dot org
  2004-10-14 16:34 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-10-14 16:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-10-14 16:16 -------
Shouldn't we also revert libgcc_s.so patch? The problem is nothing new.
It existed from day one when libgcc_s.so was introduced. If there is no
system libgcc_s.so, gcc won't boostrap nor pass "make check". Let's fix
this long standing bug.

-- 


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (16 preceding siblings ...)
  2004-10-14 16:16 ` hjl at lucon dot org
@ 2004-10-14 16:34 ` pinskia at gcc dot gnu dot org
  2004-10-14 17:10 ` hjl at lucon dot org
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-14 16:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-14 16:34 -------
This is not true at all because I used to bootstrap on linux right after gcc added libgcc_s, In fact I still 
bootstrap on targets where libgcc_s don't exist on the machine but is built now on the mainline (ppc-
darwin is the one which I am talking about).

-- 


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (17 preceding siblings ...)
  2004-10-14 16:34 ` pinskia at gcc dot gnu dot org
@ 2004-10-14 17:10 ` hjl at lucon dot org
  2004-10-18 17:00 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-10-14 17:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-10-14 17:10 -------
Have you looked at

http://gcc.gnu.org/ml/gcc/2004-09/msg00209.html

We get lucky that only Ada compiler is linked with libgcc_s.so.

-- 


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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (18 preceding siblings ...)
  2004-10-14 17:10 ` hjl at lucon dot org
@ 2004-10-18 17:00 ` pinskia at gcc dot gnu dot org
  2004-11-04 17:11 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-18 17:00 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 17464 depends on bug 17684, which changed state.

Bug 17684 Summary: [3.4/4.0 Regression] /usr/ccs/bin/ld: Can't create libgcc_s.sl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17684

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (19 preceding siblings ...)
  2004-10-18 17:00 ` pinskia at gcc dot gnu dot org
@ 2004-11-04 17:11 ` pinskia at gcc dot gnu dot org
  2004-11-17 22:22 ` hjl at lucon dot org
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-04 17:11 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 17464 depends on bug 17783, which changed state.

Bug 17783 Summary: Top level configure doesn't support shared libraries enabled by default
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17783

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (20 preceding siblings ...)
  2004-11-04 17:11 ` pinskia at gcc dot gnu dot org
@ 2004-11-17 22:22 ` hjl at lucon dot org
  2005-02-10 19:30 ` charlet at gcc dot gnu dot org
  2005-08-17 19:31 ` [Bug other/17464] [meta-bug] " hjl at lucon dot org
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2004-11-17 22:22 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 17464 depends on bug 18526, which changed state.

Bug 18526 Summary: fortran testsuite broken
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18526

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |DUPLICATE

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


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

* [Bug other/17464] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (21 preceding siblings ...)
  2004-11-17 22:22 ` hjl at lucon dot org
@ 2005-02-10 19:30 ` charlet at gcc dot gnu dot org
  2005-08-17 19:31 ` [Bug other/17464] [meta-bug] " hjl at lucon dot org
  23 siblings, 0 replies; 25+ messages in thread
From: charlet at gcc dot gnu dot org @ 2005-02-10 19:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 17464 depends on bug 16592, which changed state.

Bug 16592 Summary: Ada tools don't use the newly built shared libraries
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16592

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/17464] [meta-bug] The newly built gcc shared libraries aren't used for bootstap and check
  2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
                   ` (22 preceding siblings ...)
  2005-02-10 19:30 ` charlet at gcc dot gnu dot org
@ 2005-08-17 19:31 ` hjl at lucon dot org
  23 siblings, 0 replies; 25+ messages in thread
From: hjl at lucon dot org @ 2005-08-17 19:31 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 17464 depends on bug 17466, which changed state.

Bug 17466 Summary: Testsuites in gcc override LD_LIBRARY_PATH
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17466

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2005-08-17 18:10 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13 19:37 [Bug other/17464] New: The newly built gcc shared libraries aren't used for bootstap and check hjl at lucon dot org
2004-09-13 19:40 ` [Bug other/17464] " hjl at lucon dot org
2004-09-13 19:58 ` hjl at lucon dot org
2004-09-13 20:00 ` hjl at lucon dot org
2004-09-13 21:28 ` hjl at lucon dot org
2004-09-13 22:05 ` hjl at lucon dot org
2004-09-14 21:45 ` pinskia at gcc dot gnu dot org
2004-09-15 21:59 ` hjl at lucon dot org
2004-09-24  0:58 ` pinskia at gcc dot gnu dot org
2004-09-24 17:24 ` pinskia at gcc dot gnu dot org
2004-09-30 13:20 ` pinskia at gcc dot gnu dot org
2004-10-01 22:24 ` hjl at lucon dot org
2004-10-02  0:20 ` hjl at lucon dot org
2004-10-03 17:54 ` pinskia at gcc dot gnu dot org
2004-10-06 22:51 ` jbuck at gcc dot gnu dot org
2004-10-06 23:08 ` hjl at lucon dot org
2004-10-14  2:25 ` pinskia at gcc dot gnu dot org
2004-10-14 16:16 ` hjl at lucon dot org
2004-10-14 16:34 ` pinskia at gcc dot gnu dot org
2004-10-14 17:10 ` hjl at lucon dot org
2004-10-18 17:00 ` pinskia at gcc dot gnu dot org
2004-11-04 17:11 ` pinskia at gcc dot gnu dot org
2004-11-17 22:22 ` hjl at lucon dot org
2005-02-10 19:30 ` charlet at gcc dot gnu dot org
2005-08-17 19:31 ` [Bug other/17464] [meta-bug] " hjl at lucon 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).