pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: emacs23 looping during bootstrap?



[ loop inside emacs' own calloc() ]

> ?!?!?

This seems to be an instance of the same problem mentioned in

  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67618

and apparently one needs to supply -fno-builtin-malloc when
compiling a source file implementing calloc().

But ... fixing that reveals another problem:

emacs: Couldn't find segment next to .bss in /usr/pkgsrc/editors/emacs23/work/emacs-23.4/src/temacs
Makefile:199: recipe for target 'bootstrap-emacs' failed

Oh, well, I guess I might as well mark it BROKEN...

Regards,

- Håvard


Home | Main Index | Thread Index | Old Index