share/python/aotcompile.py and share/python/classfile.py pollute common namespace; cf. Bug #346. This has been introduced by the following patch: 2008-06-30 Joshua Sumali <jsumali@redhat.com> Andrew Haley <aph@redhat.com> * configure.ac (java-home): new AC_ARG_ENABLE. (aot-compile-rpm): Likewise. : * contrib/aot-compile.in: New file. * contrib/aotcompile.py.in: Likewise. * contrib/aot-compile-rpm.in: Likewise. * contrib/classfile.py: Likewise. * contrib/rebuild-gcj-db.in: Likewise.
Confirmed. I do rm -f $RPM_BUILD_ROOT%{_datadir}/python/aotcompile.py rm -f $RPM_BUILD_ROOT%{_datadir}/python/classfile.py since then in our .spec file to avoid the file conflicts (I suppose nobody needs these files anyway).
Author: gary Date: Mon Feb 14 14:28:00 2011 New Revision: 170131 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170131 Log: PR libjava/47484: Install Python modules into versioned directory Modified: trunk/libjava/ChangeLog trunk/libjava/configure trunk/libjava/configure.ac
Fixed for 4.6. Backports would probably break more than they fix.