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

2009-11-02 Thread rwild at gcc dot gnu dot org


--- Comment #6 from rwild at gcc dot gnu dot org  2009-11-02 18:53 ---
Fixed on trunk.


-- 

rwild at gcc dot gnu dot org changed:

   What|Removed |Added

  Known to work||4.5.0


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



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

2009-11-02 Thread rwild at gcc dot gnu dot org


--- Comment #5 from rwild at gcc dot gnu dot org  2009-11-02 18:52 ---
Subject: Bug 38867

Author: rwild
Date: Mon Nov  2 18:52:08 2009
New Revision: 153820

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153820
Log:
Work with defaulted $prefix (NONE) in libjava.

libjava/:
PR bootstrap/38867
* configure.ac (expanded_prefix): New variable, set to the
default prefix if none was passed on the command line.
* configure: Regenerate.

Modified:
trunk/libjava/ChangeLog
trunk/libjava/configure
trunk/libjava/configure.ac


-- 


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



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

2009-11-01 Thread rwild at gcc dot gnu dot org


--- Comment #4 from rwild at gcc dot gnu dot org  2009-11-01 11:39 ---
patch and additional questions at



-- 


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



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

2009-05-18 Thread debian-gcc at lists dot debian dot org


--- Comment #3 from debian-gcc at lists dot debian dot org  2009-05-18 
07:39 ---
looks much like an expansion issue in automake, which was fixed for
automake-1.11, but I fail to see how it gets wrongly expanded in the current
4.4.0 release. See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524176

  Matthias


-- 


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



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

2009-02-06 Thread rob1weld at aol dot com


--- Comment #2 from rob1weld at aol dot com  2009-02-07 05:37 ---
The 'build logic' was altered between revisions 143918 and 143984.

In gcc 4.4.0 20090204 trunk revision 143918 we have this:

# ggrep contrib/aotcompile.py made_17_log.txt
made_17e_log.txt:config.status: creating contrib/aotcompile.py
made_17e_log.txt:config.status: creating contrib/aotcompile.py
made_17g_install_log.txt:   /usr/local/bin/install -c -m 644
contrib/aotcompile.py \
made_17g_install_log.txt:   /usr/local/bin/install -c -m 644
contrib/aotcompile.py \
made_17g_install_log.txt:   /usr/local/bin/install -c -m 644
contrib/aotcompile.py \


In gcc 4.4.0 20090206 trunk revision 143984 we have this:

# ggrep contrib/aotcompile.py made_18_log.txt
made_18c_install_log.txt:   /usr/local/bin/install -c -m 644
contrib/aotcompile.py \
made_18c_install_log.txt:   /usr/local/bin/install -c -m 644
contrib/aotcompile.py \
made_18c_install_log.txt:   /usr/local/bin/install -c -m 644
contrib/aotcompile.py \


The "Python modules dir: NONE/share/python" message no longer occurs. I 
have not yet tested that the feature actually works now that it is different.

Rob


-- 


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



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

2009-01-27 Thread rob1weld at aol dot com


--- Comment #1 from rob1weld at aol dot com  2009-01-27 17:00 ---
Trunk revision 143680 works on Fedora 10:

# gcc/xgcc -v
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../gcc_trunk/configure
--enable-languages=c,c++,fortran,java,objc,obj-c++ --enable-shared
--disable-static --enable-decimal-float --with-long-double-128 --enable-nls
--with-included-gettext --disable-gather-detailed-mem-stats --with-stabs
--enable-debug --enable-symvers --enable-version-specific-runtime-libs
--without-system-zlib --enable-gtk-cairo --enable-gconf-peer --enable-xmlj
--enable-gtk-peer --enable-plugin --enable-tool-wrappers
--enable-portable-native-sync --enable-hash-synchronization
--enable-interpreter --enable-local-sockets --enable-gjdoc
--enable-java-awt=gtk,xlib,x --enable-gc-debug --enable-libgcj-debug
--enable-objc-gc --disable-concept-checks --enable-libstdcxx-debug
--disable-stage1-checking --enable-checking=release --with-tune=k8
--with-cpu=k8 --with-arch=k8 --enable-__cxa_atexit
--disable-libunwind-exceptions --disable-dssi --enable-libgcj-multifile
--build=i386-redhat-linux --prefix=/mnt/drive2/gcc_test --with-cloog=/usr/local
Thread model: posix
gcc version 4.4.0 20090126 (experimental) [trunk revision 143680] (GCC) 


# grep --colour Python\ modules made_1*
made_1a_log.txt:Python modules dir: /mnt/drive2/gcc_test/share/python


# ls -l /mnt/drive2/gcc_test/share/python/
total 24
-rw-r--r-- 1 root root 14342 2009-01-26 18:40 aotcompile.py
-rw-r--r-- 1 root root  7400 2009-01-26 18:40 classfile.py


Rob


-- 


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