Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 499926

Summary: dev-ml/core should depend on dev-ml/custom_printf
Product: Gentoo Linux Reporter: David E. Narváez <david.narvaez>
Component: [OLD] DevelopmentAssignee: Gentoo Team for the ML programming language family <ml>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

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