From owner-freebsd-mono@freebsd.org Tue Sep 15 04:05:53 2015 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECBECA043F4 for ; Tue, 15 Sep 2015 04:05:53 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CE7FF17E1 for ; Tue, 15 Sep 2015 04:05:53 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id CB8C2A043F3; Tue, 15 Sep 2015 04:05:53 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B12F2A043F2 for ; Tue, 15 Sep 2015 04:05:53 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x22a.google.com (mail-vk0-x22a.google.com [IPv6:2607:f8b0:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7721317E0 for ; Tue, 15 Sep 2015 04:05:53 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by vkgd64 with SMTP id d64so71875869vkg.0 for ; Mon, 14 Sep 2015 21:05:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=kNnzpUEPHX46ECO8pIbBHwwydcTNHLXE2Ej21P0cZXw=; b=JnAuRvb57S8r09pr/muYuigKnGZ5DAy/SoNxTYG4RL8LxHOti1u13/8CcjR5gvIdLq ejn3s4jmSB1Zy71DTEU3tVXV6BZ4IsgjlGiS4dCYHyxKGFPg0OHXrMor4gv0uPs4F4US zumibOsxLBgyCX/ePbdIqCmWw60e68h0WIwjib/HMhjOkDHWFJiVAJv+z3RiyEVmtfib eFi7lQVAO1NKy9TU5htrgwLBvmwx5HFk+mZbTDir7BKtmaugKV1mF5C+v663GuEKubgj nh+GoqQmr8HXqjokbfrFqNgE8p1wGsX/C2qxQ9kUdhonV/zAuDQ+nDihp7llJPqCXPg9 gXeQ== MIME-Version: 1.0 X-Received: by 10.31.9.207 with SMTP id 198mr17242015vkj.145.1442289952505; Mon, 14 Sep 2015 21:05:52 -0700 (PDT) Received: by 10.31.89.135 with HTTP; Mon, 14 Sep 2015 21:05:52 -0700 (PDT) Date: Mon, 14 Sep 2015 21:05:52 -0700 Message-ID: Subject: MonoDevelop 5.10 For FreeBSD 10.2 From: Russell Haley To: Ivan Radovanovic , mono@freebsd.org, Jeff Sukow Cc: monodevelop-list@lists.ximian.com Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.20 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, 15 Sep 2015 04:05:54 -0000 Hello, I just thought I'd send a progress update. Currently, I am stuck between two different build methods for the "latest" MonoDevelop build. I have been able to successfully build from github and create patches. However, the existing ports Makefile (devel/monodevelop) uses the tarball method. My github approach fails when attempting to build using the tarball method. Cons of Github build: - The github approach doesn't feel stable. The monodevelop branch naming in git is all over the place and there are binaries in the externals download. Cons of Tarball build: - Have to figure out why it's failing too build. Seems to be issues with LibGet2Sharp, again in the externals folder. Other problems still outstanding: 1) kqueueEvent still causes crashes. An environment variable needs to be set to use the managed filesystemwatcher 2) I have to build gtksharp20 twice. Once before the initial compile. Then the Monodevelop build fails, I rebuild gtksharp20 and then Monodevelop continues to build to success. WTF? 2.5) The build says it's for Linux. Boo! 3) I'm getting errors when trying to save the solution file. Not sure if that's a MD bug, or a "me bug". That's it. If anyone has any input, I'd love to have it. Thanks, Russ