GNU bug report logs -
#1335
Arch-dependant data should not be installed in the app bundle
Previous Next
Reported by: Yavor Doganov <yavor <at> gnu.org>
Date: Wed, 12 Nov 2008 15:20:03 UTC
Severity: normal
Tags: patch
Merged with 5051
Fixed in version 24.0.92
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 21 Nov 2011 20:59:35 -0500
with message-id <ra8vn8rk6w.fsf_-_ <at> fencepost.gnu.org>
and subject line Re: bug#1335: Arch-dependant data should not be installed in the app bundle
has caused the debbugs.gnu.org bug report #1335,
regarding Arch-dependant data should not be installed in the app bundle
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
1335: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1335
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Package: emacs,ns
I see no reason to install arch-dependent data in the app bundle when
--ns-disable-ns-self-contained is passed. This only causes trouble
for distributors (who typically build several variants -- GTK+, Lucid,
-nox and now the GNUstep port) which share the same common binaries
(in Debian shipped in the emacsXX-bin-common package).
This also doesn't make sense for mortal users who wish to install both
a GTK+ and GNUstep Emacs under the same prefix; a perfectly valid
scenario.
2008-11-12 Yavor Doganov <yavor <at> gnu.org> (tiny change)
* configure.in: Under NS, set `exec_prefix' and `libexecdir'
relative to `ns_appbindir' only if Emacs is configured for a
self-contained app.
Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.575
diff -u -u -r1.575 configure.in
--- configure.in 7 Nov 2008 06:56:39 -0000 1.575
+++ configure.in 12 Nov 2008 14:56:06 -0000
@@ -1274,10 +1274,10 @@
with_xft=no
with_freetype=no
# set up packaging dirs
- exec_prefix=${ns_appbindir}
- libexecdir=${ns_appbindir}/libexec
if test "${EN_NS_SELF_CONTAINED}" = yes; then
prefix=${ns_appresdir}
+ exec_prefix=${ns_appbindir}
+ libexecdir=${ns_appbindir}/libexec
fi
fi
CFLAGS="$tmp_CFLAGS"
[Message part 3 (message/rfc822, inline)]
Version: 24.0.92
I am sorry for the huge delay. This is installed now.
This bug report was last modified 13 years and 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.