Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56906 - dev-lang/ocaml-3.08.0 -- new version
Summary: dev-lang/ocaml-3.08.0 -- new version
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL: http://caml.inria.fr/ocaml/distrib-3....
Whiteboard:
Keywords:
: 59559 (view as bug list)
Depends on:
Blocks: 57956 59432 59559
  Show dependency tree
 
Reported: 2004-07-13 08:27 UTC by Bardur Arantsson
Modified: 2004-08-12 09:55 UTC (History)
3 users (show)

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


Attachments
ocaml-3.08.0.ebuild (ocaml-3.08.0.ebuild,1.82 KB, text/plain)
2004-07-13 08:28 UTC, Bardur Arantsson
Details
ocaml 3.08.0 ebuild (ocaml-3.08.0.ebuild,2.29 KB, application/octet-stream)
2004-08-04 14:03 UTC, Sam Walliser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bardur Arantsson 2004-07-13 08:27:19 UTC
Version 3.08.0 of the OCaml compiler has been released (see URL). I've attached an updated ebuild which works fine for me (on an x86).

I've commented out the application of the HPPA patch since it doesn't apply cleanly anyway (I have no idea about the status of the patch, i.e. whether it's been included in the distribution or not).

Marked unstable on all platforms.
Comment 1 Bardur Arantsson 2004-07-13 08:28:02 UTC
Created attachment 35325 [details]
ocaml-3.08.0.ebuild
Comment 2 spiralvoice 2004-08-04 11:40:20 UTC
This ebuild does not work, SRC_URI is wrong
Comment 3 Sam Walliser 2004-08-04 14:03:15 UTC
Created attachment 36767 [details]
ocaml 3.08.0 ebuild

Does this one work for you?
Comment 4 spiralvoice 2004-08-05 08:19:29 UTC
Perfectly, thanks!
Comment 5 spiralvoice 2004-08-06 15:50:44 UTC
Lots of duplicates here, when will Ocaml 3.08.0 be put into portage? We have to have lablgtk 1.2.7 as well because only that version is compatible:
http://bugs.gentoo.org/show_bug.cgi?id=59432
Comment 6 Daniel Black (RETIRED) gentoo-dev 2004-08-08 00:33:48 UTC
*** Bug 59559 has been marked as a duplicate of this bug. ***
Comment 7 Matthieu Sozeau (RETIRED) gentoo-dev 2004-08-08 01:11:37 UTC
I've put ocaml-3.08 into portage, as well as lablgtk-1.2.7 and lablgtk-2.4.0. I've tested the ebuilds so (hopefully) the transition will be smooth. Don't forget to rebuild your ocaml packages after an update :)
Comment 8 Curtis Magyar 2004-08-12 03:34:52 UTC
Why is the Ocaml ebuild using:

SRC_URI="http://caml.inria.fr/distrib/ocaml-3.08/${P}.0.tar.gz"
and
S="${WORKDIR}/${P}.0"

Instead of just calling the ebuild ocaml-3.08.0? What happens when 3.08.1 comes out now that they are using micro version numbers?

Thats what I had done in my portage overlay, and now Portage wants to "upgrade" my ocaml.  :(

Comment 9 Matthieu Sozeau (RETIRED) gentoo-dev 2004-08-12 09:55:58 UTC
Oops, that was a mistake, i'll put the real version number (3.08.1) in the next ebuild version and it'll work right. Meanwhile you can either inject 3.08 or mask it.