Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: cannot load shared library dllnums #6282

Closed
vicuna opened this issue Dec 30, 2013 · 2 comments
Closed

Fatal error: cannot load shared library dllnums #6282

vicuna opened this issue Dec 30, 2013 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 30, 2013

Original bug ID: 6282
Reporter: jteg68
Status: closed (set by @alainfrisch on 2014-01-09T16:39:45Z)
Resolution: not a bug
Priority: normal
Severity: major
Platform: armv61
OS: Raspbian
Version: 4.01.0
Category: ~DO NOT USE (was: OCaml general)

Bug description

Trying to install tyxml with opam install tyxml, failing with

Fatal error: cannot load shared library dllnums

Reason: /usr/local/lib/ocaml/stublibs/dllnums.so: undefined symbol: caml_hash_mix_uint32

make[1]: *** [xml_sigs_duce.cmi] Fel 2

Steps to reproduce

On my raspberrypi with raspbian: opam install tyxml

Additional information

root@raspberrypi:/etc# ocamlc.opt -v
The OCaml compiler, version 4.01.0
Standard library directory: /usr/local/lib/ocaml

root@raspberrypi:/etc# tail -n30 /root/.opam/system/build/tyxml.9999/tyxml-14340-ad8886.out
make[1]: Entering directory /root/.opam/system/build/tyxml.9999/lib' ocamlfind ocamlc -annot -bin-annot -c xml_sigs.mli ocamlfind ocamlc -annot -bin-annot -c xml_iter.mli ocamlfind ocamlc -annot -bin-annot -c xml_iter.ml ocamlfind ocamlc -annot -bin-annot -c xml_print.mli ocamlfind ocamlc -annot -bin-annot -c xml_print.ml ocamlfind ocamlc -annot -bin-annot -c xhtml_types.mli ocamlfind ocamlc -annot -bin-annot -c xhtml_sigs.mli ocamlfind ocamlc -annot -bin-annot -c xhtml_f.mli ocamlfind ocamlc -annot -bin-annot -c xhtml_f.ml ocamlfind ocamlc -annot -bin-annot -c svg_types.mli ocamlfind ocamlc -annot -bin-annot -c svg_sigs.mli ocamlfind ocamlc -annot -bin-annot -c svg_f.mli ocamlfind ocamlc -annot -bin-annot -c svg_f.ml ocamlfind ocamlc -annot -bin-annot -c html5_types.mli ocamlfind ocamlc -annot -bin-annot -c html5_sigs.mli ocamlfind ocamlc -annot -bin-annot -c html5_f.mli ocamlfind ocamlc -annot -bin-annot -c html5_f.ml ocamlfind ocamlc -annot -bin-annot -c xml.mli ocamlfind ocamlc -annot -bin-annot -c xml.ml ocamlfind ocamlc -annot -bin-annot -c xhtml.mli ocamlfind ocamlc -annot -bin-annot -c xhtml.ml ocamlfind ocamlc -annot -bin-annot -c svg.mli ocamlfind ocamlc -annot -bin-annot -c svg.ml ocamlfind ocamlc -annot -bin-annot -c html5.mli ocamlfind ocamlc -annot -bin-annot -c html5.ml ocamlfind ocamlc -annot -bin-annot -a xml_iter.cmo xml_print.cmo xhtml_f.cmo svg_f.cmo html5_f.cmo xml.cmo xhtml.cmo svg.cmo html5.cmo -o tyxml.cma ocamlfind ocamlc -annot -bin-annot -a xml_iter.cmo xml_print.cmo xhtml_f.cmo svg_f.cmo html5_f.cmo -o tyxml_f.cma ocamlducefind ocamlc -thread -c xml_sigs_duce.mli make[1]: Leaving directory /root/.opam/system/build/tyxml.9999/lib'

root@raspberrypi:/usr/local/lib/ocaml/stublibs# nm dllnums.so |grep uint32
U caml_hash_mix_uint32

@vicuna
Copy link
Author

vicuna commented Dec 31, 2013

Comment author: @hhugo

cross reference : ocsigen/tyxml#17

@vicuna
Copy link
Author

vicuna commented Jan 4, 2014

Comment author: jteg68

Please close this bug report, the error was not caused by the compiler after all. See the link above for more details.

Sorry for the noise,
Jörgen

@vicuna vicuna closed this as completed Jan 9, 2014
@vicuna vicuna added the bug label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant