From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25575 invoked by alias); 16 Jan 2009 07:02:59 -0000 Received: (qmail 25159 invoked by uid 48); 16 Jan 2009 07:02:48 -0000 Date: Fri, 16 Jan 2009 07:02:00 -0000 Subject: [Bug bootstrap/38867] New: [Regression] gcc 4.4.0 20090114 - libjava/configure sets "NONE/share/python", need "${prefix}/share/python" X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rob1weld at aol dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg01717.txt.bz2 # gcc/xgcc -v Using built-in specs. Target: i386-pc-solaris2.11 Configured with: ../gcc_trunk/configure --enable-languages=ada,c,c++,fortran,java,objc,obj-c++ --enable-shared --disable-static --enable-decimal-float --with-long-double-128 --enable-nls --with-included-gettext --enable-gather-detailed-mem-stats --with-stabs --enable-debug --enable-largefile --enable-symvers --without-system-zlib --enable-gtk-cairo --enable-gconf-peer --enable-gstreamer-peer --enable-xmlj --enable-gtk-peer --enable-qt-peer --enable-plugin --enable-tool-wrappers --enable-local-sockets --enable-gjdoc --enable-java-awt=gtk,xlib,qt,x --enable-gc-debug --enable-libgcj-debug --enable-objc-gc --enable-libstdcxx-debug --disable-stage1-checking --enable-checking=release --without-system-libunwind --with-gnu-as --with-as=/usr/local/bin/as --with-gnu-ld --with-ld=/usr/local/bin/ld Thread model: posix gcc version 4.4.0 20090114 (experimental) [trunk revision 143401] (GCC) # ls -l /usr/local/share/python/ total 45 -rw-r--r-- 1 root root 14326 Jan 11 18:05 aotcompile.py -rw-r--r-- 1 root root 7400 Jan 11 18:05 classfile.py # gmake ... Adding multilib support to Makefile in ../../../gcc_trunk/libjava multidirs=amd64 with_multisubdir= Running configure in multilib subdirs amd64 pwd: /usr/share/src/gcc_build/i386-pc-solaris2.11/libjava Running configure in multilib subdir amd64 pwd: /usr/share/src/gcc_build/i386-pc-solaris2.11 ... checking whether the target supports thread-local storage... yes checking whether ld supports anonymous version scripts... yes Python modules dir: NONE/share/python updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating libgcj.pc config.status: creating libgcj.spec ... Notice that "gcc_trunk/libjava/configure" sets "Python modules dir: NONE/share/python" and my "--prefix" is "/usr/local/" (default). This Bug occurs in lines 28052 - 28071 where "prefix" is kept at the default initialized value of "NONE" instead of using "--prefix"'s value. Rob -- Summary: [Regression] gcc 4.4.0 20090114 - libjava/configure sets "NONE/share/python", need "${prefix}/share/python" Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rob1weld at aol dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38867