From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 30 10:47:24 2005 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4234816A4CE for ; Sat, 30 Apr 2005 10:47:24 +0000 (GMT) Received: from sianna.shopkeeper.de (sianna.shopkeeper.de [217.17.196.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E89E43D2F for ; Sat, 30 Apr 2005 10:47:23 +0000 (GMT) (envelope-from sascha@trimind.de) Received: from avalon.dobu.local (p54B848FE.dip.t-dialin.net [84.184.72.254]) (authenticated bits=0) by sianna.shopkeeper.de (8.13.1/8.13.1) with ESMTP id j3UAlIbB036323 for ; Sat, 30 Apr 2005 12:47:18 +0200 (CEST) (envelope-from sascha@trimind.de) Received: from avalon.dobu.local (localhost.dobu.local [127.0.0.1]) by avalon.dobu.local (8.13.1/8.12.11) with ESMTP id j3UAlHxQ060805 for ; Sat, 30 Apr 2005 12:47:17 +0200 (CEST) (envelope-from sascha@avalon.dobu.local) Received: (from sascha@localhost) by avalon.dobu.local (8.13.1/8.13.1/Submit) id j3UAlGaf060804 for freebsd-emulation@freebsd.org; Sat, 30 Apr 2005 12:47:16 +0200 (CEST) (envelope-from sascha) Date: Sat, 30 Apr 2005 12:47:16 +0200 From: Sascha Klauder To: freebsd-emulation@freebsd.org Message-ID: <20050430104716.GA60783@trimind.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new Subject: xmame-0.95 build fails? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sascha@trimind.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 10:47:24 -0000 Hi there, can anyone confirm whether xmame-0.95 builds on RELENG_4? Mine bombs out while compiling src/unix/blit/blit_16_24.c. I have 512M RAM and 384M swapspace. Top(1) shows 459M SIZE and 401M RES for the cc1 process while compiling blit_16_24.c, and it eventually gets killed after the swap fills up. Removing -pipe from CFLAGS didn't help. [OSDEPEND] Compiling src/unix/blit/blit_15_15.c ... [OSDEPEND] Compiling src/unix/blit/blit_16_15.c ... [OSDEPEND] Compiling src/unix/blit/blit_16_16.c ... [OSDEPEND] Compiling src/unix/blit/blit_16_24.c ... swap_pager: out of swap space swap_pager_getswapspace: failed cpp0: output pipe has been closed cc: Internal compiler error: program cc1 got fatal signal 9 {standard input}: Assembler messages: {standard input}:24676: Warning: end of file not at end of a line; newline inserted {standard input}:25635: Error: suffix or operands invalid for `sub' gmake: *** [xmame.obj/unix.x11/blit/blit_16_24.o] Error 1 *** Error code 2 Stop in /usr/ports/emulators/xmame. Cheers, -sascha