public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/19151] New: [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0)
@ 2004-12-25  0:09 danglin at gcc dot gnu dot org
  2004-12-25  0:58 ` [Bug bootstrap/19151] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-12-25  0:09 UTC (permalink / raw)
  To: gcc-bugs

checking whether make sets $(MAKE)... yes
checking for powerpc-ibm-aix4.3.3.0-gcc... /opt/build/dave/gcc-4.0.0/objdir/gcc/
xgcc -B/opt/build/dave/gcc-4.0.0/objdir/gcc/ -B/home/dave/opt/gnu/gcc/gcc-4.0.0/
powerpc-ibm-aix4.3.3.0/bin/ -B/home/dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.
3.3.0/lib/ -isystem /home/dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.3.0/incl
ude -isystem /home/dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.3.0/sys-include
checking for suffix of object files... configure: error: cannot compute suffix o
f object files: cannot compile
See `config.log' for more details.
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/opt/build/dave/gcc-4.0.0/objdir'

config.log:

configure:2040: checking for powerpc-ibm-aix4.3.3.0-gcc
configure:2066: result: /opt/build/dave/gcc-4.0.0/objdir/gcc/xgcc -B/opt/build/d
ave/gcc-4.0.0/objdir/gcc/ -B/home/dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.
3.0/bin/ -B/home/dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.3.0/lib/ -isystem
 /home/dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.3.0/include -isystem /home/
dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.3.0/sys-include
configure:2348: checking for C compiler version
configure:2351: /opt/build/dave/gcc-4.0.0/objdir/gcc/xgcc -B/opt/build/dave/gcc-
4.0.0/objdir/gcc/ -B/home/dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.3.0/bin/
 -B/home/dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.3.0/lib/ -isystem /home/d
ave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.3.0/include -isystem /home/dave/opt
/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.3.0/sys-include --version </dev/null >&5
Could not load program /opt/build/dave/gcc-4.0.0/objdir/gcc/xgcc:
        Dependent module ../libiberty/libiberty.a(libiberty.so.0) could not be l
oaded.
Could not load module ../libiberty/libiberty.a(libiberty.so.0).
Error was: No such file or directory
configure:2354: $? = 255
...

-- 
           Summary: [4.0 Regression] configure: Could not load module
                    ../libiberty/libiberty.a(libiberty.so.0)
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-ibm-aix4.3.3.0
  GCC host triplet: powerpc-ibm-aix4.3.3.0
GCC target triplet: powerpc-ibm-aix4.3.3.0


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


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

* [Bug bootstrap/19151] [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0)
  2004-12-25  0:09 [Bug bootstrap/19151] New: [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0) danglin at gcc dot gnu dot org
@ 2004-12-25  0:58 ` pinskia at gcc dot gnu dot org
  2004-12-25  2:26 ` hjl at lucon dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-25  0:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-25 00:58 -------
Again I really think it was inappropriate at this late stage to change how libiberty was building.

Mark could you comment on if it was inappropriate or not because this change also causes one other 
regresssion (PR 19135) and it was committed just last week?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl at lucon dot org,
                   |                            |mmitchel at gcc dot gnu dot
                   |                            |org
           Keywords|                            |build
   Target Milestone|---                         |4.0.0


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


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

* [Bug bootstrap/19151] [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0)
  2004-12-25  0:09 [Bug bootstrap/19151] New: [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0) danglin at gcc dot gnu dot org
  2004-12-25  0:58 ` [Bug bootstrap/19151] " pinskia at gcc dot gnu dot org
@ 2004-12-25  2:26 ` hjl at lucon dot org
  2004-12-25 15:37 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at lucon dot org @ 2004-12-25  2:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-12-25 02:25 -------
Please try this patch:

http://gcc.gnu.org/bugzilla/attachment.cgi?id=7824&action=view

-- 


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


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

* [Bug bootstrap/19151] [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0)
  2004-12-25  0:09 [Bug bootstrap/19151] New: [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0) danglin at gcc dot gnu dot org
  2004-12-25  0:58 ` [Bug bootstrap/19151] " pinskia at gcc dot gnu dot org
  2004-12-25  2:26 ` hjl at lucon dot org
@ 2004-12-25 15:37 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-12-27  0:42 ` pinskia at gcc dot gnu dot org
  2004-12-31 22:47 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-12-25 15:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-12-25 15:37 -------
Subject: Re:  [4.0 Regression] configure: Could not load

> Please try this patch:
> 
> http://gcc.gnu.org/bugzilla/attachment.cgi?id=7824&action=view

This fixes the problem on aix4.3.

Dave


-- 


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


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

* [Bug bootstrap/19151] [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0)
  2004-12-25  0:09 [Bug bootstrap/19151] New: [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0) danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-12-25 15:37 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-12-27  0:42 ` pinskia at gcc dot gnu dot org
  2004-12-31 22:47 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-27  0:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-27 00:42:32
               date|                            |


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


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

* [Bug bootstrap/19151] [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0)
  2004-12-25  0:09 [Bug bootstrap/19151] New: [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0) danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-12-27  0:42 ` pinskia at gcc dot gnu dot org
@ 2004-12-31 22:47 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-31 22:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-31 22:47 -------
Fixed by reverting the patch which caused this.

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


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


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

end of thread, other threads:[~2004-12-31 22:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-25  0:09 [Bug bootstrap/19151] New: [4.0 Regression] configure: Could not load module ../libiberty/libiberty.a(libiberty.so.0) danglin at gcc dot gnu dot org
2004-12-25  0:58 ` [Bug bootstrap/19151] " pinskia at gcc dot gnu dot org
2004-12-25  2:26 ` hjl at lucon dot org
2004-12-25 15:37 ` dave at hiauly1 dot hia dot nrc dot ca
2004-12-27  0:42 ` pinskia at gcc dot gnu dot org
2004-12-31 22:47 ` 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).