ports/89074: Segmentation Violation during "make install" of XFree86-4

Jean-Francois Gobin gobin at gobinjf.be
Sat Nov 19 09:40:32 PST 2005


The following reply was made to PR ports/89074; it has been noted by GNATS.

From: Jean-Francois Gobin <gobin at gobinjf.be>
To: Dejan Lesjak <dejan.lesjak at ijs.si>
Cc: bug-followup at freebsd.org
Subject: Re: ports/89074: Segmentation Violation during "make install" of
 XFree86-4
Date: Sat, 19 Nov 2005 18:37:12 +0100 (CET)

 Ok ... I'm doing the "dd if=/dev/HARD_DISK of=/dev/null bs=1024k 
 count=MEGS" test ...
 
 Results :
 
 Before :
 
 + /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
 
 Then :
 
 "dd if=/dev/ad0 of=/dev/null bs=1024k count=128"
 
 After :
 
 + /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
 
 Same place ... Doctor, tell me the truth : is that my hw or the sw ?
 
 I'm doing the BackTracePowerOfHell right now :-)
 
 jF
 
 On Fri, 18 Nov 2005, Dejan Lesjak wrote:
 
 > 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)?
 >
 
 ----------
 Jean-Francois Gobin - Administrateur gobinjf.be
 http://www.gobinjf.be   mailto:gobin at gobinjf.be


More information about the freebsd-x11 mailing list