public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/22272] New: endless loop during compile of all-target-libstdc++-v3
@ 2005-07-01 17:46 lehmann at ans-netz dot de
  2005-07-01 17:51 ` [Bug libstdc++/22272] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: lehmann at ans-netz dot de @ 2005-07-01 17:46 UTC (permalink / raw)
  To: gcc-bugs

Hi,

I encounter an endless loop during the compile of all-target-libstdc++-v3

It goes like

Adding multilib support to Makefile in .
multidirs=pthread power powerpc pthread/power pthread/powerpc
with_multisubdir=
Running configure in multilib subdirs pthread power powerpc pthread/power
pthread/powerpc
pwd: /obj/pkg/lang/gcc3-c++/work/gcc-3.3.5/powerpc-ibm-aix4.3.3.0/libstdc++-v3

and after that it goes through every multidir. After linking+configure in
pthread/powerpc it restarts the whole thing with


pthread5.cc             ..linked
pthread6.cc             ..linked
testsuite_flags.in              ..linked
gmake[2]: Entering directory
`/obj/pkg/lang/gcc3-c++/work/gcc-3.3.5/powerpc-ibm-aix4.3.3.0/pthread/powerpc/libstdc++-v3'
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --cache-file=../config.cache
--with-multisubdir=pthread/powerpc --with-multisrctop=../../ --enable-multilib
--cache-file=../config.cache --host=powerpc-ibm-aix4.3.3.0
--build=powerpc-ibm-aix4.3.3.0 --enable-multilib
--with-gcc-version-trigger=/obj/pkg/lang/gcc3-c++/work/gcc-3.3.5/gcc/version.c
--prefix=/opt/pkg/gcc3 --disable-aix64 --disable-shared --enable-languages=c++
--srcdir=. --with-target-subdir=powerpc-ibm-aix4.3.3.0 --no-create --no-recursion
loading cache ../config.cache


I'm not shure if that matters, but after each multilib-dir, it writes sth. like

Adding multilib support to Makefile in .
with_multisubdir=powerpc
chmod: mkcheck: No such file or directory
chmod: testsuite_flags: No such file or directory
Running configure in multilib subdir pthread/power
pwd: /obj/pkg/lang/gcc3-c++/work/gcc-3.3.5/powerpc-ibm-aix4.3.3.0
Building symlink tree in
/obj/pkg/lang/gcc3-c++/work/gcc-3.3.5/powerpc-ibm-aix4.3.3.0/pthread/power/libstdc++-v3

I'm not shure if the chmod errors are critical?

The following versions of gcc are installed:

gcc (GCC) 3.3.5
g++ (GCC) 3.3.4

Configure arguments where
--prefix=/opt/pkg/gcc3 --host=powerpc-ibm-aix4.3.3.0 --disable-aix64
--disable-shared  --enable-languages=c++

-- 
           Summary: endless loop during compile of all-target-libstdc++-v3
           Product: gcc
           Version: 3.3.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lehmann at ans-netz dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: 3.3.4/5
  GCC host triplet: AIX 4.3.3 ML11
GCC target triplet: 3.3.5


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


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

* [Bug libstdc++/22272] endless loop during compile of all-target-libstdc++-v3
  2005-07-01 17:46 [Bug c++/22272] New: endless loop during compile of all-target-libstdc++-v3 lehmann at ans-netz dot de
@ 2005-07-01 17:51 ` pinskia at gcc dot gnu dot org
  2005-07-01 22:57 ` dje at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-01 17:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |libstdc++
  GCC build triplet|3.3.4/5                     |powerpc-ibm-aix4.3.3.0
   GCC host triplet|AIX 4.3.3 ML11              |powerpc-ibm-aix4.3.3.0
 GCC target triplet|3.3.5                       |powerpc-ibm-aix4.3.3.0


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


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

* [Bug libstdc++/22272] endless loop during compile of all-target-libstdc++-v3
  2005-07-01 17:46 [Bug c++/22272] New: endless loop during compile of all-target-libstdc++-v3 lehmann at ans-netz dot de
  2005-07-01 17:51 ` [Bug libstdc++/22272] " pinskia at gcc dot gnu dot org
@ 2005-07-01 22:57 ` dje at gcc dot gnu dot org
  2005-07-02  8:53 ` lehmann at ans-netz dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dje at gcc dot gnu dot org @ 2005-07-01 22:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dje at gcc dot gnu dot org  2005-07-01 22:57 -------
This is a bug in the AIX assembler.  The host/target-specific installation notes
for AIX specify the level of assembler PTF that must be installed to build GCC:

http://gcc.gnu.org/install/specific.html#x-ibm-aix

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug libstdc++/22272] endless loop during compile of all-target-libstdc++-v3
  2005-07-01 17:46 [Bug c++/22272] New: endless loop during compile of all-target-libstdc++-v3 lehmann at ans-netz dot de
  2005-07-01 17:51 ` [Bug libstdc++/22272] " pinskia at gcc dot gnu dot org
  2005-07-01 22:57 ` dje at gcc dot gnu dot org
@ 2005-07-02  8:53 ` lehmann at ans-netz dot de
  2005-07-02 17:17 ` pinskia at gcc dot gnu dot org
  2005-07-06 15:39 ` lehmann at ans-netz dot de
  4 siblings, 0 replies; 6+ messages in thread
From: lehmann at ans-netz dot de @ 2005-07-02  8:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lehmann at ans-netz dot de  2005-07-02 08:53 -------
I can't install APAR IY26685 because it is already included in AIX's ML11 for
4.3.3. -> I already have that fix installed.:

All of the selected fixes in your download list are currently installed on your
system or are included in the maintenance level installed on your system.

What do you expect me to do now?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


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


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

* [Bug libstdc++/22272] endless loop during compile of all-target-libstdc++-v3
  2005-07-01 17:46 [Bug c++/22272] New: endless loop during compile of all-target-libstdc++-v3 lehmann at ans-netz dot de
                   ` (2 preceding siblings ...)
  2005-07-02  8:53 ` lehmann at ans-netz dot de
@ 2005-07-02 17:17 ` pinskia at gcc dot gnu dot org
  2005-07-06 15:39 ` lehmann at ans-netz dot de
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-02 17:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-02 17:17 -------
Are you building in the source directory?
if so can you try building in an object directory like the instation directions recomend?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug libstdc++/22272] endless loop during compile of all-target-libstdc++-v3
  2005-07-01 17:46 [Bug c++/22272] New: endless loop during compile of all-target-libstdc++-v3 lehmann at ans-netz dot de
                   ` (3 preceding siblings ...)
  2005-07-02 17:17 ` pinskia at gcc dot gnu dot org
@ 2005-07-06 15:39 ` lehmann at ans-netz dot de
  4 siblings, 0 replies; 6+ messages in thread
From: lehmann at ans-netz dot de @ 2005-07-06 15:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lehmann at ans-netz dot de  2005-07-06 15:39 -------
Building it outside the sourcetree made it work...

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


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


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

end of thread, other threads:[~2005-07-06 15:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-01 17:46 [Bug c++/22272] New: endless loop during compile of all-target-libstdc++-v3 lehmann at ans-netz dot de
2005-07-01 17:51 ` [Bug libstdc++/22272] " pinskia at gcc dot gnu dot org
2005-07-01 22:57 ` dje at gcc dot gnu dot org
2005-07-02  8:53 ` lehmann at ans-netz dot de
2005-07-02 17:17 ` pinskia at gcc dot gnu dot org
2005-07-06 15:39 ` lehmann at ans-netz dot de

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).