From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 15 16:00:33 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7674F16A41F for ; Tue, 15 Nov 2005 16:00:33 +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 727CB43D5C for ; Tue, 15 Nov 2005 16:00:32 +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 jAFG0WQA056144 for ; Tue, 15 Nov 2005 16:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAFG0WBQ056142; Tue, 15 Nov 2005 16:00:32 GMT (envelope-from gnats) Resent-Date: Tue, 15 Nov 2005 16:00:32 GMT Resent-Message-Id: <200511151600.jAFG0WBQ056142@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Francois Gobin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B92816A41F for ; Tue, 15 Nov 2005 15:51:30 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FED043D46 for ; Tue, 15 Nov 2005 15:51:30 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jAFFpTXI046643 for ; Tue, 15 Nov 2005 15:51:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id jAFFpTMk046641; Tue, 15 Nov 2005 15:51:29 GMT (envelope-from nobody) Message-Id: <200511151551.jAFFpTMk046641@www.freebsd.org> Date: Tue, 15 Nov 2005 15:51:29 GMT From: Jean-Francois Gobin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/89074: Segmentation Violation during "make install" of XFree86-4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 16:00:33 -0000 >Number: 89074 >Category: ports >Synopsis: Segmentation Violation during "make install" of XFree86-4 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 15 16:00:31 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean-Francois Gobin >Release: 5.4-RELEASE >Organization: >Environment: FreeBSD ns.kyrian.be 5.4-RELEASE-p5 FreeBSD 5.4-RELEASE-p5 #0: Wed Jul 27 14:30:39 CEST 2005 root@ns.kyrian.be:/usr/obj/usr/src/sys/KERNEL-JF i386 >Description: During "make install" of the XFree86-4 ports, something ends with : + /usr/bin/install -c -m 0444 timR12-ISO8859-15.pcf.gz /usr/X11R6/lib/X11/fonts/100dpi + /usr/bin/install -c -m 0444 timR14-ISO8859-15.pcf.gz /usr/X11R6/lib/X11/fonts/100dpi + /usr/bin/install -c -m 0444 timR18-ISO8859-15.pcf.gz /usr/X11R6/lib/X11/fonts/100dpi + /usr/bin/install -c -m 0444 timR24-ISO8859-15.pcf.gz /usr/X11R6/lib/X11/fonts/100dpi + rm -f /usr/X11R6/lib/X11/fonts/100dpi/fonts.scale + /usr/X11R6/bin/mkfontscale /usr/X11R6/lib/X11/fonts/100dpi rm -f /usr/X11R6/lib/X11/fonts/100dpi/fonts.dir /usr/X11R6/bin/mkfontdir -x bdf /usr/X11R6/lib/X11/fonts/100dpi *** Signal 11 Stop in /usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/bdf/100dpi. *** Error code 1 Stop in /usr/ports/x11-fonts/XFree86-4-font100dpi. *** Error code 1 Stop in /usr/ports/x11/XFree86-4. The core file shows : ns# ls *core* mkfontdir.core ns# gdb -c mkfontdir.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". Core was generated by `mkfontdir'. Program terminated with signal 11, Segmentation fault. #0 0x2822d1b9 in ?? () (gdb) quit >How-To-Repeat: "make install" in XFree86-4 port directory. I can also make it happens with : ns# cd /usr/ports/x11-fonts/XFree86-4-font100dpi ns# /usr/X11R6/bin/mkfontdir -x bdf /usr/X11R6/lib/X11/fonts/100dpi Segmentation fault (core dumped) >Fix: >Release-Note: >Audit-Trail: >Unformatted: