From owner-freebsd-ports@FreeBSD.ORG Mon Apr 10 19:08:19 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 A10CE16A401 for ; Mon, 10 Apr 2006 19:08:19 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 50C0243D5C for ; Mon, 10 Apr 2006 19:08:17 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 10 Apr 2006 19:08:16 -0000 Received: from p54A7F4EE.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.244.238] by mail.gmx.net (mp018) with SMTP; 10 Apr 2006 21:08:16 +0200 X-Authenticated: #5465401 Message-ID: <443AAD1A.9020506@gmx.de> Date: Mon, 10 Apr 2006 21:08:10 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060330) MIME-Version: 1.0 To: Gerald Pfeifer References: <4438D0A9.20409@gmx.de> <4439007F.8040605@gmx.de> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: lang/gcc41 - libjava report - install report X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 19:08:19 -0000 Gerald Pfeifer wrote: > On Sun, 9 Apr 2006, [LoN]Kamikaze wrote: >>> I'm a bit surprised, because I am not aware of any changes in GCC nor >>> libjava that could be responsible for such a change. >> I'm running gmake-3.80_2. > > Indeed, some tests on my side confirmed that GCC 4.1 again works and > builds libjava, with GNU make 3.80 and without consuming too much memory. > I plan to do some further tests and if these succeed as well, plan to > enable libgcj again for the next snapshot due later this week. Good news in deed. BTW, the old snapshots didn't consume too much memory. The "virtual memory exhausted" messages appeared at exactly the same place, no matter weather I had 256MB, 1024MB or 1280MB of memory in my machine. In the last case top was showing 800MB of free memory during one of my build attempts when the "virtual memory exhausted" message appeared. Something else, would it be possible to restore the old behaviour that made gcc41 link against system libraries? An alternative would be to outsource the libraries into a port of their own, so that ports build with gcc41 can get a dependency on that.