From owner-freebsd-mono@FreeBSD.ORG Mon Sep 9 11:07:43 2013 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 74D61494 for ; Mon, 9 Sep 2013 11:07:43 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 629812AD8 for ; Mon, 9 Sep 2013 11:07:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89B7hld021724 for ; Mon, 9 Sep 2013 11:07:43 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89B7gxX021013 for mono@FreeBSD.org; Mon, 9 Sep 2013 11:07:42 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 9 Sep 2013 11:07:42 GMT Message-Id: <201309091107.r89B7gxX021013@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: mono@FreeBSD.org Subject: Current problem reports assigned to mono@FreeBSD.org X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 11:07:43 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/181403 mono graphics/f-spot needs to be marked broken o ports/181361 mono Update lang/fsharp to 3.0.27 o ports/180680 mono [PATCH] devel/monodevelop: update to 4.0.9_1 a ports/175312 mono devel/monodevelop does not build a ports/144224 mono [PATCH] lang/mono Fix build with new GCC 5 problems total. From owner-freebsd-mono@FreeBSD.ORG Tue Sep 10 20:20:02 2013 Return-Path: Delivered-To: mono@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26E128C2 for ; Tue, 10 Sep 2013 20:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14CD928CA for ; Tue, 10 Sep 2013 20:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AKK1b6021770 for ; Tue, 10 Sep 2013 20:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AKK1DB021769; Tue, 10 Sep 2013 20:20:01 GMT (envelope-from gnats) Date: Tue, 10 Sep 2013 20:20:01 GMT Message-Id: <201309102020.r8AKK1DB021769@freefall.freebsd.org> To: mono@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181403: commit references a PR X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 20:20:02 -0000 The following reply was made to PR ports/181403; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181403: commit references a PR Date: Tue, 10 Sep 2013 20:13:39 +0000 (UTC) Author: marino Date: Tue Sep 10 20:13:26 2013 New Revision: 326928 URL: http://svnweb.freebsd.org/changeset/ports/326928 Log: graphics/f-spot: Mark BROKEN (does not build) build log: ./Hyena.Data.Gui/ListView/ListView_Rendering.cs(128,41): error CS0012: The type `Cairo.Context' is defined in an assembly that is not referenced. Consider adding a reference to assembly `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' (cut warnings) Compilation failed: 2 error(s), 77 warnings gmake[5]: *** [../../../bin/Hyena.Gui.dll] Error 1 gmake[5]: Leaving directory `/wrkdirs/usr/ports/graphics/f-spot/work/ f-spot-0.8.2/lib/Hyena/Hyena.Gui' PR: ports/181403 (timed out) Modified: head/graphics/f-spot/Makefile Modified: head/graphics/f-spot/Makefile ============================================================================== --- head/graphics/f-spot/Makefile Tue Sep 10 20:01:27 2013 (r326927) +++ head/graphics/f-spot/Makefile Tue Sep 10 20:13:26 2013 (r326928) @@ -12,6 +12,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= Personal photo management to the GNOME desktop +BROKEN= Does not build with latest Mono LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ exif.12:${PORTSDIR}/graphics/libexif \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-mono@FreeBSD.ORG Tue Sep 10 20:21:18 2013 Return-Path: Delivered-To: mono@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E70278F2; Tue, 10 Sep 2013 20:21:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD05B28F7; Tue, 10 Sep 2013 20:21:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AKLIii023424; Tue, 10 Sep 2013 20:21:18 GMT (envelope-from marino@freefall.freebsd.org) Received: (from marino@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AKLI00023423; Tue, 10 Sep 2013 20:21:18 GMT (envelope-from marino) Date: Tue, 10 Sep 2013 20:21:18 GMT Message-Id: <201309102021.r8AKLI00023423@freefall.freebsd.org> To: freebsd@marino.st, marino@FreeBSD.org, mono@FreeBSD.org From: marino@FreeBSD.org Subject: Re: ports/181403: graphics/f-spot needs to be marked broken X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 20:21:19 -0000 Synopsis: graphics/f-spot needs to be marked broken State-Changed-From-To: open->closed State-Changed-By: marino State-Changed-When: Tue Sep 10 20:21:18 UTC 2013 State-Changed-Why: Marked BROKEN http://www.freebsd.org/cgi/query-pr.cgi?pr=181403 From owner-freebsd-mono@FreeBSD.ORG Fri Sep 13 07:30:08 2013 Return-Path: Delivered-To: mono@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E816C51A; Fri, 13 Sep 2013 07:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE6AC2CF4; Fri, 13 Sep 2013 07:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D7U8C8010412; Fri, 13 Sep 2013 07:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D7U8mU010411; Fri, 13 Sep 2013 07:30:08 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 07:30:08 GMT Message-Id: <201309130730.r8D7U8mU010411@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mono@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182057: lang/mono (mono 3.2.1) does not build on amd64 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 07:30:09 -0000 Synopsis: lang/mono (mono 3.2.1) does not build on amd64 Responsible-Changed-From-To: freebsd-ports-bugs->mono Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 07:30:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182057