From owner-freebsd-x11@FreeBSD.ORG Fri May 25 18:35:28 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73DEF16A5A2 for ; Fri, 25 May 2007 18:35:28 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 2923613C4C1 for ; Fri, 25 May 2007 18:35:26 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by mail.ijs.si (Postfix) with ESMTP id EA18D192A01; Fri, 25 May 2007 20:35:24 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1180118124; bh=BN21L/WKTAB7jDfZUd/wnUFn7ko=; h=X-Virus-Scanned: Received:Received:Received:Received:From:Organization:To:Subject: Date:User-Agent:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Content-Disposition: Message-Id; b=nyoZu8zTa6u7xKMif/wJqjE1eW2wwjvFbVBROfxsOHpcHoiWRrzZ hkqjSfbYvx8ALKmtC3FY7QxqtymiV52jKOwU/lo7z9W3Jsl1PZj2YQoM4d1PNj7xCF0 nQ3nRPUc2 X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id iugTKK88iImk; Fri, 25 May 2007 20:35:22 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 6AB9E192A09; Fri, 25 May 2007 20:35:22 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id 5F8AC511C8; Fri, 25 May 2007 20:35:22 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l4PIZLk3016692; Fri, 25 May 2007 20:35:21 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: freebsd-x11@freebsd.org Date: Fri, 25 May 2007 20:35:20 +0200 User-Agent: KMail/1.9.6 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705252035.20548.dejan.lesjak@ijs.si> Cc: Ivan Voras Subject: Re: Stuck compiling xf86ScanPci? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 18:35:28 -0000 On Friday 25 May 2007 20:18:49 Ivan Voras wrote: > I have a weird problem compiling xorg-server on a recent 7-current on > i386 with gcc 4.2: the process is stuck compiling xf86ScanPci.c, the > compiler is just doing nothing, consuming more and more memory. > > I've found another report about the same problem > (http://groups.google.com/group/muc.lists.freebsd.current/msg/1aa3a12054dae >07f) but without solution. > > All this is done on a fresh machine, with all packages deleted > previously (pkg_delete -a). All previous dependencies were compiled > without problems. I tried toggling compile flags in the hope it's a > trivial compiler bug but it didn't help. > > (Compiling xorg 7.2 on a another machine, running 6.2, went fine). Yes, it's been reported on -stable@ as well IIRC. It will eventually compile the file though, assuming you don't run out of memory. Dejan