From unknown Sat Aug 16 12:40:41 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#5167 <5167@debbugs.gnu.org> To: bug#5167 <5167@debbugs.gnu.org> Subject: Status: replace ELCFILES in lisp/Makefile.in Reply-To: bug#5167 <5167@debbugs.gnu.org> Date: Sat, 16 Aug 2025 19:40:41 +0000 retitle 5167 replace ELCFILES in lisp/Makefile.in reassign 5167 emacs submitter 5167 Glenn Morris severity 5167 wishlist thanks From rgm@gnu.org Wed Dec 9 10:30:56 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 9 Dec 2009 18:30:57 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.6 required=4.0 tests=AWL,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB9IUtN6009614 for ; Wed, 9 Dec 2009 10:30:56 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIRJP-0000iG-2v for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2009 13:30:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIRJJ-0000e0-Mj for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2009 13:30:54 -0500 Received: from [199.232.76.173] (port=60709 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIRJJ-0000dw-EO for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2009 13:30:49 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:38034) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIRJJ-000471-8X for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2009 13:30:49 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NIRJH-0000nZ-UB; Wed, 09 Dec 2009 13:30:47 -0500 From: Glenn Morris To: bug-gnu-emacs@gnu.org Subject: maximum command-line length assumed in Makefiles X-Spook: Steve Case Aladdin NORAD security Blowfish Vince Foster X-Ran: 5Z%T+Q{w_|;M3$Z2xb@^P!Ov^]X@5X}^VtZBcX:BDq+gU0+K1Wsv 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-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) lisp/Makefile.in's compile-main rule passes a huge command-line to a recursive make. The exact length depends on the full path to the build directory. Eg it is 70676 characters for me. Since it includes the full path to every single lisp file, it must be longer than src/Makefile.in's $lisp variable, which only includes some of them. Therefore if the lisp/Makefile rule works on all the platforms supported by Emacs, there is no longer any need for the separate $shortlisp variable in src/Makefile.in, which exists only to prevent the command-line getting too long on "some platforms". Depending on whether the above is true or not, this is either a wishlist or a normal bug. From rgm@gnu.org Sat Dec 12 11:45:46 2009 Received: (at control) by emacsbugs.donarmstrong.com; 12 Dec 2009 19:45:47 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-7.0 required=4.0 tests=AWL,FOURLA,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nBCJjjiD012657; Sat, 12 Dec 2009 11:45:46 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NJXuQ-0004e2-Ni; Sat, 12 Dec 2009 14:45:42 -0500 From: Glenn Morris To: 5191@debbugs.gnu.org Subject: Re: bug#5191: 23.1.90; Make target compile-main fails under GNU/Linux Kernel 2.6.16 References: <20091212102848.6AE0953CB1@nyx-s10.maierh> X-Spook: Albanian Belknap JFK Noriega Verisign Legion of Doom CDMA X-Ran: PjF# (Harald Maier's message of "Sat, 12 Dec 2009 11:28:48 +0100 (CET)") 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 merge 5167 5191 severity 5167 serious stop Harald Maier wrote: > $ LANG=en_US make compile-main > make[1]: Entering directory `/home/maierh/build/cvs/emacs/lisp' > make[1]: execvp: echo: Argument list too long This answers my question from bug#5167. From rgm@gnu.org Mon Dec 14 21:24:59 2009 Received: (at control) by emacsbugs.donarmstrong.com; 15 Dec 2009 05:24:59 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.6 required=4.0 tests=AWL,ONEWORD,VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nBF5OvB9022064 for ; Mon, 14 Dec 2009 21:24:59 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NKPu4-0007BH-6z; Tue, 15 Dec 2009 00:24:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19239.7592.106334.776843@fencepost.gnu.org> Date: Tue, 15 Dec 2009 00:24:56 -0500 From: Glenn Morris To: control Subject: control severity 5167 wishlist retitle 5167 replace ELCFILES in lisp/Makefile.in reassign 5213 spam severity 5214 minor From rgm@gnu.org Tue Dec 15 09:22:09 2009 Received: (at control) by emacsbugs.donarmstrong.com; 15 Dec 2009 17:22:10 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,ONEWORD autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nBFHM8eq004050 for ; Tue, 15 Dec 2009 09:22:09 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NKb68-0003AV-0P; Tue, 15 Dec 2009 12:22:08 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19239.50623.874356.755406@fencepost.gnu.org> Date: Tue, 15 Dec 2009 12:22:07 -0500 From: Glenn Morris To: control Subject: control close 5146 unmerge 5167 close 5167 reassign 5218 spam reassign 5219 spam reassign 5220 spam tags 5123 = From unknown Sat Aug 16 12:40:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 29 Jan 2010 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator