all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs 27.0.91 is out!
@ 2020-04-19 12:18 Nicolas Petton
  2020-04-21  7:34 ` bug#40741: Cannot build 27.0.91 on macOS 10.6.4 Tak Kunihiro
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Petton @ 2020-04-19 12:18 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

Hi!

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

You can get the PGP signature at

  https://alpha.gnu.org/gnu/emacs/pretest/emacs-27.0.91.tar.xz.sig

The tarball is signed with the following GPG key, which can be found on
PGP key servers

  D405AA2C862C54F17EEE6BE0E8BCD7866AFCF978

Please give it as much testing as you can.

As always, if you encounter problems building or using Emacs,
send a report to bug-gnu-emacs@gnu.org with full details
(if possible, use M-x report-emacs-bug).

Thanks for helping to test Emacs.

Cheers,
Nico

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#40741: Cannot build 27.0.91 on macOS 10.6.4
  2020-04-19 12:18 Emacs 27.0.91 is out! Nicolas Petton
@ 2020-04-21  7:34 ` Tak Kunihiro
  2020-04-21 18:37   ` Alan Third
  0 siblings, 1 reply; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ messages in thread

end of thread, other threads:[~2020-04-23 13:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-19 12:18 Emacs 27.0.91 is out! Nicolas Petton
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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.