Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527988 - 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
Summary: dev-ml/findlib-1.5.5 - File "itest-aux/ppx.ml", line 1, characters 0-25: Erro...
Status: RESOLVED DUPLICATE of bug 527098
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-11-02 09:46 UTC by Toralf Förster
Modified: 2014-11-06 20:17 UTC (History)
1 user (show)

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


Attachments
build.log (dev-ml:findlib-1.5.5:20141102-010302.log,5.53 KB, text/plain)
2014-11-02 09:46 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***