Summary: | rml-2.3.8.ebuild (New package) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Federico Zenith <federico.zenith> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | dewald.pieterse |
Priority: | High | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://www.ida.liu.se/labs/pelab/rml/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 230685 | ||
Attachments: |
Ebuild for RML
Improved ebuild, uses two use flags (debug and profile) Updated ebuild (removed ~x86) Updated ebuild, quotes New ebuild x86_64 architecture patch for configure file |
Description
Federico Zenith
2008-06-22 09:49:02 UTC
Created attachment 157991 [details]
Ebuild for RML
- $S and $D not always quoted Created attachment 158151 [details]
Improved ebuild, uses two use flags (debug and profile)
Created attachment 158187 [details]
Updated ebuild (removed ~x86)
Removing ~x86 because I have not really tested the ebuild against it, I had added it because of old habit.
Created attachment 158809 [details]
Updated ebuild, quotes
Added quotes around variables to ensure correct expansion
Configure error I found: line 110 seems to point to the wrong place looking sml, I think the make file requires some work. ./configure: TARGET is x86_64-linux-gcc ./configure: SMLCM is /usr/bin/sml ./configure: line 110: /var/tmp/portage/dev-lang/smlnj-110.67-r2/work/bin/.arch-n-opsys: No such file or directory ./configure: unable to determine SML/NJ heap suffix Dewald Created attachment 172401 [details]
New ebuild
This new ebuild adds inherit eutils which is required for using epatch, restructured the ebuild a bit.
Created attachment 172403 [details, diff]
x86_64 architecture patch for configure file
This patch updates the configure file to enable compiling on an x86_64 system.
Upstream changed: https://www.ida.liu.se/labs/pelab/rml/ |