all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: 36172@debbugs.gnu.org
Subject: bug#36172: 27.0.50; linking error in git head on macos: _aligned_alloc
Date: Tue, 11 Jun 2019 14:20:44 -0400	[thread overview]
Message-ID: <CAFsbZ7Zxw23xGGh9LFKqPZ0XUz_i0+vuSsDe3y3eKK+X1iPMBg@mail.gmail.com> (raw)
In-Reply-To: <2bc10b43-b271-bbeb-9870-5b1e4cf9631a@cs.ucla.edu>

On Tue, 11 Jun 2019 at 13:37, Paul Eggert <eggert@cs.ucla.edu> wrote:
>
> This vaguely looks like the configure-time check for aligned_alloc
> disagrees with what's actually installed in your runtime library. If
> your runtime library is older than what you built Emacs with, that might
> explain the problem.

I see this after make bootstrap, so the configure was run just now.

> What are the values of HAVE_ALIGNED_ALLOC, HYBRID_MALLOC,
> HAVE_POSIX_MEMALIGN, SYSTEM_MALLOC, and DOUG_LEA_MALLOC in your
> src/config.h file?

here are the relevant parts of config.h:

#define HAVE_ALIGNED_ALLOC 1
#define HAVE_DECL_ALIGNED_ALLOC 1
/* #undef HYBRID_MALLOC */
/* #undef HAVE_POSIX_MEMALIGN */
#define SYSTEM_MALLOC 1
/* #undef DOUG_LEA_MALLOC */



>  Do these values correspond to what is actually on
> your system?

how do I find that out?

Darwin BZ-C02XR5CGJG5L 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25
23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64



-- 
Sam Steingold <http://sds.podval.org> <http://www.childpsy.net>
<http://steingoldpsychology.com>





  reply	other threads:[~2019-06-11 18:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-11 15:49 bug#36172: 27.0.50; linking error in git head on macos: _aligned_alloc Sam Steingold
2019-06-11 17:37 ` Paul Eggert
2019-06-11 18:20   ` Sam Steingold [this message]
2019-06-11 20:08     ` Paul Eggert
2019-06-11 20:14       ` Sam Steingold
2019-06-11 21:17         ` Paul Eggert
2019-08-04  7:15 ` Keith Irwin

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

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

  git send-email \
    --in-reply-to=CAFsbZ7Zxw23xGGh9LFKqPZ0XUz_i0+vuSsDe3y3eKK+X1iPMBg@mail.gmail.com \
    --to=sds@gnu.org \
    --cc=36172@debbugs.gnu.org \
    --cc=eggert@cs.ucla.edu \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.