From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geoffrey Alan Washburn Newsgroups: gmane.emacs.devel Subject: Re: unicode-2 branch segfaulting on MacOS X? Date: Wed, 08 Nov 2006 14:23:52 -0500 Message-ID: <45522EC8.40700@cis.upenn.edu> References: <453C37D6.9090206@cis.upenn.edu> <453C92AF.7060100@cis.upenn.edu> <453CBBD5.9010900@cis.upenn.edu> <4541D9FD.6030707@cis.upenn.edu> <20061028004142.GA2722@gothmog.pc> <20061028004309.GB2722@gothmog.pc> <454395CD.3040606@cis.upenn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163013928 4770 80.91.229.2 (8 Nov 2006 19:25:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Nov 2006 19:25:28 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 08 20:25:26 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ght36-0005qd-Vu for ged-emacs-devel@m.gmane.org; Wed, 08 Nov 2006 20:25:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ght36-0001FO-Di for ged-emacs-devel@m.gmane.org; Wed, 08 Nov 2006 14:25:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ght2r-0001A3-Sg for emacs-devel@gnu.org; Wed, 08 Nov 2006 14:25:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ght2p-00014S-RZ for emacs-devel@gnu.org; Wed, 08 Nov 2006 14:25:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ght2p-000142-MU for emacs-devel@gnu.org; Wed, 08 Nov 2006 14:25:07 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Ght2p-0004wG-Ik for emacs-devel@gnu.org; Wed, 08 Nov 2006 14:25:07 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ght2a-0005jZ-Av for emacs-devel@gnu.org; Wed, 08 Nov 2006 20:24:53 +0100 Original-Received: from seasnet-38-202.seas.upenn.edu ([158.130.38.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Nov 2006 20:24:52 +0100 Original-Received: from geoffw by seasnet-38-202.seas.upenn.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Nov 2006 20:24:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 26 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: seasnet-38-202.seas.upenn.edu User-Agent: Thunderbird 2.0b1pre (X11/20061108) In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61962 Archived-At: Kenichi Handa wrote: > Sorry for the late response on this matter. > > In article <454395CD.3040606@cis.upenn.edu>, Geoffrey Alan Washburn writes: > >> Yes, doing the same worked for me. At least with regards to 'fc-list'. >> The latest emacs-unicode-2 (at least as of yesterday morning) was >> still not seeing the width attribute even though 'fc-list' now does. >> However, thinking about it now, it is quite likely that I have multiple >> versions of 'fc-list' installed on my computer, so maybe I should query >> them all to see if somehow the fontconfig library emacs is being linked >> against isn't still confused. > > Please check which libfontconfig is used by emacs and > fc-list. Does this work on Mac OS? > > % ldd THE_ABSOLUTE_PATH_OF_EMACS_BINARY | grep fontconfig > % ldd THE_ABSOLUTE_PATH_OF_FC_LIST_BINARY | grep fontconfig > Alas MacOS X doesn't have something exactly equivalent to ldd (or I haven't been able to figure it out). There are some environment variables that can be set to print out what dynamic libraries it loads. As I mentioned in my other e-mail I have figured out that it was indeed a problem with emacs linking against Apple's X11 libraries rather the Darwin Ports version of fontconfig.