From owner-freebsd-ports@FreeBSD.ORG Mon Jul 26 17:48:22 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5883616A4CE for ; Mon, 26 Jul 2004 17:48:22 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A7843D48 for ; Mon, 26 Jul 2004 17:48:17 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bp9aB-0001jy-00 for ; Mon, 26 Jul 2004 19:48:15 +0200 Received: from ns-ilmail3.ns-systems.com ([62.90.139.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Jul 2004 19:48:15 +0200 Received: from haim by ns-ilmail3.ns-systems.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Jul 2004 19:48:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Haim Ashkenazi Date: Mon, 26 Jul 2004 20:48:12 +0300 Lines: 40 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ns-ilmail3.ns-systems.com User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Sender: news Subject: problems compiling mono X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 17:48:22 -0000 Hi I'm trying to install mono-1.0 on 4.10 and it seems to be stuck in a loop for the last 4 hours. the last lines are: Package exported to: /usr/local/lib/mono/1.0/Mono.GetOptions.dll -> /usr/local/lib/mono/gac/Mono.GetOptions/1.0.5000.0__0738eb9f132ed756/Mono.GetOptions.dll Mono.GetOptions installed into the gac (/usr/local/lib/mono/gac) truss gave me this output : gettimeofday(0x28402788,0x0) = 0 (0x0) sigreturn(0x8519d20) ERR#675293212 'Unknown error: 675293212' SIGNAL 27 SIGNAL 27 gettimeofday(0x28402788,0x0) = 0 (0x0) sigreturn(0x8519d14) = 134529024 (0x804c000) SIGNAL 27 SIGNAL 27 gettimeofday(0x28402788,0x0) = 0 (0x0) sigreturn(0x8519d14) = 675293212 (0x2840281c) SIGNAL 27 SIGNAL 27 gettimeofday(0x28402788,0x0) = 0 (0x0) sigreturn(0x8519d1c) ERR#675293212 'Unknown error: 675293212' SIGNAL 27 SIGNAL 27 gettimeofday(0x28402788,0x0) = 0 (0x0) sigreturn(0x8519d20) ERR#675293212 'Unknown error: 675293212' etc... couldn't find anything in the bug search (being a newbie I hope I searched in the correct page :) ) any ideas? thanx -- Haim