Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209396 - dev-java/sun-j2me-bin-2.5.2 (update)
Summary: dev-java/sun-j2me-bin-2.5.2 (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
: 259358 (view as bug list)
Depends on:
Blocks: 315641
  Show dependency tree
 
Reported: 2008-02-08 21:26 UTC by Richie
Modified: 2010-05-16 02:43 UTC (History)
5 users (show)

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


Attachments
sun-j2me-bin-2.5.1 (sun-j2me-bin-2.5.1.ebuild,2.62 KB, text/plain)
2008-02-08 21:28 UTC, Richie
Details
java-config.patch (java-config.patch,2.54 KB, patch)
2008-02-08 21:28 UTC, Richie
Details | Diff
sun j2me ebuild for 2.5.2 (sun-j2me-bin-2.5.2.ebuild,2.61 KB, text/plain)
2008-07-14 23:38 UTC, Alessandro Re
Details
fixed sun j2me ebuild for 2.5.2 (sun-j2me-bin-2.5.2.ebuild,2.62 KB, text/plain)
2008-07-19 16:22 UTC, Dror Levin (RETIRED)
Details
version bump 2.5.2_01 (sun-j2me-bin-2.5.2.01.ebuild,2.63 KB, text/plain)
2009-06-13 13:00 UTC, Ciprian Ciubotariu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richie 2008-02-08 21:26:12 UTC
Sun released a new version of the wireless toolkit. It works on x86 only but with the included patch you can run the ktoolkit also on amd64 (with the help of app-emul/emul-linux-x86-java).
Comment 1 Richie 2008-02-08 21:28:12 UTC
Created attachment 143011 [details]
sun-j2me-bin-2.5.1
Comment 2 Richie 2008-02-08 21:28:48 UTC
Created attachment 143012 [details, diff]
java-config.patch
Comment 3 Leonid Evdokimov 2008-04-07 13:14:20 UTC
FYI, 2.5.2 is already available.
...if I understood http://java.sun.com/products/sjwtoolkit/ right
Comment 4 Alessandro Re 2008-07-14 23:38:01 UTC
Created attachment 160402 [details]
sun j2me ebuild for 2.5.2

This ebuild is a modified version for the 2.5.1, updating the install.zip offsets among some other minors.
Comment 5 Alessandro Re 2008-07-14 23:39:35 UTC
I just uploaded a modified ebuild for the 2.5.2, which adds multi user capabilities, i.e. ktoolbar open and create new projects without problems in your home directory.
Comment 6 Dror Levin (RETIRED) gentoo-dev 2008-07-19 16:22:14 UTC
Created attachment 160857 [details]
fixed sun j2me ebuild for 2.5.2

There is apparently no appdb directory, instead j2mewtk_template should be copied.
This fixed the emulator crashing on startup due to a SecurityException.
Comment 7 Serkan Kaba (RETIRED) gentoo-dev 2009-02-17 21:47:06 UTC
*** Bug 259358 has been marked as a duplicate of this bug. ***
Comment 8 Ciprian Ciubotariu 2009-06-13 12:59:45 UTC
I needed to install the toolkit on x86_64, and apparently the 32-bit emulator requires a 32-bit java vm. Downloading it directly from Sun hits an error about the jar utility missing from emul-linux-x86-java.

Someone on #gentoo-java directed me to this ebuild, and it seems to be the proper alternative if you need WTK on AMD64.

Also, at this time the version is 2.5.2_01. Here's an updated ebuild (with hardcoded filename, so no renaming necessary after the manual fetch).

Why aren't these version bumps in the portage tree, by the way? Only 2.2 there.
Comment 9 Ciprian Ciubotariu 2009-06-13 13:00:45 UTC
Created attachment 194538 [details]
version bump 2.5.2_01
Comment 10 Dmitry Dzhus 2009-08-20 11:29:55 UTC
Works fine for me. Please add this to main tree or to Java overlay at least.
Comment 11 Michael Gaber 2009-09-21 18:56:09 UTC
+1 for adding to the main tree
Comment 12 Iskren Slavov 2010-01-12 19:43:12 UTC
(In reply to comment #11)
> +1 for adding to the main tree
> 

+1 on AMD64. Works without a problem ;)
Comment 13 Petronio Coelho 2010-04-16 20:48:47 UTC
+1 for working and +1 for amd64, the 2.5.2_01 ebuild and patch work perfectly.

Severity should be changed to normal as the ebuild in the repository no longer works (see bug 315641)
Comment 14 Matti Bickel (RETIRED) gentoo-dev 2010-05-13 21:14:25 UTC
Thanks a bunch for the ebuilds and sorry for taking so long. I've just committed the latest to the tree.
Comment 15 Anton Bolshakov 2010-05-16 02:43:15 UTC
You can also replace
< BINARY="sun_java_wireless_toolkit-${PV/p/}-linuxi486.bin.sh"
---
> BINARY="sun_java_wireless_toolkit-2.5.2_01-linuxi486.bin.sh"

for future versions, but it's not important. Thanks!