Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499926 - dev-ml/core should depend on dev-ml/custom_printf
Summary: dev-ml/core should depend on dev-ml/custom_printf
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: 2014-01-31 21:11 UTC by David E. Narváez
Modified: 2014-02-12 11:32 UTC (History)
0 users

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


Attachments
emerge --info (einfo.txt,4.95 KB, text/plain)
2014-01-31 21:12 UTC, David E. Narváez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David E. Narváez 2014-01-31 21:11:46 UTC
I'm very new to OCaml so I am not sure whether this makes a lot of sense, but I noticed that after installing dev-ml/core and adding the following lines to my ~/.ocamlinit, as indicated in https://realworldocaml.org

$ more .ocamlinit 
#use "topfind"
#camlp4o
#thread
#require "core.top"
#require "core.syntax"

I get the following error when I run the interpreter, just after loading a bunch of modules:

No such package: custom_printf.syntax - required by `core.syntax'

I then installed dev-ml/custom_printf and the problem was gone.
Comment 1 David E. Narváez 2014-01-31 21:12:42 UTC
Created attachment 369224 [details]
emerge --info
Comment 2 Alexis Ballier gentoo-dev 2014-02-12 11:32:30 UTC
dep added, thx