Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424876 - dev-ml/react does not generate react.cmxs
Summary: dev-ml/react does not generate react.cmxs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords: PATCH
Depends on: 430156
Blocks:
  Show dependency tree
 
Reported: 2012-07-05 10:24 UTC by Jacques-Pascal Deplaix
Modified: 2012-08-07 15:31 UTC (History)
0 users

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


Attachments
react-0.9.3-cmxs.patch (react-0.9.3-cmxs.patch,920 bytes, patch)
2012-07-05 10:25 UTC, Jacques-Pascal Deplaix
Details | Diff
react-0.9.3.ebuild.patch (react-0.9.3.ebuild.patch,282 bytes, patch)
2012-07-05 10:27 UTC, Jacques-Pascal Deplaix
Details | Diff
react-0.9.3.ebuild.patch (react-0.9.3.ebuild.patch,250 bytes, patch)
2012-07-09 15:58 UTC, Jacques-Pascal Deplaix
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacques-Pascal Deplaix 2012-07-05 10:24:20 UTC
As an ocaml lib, react should have a .cmxs

Reproducible: Always
Comment 1 Jacques-Pascal Deplaix 2012-07-05 10:25:04 UTC
Created attachment 317272 [details, diff]
react-0.9.3-cmxs.patch
Comment 2 Jacques-Pascal Deplaix 2012-07-05 10:27:05 UTC
Created attachment 317274 [details, diff]
react-0.9.3.ebuild.patch
Comment 3 Alexis Ballier gentoo-dev 2012-07-09 15:41:03 UTC
have you tried regenerating setup.ml with oasis ? did you contact upstream about this ?
Comment 4 Jacques-Pascal Deplaix 2012-07-09 15:58:38 UTC
Created attachment 317708 [details, diff]
react-0.9.3.ebuild.patch
Comment 5 Jacques-Pascal Deplaix 2012-07-09 16:02:41 UTC
Yes, it's a more easy way.
So, no I didn't contact upstream about this. We can basically do "oasis setup".
Comment 6 Alexis Ballier gentoo-dev 2012-07-09 16:20:04 UTC
(In reply to comment #5)
> Yes, it's a more easy way.

missing || die and deps

> So, no I didn't contact upstream about this. We can basically do "oasis
> setup".


you should still ask them to make a new release bootstrapped with a recent oasis so that it is upstream standard to have a .cmxs...
Comment 7 Alexis Ballier gentoo-dev 2012-08-07 15:31:03 UTC
fixed with 0.9.4 :)