Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2014 20:37:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351645 - head/lang/cduce
Message-ID:  <201404202037.s3KKbE1O029206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404202037.s3KKbE1O029206>