From owner-freebsd-mono@FreeBSD.ORG Wed Jul 15 17:33:08 2009 Return-Path: Delivered-To: freebsd-mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACB4010656F0 for ; Wed, 15 Jul 2009 17:33:08 +0000 (UTC) (envelope-from jupdike@gmail.com) Received: from mail-pz0-f193.google.com (mail-pz0-f193.google.com [209.85.222.193]) by mx1.freebsd.org (Postfix) with ESMTP id CE16B8FC08 for ; Wed, 15 Jul 2009 17:33:07 +0000 (UTC) (envelope-from jupdike@gmail.com) Received: by pzk31 with SMTP id 31so2911947pzk.3 for ; Wed, 15 Jul 2009 10:33:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=knEVHEVgrl9ev3NGnQvTAeP12QEuWQuVDqwSjQSMl28=; b=NftFsKMRagsHBHGH23FzgGp3vMaZ3ajKhnmlB9Ypn6B0MjYQLKd6usNVPrqMgFG6bG PyprR+KygsUsPw+pkgj5s7RyjuLHh3bDCpKHqNJ6kDNuNPwp/QIWHgI6NAluTzMxqQhb vy7o0XrJhI6tvI50jJZNfmZ1STMD2kdxgRUKc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=L+uHkplZMRSAymTLhsXB1RtRqIGdorU4eWdKxPHhmidOFW2Gm9iWMlszJ9cEj0MASr REznnQ3gx9vHfN63q+089jWHVzn8UwiIUlxCbSxdGtiMWVW2HzcoYLXPfoTAKnGeyfR4 1QBz26jtrHmRlFYAIUMXEdqYDOXS1FDBrEk70= MIME-Version: 1.0 Received: by 10.142.229.5 with SMTP id b5mr2218310wfh.314.1247679187624; Wed, 15 Jul 2009 10:33:07 -0700 (PDT) Date: Wed, 15 Jul 2009 10:33:07 -0700 Message-ID: <8b108f950907151033v1b76ac23ubdf733a817103701@mail.gmail.com> From: Jared Updike To: freebsd-mono@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Failed to compile mono-2.4.2.1 on FreeBSD 6.2 Release X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2009 17:33:09 -0000 I'm running FreeBSD 6.2 Release inside Parallels on Mac OS X Leopard/Intel (which had a package installer for Mono which unsurprisingly worked perfectly :-) :-(. I updated my ports tree with portsnap last night, then went to build mono-2.4.2.1: cd /usr/ports/lang/mono sudo make install clean After building much of mono it gets to the runtime folder and then bombs: .. [clip] ... gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data' Making all in runtime gmake[2]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/runtime' if test -w ../mcs; then :; else chmod -R +w ../mcs; fi cd ../mcs && gmake NO_DIR_CHECK=1 PROFILES='net_1_1 net_2_0 net_3_5 net_2_1' CC='cc' all-profiles gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake profile-do--net_1_1--all profile-do--net_2_0--all profile-do--net_3_5--all profile-do--net_2_1--all gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake PROFILE=basic all gmake[5]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[6]: *** [build/deps/basic-profile-check.exe] Error 1 gmake[6]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' *** The compiler 'false' doesn't appear to be usable. *** Trying the 'monolite' directory. gmake[7]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[8]: *** [build/deps/basic-profile-check.exe] Error 138 gmake[8]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' *** The contents of your 'monolite' directory may be out-of-date *** You may want to try 'make get-monolite-latest' gmake[8]: *** [do-profile-check-monolite] Error 1 gmake[8]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[7]: *** [do-profile-check] Error 2 gmake[7]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[6]: *** [do-profile-check-monolite] Error 2 gmake[6]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[5]: *** [do-profile-check] Error 2 gmake[5]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[4]: *** [profile-do--basic--all] Error 2 gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[3]: *** [profiles-do--all] Error 2 gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[2]: *** [all-local] Error 2 gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/runtime' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1' gmake: *** [all] Error 2 *** Error code 1 I'm basically have the same problem as here: http://code.google.com/p/bsd-sharp/issues/detail?id=7 mentioned by RealFduch Jared.