[Bug 199986] devel/ocaml-camlp4 missing some files
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 6 05:37:56 UTC 2015
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 at FreeBSD.org
Reporter: mmatalka at gmail.com
CC: michipili at gmail.com
CC: michipili at gmail.com
Flags: maintainer-feedback?(michipili at 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.
More information about the freebsd-ports-bugs
mailing list