From owner-freebsd-x11@FreeBSD.ORG Fri Nov 18 01:00:29 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 810C516A41F for ; Fri, 18 Nov 2005 01:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5336D43D46 for ; Fri, 18 Nov 2005 01:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAI10TTX000762 for ; Fri, 18 Nov 2005 01:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAI10TxT000760; Fri, 18 Nov 2005 01:00:29 GMT (envelope-from gnats) Date: Fri, 18 Nov 2005 01:00:29 GMT Message-Id: <200511180100.jAI10TxT000760@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Dejan Lesjak Cc: Subject: Re: ports/89074: Segmentation Violation during "make install" of XFree86-4 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dejan Lesjak List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2005 01:00:29 -0000 The following reply was made to PR ports/89074; it has been noted by GNATS. From: Dejan Lesjak To: bug-followup@freebsd.org, gobin@gobinjf.be Cc: Subject: Re: ports/89074: Segmentation Violation during "make install" of XFree86-4 Date: Fri, 18 Nov 2005 01:50:23 +0100 That seems fine. There are no debugging symbols in default install of XFree86-clients (where mkfontdir comes from). To get them you need to add '-g' to CFLAGS and add a line to scripts/configure of x11/XFree86-4-clients port: echo "#define StripInstalledPrograms NO" >> $LOCALDEF (below the line echo "#define UseInstalledLibraries YES" >> $LOCALDEF for example). Then recompile this port and when you get to gdb, obtain a backtrace with 'bt'. Is the hardware in good shape (see http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#SIGNAL11)?