Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139437 - dev-java/swt-3.2 is released (fixes amd64 issue)
Summary: dev-java/swt-3.2 is released (fixes amd64 issue)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL: http://download3.eclipse.org/eclipse/...
Whiteboard: migration-packages
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2006-07-06 08:53 UTC by Hanno Zysik (geki)
Modified: 2006-08-28 10:56 UTC (History)
3 users (show)

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


Attachments
Just a quick edit of the rc2 ebuild (swt-3.2.ebuild,4.48 KB, text/plain)
2006-07-07 21:17 UTC, Barry Gear
Details
update diff from rc2 to release (swt-3.2-update.diff,3.44 KB, patch)
2006-07-08 03:12 UTC, Hanno Zysik (geki)
Details | Diff
This makes the rssowl use the internal browser. (swt-3.2.patch,642 bytes, patch)
2006-07-16 22:21 UTC, Kim Seongcheol
Details | Diff
swt-3.2-cairo-signedness.patch failed (swt-3.2-cairo-signedness.patch-11663.out,2.70 KB, text/plain)
2006-07-17 02:01 UTC, Paul Taylor
Details
fixed swt-3.2-cairo-signedness.patch (swt-3.2-cairo-signedness.patch,502 bytes, patch)
2006-07-17 07:09 UTC, Ronny Coolen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Zysik (geki) 2006-07-06 08:53:51 UTC
Please bump.
Comment 1 Barry Gear 2006-07-07 21:17:39 UTC
Created attachment 91188 [details]
Just a quick edit of the rc2 ebuild

Compiles for me on x86 and tested with azureus 2.4.0.2
Comment 2 Hanno Zysik (geki) 2006-07-08 02:38:29 UTC
SWTMessages.properties is upstream for some time.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=96479

The correct version.txt is in ${S}.
Comment 3 Hanno Zysik (geki) 2006-07-08 03:12:54 UTC
Created attachment 91203 [details, diff]
update diff from rc2 to release

- delete cruft
- fix comment #2 issues
- use generation 2 java-config
- mozilla -> seamonkey depend
- do not compile Java code twice!
Comment 4 Hanno Zysik (geki) 2006-07-11 04:23:01 UTC
in migration-packages overlay
- works for x86 and x86_64
Comment 5 Kim Seongcheol 2006-07-16 22:19:53 UTC
I use the RSSOwl as a rssreader and it depends on the swt.
But I can't use the internal browser view of the rssowl.
So I modified the current version of the swt-3.2.ebuild file.
And now, it works like a charm. I can use the internal browser of the rssowl.
Attached the patch file.
Comment 6 Kim Seongcheol 2006-07-16 22:21:28 UTC
Created attachment 91952 [details, diff]
This makes the rssowl use the internal browser.
Comment 7 Paul Taylor 2006-07-17 02:01:09 UTC
Created attachment 91966 [details]
swt-3.2-cairo-signedness.patch failed

Attached output from attempt to apply swt-3.2-cairo-signedness.patch; each failed with:
  missing header for unified diff at line 3 of patch
  can't find file to patch at input line 3
  Perhaps you used the wrong -p or --strip option?
Comment 8 Hanno Zysik (geki) 2006-07-17 04:59:40 UTC
Updated and bumped InOverlay
- add GECKO* variables
- apply swt-3.2-cairo-signedness.patch for x86_64
Comment 9 Ronny Coolen 2006-07-17 07:09:32 UTC
Created attachment 91991 [details, diff]
fixed swt-3.2-cairo-signedness.patch
Comment 10 Ronny Coolen 2006-07-17 07:12:00 UTC
(In reply to comment #9)
> Created an attachment (id=91991) [edit]
> fixed swt-3.2-cairo-signedness.patch
> 


The swt-3.2-cairo-signedness.patch doesn't work, the patch file uses jint, has to be jlong. I have fixed the patch in the last attachment.
Comment 11 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-07-18 21:32:48 UTC
Patch fixed in portage without bump.  Someone want to buy me an x86_64 box?
Comment 12 Hanno Zysik (geki) 2006-08-27 16:11:32 UTC
Still unsolved issues here.

- mozilla -> seamonkey useflag change (they did change that, didn't they?!)
- missing GECKO_SDK and GECKO_LIBS exports (comment #5)
- do not compile the Java source twice
- use supplied version.txt and SWTMessages.properties
Comment 13 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-08-27 16:34:00 UTC
All mentioned issues are fixed in -r2.  There are no supplied version.txt or SWTProperties.txt.  Upstream has already said no against including these in the sources.

Marking as fixed.
Comment 14 Hanno Zysik (geki) 2006-08-28 01:16:07 UTC
Still ...

- do not compile the Java source twice
- use supplied version.txt and SWTMessages.properties

So why are there version.txt and SWTMessages.properties in the sources of my swt zips?!
Because upstream included them. So, please, use them. Location:

anomalie ~ # find /var/tmp/portage/swt-3.2-r1/work/ -name version.txt
/var/tmp/portage/swt-3.2-r1/work/version.txt
anomalie ~ # find /var/tmp/portage/swt-3.2-r1/work/ -name SWTMessages.properties
/var/tmp/portage/swt-3.2-r1/work/org/eclipse/swt/internal/SWTMessages.properties
Comment 15 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-08-28 10:48:21 UTC
The sources are NOT compiled twice.  Perhaps you have an overlay or something to that effect, make sure that you are compiling from the version that is in portage proper.

As for the included files, my mistake,  I never looked outside of the org subtree, and thus did not notice the version.txt  Using the distributed files now.
Comment 16 Hanno Zysik (geki) 2006-08-28 10:56:26 UTC
Ah, I did not have a look at the build.xml. ;)
Fixed quite some time ago. My fault.