Re: git: d86a98ea7a48 - main - Uses/electronfix.mk: Rework to not require listing supported electron versions

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Thu, 05 Sep 2024 06:45:33 UTC
On Wed, Sep 4, 2024 at 8:36 PM Tomoaki AOKI <junchoon@dec.sakura.ne.jp> wrote:
>
> One thing I can think of is that modifying the offending port (this
> time, textproc/logseq) to use supported electron (hopefully, the
> supported one which upstream is currently struggling to work with) and
> mark it as BROKEN, keeping hooked to build.

From my experience, it never works. If the binary distribution was
built against Electron XY then we need to provide the port with the
same XY version.
Sometimes even mismatching patch version (the third number) causes a crash.

I never dug into the crash, though.Maybe it is easily fixable, but it
requires building Electron WITH_DEBUG=yes, which is, well, very
resource consuming.