Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473746 - dev-ml/tyxml-2.2.0 - ocamlfind ocamlc -package netstring -c xml.ml: File "xml.ml", line 86, characters 7-36: Error: Unbound module Netstring_pcre
Summary: dev-ml/tyxml-2.2.0 - ocamlfind ocamlc -package netstring -c xml.ml: File "x...
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: 2013-06-18 20:38 UTC by Jason Mours
Modified: 2013-07-23 17:48 UTC (History)
0 users

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


Attachments
build.log (build.log,4.53 KB, text/plain)
2013-06-18 20:39 UTC, Jason Mours
Details
emerge-info (emerge-info.dev-ml-tyxml-2.2.0,16.51 KB, text/plain)
2013-06-18 20:39 UTC, Jason Mours
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mours 2013-06-18 20:38:14 UTC
Added USE="latex" to dev-lang/ocaml-4.00.1-r1. Running emerge -1 /usr/lib64/ocaml produced an error on dev-ml/tyxml-2.2.0 :

make[1]: Entering directory `/var/tmp/portage/dev-ml/tyxml-2.2.0/work/tyxml-2.2.0/lib'
ocamlfind ocamlc   -package netstring -c xml_sigs.mli
ocamlfind ocamlc   -package netstring -c xhtml_types.mli
ocamlfind ocamlc   -package netstring -c svg_types.mli
ocamlfind ocamlc   -package netstring -c xml.mli
ocamlfind ocamlc   -package netstring -c xml_iter.mli
ocamlfind ocamlc   -package netstring -c xml_print.mli
ocamlfind ocamlc   -package netstring -c svg_sigs.mli
ocamlfind ocamlc   -package netstring -c html5_types.mli
ocamlfind ocamlc   -package netstring -c xhtml_sigs.mli
ocamlfind ocamlc   -package netstring -c xml_iter.ml
ocamlfind ocamlopt   -package netstring -c xml_iter.ml
ocamlfind ocamlopt   -package netstring -c xml_print.ml
ocamlfind ocamlc   -package netstring -c xml_print.ml
ocamlfind ocamlc   -package netstring -c svg_f.mli
ocamlfind ocamlc   -package netstring -c xml.ml
ocamlfind ocamlc   -package netstring -c svg.mli
ocamlfind ocamlc   -package netstring -c xhtml_f.mli
ocamlfind ocamlc   -package netstring -c html5_sigs.mli
ocamlfind ocamlc   -package netstring -c xhtml.mli
File "xml.ml", line 86, characters 7-36:
Error: Unbound module Netstring_pcre
make[1]: *** [xml.cmo] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/dev-ml/tyxml-2.2.0/work/tyxml-2.2.0/lib'
make: *** [all] Error 2

: Posting build.log

Reproducible: Always
Comment 1 Jason Mours 2013-06-18 20:39:13 UTC
Created attachment 351344 [details]
build.log
Comment 2 Jason Mours 2013-06-18 20:39:59 UTC
Created attachment 351346 [details]
emerge-info
Comment 3 Alexis Ballier gentoo-dev 2013-07-23 17:48:57 UTC
  23 Jul 2013; Alexis Ballier <aballier@gentoo.org> tyxml-2.2.0.ebuild,
  +files/pcre.patch:
  fix build with ocamlnet built without -compat-pcre since thats what we ship.
  Bug #473746.