From owner-freebsd-mono@FreeBSD.ORG Thu Feb 12 13:51:48 2009 Return-Path: Delivered-To: mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 273F2106566B; Thu, 12 Feb 2009 13:51:48 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id B9E958FC16; Thu, 12 Feb 2009 13:51:47 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so185243qwe.7 for ; Thu, 12 Feb 2009 05:51:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=NogsfpHb81MA4YRey2ruYjGwUM0t0OT4BX7yHvMqst0=; b=asHfQFfy+Nd+4ysewmjmusp6ouJIMzyGANuOB7uqRfElIpzv65AIVQ8mZJNmSJQVix so4eRvUkc+CLiTDqJf5Tm2+v/uKrqFj15cU8bRmCBmcbRjX3RbMaLDEh2PvfFYP4uXDC 00JT5xA/M7OrY6FRs+xL5pUMxaPaFEzpTkU9s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=QeGwqx9B3n2plv7Vz6itTKnlOTRawnV+ek3qo9MnDVRzciUeilmgTKdXDKbZuht5XA BVPA3zp1LF/+8Q5zAs0nCYyUg9QcTVOhVJaCMu/UpHuFQ+bUORwSdgKB+0HeRz5VWBw+ tXKJDIjf+FLmCRLnlOrr50yK1V/qO+xLC8IxY= Received: by 10.224.80.142 with SMTP id t14mr1151673qak.345.1234446706998; Thu, 12 Feb 2009 05:51:46 -0800 (PST) Received: from ?192.168.2.45? (204-150-222-201.adsl.terra.cl [201.222.150.204]) by mx.google.com with ESMTPS id 9sm139350yxs.44.2009.02.12.05.51.45 (version=SSLv3 cipher=RC4-MD5); Thu, 12 Feb 2009 05:51:46 -0800 (PST) From: "Phillip N." To: Gabor PALI In-Reply-To: <49941FE8.8090701@FreeBSD.org> References: <1234440078.1669.1.camel@negro> <49941FE8.8090701@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Date: Thu, 12 Feb 2009 10:51:40 -0300 Message-Id: <1234446700.1669.16.camel@negro> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: paul beard , mono@freebsd.org Subject: Re: mono upgrade process hangs. 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: Thu, 12 Feb 2009 13:51:48 -0000 El jue, 12-02-2009 a las 14:11 +0100, Gabor PALI escribió: > Hello, > > Phillip N. wrote: > > Are you trying to compile mono inside a jail? > > Are semaphores enabled on it? > > > > > I have the very same issue with (only!) a 8-CURRENT jail in my Tinderbox > (on a 7-STABLE). I have checked for semaphores in the build (ipcs(1), > ipcrm(1)), and I found them usable. In 6-STABLE and 7-STABLE jails, it > just builds fine. I know, I have already complained about a compilation > error in a 8.x jail earlier, but Romain answered that he was able to > compile mono 2.x on a 8.x system (and I am still not in a 8.x Tinderbox > jail). > Maybe it has something to do with the jail-ipcs stuff? Does i.e. postgresql run ok in the jail? > Regards, > :g >