From owner-freebsd-questions@FreeBSD.ORG Tue Feb 2 21:40:10 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39300106568D for ; Tue, 2 Feb 2010 21:40:10 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id BB4B98FC13 for ; Tue, 2 Feb 2010 21:40:09 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NcQTZ-000825-0J for freebsd-questions@freebsd.org; Tue, 02 Feb 2010 22:40:01 +0100 Received: from pool-72-75-52-71.washdc.east.verizon.net ([72.75.52.71]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2010 22:39:55 +0100 Received: from nightrecon by pool-72-75-52-71.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2010 22:39:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Tue, 02 Feb 2010 16:39:53 -0500 Lines: 45 Message-ID: References: <4B67EAB9.5030801@bah.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-72-75-52-71.washdc.east.verizon.net User-Agent: KNode/4.3.4 Sender: news Subject: Re: GCC broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 21:40:10 -0000 Bernt Hansson wrote: > Hello listreaders! > > I'm trying to build qt4-webkit 4.6.1 > But it fails or i fail to build it. Is it GCC? > The machine is not overheating an has a low load, it's my desktop. > I just did this upgrade a few days to maybe a week ago with no problems. > > Stop in /usr/home/user/disk2/ports/www/qt4-webkit. Maybe it doesn't like your non-standard ports location? Maybe try /usr/ports? > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade20100202-28371-iomdra-0 env UPGRADE_TOOL=portupgrade > UPGRADE_PORT=qt4-webkit-4.5.2 UPGRADE_PORT_VER=4.5.2 make > ** Fix the problem and try again. > ---> Build of www/qt4-webkit ended at: Tue, 02 Feb 2010 09:51:56 +0100 > (consumed 00:11:53) > ---> Upgrade of www/qt4-webkit ended at: Tue, 02 Feb 2010 09:51:56 > +0100 (consumed 00:11:54) > ---> ** Upgrade tasks 5: 0 done, 0 ignored, 0 skipped and 3 failed > ---> Skipping 'devel/qt4-linguist' (qt4-linguist-4.5.3) because a > requisite package 'qt4-webkit-4.5.2' (www/qt4-webkit) failed (specify -k > to force) Since mine upgraded without problem I suspect there is nothing wrong with GCC, unless somehow it got broken on your machine. Make buildworld and make installworld will rebuild it. At any rate, I just ran a build on the www/qt4-webkit-4.6.1 port here as a test and it is building fine for me. Another possibility is hardware, with the front runner being memory. If the process stops at random locations each time it is most likely hardware related. A hardware problem causing such a thing would also most likely show itself during a make buildworld as well. If it stops at the same place with the same error every time it is probably software related. And I suspect your non-standard ports tree location. -Mike