Date: Sat, 19 Aug 2006 11:24:12 -0500 From: "Scot Hetzel" <swhetzel@gmail.com> To: "Angel Todorov" <attodorov@gmail.com> Cc: freebsd-amd64@freebsd.org Subject: Re: lang/mono Message-ID: <790a9fff0608190924n18e5f8d6y1504206ea2f4dd56@mail.gmail.com> In-Reply-To: <4ac1e6310608190708k548a0a8ewf750669c9a98bc1b@mail.gmail.com> References: <4ac1e6310608190708k548a0a8ewf750669c9a98bc1b@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_20403_9650407.1156004652856 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 8/19/06, Angel Todorov <attodorov@gmail.com> wrote: > Hi all, > > Are there any plans to have the Mono port for freebsd-amd64 in the > near future ? Thanks very much in advance. > > P.S: That's what i currently get : > > bsdlab# cd /usr/ports/lang/mono > bsdlab# make install clean > ===> mono-1.1.13.6_1 is only for i386, and you are running amd64.. > *** Error code 1 > > Stop in /usr/ports/lang/mono. I also tested the build of the lang/mono port on 6.1-STABLE/amd64, and had no problem building it. I also ran the 'make tests' for the mono port, and they seemed to have passed: 193 test(s) passed. 0 test(s) did not pass. Regression tests: 31 ran, 0 failed in Tests I then had a look at the configure script and noticed that it doesn't enable the mono debugger for FreeBSD/amd64, I fixed this by patching the configure script, see attachment. NOTE: 1. This change should be submitted to the mono developers as a patch against configure.in instead of configure. 2. I haven't tested the mono debugger, so I don't know if it works on FreeBSD/amd64. I'll submit these patches to PR 95513. I don't use mono, so this is all I can test right now. If someone wants further testing, just let what to test it with. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. ------=_Part_20403_9650407.1156004652856 Content-Type: text/x-diff; name=patch-configure; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: base64 X-Attachment-Id: file0 Content-Disposition: attachment; filename="patch-configure" LS0tIGNvbmZpZ3VyZS5vcmlnCVNhdCBBdWcgMTkgMTA6MjY6MDcgMjAwNgorKysgY29uZmlndXJl CVNhdCBBdWcgMTkgMTA6Mjc6MTcgMjAwNgpAQCAtMzYyNTQsNyArMzYyNTQsNyBAQAogbW9ub19k ZWJ1Z2dlcl9zdXBwb3J0ZWQ9bm8KIGlmIHRlc3QgIngkVEFSR0VUIiA9ICJ4QU1ENjQiIC1vICJ4 JFRBUkdFVCIgPSAieFg4NiI7IHRoZW4KIAljYXNlICIkaG9zdCIgaW4KLQkqLSotKmxpbnV4KikK KwkqLSotKmxpbnV4KnwqZnJlZWJzZCopCiAJCW1vbm9fZGVidWdnZXJfc3VwcG9ydGVkPXllcwog CQk7OwogCWVzYWMK ------=_Part_20403_9650407.1156004652856 Content-Type: text/x-diff; name=patch-configure.in; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: base64 X-Attachment-Id: file2 Content-Disposition: attachment; filename="patch-configure.in" LS0tIGNvbmZpZ3VyZS5pbi5vcmlnCVNhdCBBdWcgMTkgMTA6NTY6NTIgMjAwNgorKysgY29uZmln dXJlLmluCVNhdCBBdWcgMTkgMTA6NTc6NDcgMjAwNgpAQCAtMTY3MCw3ICsxNjcwLDcgQEAKIG1v bm9fZGVidWdnZXJfc3VwcG9ydGVkPW5vCiBpZiB0ZXN0ICJ4JFRBUkdFVCIgPSAieEFNRDY0IiAt byAieCRUQVJHRVQiID0gInhYODYiOyB0aGVuCiAJY2FzZSAiJGhvc3QiIGluCi0JKi0qLSpsaW51 eCopCisJKi0qLSpsaW51eCp8Ki0qLSpmcmVlYnNkKikKIAkJbW9ub19kZWJ1Z2dlcl9zdXBwb3J0 ZWQ9eWVzCiAJCTs7CiAJZXNhYwo= ------=_Part_20403_9650407.1156004652856--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0608190924n18e5f8d6y1504206ea2f4dd56>