Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93396 - new package: dev-java/jacorb-2.2.4
Summary: new package: dev-java/jacorb-2.2.4
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Java team
URL: http://www.jacorb.org/
Whiteboard:
Keywords: EBUILD, InOverlay
: 46528 (view as bug list)
Depends on: 93397
Blocks: 63258 64795
  Show dependency tree
 
Reported: 2005-05-20 19:19 UTC by Josh Nichols (RETIRED)
Modified: 2015-08-13 23:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
jacorb-2.2.1.ebuild (jacorb-2.2.1.ebuild,1.89 KB, text/plain)
2005-05-31 17:37 UTC, Josh Nichols (RETIRED)
Details
jacorb-2.2.1.ebuild (jacorb-2.2.1.ebuild,1.89 KB, text/plain)
2005-05-31 22:53 UTC, Josh Nichols (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Nichols (RETIRED) gentoo-dev 2005-05-20 19:19:02 UTC
Jacorb is one (of many) packages needed by jboss, in order to not have it use any packed JARs.
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2005-05-31 17:37:32 UTC
Created attachment 60332 [details]
jacorb-2.2.1.ebuild

Makes use of the dev-java/wrapper ebuild from the dependent bug.
Comment 2 Josh Nichols (RETIRED) gentoo-dev 2005-05-31 22:53:56 UTC
Created attachment 60337 [details]
jacorb-2.2.1.ebuild

Updated to install javadocs to the correct location
(usr/share/doc/${PF}/html/api/).
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2005-08-07 13:03:24 UTC

*** This bug has been marked as a duplicate of 46528 ***
Comment 4 Petteri Räty (RETIRED) gentoo-dev 2005-08-07 13:08:00 UTC
*** Bug 46528 has been marked as a duplicate of this bug. ***
Comment 5 Petteri Räty (RETIRED) gentoo-dev 2005-08-07 13:08:25 UTC
Reopening because this bug has more info than the older one. 
Comment 6 Josh Nichols (RETIRED) gentoo-dev 2005-08-07 13:45:21 UTC
Now in the experimental overlay.

Latest ebuilds can be found at:
https://gentooexperimental.org/svn/java/gentoo-java-experimental/dev-java/jacorb/
Comment 7 kiorky 2007-02-13 12:56:39 UTC
Added to "java-micration-overlay"
Changelog extract:
  Migrating to -2 eclasses for older than dev-java/jacorb-2.2.4
  Add some die messages
  Correct Typos / Dates
  Bumping to version 2.2.4
  see #143209
Comment 8 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-02-14 13:13:05 UTC
New overlay url: https://overlays.gentoo.org/svn/proj/java/migrated-java-experimental-overlay/dev-java/jacorb
Comment 9 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-02-14 13:45:16 UTC
Can't build it:

...
jacorb-javac:
     [echo] Compiling for config
    [javac] Compiling 4 source files to /var/tmp/portage/dev-java/jacorb-2.2.4/work/JacORB-2.2.4/classes
    [javac] ----------
...
    [javac] 12. ERROR in /var/tmp/portage/dev-java/jacorb-2.2.4/work/JacORB-2.2.4/src/org/jacorb/orb/ORBSinglet
on.java
    [javac]  (at line 39)
    [javac]     public class ORBSingleton
    [javac]                  ^^^^^^^^^^^^
    [javac] The type ORBSingleton must implement the inherited abstract method ORB.create_recursive_sequence_tc
(int, int)
    [javac] ----------
    [javac] 13. ERROR in /var/tmp/portage/dev-java/jacorb-2.2.4/work/JacORB-2.2.4/src/org/jacorb/orb/ORBSinglet
on.java
    [javac]  (at line 601)
    [javac]     return new org.jacorb.orb.TypeCode (org.omg.CORBA.TCKind._tk_local_interface,
    [javac]                                         
...

Comment 10 kiorky 2007-02-14 13:49:51 UTC
Strangely i could build this one without errors at home but the jboss version of this doest build without some modifications... 
I'll look in further details when i have time.
Comment 11 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-02-14 13:52:04 UTC
Happens with ecj, not with javac... interesting.
Comment 12 kiorky 2007-02-14 13:57:42 UTC
Yes, and now that i remember, no problems with jboss one, that was picocontainer which was obsolete ...
Comment 13 kiorky 2007-02-14 13:58:58 UTC
May we add a filter ?
Comment 14 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-02-14 14:24:14 UTC
Filter added.
I think the problem is that there are more definitions of org.omb.CORBA.ORB, one of them is even part of JDK, and there create_recursive_sequence_tc() is really abstract. But jacorb bundles own CORBA API where it's not abstract. Javac (and jikes) resolve to the bundled one, ecj probably to the one in JDK...
Comment 15 Patrice Clement gentoo-dev 2015-08-13 23:57:52 UTC
| commit ecd8b2b
| Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
| Date:   Wed Aug 5 23:12:22 2015 +0200
|
|     [dev-java/jacorb] Drop very old version from 2006