From owner-freebsd-mono@freebsd.org Tue Aug 4 04:35:43 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 9D8889B3712 for ; Tue, 4 Aug 2015 04:35:43 +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 7B7C8FB9 for ; Tue, 4 Aug 2015 04:35:43 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7A5A09B3711; Tue, 4 Aug 2015 04:35:43 +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 79DDA9B3710 for ; Tue, 4 Aug 2015 04:35:43 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (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 E28ADFB6 for ; Tue, 4 Aug 2015 04:35:42 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by labgo9 with SMTP id go9so41507472lab.3 for ; Mon, 03 Aug 2015 21:35:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xIP/EaRDmqlxUOb0H8Vjn26OcE0Oo1BmMPk2HMJteOU=; b=Jd+qVGDbJcEFVNzhhZB2RqfpE9KYz/uOEMXVWwvYOWwe+lYLc9M+4VxzHBjTiqEGWA VouY4nFTq1U2XO/OuddKGYildiidcuWa/RD0tD1oduklXAYMK9O33yx3yjxE244DYdZb ax5gpgPYzKc7Ry2uyQXxi2FNZBFdHPYQLAiyNh+U0rrXQ2krqe+AG65VarALP9jStWCh o/FJ9U+4Kel/VxXotWL7rgFcRZUGST4fECwskqZOmwhd00XLkftxOdQCftUU+CRniUSK lWD1a9ZxXebuq3/0HAae1r9tzntJIQnq2mwLcHDTWnxgDTBUcpsJVU9r5jo7Hv8eWrEH mxyw== MIME-Version: 1.0 X-Received: by 10.112.118.41 with SMTP id kj9mr1246963lbb.123.1438662940861; Mon, 03 Aug 2015 21:35:40 -0700 (PDT) Received: by 10.152.180.166 with HTTP; Mon, 3 Aug 2015 21:35:40 -0700 (PDT) In-Reply-To: References: Date: Mon, 3 Aug 2015 21:35:40 -0700 Message-ID: Subject: Re: Mono Develop 5.0.1_1 Not Launching? From: Russell Haley To: Tony Narlock Cc: mono@freebsd.org, sergey.v.brunov@gmail.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, 04 Aug 2015 04:35:43 -0000 Okay, so this is where I am at: 1) built mono from /usr/ports/lang/mono (version 4.0.1.28) 2) downloaded current Monodevelop from github. 3) Tried to build, but ran into the following issues: a) *%-recursive: $(CONFIG_MAKE)* -> Doesn't work with make. I called gmake and got past this. b) *DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"* -> This fails in tcsh. Not sure what the repalcement is. Hard coded path got me past this. c) Monodevelop/main contains a (generated?) Makefile has a target called restore-packages which has the following line: *nuget restore* (or something like that) It fails for two reasons. i) it needs to be replaces with *mono /usr/home/rhaley/git/monodevelop/main/external/nuget-binary/NuGet.exe restore* ii) *mozroots --import --sync* -> NuGet.exe needs this run or download fail with WARNING: Error: SendFailure (Error writing headers). Not sure what it does Now I am getting build errors and i think it is because I don't have mono-addins (gtk failing). When I try to run mono-addins from /usr/ports/devel/mono-addins, I get the following error: *make install clean===> Installing for mono-addins-1.1===> mono-addins-1.1 depends on executable: mono - found===> mono-addins-1.1 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - not found===> mono-addins-1.1 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - not found*** Error code 1Stop.make[1]: stopped in /usr/ports/devel/mono-addins*** Error code 1Stop.make: stopped in /usr/ports/devel/mono-addins* Few! okay, that's as far as I got. Why is the mono-addins port not fetching dependencies? Thanks, Russ On Mon, Aug 3, 2015 at 6:45 PM, Russell Haley wrote: > Very exciting. I would like to be involved if you need a tester. I > just read about creating ports in BSD Journal and I started looking > into why make was failing on the source from the github repository > (some bash specific stuff, NuGet gets called incorrectly and fails > etc) but that's as far as I got. > > Thanks, > > Russell > > On Mon, Aug 3, 2015 at 4:11 PM, Tony Narlock wrote: > > Thank you for posting this. I also am getting the same experience as you > and > > others on the thread. > > > > I made a bugzilla issue at > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202067 and linked to > the > > thread here as well. > > > > Also, there is a patch to update monodevelop (to 5.5) at > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194915. This was last > > modified 2014-12-19 12:38 PST. Unfortunately no one caught it. Sergey, I > am > > CC'ing you on this. > > > > It being almost 9 months since, I think we may as well make a patch for > the > > newest monodevelop if possible (latest release as of August 3rd, 2015 is > > 5.9.5.5) > > > > On Wed, Jul 29, 2015 at 1:16 AM, Russell Haley > wrote: > >> > >> Hi there, > >> > >> I am trying to run Monodevelop on PC-BSD 10.1 release 25. First, ports > >> wouldn't build any of the dependency files and then when I finally got > >> it installed through the AppCafe using a binary, the application fails > >> to start. There is no error or pop-up. It just fails to start. > >> > >> I'd really like to debug this and fix the issue. Is there any logging > >> or any way I can figure out what the next step in debuggin this issue > >> is? > >> > >> Thanks, > >> > >> Russ > >> _______________________________________________ > >> freebsd-mono@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-mono > >> To unsubscribe, send any mail to "freebsd-mono-unsubscribe@freebsd.org" > > > > >