Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188136 - app-accessibility/gnome-speech doesn't compile w/ USE=java
Summary: app-accessibility/gnome-speech doesn't compile w/ USE=java
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
: 199265 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-08 17:55 UTC by Luis Vitorio Cargnini
Modified: 2014-12-26 11:50 UTC (History)
2 users (show)

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


Attachments
gnome-speech-0.4.15.ebuild (gnome-speech-0.4.15.ebuild,2.02 KB, text/plain)
2007-08-08 17:56 UTC, Luis Vitorio Cargnini
Details
gnome-speech-0.4.15-java-classpath.patch (gnome-speech-0.4.15-java-classpath.patch,1.25 KB, patch)
2007-08-08 17:57 UTC, Luis Vitorio Cargnini
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Luis Vitorio Cargnini 2007-08-08 17:55:22 UTC
Trying to compile gnome (upgrading), with accessibility enabled, this turn on the necessity of gnome-speech to be instaledd but an error occured when compiling java  dir content, because it was using as classpath argument -cp while the correct is -classpath.
I modified this creating a patch and updating the ebuild for latest version.

Reproducible: Always

Steps to Reproduce:
1.add acessibility and java flag to USE var
2.emerge gnome-speech


Actual Results:  
it will broke during compilation

Expected Results:  
appying the pathc it will compile without problems
Comment 1 Luis Vitorio Cargnini 2007-08-08 17:56:13 UTC
Created attachment 127308 [details]
gnome-speech-0.4.15.ebuild 

The ebuild file modified to apply the patch for java
Comment 2 Luis Vitorio Cargnini 2007-08-08 17:57:02 UTC
Created attachment 127309 [details, diff]
gnome-speech-0.4.15-java-classpath.patch

The patch file to fix the Java compiler problem
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2007-08-17 19:42:52 UTC
(In reply to comment #2)
> Created an attachment (id=127309) [edit]
> gnome-speech-0.4.15-java-classpath.patch
> 
> The patch file to fix the Java compiler problem
> 

please submit this patch upstream to gnome-speech maintainers
Comment 4 Petteri Räty (RETIRED) gentoo-dev 2007-08-17 19:43:12 UTC
(In reply to comment #3)
> 
> please submit this patch upstream to gnome-speech maintainers
> 

Forgot to add that post the submission url back here.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-11-15 14:35:22 UTC
*** Bug 199265 has been marked as a duplicate of this bug. ***
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-09-20 14:34:27 UTC
adding concerned herd.
Comment 7 Pacho Ramos gentoo-dev 2011-06-05 17:32:08 UTC
+*gnome-speech-0.4.25-r1 (05 Jun 2011)
+
+  05 Jun 2011; Pacho Ramos <pacho@gentoo.org> +gnome-speech-0.4.25-r1.ebuild,
+  +files/gnome-speech-0.4.25-disable-java.patch:
+  Drop java support as configure is completly broken and makes that support
+  automagic (bug #188136), also, looks like nothing in the tree needs that
+  support and other distributions are already suppling this without java
+  support for a long time.
+
Comment 8 Serkan Kaba (RETIRED) gentoo-dev 2011-06-06 06:10:57 UTC
(In reply to comment #7)
> +*gnome-speech-0.4.25-r1 (05 Jun 2011)
> +
> +  05 Jun 2011; Pacho Ramos <pacho@gentoo.org> +gnome-speech-0.4.25-r1.ebuild,
> +  +files/gnome-speech-0.4.25-disable-java.patch:
> +  Drop java support as configure is completly broken and makes that support
> +  automagic (bug #188136), also, looks like nothing in the tree needs that
> +  support and other distributions are already suppling this without java
> +  support for a long time.
> +

I guess we can drop java from metadata as well.
Comment 9 Pacho Ramos gentoo-dev 2011-06-06 09:59:16 UTC
That is up to java team I think