Date: Wed, 16 Dec 2009 16:52:56 GMT From: marek <mrkvrg@acm.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141687: Ocaml will not compile Message-ID: <200912161652.nBGGquua062609@www.freebsd.org> Resent-Message-ID: <200912161700.nBGH081x012532@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141687 >Category: ports >Synopsis: Ocaml will not compile >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 16 17:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: marek >Release: 8.0 i386 >Organization: >Environment: FreeBSD gecko3.bs.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Dec 10 17:20:07 EST 2009 root@gecko3.bs.net:/usr/obj/usr/src/sys/GECKO-8.0.1 i386 >Description: The program lang/ocaml will not compile and as a consequence some dependent programs such as parts of kde4 will also not compile. The end ocaml output is as follows: cp byterun/ocamlrun boot/ocamlrun cd yacc; make all cp yacc/ocamlyacc boot/ocamlyacc cd stdlib; make COMPILER=../boot/ocamlc all cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot if test -f boot/libcamlrun.a; then :; else ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi if test -d stdlib/caml; then :; else ln -s ../byterun stdlib/caml; fi boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml File "utils/config.ml", line 41, characters 26-120: Error: This expression is not a function; it cannot be applied *** Error code 2 Stop in /usr/ports/lang/ocaml/work/ocaml-3.11.1. *** Error code 1 Stop in /usr/ports/lang/ocaml/work/ocaml-3.11.1. *** Error code 1 Stop in /usr/ports/lang/ocaml. *** Error code 1 Stop in /usr/ports/lang/ocaml. >How-To-Repeat: cd /usr/ports/lang/ocaml make clean make >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912161652.nBGGquua062609>