From owner-freebsd-mono@FreeBSD.ORG Sun May 24 09:11:22 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 D31BC106564A for ; Sun, 24 May 2009 09:11:22 +0000 (UTC) (envelope-from szabszi@gmail.com) Received: from mail-bw0-f165.google.com (mail-bw0-f165.google.com [209.85.218.165]) by mx1.freebsd.org (Postfix) with ESMTP id 5EDA68FC08 for ; Sun, 24 May 2009 09:11:21 +0000 (UTC) (envelope-from szabszi@gmail.com) Received: by bwz9 with SMTP id 9so2556061bwz.43 for ; Sun, 24 May 2009 02:11:21 -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; bh=LeooasECRqhGM6G8+TomKxUuYScVymT7rk2vOkV5j54=; b=dIRQJdB9BlaA08s3d0qnjA3xSA9d7swPWgoMNwji9wir8neVbewHbycwk1TxIShB8z Al+XrsfWEavPGB+1MHmovmouDJhNkbsrcTiebaAyAxWbGZ+CeW5CZR4fxO61kurnHoU4 EAXtgIJ8xCMBXVg5P98VOhx3Er0vRtPPGJhnY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RxIA6B1y/2xdoSJ9Bh4xBwbSX+fn27HyJ89oIQ0U51hblXPDwRJv7jRIGHFvZIOr5t DtHF8haIpKlMbWm0EMtMSvmQu+WnYXgTE1IN4jO5J1h07LduCt1uR+jCxFEzUxVBG8Cm k0U1OykVhUSL2Mv9UrdHTs4RhXvq8nZJCevrc= MIME-Version: 1.0 Received: by 10.103.168.12 with SMTP id v12mr2945972muo.67.1243154837952; Sun, 24 May 2009 01:47:17 -0700 (PDT) Date: Sun, 24 May 2009 10:47:17 +0200 Message-ID: From: =?ISO-8859-1?Q?Szabolcs_G=E9czi?= To: freebsd-mono@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: mono compiling freezes 7.2 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: Sun, 24 May 2009 09:11:23 -0000 Hello, I have a FreeBSD 7.2 after mono-merge I updated my ports-tree and I wanted to compile mono (ports/lang/mono) but after a while I got this error and compile hangs (if i don't press ctrl+c it hangs for days) gmake[5]: Entering directory `/usr/ports/lang/mono/work/mono-2.4/mcs' gmake[6]: *** [build/deps/basic-profile-check.exe] Error 1 gmake[6]: Entering directory `/usr/ports/lang/mono/work/mono-2.4/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/mcs' Any idea? sz