Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68069 - g2gui 0.3.0 is out
Summary: g2gui 0.3.0 is out
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-18 15:26 UTC by Akos Ladanyi
Modified: 2005-05-31 12:28 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Akos Ladanyi 2004-10-18 15:26:31 UTC
g2gui 0.3.0 is out. As far as I know the current version in portage (0.3.0pre1) does not work with blackdown-jdk-1.4.2. Don't know whether 0.3.0 does.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mark Wolfe 2004-10-20 02:23:00 UTC
This java based SWT application is indeed broken. 

root@mojo markw # g2gui
cat: /home/markw/.g2gui/g2gui.pref: No such file or directory
Starting MLdonkey G2gui (java)...
Invalid or corrupt jarfile lib/g2gui.jar
G2gui terminated.

It seems the that lib/g2gui.jar is indeed corrupted in some way. 

To fix this I used the following one liner which extracted the jar file and rebuilt it.

cd /usr/share/g2gui/lib; mkdir temp; cd temp; jar xf /usr/share/g2gui/lib/g2gui.jar; mv META-INF/MANIFEST.MF /usr/share/g2gui/lib; jar -cmf ../MANIFEST.MF ../g2gui.jar .; rm -r /usr/share/g2gui/lib/temp /usr/share/g2gui/lib/MANIFEST.MF

Once rebuilt it worked fine.

VERY WIERD.

There is a new version of this application out but it is unfortunately only available for windows at this stage :(
Comment 2 Tim Burrell 2004-12-15 11:15:50 UTC
This does fix the problem, suggested that portage is either updated with a new jar, or package hard masked.
Comment 4 Karol Wojtaszek (RETIRED) gentoo-dev 2005-05-31 12:28:18 UTC
There is no 0.3.0 release for linux.