Date: Wed, 06 May 2015 05:37:55 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199986] devel/ocaml-camlp4 missing some files Message-ID: <bug-199986-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199986 Bug ID: 199986 Summary: devel/ocaml-camlp4 missing some files Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mmatalka@gmail.com CC: michipili@gmail.com CC: michipili@gmail.com Flags: maintainer-feedback?(michipili@gmail.com) After upgrading to ocaml-4.02.1 and installing ocaml-camlp4 I cannot compile some packages that depend on camlp4 in opam. This happens on clean installs. Example: #=== ERROR while installing type_conv.112.01.01 ===============================# # opam-version 1.2.1 # os freebsd # command gmake # path /home/mmatalka/.opam/system/build/type_conv.112.01.01 # compiler system (4.02.1) # exit-code 2 # env-file /home/mmatalka/.opam/system/build/type_conv.112.01.01/type_conv-57786-6d07ae.env # stdout-file /home/mmatalka/.opam/system/build/type_conv.112.01.01/type_conv-57786-6d07ae.out # stderr-file /home/mmatalka/.opam/system/build/type_conv.112.01.01/type_conv-57786-6d07ae.err ### stdout ### # ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml # rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo # ./setup.exe -configure # Makefile:51: recipe for target 'setup.data' failed ### stderr ### # ocamlfind: Package `camlp4.quotations' not found # W: Field 'pkg_camlp4_quotations' is not set: Command ''/home/mmatalka/.opam/system/bin/ocamlfind' query -format %d camlp4.quotations > '/tmp/oasis-e8bc2d.txt'' terminated with error code 2 # ocamlfind: Package `camlp4.extend' not found # W: Field 'pkg_camlp4_extend' is not set: Command ''/home/mmatalka/.opam/system/bin/ocamlfind' query -format %d camlp4.extend > '/tmp/oasis-361e40.txt'' terminated with error code 2 # E: Cannot find findlib package camlp4.extend # E: Cannot find findlib package camlp4.quotations # E: Failure("2 configuration errors") # gmake: *** [setup.data] Error 1 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199986-13>