Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213183 - dev-util/weka-3.5.7 uses com.sun.image.codec
Summary: dev-util/weka-3.5.7 uses com.sun.image.codec
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: 149435
  Show dependency tree
 
Reported: 2008-03-12 19:56 UTC by Petteri Räty (RETIRED)
Modified: 2008-11-01 10:10 UTC (History)
2 users (show)

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


Attachments
build.log emerge --info (weka-3.5.7-x86_64-emergeinfo_buildlog-2008.05.06_08:59:01,32.06 KB, text/plain)
2008-05-06 16:01 UTC, Xavian-Anderson Macpherson
Details

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-12 19:56:38 UTC
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-util/weka-3.5.7/work/weka-3-5-7 ...
Compiling sources
src/weka/gui/visualize/JPEGWriter.java:35: package com.sun.image.codec.jpeg does not exist
import com.sun.image.codec.jpeg.JPEGCodec;
                               ^
src/weka/gui/visualize/JPEGWriter.java:36: package com.sun.image.codec.jpeg does not exist
import com.sun.image.codec.jpeg.JPEGEncodeParam;
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2008-04-13 07:31:48 UTC
A bump added to java-experimental (http://overlays.gentoo.org/proj/java/browser/java-experimental/dev-util/weka?rev=6163) to fix the issue. Needs testing.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2008-04-13 10:23:47 UTC
(In reply to comment #1)
> A bump added to java-experimental
> (http://overlays.gentoo.org/proj/java/browser/java-experimental/dev-util/weka?rev=6163)
> to fix the issue. Needs testing.
> 

You should send the patch upstream and add a link to the report as a comment in the ebuild.
Comment 3 Serkan Kaba (RETIRED) gentoo-dev 2008-04-13 10:35:48 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > A bump added to java-experimental
> > (http://overlays.gentoo.org/proj/java/browser/java-experimental/dev-util/weka?rev=6163)
> > to fix the issue. Needs testing.
> > 
> 
> You should send the patch upstream and add a link to the report as a comment in
> the ebuild.
> 

Done. Upstream bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1941283&group_id=5091&atid=105091
Comment 4 Xavian-Anderson Macpherson 2008-05-06 16:01:36 UTC
Created attachment 152127 [details]
build.log emerge --info
Comment 5 Serkan Kaba (RETIRED) gentoo-dev 2008-11-01 10:10:22 UTC
Bumped to 3.5.8 which contains my patch (Although I had to magically discover that there was a new release witch my patch applied.)