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

Dejan Lesjak dejan.lesjak at ijs.si
Thu Nov 17 17:00:29 PST 2005


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

From: Dejan Lesjak <dejan.lesjak at ijs.si>
To: bug-followup at freebsd.org,
 gobin at 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)?


More information about the freebsd-x11 mailing list