public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/17789] New: Cannot 'make check' inside libstdc++-v3
@ 2004-10-02  0:11 pcarlini at suse dot de
  2004-10-02  0:16 ` [Bug libstdc++/17789] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: pcarlini at suse dot de @ 2004-10-02  0:11 UTC (permalink / raw)
  To: gcc-bugs

Even if I pass explicitly --enable-shared (this way the bootstrap completes),
still something is wrong, in that I cannot run anymore 'make check' inside the
libstdc++-v3 build dir (this worked fine 'til ~15 days ago):

                === libstdc++ tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /usr/src/paolo/gcc-head/gcc/libstdc++-v3/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running
/usr/src/paolo/gcc-head/gcc/libstdc++-v3/testsuite/libstdc++-dg/normal.exp ...
/abuild/paolo/gcc-head/gcc/xgcc: error while loading shared libraries:
libunwind.so.7: cannot open shared object file: No such file or directory
    while executing
"exec /abuild/paolo/gcc-head/gcc/xgcc --print-multi-directory"
    ("eval" body line 1)
    invoked from within
...
...

-- 
           Summary: Cannot 'make check' inside libstdc++-v3
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pcarlini at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-unknown-linux-gnu
  GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu
 BugsThisDependsOn: 17783


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


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

* [Bug libstdc++/17789] Cannot 'make check' inside libstdc++-v3
  2004-10-02  0:11 [Bug other/17789] New: Cannot 'make check' inside libstdc++-v3 pcarlini at suse dot de
@ 2004-10-02  0:16 ` pinskia at gcc dot gnu dot org
  2004-10-02  0:20 ` hjl at lucon dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-02  0:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-02 00:16 -------
This is related to PR 17469 also.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|other                       |libstdc++


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


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

* [Bug libstdc++/17789] Cannot 'make check' inside libstdc++-v3
  2004-10-02  0:11 [Bug other/17789] New: Cannot 'make check' inside libstdc++-v3 pcarlini at suse dot de
  2004-10-02  0:16 ` [Bug libstdc++/17789] " pinskia at gcc dot gnu dot org
@ 2004-10-02  0:20 ` hjl at lucon dot org
  2004-10-02  4:18 ` [Bug libstdc++/17789] [3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at lucon dot org @ 2004-10-02  0:20 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|17783                       |
OtherBugsDependingO|                            |17464
              nThis|                            |


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


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

* [Bug libstdc++/17789] [3.4/4.0 Regression] Cannot 'make check' inside libstdc++-v3
  2004-10-02  0:11 [Bug other/17789] New: Cannot 'make check' inside libstdc++-v3 pcarlini at suse dot de
  2004-10-02  0:16 ` [Bug libstdc++/17789] " pinskia at gcc dot gnu dot org
  2004-10-02  0:20 ` hjl at lucon dot org
@ 2004-10-02  4:18 ` pinskia at gcc dot gnu dot org
  2004-10-06 23:04 ` hjl at lucon dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-02  4:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-02 04:18 -------
A 3.4 regression also, really the patch which did libunwind for all ia64-linux even where libunwind did 
not exist before was a patch which should have been tested better.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-02 04:18:17
               date|                            |
            Summary|Cannot 'make check' inside  |[3.4/4.0 Regression] Cannot
                   |libstdc++-v3                |'make check' inside
                   |                            |libstdc++-v3
   Target Milestone|---                         |3.4.3


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


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

* [Bug libstdc++/17789] [3.4/4.0 Regression] Cannot 'make check' inside libstdc++-v3
  2004-10-02  0:11 [Bug other/17789] New: Cannot 'make check' inside libstdc++-v3 pcarlini at suse dot de
                   ` (2 preceding siblings ...)
  2004-10-02  4:18 ` [Bug libstdc++/17789] [3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-10-06 23:04 ` hjl at lucon dot org
  2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at lucon dot org @ 2004-10-06 23:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-10-06 23:04 -------
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00295.html

-- 


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


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

* [Bug libstdc++/17789] [3.4/4.0 Regression] Cannot 'make check' inside libstdc++-v3
  2004-10-02  0:11 [Bug other/17789] New: Cannot 'make check' inside libstdc++-v3 pcarlini at suse dot de
                   ` (3 preceding siblings ...)
  2004-10-06 23:04 ` hjl at lucon dot org
@ 2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
  2004-12-14  8:47 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-11-01  0:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-11-01 00:46 -------
Postponed until GCC 3.4.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.3                       |3.4.4


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


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

* [Bug libstdc++/17789] [3.4/4.0 Regression] Cannot 'make check' inside libstdc++-v3
  2004-10-02  0:11 [Bug other/17789] New: Cannot 'make check' inside libstdc++-v3 pcarlini at suse dot de
                   ` (4 preceding siblings ...)
  2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
@ 2004-12-14  8:47 ` ebotcazou at gcc dot gnu dot org
  2005-05-19 17:33 ` [Bug libstdc++/17789] [3.4/4.0/4.1 " mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-12-14  8:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-12-14 08:47 -------
This is not critical according to the criteria.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug libstdc++/17789] [3.4/4.0/4.1 Regression] Cannot 'make check' inside libstdc++-v3
  2004-10-02  0:11 [Bug other/17789] New: Cannot 'make check' inside libstdc++-v3 pcarlini at suse dot de
                   ` (5 preceding siblings ...)
  2004-12-14  8:47 ` ebotcazou at gcc dot gnu dot org
@ 2005-05-19 17:33 ` mmitchel at gcc dot gnu dot org
  2005-07-22 21:16 ` pinskia at gcc dot gnu dot org
  2005-09-27 16:09 ` mmitchel at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-19 17:33 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |3.4.5


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


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

* [Bug libstdc++/17789] [3.4/4.0/4.1 Regression] Cannot 'make check' inside libstdc++-v3
  2004-10-02  0:11 [Bug other/17789] New: Cannot 'make check' inside libstdc++-v3 pcarlini at suse dot de
                   ` (6 preceding siblings ...)
  2005-05-19 17:33 ` [Bug libstdc++/17789] [3.4/4.0/4.1 " mmitchel at gcc dot gnu dot org
@ 2005-07-22 21:16 ` pinskia at gcc dot gnu dot org
  2005-09-27 16:09 ` mmitchel at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-22 21:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-22 21:13 -------
Moving to 4.0.2 pre Mark.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.5                       |4.0.2


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


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

* [Bug libstdc++/17789] [3.4/4.0/4.1 Regression] Cannot 'make check' inside libstdc++-v3
  2004-10-02  0:11 [Bug other/17789] New: Cannot 'make check' inside libstdc++-v3 pcarlini at suse dot de
                   ` (7 preceding siblings ...)
  2005-07-22 21:16 ` pinskia at gcc dot gnu dot org
@ 2005-09-27 16:09 ` mmitchel at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-27 16:09 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.2                       |4.0.3


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


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

end of thread, other threads:[~2005-09-27 16:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-02  0:11 [Bug other/17789] New: Cannot 'make check' inside libstdc++-v3 pcarlini at suse dot de
2004-10-02  0:16 ` [Bug libstdc++/17789] " pinskia at gcc dot gnu dot org
2004-10-02  0:20 ` hjl at lucon dot org
2004-10-02  4:18 ` [Bug libstdc++/17789] [3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
2004-10-06 23:04 ` hjl at lucon dot org
2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
2004-12-14  8:47 ` ebotcazou at gcc dot gnu dot org
2005-05-19 17:33 ` [Bug libstdc++/17789] [3.4/4.0/4.1 " mmitchel at gcc dot gnu dot org
2005-07-22 21:16 ` pinskia at gcc dot gnu dot org
2005-09-27 16:09 ` mmitchel 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).