unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65727: 30.0.50; Build failure in MSYS2 when --with-native-compilation
@ 2023-09-04  5:06 voi dfoo
  2023-09-04 12:29 ` Eli Zaretskii
       [not found] ` <handler.65727.B.16938191423648.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: voi dfoo @ 2023-09-04  5:06 UTC (permalink / raw)
  To: 65727

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

Occasionally I use appveyor/GitHub Actions to build Emacs for Windows
using MSYS environment. At some point the build started to fail when
making .elc files.

I suspect that newer version of dependencies (libgccjit?) caused the
crash because a previous passing commit now also failed.

I don't have a local environment to investigate further. I don't know
whether the following information is actionable but here they are

- The appveyor build history:
https://ci.appveyor.com/project/voidfoo/emacs-w64/history

- A previous passing AppVeyor build on top of commit 4b3de74:
  https://ci.appveyor.com/project/voidfoo/emacs-w64/builds/47147210

- GitHub action build on top of 4b3de74 that now is failing:
  https://github.com/voidfoo/emacs/actions/runs/6068869155/job/16462420999

- I tried to do a debug build and that is passing

https://github.com/voidfoo/emacs/actions/runs/6063066665/job/16449969955#step:6:3

In failing builds, it seems that Emacs crashed

  ELC      arc-mode.elc
  ELC      array.elc
Backtrace:
00007ff6afeeb38e
00007ff6afdb91c1
00007ff6afdd9d61
00007ff6aff4fafa
00007ffb47848060
00007ffb48265097
00007ffb481c4ce7
00007ffb48263e06
00007ff6afe3eb58
00007ff6afe48aea
00007ff6afe490ba
00007ffb1dfa77f1
00007ff6afe48aea
00007ff6afe490ba
00007ffb1dfa7910
00007ff6afe48aea
00007ffb1b05516f
00007ff6afe48aea
00007ffb1b0556db
00007ff6afe48aea
00007ffb1b055632
00007ff6afe48aea
00007ffb1dfb6902
00007ff6afe4c27e
00007ff6afe48aea
00007ffb1dfb59ca
00007ff6afe48aea
00007ffb1dfb24eb
00007ff6afe4c27e
00007ff6afe94818
00007ff6afe48aea
00007ffb1dfc8dcb
00007ffb1dfc901f
00007ffb1dfc93ba
00007ff6afe48aea
00007ffb1dfb0ddc
00007ff6afe48aea
00007ffb1dfb0c6e
00007ff6afe48aea
00007ffb1dfa1fbb
00007ff6afe48aea
00007ffb1dfb0d06
00007ff6afe48aea
00007ffb1dfaed7c
00007ff6afe48aea
00007ffb1dfaf79a
00007ff6afe48aea
00007ffb1dfad8c4
00007ff6afe48aea
00007ffb1dfcc9a5
00007ff6afe48aea
00007ffb1dfcc41f
00007ff6afe48aea
00007ffb19f72422
00007ff6afe48aea
00007ffb2d90f0bb
00007ff6afe48aea
00007ffb2d9072cf
00007ff6afe48aea
00007ffb2d903190
00007ff6afe4cc9a
00007ff6afe4f22a
...
make[3]: *** [Makefile:328: array.elc] Error 3


--
Voi dFoo

[-- Attachment #2: Type: text/html, Size: 2822 bytes --]

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

* bug#65727: 30.0.50; Build failure in MSYS2 when --with-native-compilation
  2023-09-04  5:06 bug#65727: 30.0.50; Build failure in MSYS2 when --with-native-compilation voi dfoo
@ 2023-09-04 12:29 ` Eli Zaretskii
  2023-09-04 15:42   ` voi dfoo
       [not found] ` <handler.65727.B.16938191423648.ack@debbugs.gnu.org>
  1 sibling, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2023-09-04 12:29 UTC (permalink / raw)
  To: voi dfoo; +Cc: 65727

> From: voi dfoo <void.foo@gmail.com>
> Date: Sun, 3 Sep 2023 22:06:41 -0700
> 
> Occasionally I use appveyor/GitHub Actions to build Emacs for Windows
> using MSYS environment. At some point the build started to fail when
> making .elc files.
> 
> I suspect that newer version of dependencies (libgccjit?) caused the
> crash because a previous passing commit now also failed.
> 
> I don't have a local environment to investigate further. I don't know
> whether the following information is actionable but here they are

Did you per chance upgrade GCC and/or libgccjit and/or Binutils
between the last successful build and the first failed one?





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

* bug#65727: 30.0.50; Build failure in MSYS2 when --with-native-compilation
  2023-09-04 12:29 ` Eli Zaretskii
@ 2023-09-04 15:42   ` voi dfoo
  0 siblings, 0 replies; 5+ messages in thread
From: voi dfoo @ 2023-09-04 15:42 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 65727

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

The dependency versions are not explicitly specified in my installation
script

"pacman -S --needed --noconfirm git zip base-devel
mingw-w64-x86_64-autotools mingw-w64-x86_64-toolchain
mingw-w64-x86_64-xpm-nox mingw-w64-x86_64-libtiff mingw-w64-x86_64-giflib
mingw-w64-x86_64-libpng mingw-w64-x86_64-libjpeg-turbo
mingw-w64-x86_64-librsvg mingw-w64-x86_64-libwebp mingw-w64-x86_64-lcms2
mingw-w64-x86_64-gnutls mingw-w64-x86_64-jansson mingw-w64-x86_64-libgccjit
mingw-w64-x86_64-libxml2 mingw-w64-x86_64-gnutls mingw-w64-x86_64-zlib
mingw-w64-x86_64-harfbuzz mingw-w64-x86_64-tree-sitter
mingw-w64-x86_64-sqlite3"


There is a update of the package to gcc 13.2.0 that may be related:
https://github.com/msys2/MINGW-packages/commits/master/mingw-w64-gcc

On Mon, Sep 4, 2023, 5:29 AM Eli Zaretskii <eliz@gnu.org> wrote:

> > From: voi dfoo <void.foo@gmail.com>
> > Date: Sun, 3 Sep 2023 22:06:41 -0700
> >
> > Occasionally I use appveyor/GitHub Actions to build Emacs for Windows
> > using MSYS environment. At some point the build started to fail when
> > making .elc files.
> >
> > I suspect that newer version of dependencies (libgccjit?) caused the
> > crash because a previous passing commit now also failed.
> >
> > I don't have a local environment to investigate further. I don't know
> > whether the following information is actionable but here they are
>
> Did you per chance upgrade GCC and/or libgccjit and/or Binutils
> between the last successful build and the first failed one?
>

[-- Attachment #2: Type: text/html, Size: 2130 bytes --]

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

* bug#65727: Acknowledgement (30.0.50; Build failure in MSYS2 when --with-native-compilation)
       [not found] ` <handler.65727.B.16938191423648.ack@debbugs.gnu.org>
@ 2023-09-21  6:27   ` voi dfoo
  2023-09-21  8:23     ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: voi dfoo @ 2023-09-21  6:27 UTC (permalink / raw)
  To: 65727

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

I found out that it is a dupe of
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63365

Not sure why I didn't find it when searching the bug database before
reporting. This issue can be closed now.

On Mon, Sep 4, 2023, 2:20 AM GNU bug Tracking System <help-debbugs@gnu.org>
wrote:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  bug-gnu-emacs@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 65727@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 65727: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65727
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>

[-- Attachment #2: Type: text/html, Size: 1980 bytes --]

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

* bug#65727: Acknowledgement (30.0.50; Build failure in MSYS2 when --with-native-compilation)
  2023-09-21  6:27   ` bug#65727: Acknowledgement (30.0.50; Build failure in MSYS2 when --with-native-compilation) voi dfoo
@ 2023-09-21  8:23     ` Stefan Kangas
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Kangas @ 2023-09-21  8:23 UTC (permalink / raw)
  To: voi dfoo, 65727

forcemerge 63365 65727
thanks

voi dfoo <void.foo@gmail.com> writes:

> I found out that it is a dupe of
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63365

Thanks, I'm therefore merging the bugs.





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

end of thread, other threads:[~2023-09-21  8:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-04  5:06 bug#65727: 30.0.50; Build failure in MSYS2 when --with-native-compilation voi dfoo
2023-09-04 12:29 ` Eli Zaretskii
2023-09-04 15:42   ` voi dfoo
     [not found] ` <handler.65727.B.16938191423648.ack@debbugs.gnu.org>
2023-09-21  6:27   ` bug#65727: Acknowledgement (30.0.50; Build failure in MSYS2 when --with-native-compilation) voi dfoo
2023-09-21  8:23     ` Stefan Kangas

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).