GNU bug report logs - #50058
28.0.5; emacs build fails with undefined reference to malloc_info

Previous Next

Package: emacs;

Reported by: birdsite <at> airmail.cc

Date: Sat, 14 Aug 2021 16:19:01 UTC

Severity: normal

Tags: moreinfo, patch

Merged with 48789

Found in versions 28.0.5, 28.0.50

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #29 received at 50058 <at> debbugs.gnu.org (full text, mbox):

From: Flappy Bird <birdsite <at> airmail.cc>
To: Lars Ingebrigtsen <larsi <at> gnus.org>, Eli Zaretskii <eliz <at> gnu.org>
Cc: 50058 <at> debbugs.gnu.org
Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference
 to malloc_info
Date: Sun, 15 Aug 2021 07:44:52 +0545
[Message part 1 (text/plain, inline)]
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Eli Zaretskii <eliz <at> gnu.org> writes:
>
>> Yes.  Or we could use something to single out glibc, if there is such
>> a macro.
>...
> birdsite <at> airmail.cc, can you try the following trivial patch and see
> whether that allows you to compile Emacs again?
>
> diff --git a/src/alloc.c b/src/alloc.c
> index 8edcd06c84..4ea337ddba 100644
> --- a/src/alloc.c
> +++ b/src/alloc.c
> ...
> -#ifdef GNU_LINUX
> +#if defined GNU_LINUX && defined __GLIBC__

Thank you larsi! the patch works and the initial compilation is
fine. The build log is attached below. Although now i'm getting a new
error such as:

LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump
Loading loadup.el (source)...
dump mode: pdump
...
Loading files.el (source)...
(require pcase) while preparing to dump
make[1]: *** [Makefile:584: emacs.pdmp] Error 255

Thanks!

[make-emacs-larsi-patch (text/plain, attachment)]

This bug report was last modified 3 years and 264 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.