public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list
@ 2004-10-16 14:00 askees at appfluent dot com
  2004-10-16 14:08 ` [Bug bootstrap/18033] " askees at appfluent dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: askees at appfluent dot com @ 2004-10-16 14:00 UTC (permalink / raw)
  To: gcc-bugs

The --disable-aix64 (--enable-aix64=no) configuration switch claims to remove 
ppc64 from the multilib list; however, it doesn't seem to work.  On a 32-bit 
AIX system, it must be disabled or the build fails when "checking whether the C 
compiler works".  

The larger --disable-multilib switch works, but is not desirable since it 
disables all other libraries including libgcc_s_pthread.

config.status:
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host askees-aix:
#
# /home/downloads/gcc/gcc-3.4.2/configure  --enable-threads=posix --prefix=/usr/
local/gcc/gcc-3.4.2 --enable-languages=c,c++ --enable-aix64=no --with-gcc-versio
n-trigger=/home/downloads/gcc/gcc-3.4.2/gcc/version.c


Bootstrap failure (you can see it entering ppc64 despite being disable):
gmake[2]: Leaving directory `/home/downloads/gcc/gcc-3.4.2.objdir3/powerpc-ibm-
aix5.1.0.0/powerpc/libstdc++-v3/include'
Running configure in multilib subdir ppc64
pwd: /home/downloads/gcc/gcc-3.4.2.objdir3/powerpc-ibm-aix5.1.0.0
mkdir ppc64
configure: creating cache ./config.cache
checking build system type... powerpc-ibm-aix5.1.0.0
checking host system type... powerpc-ibm-aix5.1.0.0
checking target system type... powerpc-ibm-aix5.1.0.0
checking for a BSD-compatible install... /home/downloads/gcc/gcc-3.4.2/install-
sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking for powerpc-ibm-aix5.1.0.0-gcc... /home/downloads/gcc/gcc-
3.4.2.objdir3/gcc/xgcc -B/home/downloads/gcc/gcc-3.4.2.objdir3/gcc/ -
B/usr/local/gcc/gcc-3.4.2/powerpc-ibm-aix5.1.0.0/bin/ -B/usr/local/gcc/gcc-
3.4.2/powerpc-ibm-aix5.1.0.0/lib/ -isystem /usr/local/gcc/gcc-3.4.2/powerpc-ibm-
aix5.1.0.0/include -isystem /usr/local/gcc/gcc-3.4.2/powerpc-ibm-aix5.1.0.0/sys-
include  -maix64
checking for C compiler default output... a.out
checking whether the C compiler works... configure: error: cannot run C 
compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
gmake[1]: *** [configure-target-libstdc++-v3] Error 1
gmake[1]: Leaving directory `/home/downloads/gcc/gcc-3.4.2.objdir3'
gmake: *** [bootstrap] Error 2

-- 
           Summary: --disable-aix64 doesn't remove ppc64 from multilib list
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: askees at appfluent dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc-ibm-aix5.1.0.0


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


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

* [Bug bootstrap/18033] --disable-aix64 doesn't remove ppc64 from multilib list
  2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
@ 2004-10-16 14:08 ` askees at appfluent dot com
  2005-01-12 20:30 ` dje at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: askees at appfluent dot com @ 2004-10-16 14:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|                            |powerpc-ibm-aix5.1.0.0


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


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

* [Bug bootstrap/18033] --disable-aix64 doesn't remove ppc64 from multilib list
  2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
  2004-10-16 14:08 ` [Bug bootstrap/18033] " askees at appfluent dot com
  2005-01-12 20:30 ` dje at gcc dot gnu dot org
@ 2005-01-12 20:30 ` dje at gcc dot gnu dot org
  2005-01-12 20:31 ` dje at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dje at gcc dot gnu dot org @ 2005-01-12 20:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dje at gcc dot gnu dot org  2005-01-12 20:30 -------
confirmed

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-12 20:30:12
               date|                            |


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


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

* [Bug bootstrap/18033] --disable-aix64 doesn't remove ppc64 from multilib list
  2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
  2004-10-16 14:08 ` [Bug bootstrap/18033] " askees at appfluent dot com
@ 2005-01-12 20:30 ` dje at gcc dot gnu dot org
  2005-01-12 20:30 ` dje at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dje at gcc dot gnu dot org @ 2005-01-12 20:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dje at gcc dot gnu dot org  2005-01-12 20:30 -------
config-ml.in bug

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dje at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-01-12 20:30:12         |2005-01-12 20:30:39
               date|                            |


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


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

* [Bug bootstrap/18033] --disable-aix64 doesn't remove ppc64 from multilib list
  2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
                   ` (2 preceding siblings ...)
  2005-01-12 20:30 ` dje at gcc dot gnu dot org
@ 2005-01-12 20:31 ` dje at gcc dot gnu dot org
  2005-01-12 22:43 ` [Bug bootstrap/18033] [3.4/4.0 Regression] " dje at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dje at gcc dot gnu dot org @ 2005-01-12 20:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dje at gcc dot gnu dot org  2005-01-12 20:31 -------
config-ml.in see the option surrounded by single quotes and it does not match.

Index: config-ml.in
===================================================================
RCS file: /cvs/gcc/gcc/config-ml.in,v
retrieving revision 1.32
diff -c -p -r1.32 config-ml.in
*** config-ml.in	7 Nov 2004 23:37:28 -0000	1.32
--- config-ml.in	12 Jan 2005 20:28:36 -0000
*************** ml_realsrcdir=${srcdir}
*** 108,113 ****
--- 108,118 ----
  ml_verbose=--verbose
  for option in ${ac_configure_args}
  do
+ # strip single quotes added unconditionally by autoconf 2.59
+   case $option in
+   \'*\') option=`echo $option | sed -e s/^\'// -e s/\'$//`
+   esac
+ 
    case $option in
    --*) ;;
    -*) option=-$option ;;


-- 


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


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

* [Bug bootstrap/18033] [3.4/4.0 Regression] --disable-aix64 doesn't remove ppc64 from multilib list
  2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
                   ` (3 preceding siblings ...)
  2005-01-12 20:31 ` dje at gcc dot gnu dot org
@ 2005-01-12 22:43 ` dje at gcc dot gnu dot org
  2005-01-12 22:49 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dje at gcc dot gnu dot org @ 2005-01-12 22:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dje at gcc dot gnu dot org  2005-01-12 22:43 -------
Regression.

Another solution: eval each option.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|--disable-aix64 doesn't     |[3.4/4.0 Regression] --
                   |remove ppc64 from multilib  |disable-aix64 doesn't remove
                   |list                        |ppc64 from multilib list


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


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

* [Bug bootstrap/18033] [3.4/4.0 Regression] --disable-aix64 doesn't remove ppc64 from multilib list
  2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
                   ` (4 preceding siblings ...)
  2005-01-12 22:43 ` [Bug bootstrap/18033] [3.4/4.0 Regression] " dje at gcc dot gnu dot org
@ 2005-01-12 22:49 ` pinskia at gcc dot gnu dot org
  2005-01-13  0:48 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-12 22:49 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
   Target Milestone|---                         |3.4.4


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


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

* [Bug bootstrap/18033] [3.4/4.0 Regression] --disable-aix64 doesn't remove ppc64 from multilib list
  2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
                   ` (5 preceding siblings ...)
  2005-01-12 22:49 ` pinskia at gcc dot gnu dot org
@ 2005-01-13  0:48 ` cvs-commit at gcc dot gnu dot org
  2005-01-13  0:51 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-13  0:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-13 00:48 -------
Subject: Bug 18033

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	dje@gcc.gnu.org	2005-01-13 00:47:56

Modified files:
	.              : ChangeLog config-ml.in 

Log message:
	PR bootstrap/18033
	* config-ml.in: Eval option if surrounded by single quotes.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.1042&r2=1.1043
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config-ml.in.diff?cvsroot=gcc&r1=1.32&r2=1.33



-- 


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


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

* [Bug bootstrap/18033] [3.4/4.0 Regression] --disable-aix64 doesn't remove ppc64 from multilib list
  2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
                   ` (6 preceding siblings ...)
  2005-01-13  0:48 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-13  0:51 ` cvs-commit at gcc dot gnu dot org
  2005-01-13  0:54 ` dje at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-13  0:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-13 00:50 -------
Subject: Bug 18033

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	dje@gcc.gnu.org	2005-01-13 00:50:40

Modified files:
	.              : ChangeLog config-ml.in 

Log message:
	PR bootstrap/18033
	* config-ml.in: Eval option if surrounded by single quotes.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.856.2.26&r2=1.856.2.27
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config-ml.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.30&r2=1.30.4.1



-- 


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


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

* [Bug bootstrap/18033] [3.4/4.0 Regression] --disable-aix64 doesn't remove ppc64 from multilib list
  2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
                   ` (7 preceding siblings ...)
  2005-01-13  0:51 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-13  0:54 ` dje at gcc dot gnu dot org
  2005-02-16 12:32 ` pinskia at gcc dot gnu dot org
  2005-02-16 20:28 ` quanah at stanford dot edu
  10 siblings, 0 replies; 12+ messages in thread
From: dje at gcc dot gnu dot org @ 2005-01-13  0:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dje at gcc dot gnu dot org  2005-01-13 00:53 -------
patch committed

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


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


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

* [Bug bootstrap/18033] [3.4/4.0 Regression] --disable-aix64 doesn't remove ppc64 from multilib list
  2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
                   ` (8 preceding siblings ...)
  2005-01-13  0:54 ` dje at gcc dot gnu dot org
@ 2005-02-16 12:32 ` pinskia at gcc dot gnu dot org
  2005-02-16 20:28 ` quanah at stanford dot edu
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-16 12:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-16 05:15 -------
*** Bug 19995 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |quanah at stanford dot edu


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


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

* [Bug bootstrap/18033] [3.4/4.0 Regression] --disable-aix64 doesn't remove ppc64 from multilib list
  2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
                   ` (9 preceding siblings ...)
  2005-02-16 12:32 ` pinskia at gcc dot gnu dot org
@ 2005-02-16 20:28 ` quanah at stanford dot edu
  10 siblings, 0 replies; 12+ messages in thread
From: quanah at stanford dot edu @ 2005-02-16 20:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From quanah at stanford dot edu  2005-02-16 17:02 -------
*** Bug 19995 has been marked as a duplicate of this bug. ***

-- 


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


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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-16 14:00 [Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list askees at appfluent dot com
2004-10-16 14:08 ` [Bug bootstrap/18033] " askees at appfluent dot com
2005-01-12 20:30 ` dje at gcc dot gnu dot org
2005-01-12 20:30 ` dje at gcc dot gnu dot org
2005-01-12 20:31 ` dje at gcc dot gnu dot org
2005-01-12 22:43 ` [Bug bootstrap/18033] [3.4/4.0 Regression] " dje at gcc dot gnu dot org
2005-01-12 22:49 ` pinskia at gcc dot gnu dot org
2005-01-13  0:48 ` cvs-commit at gcc dot gnu dot org
2005-01-13  0:51 ` cvs-commit at gcc dot gnu dot org
2005-01-13  0:54 ` dje at gcc dot gnu dot org
2005-02-16 12:32 ` pinskia at gcc dot gnu dot org
2005-02-16 20:28 ` quanah at stanford dot edu

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