GNU bug report logs -
#23760
25.0.95; emacs 25.0.95 doesn't build with glibc-2.23.90
Previous Next
Reported by: jsynacek <at> redhat.com (Jan Synáček)
Date: Mon, 13 Jun 2016 10:49:01 UTC
Severity: normal
Tags: patch
Merged with 24033,
24204
Found in version 25.0.95
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Emacs doesn't build with the latest glibc (glibc-2.23-90):
CC gmalloc.o
../../src/gmalloc.c:273:15: error: attempt to use poisoned "__malloc_initialize_hook"
extern void (*__malloc_initialize_hook) (void);
^
../../src/gmalloc.c:381:8: error: attempt to use poisoned "__malloc_initialize_hook"
void (*__malloc_initialize_hook) (void);
^
../../src/gmalloc.c: In function 'malloc_initialize_1':
../../src/gmalloc.c:567:7: error: attempt to use poisoned "__malloc_initialize_hook"
if (__malloc_initialize_hook)
^
../../src/gmalloc.c:568:7: error: attempt to use poisoned "__malloc_initialize_hook"
(*__malloc_initialize_hook) ();
^
--
Jan Synacek
Software Engineer, Red Hat
This bug report was last modified 8 years and 306 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.