From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74008 Path: news.gmane.org!not-for-mail From: "JJ" Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus displays/doesn't display X-face, why? Date: Wed, 10 Nov 2010 09:28:40 -0500 (EST) Message-ID: <34011.195.239.33.7.1289399320.squirrel@mail.hcoop.net> References: <38836.85.90.127.118.1289163709.squirrel@mail.hcoop.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1289399362 11718 80.91.229.12 (10 Nov 2010 14:29:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Nov 2010 14:29:22 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22376@lists.math.uh.edu Wed Nov 10 15:29:18 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PGBfo-0005py-7a for ding-account@gmane.org; Wed, 10 Nov 2010 15:29:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PGBfP-0006CU-9O; Wed, 10 Nov 2010 08:28:51 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PGBfO-0006CH-0e for ding@lists.math.uh.edu; Wed, 10 Nov 2010 08:28:50 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PGBfM-0005Hx-K1 for ding@lists.math.uh.edu; Wed, 10 Nov 2010 08:28:49 -0600 Original-Received: from deleuze.hcoop.net ([69.90.123.67] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PGBfL-0001vZ-00 for ; Wed, 10 Nov 2010 15:28:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=mail.hcoop.net ident=hcoop) by deleuze.hcoop.net with esmtp (Exim 4.63) (envelope-from ) id 1PGBfE-0005hW-PO for ding@gnus.org; Wed, 10 Nov 2010 09:28:40 -0500 Original-Received: from 195.239.33.7 (SquirrelMail authenticated user jj) by mail.hcoop.net with HTTP; Wed, 10 Nov 2010 09:28:40 -0500 (EST) In-Reply-To: User-Agent: SquirrelMail/1.4.9a X-Priority: 3 (Normal) Importance: Normal X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74008 Archived-At: > Looking at the code, it looks like it's calling icontopbm and > uncompface. So I thought as well when inspecting the code. However it turns out these two aren't needed, in fact works fine on a system without them. After intense experimentation determined it's either one of these that's causing the problems: libgif libtiff libpng libxpm libjpeg I compiled all of these myself and wasn't working when linked against them. When linked against Debian/Ubuntu versions of these it works, so one of these it is, I'll try to recompile in steps to determine the sucker, but it doesn't bother me greatly now. By a far shot, it could also be gcc 4.5.1 since I also removed the self compiled one and compiled with 4.4.5 just to make sure, but I think it's one of the libs. -- JJ