From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffsemacs-24 r117050: Consult libpng-config more consistently. Date: Sun, 04 May 2014 13:57:00 -0400 Message-ID: References: <5365E03B.8040801@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1399226235 20671 80.91.229.3 (4 May 2014 17:57:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 May 2014 17:57:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 04 19:57:10 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wh0ez-0005ex-GH for ged-emacs-devel@m.gmane.org; Sun, 04 May 2014 19:57:09 +0200 Original-Received: from localhost ([::1]:54097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wh0ez-0004zl-7d for ged-emacs-devel@m.gmane.org; Sun, 04 May 2014 13:57:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wh0ev-0004zg-EM for emacs-devel@gnu.org; Sun, 04 May 2014 13:57:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wh0er-0003Ny-D1 for emacs-devel@gnu.org; Sun, 04 May 2014 13:57:05 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wh0er-0003Nu-9X for emacs-devel@gnu.org; Sun, 04 May 2014 13:57:01 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Wh0eq-0003L7-N7; Sun, 04 May 2014 13:57:00 -0400 X-Spook: Bruxelles lock picking MIT-LL hackers Osama Bletchley X-Ran: N67K#o;8Lkm11vq6!FP"BKy?5OW|T?3RDzu#:G7[pNk2@f' X-Hue: yellow X-Attribution: GM In-Reply-To: <5365E03B.8040801@cs.ucla.edu> (Paul Eggert's message of "Sat, 03 May 2014 23:37:47 -0700") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171686 Archived-At: Paul Eggert wrote: >> ./temacs: error while loading shared libraries: libz.so.1: >> cannot open shared object file: No such file or directory > > Thanks for mentioning that. When linking to a shared library X one > shouldn't need to explicitly link to all libraries that X itself links > to. But I suppose if hydra has the problem others will too, so I > installed a patch to try to work around the problem, as emacs-24 bzr > 117057. It's made no difference: http://hydra.nixos.org/build/10820711 Perhaps that change was not appropriate for emacs-24, since it was not fixing any kind of bug.