Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204808 - dev-scheme/ikarus scheme compiler (new ebuild)
Summary: dev-scheme/ikarus scheme compiler (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-01-07 20:09 UTC by Ramana Kumar
Modified: 2008-01-11 17:36 UTC (History)
1 user (show)

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


Attachments
ikarus-0.0.2 ebuild (ikarus-0.0.2.ebuild,378 bytes, text/plain)
2008-01-07 20:10 UTC, Ramana Kumar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ramana Kumar 2008-01-07 20:09:47 UTC
New ebuild for an R6RS scheme compiler

Reproducible: Always

Steps to Reproduce:
Comment 1 Ramana Kumar 2008-01-07 20:10:32 UTC
Created attachment 140401 [details]
ikarus-0.0.2 ebuild
Comment 2 Ramana Kumar 2008-01-07 20:31:53 UTC
I forgot this - sorry!:

src_install() {
	emake DESTDIR="#{D}" install || die "Install failed"
	dodoc README TODO doc/ikarus-scheme-users-guide.*
}
Comment 3 Ramana Kumar 2008-01-07 22:54:59 UTC
okay... src_install doesn't work and I can't work out why. it seems like all the right calls are being made to /usr/bin/install, and the destination is ${D}/... but then nothing gets merged (except the dodoc stuff). any ideas ?
Comment 4 Marijn Schouten (RETIRED) gentoo-dev 2008-01-08 11:25:27 UTC
Yeah, we already have this in our overlay. See us in #gentoo-lisp.
Comment 5 Ramana Kumar 2008-01-11 17:36:33 UTC
Okay this is superfluous then =)