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

Bug 527988

Summary: dev-ml/findlib-1.5.5 - File "itest-aux/ppx.ml", line 1, characters 0-25: Error: Unbound value Toploop.preprocess_phrase / File "topfind.ml", line 214, characters 6-37: Error: Unbound module Fl_package_base
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: [OLD] DevelopmentAssignee: Gentoo Team for the ML programming language family <ml>
Status: RESOLVED DUPLICATE    
Severity: normal CC: Martin.vGagern
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Toralf Förster gentoo-dev 2014-11-02 09:46:44 UTC
Created attachment 388318 [details]
build.log

an ~amd64 chroot gives :

ocamlc -I +compiler-libs -c topfind.mli
USE_CYGPATH="0"; \
export USE_CYGPATH; \
cat topfind_rd1.p | \
	../../tools/patch '@SITELIB@' '/usr/lib64/ocaml' \
    	    >topfind
ocamlc -I +compiler-libs -c num_top_printers.mli
ocamlc -I +compiler-libs -c num_top.mli
ocamlc -I +compiler-libs -g -c findlib_config.ml
ocamlc -I +compiler-libs -g -c fl_meta.ml
ocamlc -I +compiler-libs -c fl_metascanner.mli
ocamlc -I +compiler-libs -g -c fl_topo.ml
ocamlc -I +compiler-libs -g -c topfind.ml
ocamlc -I +compiler-libs -g -c num_top_printers.ml
File "topfind.ml", line 214, characters 6-37:
Error: Unbound module Fl_package_base
Makefile:144: recipe for target 'topfind.cmo' failed
make[1]: *** [topfind.cmo] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.5.5/work/findlib-1.5.5/src/findlib'
Makefile:13: recipe for target 'all' failed
make: *** [all] Error 2
 * ERROR: dev-ml/findlib-1.5.5::gentoo failed (compile phase):
 *   emake failed
Comment 1 Toralf Förster gentoo-dev 2014-11-02 10:48:27 UTC
maybe another dup of bug #527098 ?
Comment 2 Martin von Gagern 2014-11-02 21:47:39 UTC
(In reply to Toralf Förster from comment #1)
> maybe another dup of bug #527098 ?

Might be. MAKEOPTS=-j1 solves this for me as well.
Comment 3 Toralf Förster gentoo-dev 2014-11-06 20:17:33 UTC

*** This bug has been marked as a duplicate of bug 527098 ***