unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Nelson H. F. Beebe" <beebe@math.utah.edu>
To: 10286@debbugs.gnu.org
Cc: beebe@math.utah.edu
Subject: bug#10286: emacs-24.0.92 on GNU/Linux IA-64
Date: Mon, 12 Dec 2011 19:11:20 -0700 (MST)	[thread overview]
Message-ID: <CMM.0.95.0.1323742280.beebe@psi.math.utah.edu> (raw)

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/ -
-------------------------------------------------------------------------------





             reply	other threads:[~2011-12-13  2:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-13  2:11 Nelson H. F. Beebe [this message]
2011-12-17  1:08 ` bug#10286: emacs-24.0.92 on GNU/Linux IA-64 Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CMM.0.95.0.1323742280.beebe@psi.math.utah.edu \
    --to=beebe@math.utah.edu \
    --cc=10286@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).