GNU bug report logs -
#36280
26.2.90; 'emacs -Q' receives SIGSEGV, Segmentation fault
Previous Next
Reported by: VanL <van <at> scratch.space>
Date: Tue, 18 Jun 2019 14:19:01 UTC
Severity: normal
Tags: moreinfo
Found in version 26.2.90
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #50 received at 36280 <at> debbugs.gnu.org (full text, mbox):
>>>>> On Thu, 20 Jun 2019 23:07:05 +1000, VanL <van <at> scratch.space> said:
>> On 20 Jun 2019, at 21:06, Robert Pluim <rpluim <at> gmail.com> wrote:
>>
>>>>>>> On Thu, 20 Jun 2019 19:28:35 +1000, VanL <van <at> scratch.space> said:
>>
>>>> On 20 Jun 2019, at 00:32, Robert Pluim <rpluim <at> gmail.com> wrote:
>>>>
>>>> Strange. Iʼve just built from the tarball both in-tree and out-of tree
>>>> without any issues (but Iʼm not targeting X11/GTK), so I donʼt
>>>> understand why building from git makes any difference for you.
>>
VanL> Maybe, your macOS has the 'macuvs.h' in the environment for the out-of tree case.
>>
>> Itʼs part of the emacs source code, so thatʼs highly unlikely.
VanL> There was a line about a missing 'macuvs.h' file and switching from out to in-tree build located it for me.
VanL> I take out-of tree to mean the downloaded distribution without any git stuff that was announced on gmane.
Say your emacs source code is in 'emacs-26'.
An in-tree build is:
cd emacs-26; configure; make
An out-of tree build is
mkdir emacs-26-build; cd emacs-26-build; ../emacs-26/configure; make
Both should work, especially from release tarballs.
Robert
This bug report was last modified 3 years and 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.