* bug#40741: Cannot build 27.0.91 on macOS 10.6.4
[not found] <87imhvzn1r.fsf@petton.fr>
@ 2020-04-21 7:34 ` Tak Kunihiro
2020-04-21 18:37 ` Alan Third
0 siblings, 1 reply; 6+ messages in thread
From: Tak Kunihiro @ 2020-04-21 7:34 UTC (permalink / raw)
To: 40741; +Cc: tkk
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#40741: Cannot build 27.0.91 on macOS 10.6.4
2020-04-21 7:34 ` bug#40741: Cannot build 27.0.91 on macOS 10.6.4 Tak Kunihiro
@ 2020-04-21 18:37 ` Alan Third
2020-04-22 4:58 ` Tak Kunihiro
0 siblings, 1 reply; 6+ messages in thread
From: Alan Third @ 2020-04-21 18:37 UTC (permalink / raw)
To: Tak Kunihiro; +Cc: 40741, tkk
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#40741: Cannot build 27.0.91 on macOS 10.6.4
2020-04-21 18:37 ` Alan Third
@ 2020-04-22 4:58 ` Tak Kunihiro
2020-04-23 0:01 ` Tak Kunihiro
0 siblings, 1 reply; 6+ messages in thread
From: Tak Kunihiro @ 2020-04-22 4:58 UTC (permalink / raw)
To: alan; +Cc: 40741, homeros.misasa, tkk
>>> 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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#40741: Cannot build 27.0.91 on macOS 10.6.4
2020-04-22 4:58 ` Tak Kunihiro
@ 2020-04-23 0:01 ` Tak Kunihiro
2020-04-23 12:48 ` Tak Kunihiro
0 siblings, 1 reply; 6+ messages in thread
From: Tak Kunihiro @ 2020-04-23 0:01 UTC (permalink / raw)
To: alan; +Cc: 40741, homeros.misasa, tkk
>>>> 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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#40741: Cannot build 27.0.91 on macOS 10.6.4
2020-04-23 0:01 ` Tak Kunihiro
@ 2020-04-23 12:48 ` Tak Kunihiro
2020-04-23 13:05 ` Tak Kunihiro
0 siblings, 1 reply; 6+ messages in thread
From: Tak Kunihiro @ 2020-04-23 12:48 UTC (permalink / raw)
To: 40741; +Cc: Alan Third, 国広卓也
>>>>> 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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#40741: Cannot build 27.0.91 on macOS 10.6.4
2020-04-23 12:48 ` Tak Kunihiro
@ 2020-04-23 13:05 ` Tak Kunihiro
0 siblings, 0 replies; 6+ messages in thread
From: Tak Kunihiro @ 2020-04-23 13:05 UTC (permalink / raw)
To: control; +Cc: 40741, alan, tkk
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.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-04-23 13:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <87imhvzn1r.fsf@petton.fr>
2020-04-21 7:34 ` bug#40741: Cannot build 27.0.91 on macOS 10.6.4 Tak Kunihiro
2020-04-21 18:37 ` Alan Third
2020-04-22 4:58 ` Tak Kunihiro
2020-04-23 0:01 ` Tak Kunihiro
2020-04-23 12:48 ` Tak Kunihiro
2020-04-23 13:05 ` Tak Kunihiro
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).