[Bug libgcj/47484] [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 27 11:18:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47484
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.01.27 11:02:45
Target Milestone|--- |4.4.6
Ever Confirmed|0 |1
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-01-27 11:02:45 UTC ---
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).
More information about the Gcc-bugs
mailing list