public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/24057] New: [4.1 regression] libgcj installs jawt.h and jni.h in version independent location
@ 2005-09-25 19:41 gerald at pfeifer dot com
  2005-09-25 21:09 ` [Bug libgcj/24057] " tromey at gcc dot gnu dot org
  2005-09-26 22:41 ` mckinlay at redhat dot com
  0 siblings, 2 replies; 5+ messages in thread
From: gerald at pfeifer dot com @ 2005-09-25 19:41 UTC (permalink / raw)
  To: java-prs

After the recent libgcj/classpath merger, libgcj installs the following
four header files in a version independent location which is going to cause
conflicts of one installs various version of GCC in the same prefix (using
configure --program-suffix, for example):

  include/jawt.h
  include/jawt_md.h
  include/jni.h
  include/jni_md.h

-- 
           Summary: [4.1 regression] libgcj installs jawt.h and jni.h in
                    version independent location
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gerald at pfeifer dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org,tromey at redhat dot com


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


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

* [Bug libgcj/24057] [4.1 regression] libgcj installs jawt.h and jni.h in version independent location
  2005-09-25 19:41 [Bug libgcj/24057] New: [4.1 regression] libgcj installs jawt.h and jni.h in version independent location gerald at pfeifer dot com
@ 2005-09-25 21:09 ` tromey at gcc dot gnu dot org
  2005-09-26 22:41 ` mckinlay at redhat dot com
  1 sibling, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-09-25 21:09 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-09-25 21:09 -------
I'll handle this


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-25 21:09:33
               date|                            |


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


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

* [Bug libgcj/24057] [4.1 regression] libgcj installs jawt.h and jni.h in version independent location
  2005-09-25 19:41 [Bug libgcj/24057] New: [4.1 regression] libgcj installs jawt.h and jni.h in version independent location gerald at pfeifer dot com
  2005-09-25 21:09 ` [Bug libgcj/24057] " tromey at gcc dot gnu dot org
@ 2005-09-26 22:41 ` mckinlay at redhat dot com
  1 sibling, 0 replies; 5+ messages in thread
From: mckinlay at redhat dot com @ 2005-09-26 22:41 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mckinlay at redhat dot com  2005-09-26 22:41 -------
Please ignore this patch, I attached it to the wrong bug. Sorry.

-- 


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


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

* [Bug libgcj/24057] [4.1 regression] libgcj installs jawt.h and jni.h in version independent location
       [not found] <bug-24057-231@http.gcc.gnu.org/bugzilla/>
  2005-10-03 19:07 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-03 19:08 ` tromey at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-10-03 19:08 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from tromey at gcc dot gnu dot org  2005-10-03 19:08 -------
Fix checked in.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

* [Bug libgcj/24057] [4.1 regression] libgcj installs jawt.h and jni.h in version independent location
       [not found] <bug-24057-231@http.gcc.gnu.org/bugzilla/>
@ 2005-10-03 19:07 ` cvs-commit at gcc dot gnu dot org
  2005-10-03 19:08 ` tromey at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-03 19:07 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from cvs-commit at gcc dot gnu dot org  2005-10-03 19:07 -------
Subject: Bug 24057

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     tromey@gcc.gnu.org      2005-10-03 19:07:10

Modified files:
        libjava/classpath: ChangeLog.gcj 
        libjava/classpath/include: Makefile.am Makefile.in 

Log message:
        PR libgcj/24057:
        * include/Makefile.in: Rebuilt.
        * include/Makefile.am: Don't install headers.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/classpath/ChangeLog.gcj.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/classpath/include/Makefile.am.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/classpath/include/Makefile.in.diff?cvsroot=gcc&r1=1.4&r2=1.5


-- 


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


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

end of thread, other threads:[~2005-10-03 19:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-25 19:41 [Bug libgcj/24057] New: [4.1 regression] libgcj installs jawt.h and jni.h in version independent location gerald at pfeifer dot com
2005-09-25 21:09 ` [Bug libgcj/24057] " tromey at gcc dot gnu dot org
2005-09-26 22:41 ` mckinlay at redhat dot com
     [not found] <bug-24057-231@http.gcc.gnu.org/bugzilla/>
2005-10-03 19:07 ` cvs-commit at gcc dot gnu dot org
2005-10-03 19:08 ` tromey at gcc dot gnu dot 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).