emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#9926: closed (make GC_MAKE_GCPROS_NOOPS the defaul


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#9926: closed (make GC_MAKE_GCPROS_NOOPS the default)
Date: Tue, 08 Nov 2011 20:19:02 +0000

Your message dated Tue, 08 Nov 2011 12:18:07 -0800
with message-id <address@hidden>
and subject line Re: bug#9926: patch: emacs-24.0.91 FTBFS on GNU/Hurd
has caused the debbugs.gnu.org bug report #9926,
regarding make GC_MAKE_GCPROS_NOOPS the default
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
9926: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9926
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: patch: emacs-24.0.91 FTBFS on GNU/Hurd Date: Mon, 31 Oct 2011 23:54:31 +0100
Hello,

Interesting to see that emacs-24.1 is on its way with many new features.
When trying to compile the latest pre-release under GNU/Hurd, the build
fails due to a missing definition in src/gnu.h. Inlined is a patch to
add the proper definition of GC_MARK_STACK (as on many of the other
architectures). Otherwise the global variable: static Lisp_Object Vdead;
is undefined on line 6264: if (!EQ (obj, Vdead)) in function
which_symbols().

Thanks!

--- emacs-24.0.91/src/s/gnu.h~  2011-10-14 02:40:36.000000000 +0200
+++ emacs-24.0.91/src/s/gnu.h   2011-10-31 23:28:48.000000000 +0100
@@ -44,3 +44,5 @@
 #endif /* !_IO_STDIO_H */
 #endif /* emacs */
 
+/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the
stack.  */
+#define GC_MARK_STACK   GC_MAKE_GCPROS_NOOPS





--- End Message ---
--- Begin Message --- Subject: Re: bug#9926: patch: emacs-24.0.91 FTBFS on GNU/Hurd Date: Tue, 08 Nov 2011 12:18:07 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0
On 11/08/11 09:09, Stefan Monnier wrote:
> So I'd rather use the OP's patch that only affects the Hurd.

Sounds good.  I did that as bzr 106331
and am marking this bug as done.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]