From unknown Tue Jun 17 20:19:14 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#8637 <8637@debbugs.gnu.org> To: bug#8637 <8637@debbugs.gnu.org> Subject: Status: emacs-23 doesn't build on Ubuntu 11.04 Reply-To: bug#8637 <8637@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:19:14 +0000 retitle 8637 emacs-23 doesn't build on Ubuntu 11.04 reassign 8637 emacs submitter 8637 Paul Eggert severity 8637 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun May 08 12:21:46 2011 Received: (at submit) by debbugs.gnu.org; 8 May 2011 16:21:46 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QJ6jp-0007bI-Dd for submit@debbugs.gnu.org; Sun, 08 May 2011 12:21:46 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QJ6jn-0007b3-DN for submit@debbugs.gnu.org; Sun, 08 May 2011 12:21:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJ6jh-0003YU-DY for submit@debbugs.gnu.org; Sun, 08 May 2011 12:21:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:57649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJ6jh-0003YQ-CE for submit@debbugs.gnu.org; Sun, 08 May 2011 12:21:37 -0400 Received: from eggs.gnu.org ([140.186.70.92]:34347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJ6jg-0000al-BN for bug-gnu-emacs@gnu.org; Sun, 08 May 2011 12:21:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJ6jf-0003XP-60 for bug-gnu-emacs@gnu.org; Sun, 08 May 2011 12:21:36 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:48593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJ6je-0003X0-SD for bug-gnu-emacs@gnu.org; Sun, 08 May 2011 12:21:35 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id ECB8E39E8118 for ; Sun, 8 May 2011 09:21:33 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rOip4f9kMOy0 for ; Sun, 8 May 2011 09:21:33 -0700 (PDT) Received: from [192.168.1.10] (pool-71-189-109-235.lsanca.fios.verizon.net [71.189.109.235]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id F32AA39E80F5 for ; Sun, 8 May 2011 09:21:32 -0700 (PDT) Message-ID: <4DC6C305.7050501@cs.ucla.edu> Date: Sun, 08 May 2011 09:21:25 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: emacs-23 doesn't build on Ubuntu 11.04 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.7 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.7 (----) The emacs-23 branch (and, I assume, Emacs 23) does not build on Ubuntu 11.04 x86. I'd like to install the following fix. Normally I don't mess with the emacs-23 branch so I'm being cautious and filing this bug report rather than simply installing it. === modified file 'src/ChangeLog' --- src/ChangeLog 2011-04-29 14:23:44 +0000 +++ src/ChangeLog 2011-05-08 16:20:25 +0000 @@ -1,3 +1,7 @@ +2011-05-08 Paul Eggert + + * Makefile.in (i386): #undef, for Ubuntu 11.04 x86. + 2011-04-29 Eli Zaretskii * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: === modified file 'src/Makefile.in' --- src/Makefile.in 2011-02-19 17:34:50 +0000 +++ src/Makefile.in 2011-05-08 16:20:25 +0000 @@ -100,6 +100,14 @@ #undef X11 #endif +/* Do not let CFLAGs get messed up on systems like Ubuntu 11.04 x86. + For example, DBUS_CFLAGS should contain + "-I/usr/lib/i386-linux-gnu/dbus-1.0/include", + but the preprocessor expands "i386" to "1 ". */ +#ifdef i386 +#undef i386 +#endif + /* On some machines #define register is done in config; do not let it interfere with this file. */ #undef register From debbugs-submit-bounces@debbugs.gnu.org Sun May 08 14:04:06 2011 Received: (at 8637) by debbugs.gnu.org; 8 May 2011 18:04:06 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QJ8Kr-0001R8-P8 for submit@debbugs.gnu.org; Sun, 08 May 2011 14:04:06 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1QJ8Km-0001QR-Hv for 8637@debbugs.gnu.org; Sun, 08 May 2011 14:04:05 -0400 Received: (qmail invoked by alias); 08 May 2011 18:03:54 -0000 Received: from p4FC77D53.dip.t-dialin.net (EHLO turtle.gmx.de) [79.199.125.83] by mail.gmx.net (mp037) with SMTP; 08 May 2011 20:03:54 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX19aDUoC8V1aodvoTBAY0ttsJhh2ueFBjDbGmGMMe7 PMhaWqaBH9gSDw Received: by turtle.gmx.de (Postfix, from userid 1000) id 52DB13F641; Sun, 8 May 2011 20:03:52 +0200 (CEST) From: Sven Joachim To: Paul Eggert Subject: Re: bug#8637: emacs-23 doesn't build on Ubuntu 11.04 References: <4DC6C305.7050501@cs.ucla.edu> Date: Sun, 08 May 2011 20:03:52 +0200 In-Reply-To: <4DC6C305.7050501@cs.ucla.edu> (Paul Eggert's message of "Sun, 08 May 2011 09:21:25 -0700") Message-ID: <878vuh6pdj.fsf@turtle.gmx.de> User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/23.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: 8637 Cc: 8637@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.9 (--) forcemerge 8497 8637 thanks On 2011-05-08 18:21 +0200, Paul Eggert wrote: > The emacs-23 branch (and, I assume, Emacs 23) does not > build on Ubuntu 11.04 x86. You're not the first one to report this. > I'd like to install the following > fix. Normally I don't mess with the emacs-23 branch so I'm > being cautious and filing this bug report rather than simply > installing it. Glenn has proposed to add 'i386' to cpp_undefs in configure.in instead, see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8520#8. Cheers, Sven From debbugs-submit-bounces@debbugs.gnu.org Sat May 14 18:24:52 2011 Received: (at control) by debbugs.gnu.org; 14 May 2011 22:24:52 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QLNGU-0008E3-Qu for submit@debbugs.gnu.org; Sat, 14 May 2011 18:24:51 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QLNGS-0008Dn-Ia; Sat, 14 May 2011 18:24:49 -0400 Received: from localhost ([127.0.0.1]:54075) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLNGM-0003sS-QV; Sat, 14 May 2011 18:24:42 -0400 From: Glenn Morris To: Thierry Volpiatto Subject: Re: bug#8673: 24.0.50; unable to build emacs23 References: <87oc35x7fi.fsf@gmail.com> X-Spook: bootleg ASLET cryptographic BRLO Clinton Abbas strategic X-Ran: K+}gl`tl4P9yP5lf{qS%">TLmw-l;?!Bvvlkad6~/,jx{0=xd_l@Ud6o]_uOpn1CXGNslo X-Hue: cyan X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sat, 14 May 2011 18:24:42 -0400 In-Reply-To: <87oc35x7fi.fsf@gmail.com> (Thierry Volpiatto's message of "Sun, 15 May 2011 00:07:29 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: control Cc: 8673@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) notfound 8673 24.0.50 forcemerge 8497 8673 stop See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8520#8 PS Please remove "24.0.50" from the subject when reporting bugs in different versions. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 06 02:37:21 2011 Received: (at control) by debbugs.gnu.org; 6 Jun 2011 06:37:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QTTRB-0003kL-Db for submit@debbugs.gnu.org; Mon, 06 Jun 2011 02:37:21 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QTTR9-0003k4-84; Mon, 06 Jun 2011 02:37:20 -0400 Received: from localhost ([127.0.0.1]:44589) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTTR2-0001vi-7g; Mon, 06 Jun 2011 02:37:12 -0400 From: Glenn Morris To: Jamie Macbeth Subject: Re: bug#8808: 23.3; compiling emacs 23.3 with xft support References: <540687.79007.qm@web65807.mail.ac4.yahoo.com> X-Spook: Agfa national information infrastructure Croatian AMEMB X-Ran: gSz1xa={19x;l}cE_L\PmBNjQ|/0u:I(Wc2jH,LUzJj&h<| (Jamie Macbeth's message of "Sun, 5 Jun 2011 20:07:05 -0700 (PDT)") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: control Cc: 8808@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) forcemerge 8497 8808 stop Jamie Macbeth wrote: > After ./configure with xft libs, src/Makefile has this line in it: > > XFT_LIBS=-lXrender -L/usr/lib/1 -linux-gnu -lXft > > this causes the build to fail at link time when linking with Xft. I believe > that XFT_LIBS is being set correctly by a line in the configure script. > > XFT_LIBS=`$PKG_CONFIG --libs "xft >= 0.13.0"|sed -e 's,///*,/,g'` > > But maybe somewhere in the toolchain this is getting mangled before it > makes it's way into src/Makefile? Maybe some command in the chain is > searching and replacing anything with -l in it? > > I seemed to have fixed it in my sources by replacing > "-L/usr/lib/1 -linux-gnu" with "-L/usr/lib/i386-linux-gnu" Please see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8520#8 From unknown Tue Jun 17 20:19:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 04 Jul 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator