Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538010 - dev-ml/core-112.06.02 version bump
Summary: dev-ml/core-112.06.02 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-27 20:28 UTC by hfk22
Modified: 2015-01-29 11:25 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hfk22 2015-01-27 20:28:39 UTC
It looks like there's a bug in core-112.06.01 where core.top doesn't load properly.  Fortunately, it appears that it's been fixed in 112.06.02, so I was wondering if we could get a version bump.  I put the Github issue describing this problem in the URL.

Reproducible: Always

Steps to Reproduce:
1. ocaml
2. #use "topfind";;
3. #thread;;
4. #require "core.top";;
Actual Results:  
/usr/lib64/ocaml/core: added to search path
/usr/lib64/ocaml/core/core.cma: loaded
/usr/lib64/ocaml/core/core_top.cma: loaded
Unbound value Time_ns.Ofday.pp.
Unbound value Time_ns.pp.
Unbound value Time_ns.Option.pp.
Unbound value Time_ns.Span.Option.pp.
Unbound value Time_ns.Span.pp.
/usr/lib64/ocaml/core/core_top.cma: loaded
Unbound value Time_ns.Ofday.pp.
Unbound value Time_ns.pp.
Unbound value Time_ns.Option.pp.
Unbound value Time_ns.Span.Option.pp.
Unbound value Time_ns.Span.pp.

Expected Results:  
Module core.top should have loaded properly
Comment 1 Alexis Ballier gentoo-dev 2015-01-29 11:25:01 UTC
bumped, thanks!