This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/38867] New: [Regression] gcc 4.4.0 20090114 - libjava/configure sets "NONE/share/python", need "${prefix}/share/python"


# 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]