* bug#10286: emacs-24.0.92 on GNU/Linux IA-64
@ 2011-12-13 2:11 Nelson H. F. Beebe
2011-12-17 1:08 ` Paul Eggert
0 siblings, 1 reply; 2+ messages in thread
From: Nelson H. F. Beebe @ 2011-12-13 2:11 UTC (permalink / raw)
To: 10286; +Cc: beebe
A build of emacs-24.0.92 on GNU/Linux IA-64 fails in the src directory
with the compilation error
alloc.c:4537: error: too many arguments to function 'mark_memory'
Here is the preprocessor output that explains why:
static void mark_memory (void *, void *);
...
do {
extern void *__libc_ia64_register_backing_store_base;
__builtin_ia64_flushrs ();
mark_memory (__libc_ia64_register_backing_store_base,
__builtin_ia64_bsp(),
0);
} while (0);
Notice the extra trailing 0 argument to mark_memory().
The erroneous argument comes from s/gnu-linux.h. I patched it to
remove that argument and restarted the build. It succeeded, and has
now been installed here.
-------------------------------------------------------------------------------
- Nelson H. F. Beebe Tel: +1 801 581 5254 -
- University of Utah FAX: +1 801 581 4148 -
- Department of Mathematics, 110 LCB Internet e-mail: beebe@math.utah.edu -
- 155 S 1400 E RM 233 beebe@acm.org beebe@computer.org -
- Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#10286: emacs-24.0.92 on GNU/Linux IA-64
2011-12-13 2:11 bug#10286: emacs-24.0.92 on GNU/Linux IA-64 Nelson H. F. Beebe
@ 2011-12-17 1:08 ` Paul Eggert
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2011-12-17 1:08 UTC (permalink / raw)
To: Nelson H. F. Beebe; +Cc: 10286-done
Thanks for the bug report; I installed the fix as bzr 106689
on the Emacs trunk and am marking the bug as done.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-17 1:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 2:11 bug#10286: emacs-24.0.92 on GNU/Linux IA-64 Nelson H. F. Beebe
2011-12-17 1:08 ` Paul Eggert
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).