From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14491 invoked by alias); 21 Apr 2003 13:30:19 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 14446 invoked from network); 21 Apr 2003 13:30:18 -0000 Received: from unknown (HELO uniton.integrable-solutions.net) (62.212.99.186) by sources.redhat.com with SMTP; 21 Apr 2003 13:30:18 -0000 Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id h3LDOYH2015254; Mon, 21 Apr 2003 15:24:34 +0200 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.3/8.12.3/Submit) id h3LDOXio015253; Mon, 21 Apr 2003 15:24:33 +0200 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: Gerald Pfeifer Cc: gcc@gcc.gnu.org, java@gcc.gnu.org, Joe Buck , Eric Botcazou , aoliva@redhat.com, "H. J. Lu" Subject: Re: 3.2.3-pre tarball 2: libjava build still fails on sparc-sun-solaris2.8 References: <20030417091616.A11341@synopsys.com> <20030417102820.A12714@lucon.org> <20030417144017.A1398@synopsys.com> <200304181447.51672.ebotcazou@libertysurf.fr> From: Gabriel Dos Reis In-Reply-To: Organization: Integrable Solutions Date: Mon, 21 Apr 2003 13:54:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00977.txt.bz2 Gerald Pfeifer writes: [...] | ad -lrt ./libltdl/.libs/libltdlc.a -ldl -L/files/pfeifer/O/gcc/sparcv9 -L/files/pfeifer/O/gcc -L/usr/ccs/bin/sparcv9 -L/usr/ccs/bin -L/usr/ccs/lib/sparcv9 -L/usr/ccs/lib -L/lib/sparcv9 -L/usr/lib/sparcv9 -lgcc_s_sparcv9 -lgcc_s_sparcv9 -lc /files/pfeifer/O/gcc/sparcv9/crtend.o /files/pfeifer/O/gcc/sparcv9/crtn.o -Wl,-h -Wl,libgcj.so.3 -o .libs/libgcj.so.3.0.0 | ld: fatal: file /dev/zero: mmap anon failed: Not enough space | collect2: ld returned 1 exit status | gmake[5]: *** [libgcj.la] Error 1 | gmake[5]: Leaving directory `/files/pfeifer/O/sparc-sun-solaris2.9/sparcv9/libjava' | | This is a box with 512MB main memory and 1GB swap, so "not enough space" | sounds very dubious. I was going to ask whether that isn't a binutils issue but I just realized that you said (below) that you were not using binutils and a closely related report have been made in the past (nearly a year ago). | > At least, there should be a way to un-suppress the error messages. | > Can any libtool-knowlegeable people give me a quick way to turn off the | > error suppression? If not, I can try to figure it out and see what | > error I'm actually getting, but the problem seems intermittent (directly | > running the same libtool command I don't see the error). | | Interestingly, my problem is libtool-related as well. | | I first reported a variant of this problem in | http://gcc.gnu.org/ml/gcc/2002-06/threads.html#00284 | but didn't notice it on the 3.2 branch until now, because I had Java | disabled on the slow Solaris boxes. :-( Well, it seems that that issue had been debated in-depth; I would really appreciate if Alexandre Oliva or Tom Tromey or any libtool-guru could jump in and enlighten me. Thanks, -- Gaby