svn commit: r351645 - head/lang/cduce
Antoine Brodin
antoine at FreeBSD.org
Sun Apr 20 20:37:15 UTC 2014
Author: antoine
Date: Sun Apr 20 20:37:14 2014
New Revision: 351645
URL: http://svnweb.freebsd.org/changeset/ports/351645
QAT: https://qat.redports.org/buildarchive/r351645/
Log:
Mark broken: Fails to build
(cd ocaml_files; ocamlopt -for-pack Cduce_lib.Caml_cduce -c asttypes.mli outcometree.mli asttypes.ml config.ml misc.ml tbl.ml clflags.ml consistbl.ml warnings.ml terminfo.ml location.mli location.ml annot.mli longident.ml ident.ml path.ml primitive.ml types.ml btype.ml oprint.ml subst.ml predef.ml datarepr.ml env.ml ctype.mli ctype.ml printtyp.ml;\
ocamlopt -for-pack Cduce_lib -pack -o caml_cduce.cmx asttypes.cmx config.cmx misc.cmx tbl.cmx clflags.cmx consistbl.cmx warnings.cmx terminfo.cmx location.cmx longident.cmx ident.cmx path.cmx primitive.cmx types.cmx btype.cmx oprint.cmx subst.cmx predef.cmx datarepr.cmx env.cmx ctype.cmx printtyp.cmx; \
cp caml_cduce.cmx caml_cduce.o caml_cduce.cmi ..)
File "asttypes.mli", line 44, characters 8-18:
Error: Unbound module Location
File "_none_", line 1:
Error: File asttypes.cmx not found
cp: caml_cduce.cmi: No such file or directory
cp: caml_cduce.o: No such file or directory
cp: caml_cduce.cmx: No such file or directory
gmake[1]: *** [caml_cduce.cmx] Error 1
gmake[1]: Leaving directory `/wrkdirs/usr/ports/lang/cduce/work/cduce-0.5.5/ocamliface'
gmake: *** [ocamliface/caml_cduce.cmx] Error 2
*** [do-build] Error code 1
Reported by: pkg-fallout
With hat: portmgr
Modified:
head/lang/cduce/Makefile
Modified: head/lang/cduce/Makefile
==============================================================================
--- head/lang/cduce/Makefile Sun Apr 20 20:34:29 2014 (r351644)
+++ head/lang/cduce/Makefile Sun Apr 20 20:37:14 2014 (r351645)
@@ -11,6 +11,8 @@ MASTER_SITES= http://www.cduce.org/downl
MAINTAINER= johans at FreeBSD.org
COMMENT= Efficient XML centric functional programming language
+BROKEN= Fails to build
+
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
BUILD_DEPENDS= ${SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \
${SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \
More information about the svn-ports-all
mailing list