Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 192131

Summary: dev-scheme/bigloo - add support to the java backend
Product: Gentoo Linux Reporter: José Romildo Malaquias <jrmalaq>
Component: [OLD] DevelopmentAssignee: Scheme Project <scheme>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: bigloo-3.0b.ebuild.java.patch
bigloo-3.0b.ebuild.java.patch

Description José Romildo Malaquias 2007-09-11 12:08:35 UTC
Please, add support to the Java backend of the Bigloo Scheme compiler.

Reproducible: Always
Comment 1 Marijn Schouten (RETIRED) gentoo-dev 2007-09-11 12:28:59 UTC
As I lack a free Java to test with, you'll need to give me a patch for the ebuild against the latest version.
Comment 2 José Romildo Malaquias 2007-09-11 13:15:55 UTC
Created attachment 130576 [details, diff]
bigloo-3.0b.ebuild.java.patch

Here is my patch to add support for the Java backend of Bigloo in bigloo-3.0b.ebuild.

It works for me with sun-jdk-1.6.0.02.
Comment 3 Marijn Schouten (RETIRED) gentoo-dev 2007-09-11 14:04:28 UTC
please eliminate the myconf variable and use something like:

"$(use java && echo "--jvm=yes --java=$(java-config --java) --javac=$(java-config --javac)")"
Comment 4 José Romildo Malaquias 2007-09-11 14:51:52 UTC
Created attachment 130585 [details, diff]
bigloo-3.0b.ebuild.java.patch

The modified patch to the ebuild, as requested.
Comment 5 Marijn Schouten (RETIRED) gentoo-dev 2007-09-11 15:32:48 UTC
Thank you, fixed.