From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#17971: 24.3.92; Patch to fix el compression on RHEL/CentOS 7 Date: Thu, 10 Jul 2014 14:06:17 -0400 Message-ID: <32lhs1142u.fsf@fencepost.gnu.org> References: <30oawy32z0.fsf@fencepost.gnu.org> <53BECA03.9010509@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 1405015635 7457 80.91.229.3 (10 Jul 2014 18:07:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2014 18:07:15 +0000 (UTC) Cc: Stephen Hassard , 17971@debbugs.gnu.org To: Paul Eggert Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 10 20:07:08 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1X5IkO-0006mk-B2 for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Jul 2014 20:07:08 +0200 Original-Received: from localhost ([::1]:39445 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5IkN-0007oZ-P1 for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Jul 2014 14:07:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5IkJ-0007o7-4n for bug-gnu-emacs@gnu.org; Thu, 10 Jul 2014 14:07:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5IkI-00024R-9X for bug-gnu-emacs@gnu.org; Thu, 10 Jul 2014 14:07:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5IkI-00024K-5w for bug-gnu-emacs@gnu.org; Thu, 10 Jul 2014 14:07:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X5IkH-0004LR-Jx for bug-gnu-emacs@gnu.org; Thu, 10 Jul 2014 14:07:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 10 Jul 2014 18:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17971 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17971-submit@debbugs.gnu.org id=B17971.140501559016656 (code B ref 17971); Thu, 10 Jul 2014 18:07:01 +0000 Original-Received: (at 17971) by debbugs.gnu.org; 10 Jul 2014 18:06:30 +0000 Original-Received: from localhost ([127.0.0.1]:52476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X5Ijh-0004KR-AB for submit@debbugs.gnu.org; Thu, 10 Jul 2014 14:06:30 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:49473 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X5Ijb-0004KA-4w for 17971@debbugs.gnu.org; Thu, 10 Jul 2014 14:06:24 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1X5Ija-0005mu-2w; Thu, 10 Jul 2014 14:06:18 -0400 X-Spook: IMF Marxist jihad Crowell world domination rs9512c X-Ran: -q33aJAN|dTmkBIbEF^g6yel"G-Yg6QgMOfMIToqsHOx}J(FAa.%Udz7poaXw/6UK^F0=A X-Hue: red X-Attribution: GM In-Reply-To: <53BECA03.9010509@cs.ucla.edu> (Paul Eggert's message of "Thu, 10 Jul 2014 10:14:43 -0700") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:91403 Archived-At: Paul Eggert wrote: > (HP-UX make is still relevant for the emacs-24 branch, I guess.) In theory yes; in practice I doubt it, since we seem to have accidentally broken non-GNU makes so many times, I guess everyone just uses GNU make anyway (like the person who reported the HP make issue did before even reporting it). > This has the problem that 'make' can succeed even if a 'gzip' fails > (e.g., due to being out of disk space). We survived this far without checking for that. Some gzips return non-zero if compression did not reduce the file size, which should not happen with any of the .el files, but you never know. So perhaps this is something to save for trunk.