Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2005 01:00:29 GMT
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/89074: Segmentation Violation during "make install" of XFree86-4
Message-ID:  <200511180100.jAI10TxT000760@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/89074; it has been noted by GNATS.

From: Dejan Lesjak <dejan.lesjak@ijs.si>
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)?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511180100.jAI10TxT000760>