From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 25 08:50:01 2010 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 76DB910656A4 for ; Wed, 25 Aug 2010 08:50:01 +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 33A878FC08 for ; Wed, 25 Aug 2010 08:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7P8o1G9050030 for ; Wed, 25 Aug 2010 08:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7P8o1RF050029; Wed, 25 Aug 2010 08:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 25 Aug 2010 08:50:01 GMT Resent-Message-Id: <201008250850.o7P8o1RF050029@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, Lapo Luchini Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A957D10656B0 for ; Wed, 25 Aug 2010 08:46:32 +0000 (UTC) (envelope-from lapo@lapo.it) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id C6C968FC21 for ; Wed, 25 Aug 2010 08:46:31 +0000 (UTC) Received: (qmail 86622 invoked from network); 25 Aug 2010 08:46:30 -0000 Received: from unknown (HELO lapo.andxor.it) (192.168.2.22) by andxor.it with SMTP; 25 Aug 2010 08:46:30 -0000 Received: from lapo.andxor.it (localhost.andxor.it [127.0.0.1]) by lapo.andxor.it (8.14.4/8.14.4) with ESMTP id o7P8kUMJ065364; Wed, 25 Aug 2010 10:46:30 +0200 (CEST) (envelope-from lapo@lapo.andxor.it) Received: (from lapo@localhost) by lapo.andxor.it (8.14.4/8.14.4/Submit) id o7P8kUJK065363; Wed, 25 Aug 2010 10:46:30 +0200 (CEST) (envelope-from lapo) Message-Id: <201008250846.o7P8kUJK065363@lapo.andxor.it> Date: Wed, 25 Aug 2010 10:46:30 +0200 (CEST) From: Lapo Luchini To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Stanislav Sedov , Lapo Luchini Subject: ports/149958: x11-toolkits/ocaml-lablgtk2's varcc should (maybe) be executable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lapo Luchini List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2010 08:50:01 -0000 >Number: 149958 >Category: ports >Synopsis: x11-toolkits/ocaml-lablgtk2's varcc should (maybe) be executable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 25 08:50:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Lapo Luchini >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD lapo.andxor.it 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I'm not really sure this is the correct solution (I know very little about OCaml or lablgtk), but while upgrading devel/monotone-viz to use system lablgtk2 instead of the contained one, I get the following error: [...] ocamlopt.opt -I /usr/local/lib/ocaml/lablgtk2 -I glib -c query.ml ocamlopt.opt -I /usr/local/lib/ocaml/lablgtk2 -I glib -c app.ml ocamlopt.opt -I /usr/local/lib/ocaml/lablgtk2 -I glib -c main.ml cd glib ; /usr/local/lib/ocaml/lablgtk2/varcc -static gspawn_tags.var /usr/local/lib/ocaml/lablgtk2/varcc: Permission denied gmake: *** [glib/gspawn_tags.c] Error 126 *** Error code 1 >How-To-Repeat: Compile devel/monotone-viz with CONFIGURE_ARGS+= --without-local-lablgtk >Fix: Temporary fix: # chmod +x /usr/local/lib/ocaml/lablgtk2/varcc Permanent fix: up to the maintainer or lablgtk2, but I guess some hacking of the lablgtk2 port. >Release-Note: >Audit-Trail: >Unformatted: