From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 22:04:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D227616A420 for ; Mon, 19 Sep 2005 22:04:13 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD2B43D48 for ; Mon, 19 Sep 2005 22:04:13 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so88491nzk for ; Mon, 19 Sep 2005 15:04:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MERAZaa+k7ds4+6pMAMy6g5c+p/JM7V6WnKTx1YAe1HiWgLu/jIqeoYDTePVEWAttzqQJPutHGKsKOz9XzI+JtVXA8pV8yO9tX5YgFVjgdElfGNLNLFCqDecaCBXCPMYdwEUtxZW8mPNga0DaZY3Q/YbenMpQ+OA137cuhfEZzo= Received: by 10.36.105.13 with SMTP id d13mr1095665nzc; Mon, 19 Sep 2005 15:04:12 -0700 (PDT) Received: by 10.36.48.17 with HTTP; Mon, 19 Sep 2005 15:04:12 -0700 (PDT) Message-ID: <810a540e050919150428c0cea1@mail.gmail.com> Date: Mon, 19 Sep 2005 16:04:12 -0600 From: Pat Maddox To: freebsd-questions@freebsd.org In-Reply-To: <444q8gdd8g.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <810a540e05091818065f10356e@mail.gmail.com> <444q8gdd8g.fsf@be-well.ilk.org> Subject: Re: Segmentation fault when building kdelibs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pergesu@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 22:04:13 -0000 On 19 Sep 2005 16:17:03 -0400, Lowell Gilbert wrote: > Pat Maddox writes: >=20 > > I'm trying to upgrade my system, and the build of kdelibs always fails > > because of some segmentation fault. I have absolutely no idea what > > all this means, so I'll try to post as much of the error as I can > > determine is relevant. Hopefully somebody can help me out. > > > > In file included from kjanuswidget.cpp:24: > > /usr/X11R6/include/qheader.h:207: internal compiler error: Segmentation= fault > > Please submit a full bug report, > > with preprocessed source if appropriate. > > See for instructions. > > gmake[3]: *** [kjanuswidget.lo] Error 1 > > gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.4.2= /kdeui' > > gmake[2]: *** [all-recursive] Error 1 > > gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.4.2= /kdeui' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.4.2= ' > > gmake: *** [all] Error 2 > > *** Error code 2 > > > > Stop in /usr/ports/x11/kdelibs3. > > ** Command failed [exit code 1]: /usr/bin/script -qa > > /tmp/portupgrade31298.0 make > > ** Fix the problem and try again. > > ** Listing the failed packages (*:skipped / !:failed) > > ! x11/kdelibs3 (kdelibs-3.4.0_1) (segmentation fault) > > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed >=20 > The obvious question is: does it always fail at the same point? If > not, then it's almost certainly a hardware problem. If it does, then > a bit more information on your system would be needed, including how > you updated the ports skeletons, and whether you tried updating them > again since you first saw the problem. And if you aren't already, try > using the system compiler to build the port. >=20 I've had a couple people suggest that it may be a hardware problem - what should I be looking for?