From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 16 17:00:08 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A4F6106566C for ; Wed, 16 Dec 2009 17:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4054E8FC14 for ; Wed, 16 Dec 2009 17:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBGH08P9012533 for ; Wed, 16 Dec 2009 17:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBGH081x012532; Wed, 16 Dec 2009 17:00:08 GMT (envelope-from gnats) Resent-Date: Wed, 16 Dec 2009 17:00:08 GMT Resent-Message-Id: <200912161700.nBGH081x012532@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, marek Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB92C1065692 for ; Wed, 16 Dec 2009 16:52:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DB9CD8FC22 for ; Wed, 16 Dec 2009 16:52:56 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBGGqufP062611 for ; Wed, 16 Dec 2009 16:52:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nBGGquua062609; Wed, 16 Dec 2009 16:52:56 GMT (envelope-from nobody) Message-Id: <200912161652.nBGGquua062609@www.freebsd.org> Date: Wed, 16 Dec 2009 16:52:56 GMT From: marek To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/141687: Ocaml will not compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2009 17:00:08 -0000 >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: