public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/47484] New: [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace
@ 2011-01-27  1:47 gerald at pfeifer dot com
  2011-01-27 11:02 ` [Bug libgcj/47484] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gerald at pfeifer dot com @ 2011-01-27  1:47 UTC (permalink / raw)
  To: java-prs

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

           Summary: [4.4/4.5/4.6 regression] share/python/aotcompile.py
                    and share/python/classfile.py pollute common namespace
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gerald@pfeifer.com
                CC: aph@redhat.com
            Blocks: 346


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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/47484] [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace
  2011-01-27  1:47 [Bug libgcj/47484] New: [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace gerald at pfeifer dot com
@ 2011-01-27 11:02 ` rguenth at gcc dot gnu.org
  2011-02-08 14:48 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-01-27 11:02 UTC (permalink / raw)
  To: java-prs

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).


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/47484] [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace
  2011-01-27  1:47 [Bug libgcj/47484] New: [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace gerald at pfeifer dot com
  2011-01-27 11:02 ` [Bug libgcj/47484] " rguenth at gcc dot gnu.org
@ 2011-02-08 14:48 ` rguenth at gcc dot gnu.org
  2011-02-14 14:28 ` gary at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-02-08 14:48 UTC (permalink / raw)
  To: java-prs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/47484] [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace
  2011-01-27  1:47 [Bug libgcj/47484] New: [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace gerald at pfeifer dot com
  2011-01-27 11:02 ` [Bug libgcj/47484] " rguenth at gcc dot gnu.org
  2011-02-08 14:48 ` rguenth at gcc dot gnu.org
@ 2011-02-14 14:28 ` gary at gcc dot gnu.org
  2011-04-16 10:20 ` [Bug libgcj/47484] [4.4/4.5 " jakub at gcc dot gnu.org
  2011-04-18 14:25 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: gary at gcc dot gnu.org @ 2011-02-14 14:28 UTC (permalink / raw)
  To: java-prs

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

--- Comment #2 from gary at gcc dot gnu.org <gary at gcc dot gnu.org> 2011-02-14 14:28:07 UTC ---
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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/47484] [4.4/4.5 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace
  2011-01-27  1:47 [Bug libgcj/47484] New: [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace gerald at pfeifer dot com
                   ` (2 preceding siblings ...)
  2011-02-14 14:28 ` gary at gcc dot gnu.org
@ 2011-04-16 10:20 ` jakub at gcc dot gnu.org
  2011-04-18 14:25 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-16 10:20 UTC (permalink / raw)
  To: java-prs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.6                       |4.4.7


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/47484] [4.4/4.5 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace
  2011-01-27  1:47 [Bug libgcj/47484] New: [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace gerald at pfeifer dot com
                   ` (3 preceding siblings ...)
  2011-04-16 10:20 ` [Bug libgcj/47484] [4.4/4.5 " jakub at gcc dot gnu.org
@ 2011-04-18 14:25 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-18 14:25 UTC (permalink / raw)
  To: java-prs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.4.7                       |4.6.0

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-18 14:13:13 UTC ---
Fixed for 4.6.  Backports would probably break more than they fix.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-04-18 14:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-27  1:47 [Bug libgcj/47484] New: [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace gerald at pfeifer dot com
2011-01-27 11:02 ` [Bug libgcj/47484] " rguenth at gcc dot gnu.org
2011-02-08 14:48 ` rguenth at gcc dot gnu.org
2011-02-14 14:28 ` gary at gcc dot gnu.org
2011-04-16 10:20 ` [Bug libgcj/47484] [4.4/4.5 " jakub at gcc dot gnu.org
2011-04-18 14:25 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).