From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruce Stephens Newsgroups: gmane.emacs.devel Subject: Re: emacs build failure on today's debian Date: Wed, 15 Jun 2011 10:56:50 +0100 Message-ID: <80k4cn76zh.fsf@tinier.isode.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1308131986 15274 80.91.229.12 (15 Jun 2011 09:59:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2011 09:59:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 11:59:42 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QWmsv-0007wS-MI for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2011 11:59:41 +0200 Original-Received: from localhost ([::1]:60160 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWmsv-0004IY-03 for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2011 05:59:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWmpq-0003mb-MT for emacs-devel@gnu.org; Wed, 15 Jun 2011 05:56:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWmpp-00053A-13 for emacs-devel@gnu.org; Wed, 15 Jun 2011 05:56:30 -0400 Original-Received: from rufus.isode.com ([62.3.217.251]:41513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWmpo-00052O-Ae for emacs-devel@gnu.org; Wed, 15 Jun 2011 05:56:28 -0400 Original-Received: from tinier.isode.net (shiny.isode.com [62.3.217.250]) by rufus.isode.com (submission channel) via TCP with ESMTPA id for ; Wed, 15 Jun 2011 10:56:23 +0100 Original-Received: by tinier.isode.net (sSMTP sendmail emulation); Wed, 15 Jun 2011 10:56:50 +0100 X-Hashcash: 1:20:110615:emacs-devel@gnu.org::W+ZYcmUJx01784ZO:0000000000000000000000000000000000000000000abv User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 62.3.217.251 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:140484 Archived-At: Julien Danjou writes: > On Wed, Jun 15 2011, Miles Bader wrote: > >> It seems pretty dodgy that Emacs is directly looking for these files at >> all, but oh well, I guess it's some messiness related to dumping. If it >> needs to use them, though, isn't there a less brittle way to find out >> where they are? > > You can fix it with passing this to configure: > > --with-crt-dir=/usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/ That what at least one debian/rules does. I believe that now fails. On this workstation, "dpkg-architecture -qDEB_HOST_MULTIARCH" produces x86_64-linux-gnu but /usr/lib/x86_64-linux-gnu does not contain any crt files (just liblouis.so, whatever that is). brs% gcc -print-file-name=crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib/crt1.o