Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214012 - Package dev-java/swt-3.4M5 for net-p2p/azureus-3.0.5.0
Summary: Package dev-java/swt-3.4M5 for net-p2p/azureus-3.0.5.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 213641
  Show dependency tree
 
Reported: 2008-03-20 12:03 UTC by Petteri Räty (RETIRED)
Modified: 2008-04-03 19:48 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 Petteri Räty (RETIRED) gentoo-dev 2008-03-20 12:03:14 UTC
^
./org/gudy/azureus2/ui/swt/components/shell/LightBoxShell.java:90: cannot find symbol
symbol  : method setAlpha(int)
location: class org.eclipse.swt.widgets.Shell
                        lbShell.setAlpha(255);
                               ^
./org/gudy/azureus2/ui/swt/components/shell/LightBoxShell.java:136: cannot find symbol
symbol  : method setAlpha(int)
location: class org.eclipse.swt.widgets.Shell
                        shell.setAlpha(alpha);

Seems to be a 3.4 addition
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-04-02 22:31:55 UTC
3.4pre6 commited
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-04-03 09:39:52 UTC
+  03 Apr 2008; Vlastimil Babka <caster@gentoo.org> swt-3.4_pre6.ebuild:
+  Add a pkg_postinst elog about possibility of having to run eclipse-3.3
+  -clean after swt upgrade.

I've hit the problem myself on my x86 laptop, while amd64 desktop didn't need that. Hopefully people will read it...
Comment 3 Andrew Gaydenko 2008-04-03 15:32:50 UTC
(In reply to comment #2)
> +  03 Apr 2008; Vlastimil Babka <caster@gentoo.org> swt-3.4_pre6.ebuild:
> +  Add a pkg_postinst elog about possibility of having to run eclipse-3.3
> +  -clean after swt upgrade.
> 
> I've hit the problem myself on my x86 laptop, while amd64 desktop didn't need
> that. Hopefully people will read it...
> 

I have read about '-clean', but at any case eclipse-sdk-3.3.1.1 doesn't work with swt-3.4.x (~amd64). I was forced to mask this swt ebuild. Well, I see, 'azureus' is more cool thing rather the Eclipse IDE ;-)
Comment 4 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-04-03 19:48:37 UTC
(In reply to comment #3)
> I have read about '-clean', but at any case eclipse-sdk-3.3.1.1 doesn't work
> with swt-3.4.x (~amd64). I was forced to mask this swt ebuild. Well, I see,
> 'azureus' is more cool thing rather the Eclipse IDE ;-)

Relax, no on is trying to break eclipse on purpose. It just seemed to work for several people. Anyway swt 3.4 is now in own slot, and eclipse-3.3 sticks with 3.3 which is probably safest way to go anyway.