|
From: | Stephen Hassard |
Subject: | bug#17971: 24.3.92; Patch to fix el compression on RHEL/CentOS 7 |
Date: | Tue, 8 Jul 2014 21:07:04 -0700 |
Stephen Hassard wrote:Do you know why this happens?
> Here's the relevant output from the 'make install' on CentOS 7:
>
> ----
> [ -z "/usr/bin/gzip" ] || { \
> echo "Compressing *.el ..." && \
> cd "/home/shassard/opt/emacs/share/emacs/24.3.92/lisp" && \
> find . -name '*.elc' -exec /bin/sh -c \
> '/usr/bin/gzip -9n `expr "$1" : "\\(.*\\)c"`' dummy '{}' ';'; \
> }
> Compressing *.el ...
> find: './progmodes/make-mode.el': No such file or directory
What has changed since RHEL6, where it works fine?
This fails if DESTDIR contains spaces.
> I've attached a revised patch that adds the -9n flag to the gzip command
> and switch back to -exec for find.
[Prev in Thread] | Current Thread | [Next in Thread] |