GNU bug report logs - #40741
Cannot build 27.0.91 on macOS 10.6.4

Previous Next

Package: emacs;

Reported by: Tak Kunihiro <homeros.misasa <at> gmail.com>

Date: Tue, 21 Apr 2020 07:35:02 UTC

Severity: normal

Tags: notabug

Merged with 36172

Found in version 27.0.50

Done: Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40741 in the body.
You can then email your comments to 40741 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#40741; Package emacs. (Tue, 21 Apr 2020 07:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tak Kunihiro <homeros.misasa <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 21 Apr 2020 07:35:02 GMT) Full text and rfc822 format available.

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

From: Tak Kunihiro <homeros.misasa <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Cc: tkk <at> misasa.okayama-u.ac.jp
Subject: Cannot build 27.0.91 on macOS 10.6.4
Date: Tue, 21 Apr 2020 16:34:02 +0900
> The second pretest for what will be the 27.1 release of Emacs (the
> extensible text editor) is available at
>
>   https://alpha.gnu.org/gnu/emacs/pretest/emacs-27.0.91.tar.xz

I cannot build emacs 27.0.91 on macOS 10.6.4 with Xcode 11.3.1.
I can build emacs 26.3 on the same environment.

I saw similar report on following 
https://www.reddit.com/r/emacs/comments/d7eu9i/emacs_compilation_fails_on_macos_10146_with/

I wonder if this is emacs's problem.  I got message as shown below.


  $ make
  /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib all
  make[1]: Nothing to be done for `all'.
  /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib-src all
  make[1]: Nothing to be done for `all'.
  /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src VCSWITNESS='' all
  /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets all
  make[2]: Nothing to be done for `all'.
  /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata charscript.el
  make[2]: Nothing to be done for `charscript.el'.
  rm -f bootstrap-emacs.pdmp
  ./temacs --batch  -l loadup --temacs=pbootstrap
  dyld: lazy symbol binding failed: Symbol not found: _aligned_alloc
    Referenced from: /Users/tknet/Downloads/emacs-27.0.91/src/./temacs
    Expected in: /usr/lib/libSystem.B.dylib
  
  dyld: Symbol not found: _aligned_alloc
    Referenced from: /Users/tknet/Downloads/emacs-27.0.91/src/./temacs
    Expected in: /usr/lib/libSystem.B.dylib
  
  make[1]: *** [bootstrap-emacs.pdmp] Abort trap: 6
  make: *** [src] Error 2




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#40741; Package emacs. (Tue, 21 Apr 2020 18:38:02 GMT) Full text and rfc822 format available.

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

From: Alan Third <alan <at> idiocy.org>
To: Tak Kunihiro <homeros.misasa <at> gmail.com>
Cc: 40741 <at> debbugs.gnu.org, tkk <at> misasa.okayama-u.ac.jp
Subject: Re: bug#40741: Cannot build 27.0.91 on macOS 10.6.4
Date: Tue, 21 Apr 2020 19:37:38 +0100
On Tue, Apr 21, 2020 at 04:34:02PM +0900, Tak Kunihiro wrote:
> > The second pretest for what will be the 27.1 release of Emacs (the
> > extensible text editor) is available at
> >
> >   https://alpha.gnu.org/gnu/emacs/pretest/emacs-27.0.91.tar.xz
> 
> I cannot build emacs 27.0.91 on macOS 10.6.4 with Xcode 11.3.1.
> I can build emacs 26.3 on the same environment.
> 
> I saw similar report on following 
> https://www.reddit.com/r/emacs/comments/d7eu9i/emacs_compilation_fails_on_macos_10146_with/

I believe this is a duplicate of bug#36172, as linked on that page.

Are you using any flags with configure?
-- 
Alan Third




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#40741; Package emacs. (Wed, 22 Apr 2020 05:00:02 GMT) Full text and rfc822 format available.

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

From: Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>
To: alan <at> idiocy.org
Cc: 40741 <at> debbugs.gnu.org, homeros.misasa <at> gmail.com, tkk <at> misasa.okayama-u.ac.jp
Subject: Re: bug#40741: Cannot build 27.0.91 on macOS 10.6.4
Date: Wed, 22 Apr 2020 13:58:47 +0900 (JST)
>>> The second pretest for what will be the 27.1 release of Emacs (the
>>> extensible text editor) is available at
>>>
>>>   https://alpha.gnu.org/gnu/emacs/pretest/emacs-27.0.91.tar.xz
>> 
>> I cannot build emacs 27.0.91 on macOS 10.6.4 with Xcode 11.3.1.
>> I can build emacs 26.3 on the same environment.
> 
> I believe this is a duplicate of bug#36172, as linked on that page.
> 
> Are you using any flags with configure?

I saw suggestion on bug#36172 to call following command.  That did not
change situation.

  sudo xcode-select -s /Applications/Xcode.app

I call both `./configure' and `make' without any options.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#40741; Package emacs. (Thu, 23 Apr 2020 00:02:02 GMT) Full text and rfc822 format available.

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

From: Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>
To: alan <at> idiocy.org
Cc: 40741 <at> debbugs.gnu.org, homeros.misasa <at> gmail.com, tkk <at> misasa.okayama-u.ac.jp
Subject: Re: bug#40741: Cannot build 27.0.91 on macOS 10.6.4
Date: Thu, 23 Apr 2020 09:01:21 +0900 (JST)
>>>> The second pretest for what will be the 27.1 release of Emacs (the
>>>> extensible text editor) is available at
>>>>
>>>>   https://alpha.gnu.org/gnu/emacs/pretest/emacs-27.0.91.tar.xz
>>> 
>>> I cannot build emacs 27.0.91 on macOS 10.6.4 with Xcode 11.3.1.
>>> I can build emacs 26.3 on the same environment.
>> 
>> I believe this is a duplicate of bug#36172, as linked on that page.
>> 
>> Are you using any flags with configure?
> 
> I saw suggestion on bug#36172 to call following command.  That did not
> change situation.
> 
>   sudo xcode-select -s /Applications/Xcode.app
> 
> I call both `./configure' and `make' without any options.

On difference computer with macOS 10.6.4, I confirm that I could build
emacs 27.0.91.  Thus I think this is my local problem.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#40741; Package emacs. (Thu, 23 Apr 2020 12:49:02 GMT) Full text and rfc822 format available.

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

From: Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>
To: 40741 <at> debbugs.gnu.org
Cc: Alan Third <alan <at> idiocy.org>,
 国広卓也 <tkk <at> misasa.okayama-u.ac.jp>
Subject: Re: bug#40741: Cannot build 27.0.91 on macOS 10.6.4
Date: Thu, 23 Apr 2020 21:48:14 +0900
>>>>> The second pretest for what will be the 27.1 release of Emacs (the
>>>>> extensible text editor) is available at
>>>>> 
>>>>>  https://alpha.gnu.org/gnu/emacs/pretest/emacs-27.0.91.tar.xz
>>>> 
>>>> I cannot build emacs 27.0.91 on macOS 10.6.4 with Xcode 11.3.1.
>>>> I can build emacs 26.3 on the same environment.
>>> 
>>> I believe this is a duplicate of bug#36172, as linked on that page.
>>> 
>>> Are you using any flags with configure?
>> 
>> I saw suggestion on bug#36172 to call following command.  That did not
>> change situation.
>> 
>>  sudo xcode-select -s /Applications/Xcode.app
>> 
>> I call both `./configure' and `make' without any options.
> 
> On difference computer with macOS 10.6.4, I confirm that I could build
> emacs 27.0.91.  Thus I think this is my local problem.

I uninstall Xcode 11.3.1 and related files.
Then install Xcode 11.3.1 again.  Now I can build emacs 27.0.91.

I have upgraded Xcode several times on the past.  I suppose piles
of upgrade brought glitches.






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#40741; Package emacs. (Thu, 23 Apr 2020 13:06:01 GMT) Full text and rfc822 format available.

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

From: Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>
To: control <at> debbugs.gnu.org
Cc: 40741 <at> debbugs.gnu.org, alan <at> idiocy.org, tkk <at> misasa.okayama-u.ac.jp
Subject: Re: bug#40741: Cannot build 27.0.91 on macOS 10.6.4
Date: Thu, 23 Apr 2020 22:05:10 +0900 (JST)
merge 40741 36172
tags 40741 notabug
close 40741
quit

>>>>> I cannot build emacs 27.0.91 on macOS 10.6.4 with Xcode 11.3.1.
>>>>> I can build emacs 26.3 on the same environment.
>>>> 
>>>> I believe this is a duplicate of bug#36172, as linked on that page.
>>>> 
>>>> Are you using any flags with configure?
>>> 
>>> I saw suggestion on bug#36172 to call following command.  That did not
>>> change situation.
>>> 
>>>  sudo xcode-select -s /Applications/Xcode.app
>>> 
>>> I call both `./configure' and `make' without any options.
>> 
>> On difference computer with macOS 10.6.4, I confirm that I could build
>> emacs 27.0.91.  Thus I think this is my local problem.
> 
> I uninstall Xcode 11.3.1 and related files.
> Then install Xcode 11.3.1 again.  Now I can build emacs 27.0.91.
> 
> I have upgraded Xcode several times on the past.  I suppose piles
> of upgrade brought glitches.




Merged 36172 40741. Request was from Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp> to control <at> debbugs.gnu.org. (Thu, 23 Apr 2020 13:06:02 GMT) Full text and rfc822 format available.

Added tag(s) notabug. Request was from Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp> to control <at> debbugs.gnu.org. (Thu, 23 Apr 2020 13:06:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 40741 <at> debbugs.gnu.org and Tak Kunihiro <homeros.misasa <at> gmail.com> Request was from Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp> to control <at> debbugs.gnu.org. (Thu, 23 Apr 2020 13:06:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 22 May 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 23 days ago.

Previous Next


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