Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192131 - dev-scheme/bigloo - add support to the java backend
Summary: dev-scheme/bigloo - add support to the java backend
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-11 12:08 UTC by José Romildo Malaquias
Modified: 2007-09-11 15:32 UTC (History)
0 users

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


Attachments
bigloo-3.0b.ebuild.java.patch (bigloo-3.0b.ebuild.java.patch,1.08 KB, patch)
2007-09-11 13:15 UTC, José Romildo Malaquias
Details | Diff
bigloo-3.0b.ebuild.java.patch (bigloo-3.0b.ebuild.java.patch,1.03 KB, patch)
2007-09-11 14:51 UTC, José Romildo Malaquias
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.