From owner-freebsd-ports@FreeBSD.ORG Wed Oct 7 15:04:11 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5680B1065670; Wed, 7 Oct 2009 15:04:11 +0000 (UTC) (envelope-from stas@deglitch.com) Received: from mx0.deglitch.com (backbone.deglitch.com [IPv6:2001:16d8:fffb:4::abba]) by mx1.freebsd.org (Postfix) with ESMTP id 026118FC1E; Wed, 7 Oct 2009 15:04:10 +0000 (UTC) Received: from stasss.yandex.ru (dhcp170-227-red.yandex.net [95.108.170.227]) by mx0.deglitch.com (Postfix) with ESMTPSA id D25F78FC4F; Wed, 7 Oct 2009 19:04:07 +0400 (MSD) Date: Wed, 7 Oct 2009 19:04:03 +0400 From: Stanislav Sedov To: "Boris Hollas" Message-Id: <20091007190403.523041c7.stas@deglitch.com> In-Reply-To: References: Organization: Deglitch Networks X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Wed__7_Oct_2009_19_04_03_+0400_yOGNv3b4XXd.YYbd" Cc: stas@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: ocaml-3.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 15:04:11 -0000 --Signature=_Wed__7_Oct_2009_19_04_03_+0400_yOGNv3b4XXd.YYbd Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, 06 Oct 2009 23:04:11 +0200 "Boris Hollas" mentioned: > Hello, >=20 > I discovered a strange problem with the FreeBSD port of OCaml. =20 > Frama-C/Jessie is a formal verification framework for C code, written in = =20 > OCaml. The Beryllium distribution [1] compiles on OpenBSD, NetBSD, and =20 > Linux, but not on FreeBSD. On FreeBSD 7.2, I tried OCaml 3.11.0 as well a= s =20 > OCaml 3.11.1 [2]. However, I was able to compile [1] with OCaml 3.11.1 on= =20 > Debian testing. On both platforms, I used ./configure && make (gmake on = =20 > FreeBSD). Any ideas? >=20 Hi, Boris! I've been able to successfully build this app on FreeBSD 7.2-RELEASE with ocaml-3.11.1. I suspect there's some configuration problem on your side. Please, note, that configure script for this program is poorly written and requires bash to run. So the configure string for you should probably looks like this: env MAKE=3Dgmake bash ./configure CFLAGS=3D"-I/usr/local/include" LDFLAGS= =3D"-L/usr/local/lib" It also requires gmake to build. --=20 Stanislav Sedov ST4096-RIPE --Signature=_Wed__7_Oct_2009_19_04_03_+0400_yOGNv3b4XXd.YYbd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJKzK3nAAoJEKN82nOYvCd0Z8gP/3WSS2HatROS6xw93z+dhvgo 56EzyK3FjwY1yvU74cIxTPeQWtqqG7DmGQyngFix3930uKxkM9M35PAE3IsenkKL REooo7L51F4NAZTnwtT/JJzRmqIgGkxIYOwb/laFnbH/21f/mclivZwznVcCZG9F BPohzXLgJLsGmHhy8CjCNOlsRCUCxFFCZC4P0ZO8yfKAjHbyqv7qa7iJv4iyxJGu 7tALpI6FI2uexCRgUjRwROaOSVPhFwNTgOg8OoyoT5mg8feJWZ9/JHe2WcKnOm6E 8hCEp0vtD6rurgE0QyPe/zfQ5CzlrCKNJJw9t/AXksUR0OV3p6N2kLPsM/xryi6D jUMqSUPj3vpvRU7qafJ3emy2mI8JBsJfJfncx95bb9S7LH4vLmZyAzNvObfbI2Ea UEBTYd7hUIAIkxBXolrY8quJTN9j2f0QP5DS1T1Aya0WrrtkbpCmAu5PKnD2p8Xm xga4Oa/amZQCwFQLKZuZjVuoTL7Rf7iQ1pSXCmcS9yHwoM3Ao+C66Us3SjpuaXDp VaKF0tge9GY5C61V0PBCNFtvmBdI6V/iA8nYlfqjH4VfxReQ8cRpNs2TcvUKLY15 yMSSsgI3puZ2oFCaAtT/1036tuKLjHEtQTLo4NSIcl+s0QiJ+o0AdLxZehWDOgsm rCCNcP48OfrID4lBUAUg =L2Tl -----END PGP SIGNATURE----- --Signature=_Wed__7_Oct_2009_19_04_03_+0400_yOGNv3b4XXd.YYbd--