Package Details: electron28 28.3.3-3

Git Clone URL: https://aur.archlinux.org/electron28.git (read-only, click to copy)
Package Base: electron28
Description: Build cross platform desktop apps with web technologies
Upstream URL: https://electronjs.org
Licenses: MIT, BSD-3-Clause
Submitter: carsme
Maintainer: None
Last Packager: carsme
Votes: 3
Popularity: 0.50
First Submitted: 2024-12-21 13:03 (UTC)
Last Updated: 2024-12-21 13:03 (UTC)

Sources (162)

Latest Comments

lash commented on 2025-03-12 14:37 (UTC)

also, trying to build when nodejs, npm requisites are removed, and manually with nvm installing 18.12.0 :

In file included from ../../third_party/perfetto/include/perfetto/tracing/track_event.h:20:
../../third_party/perfetto/include/perfetto/tracing/internal/track_event_data_source.h:331:20: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  331 |     Base::template Trace([](typename Base::TraceContext ctx) { ctx.Flush(); });
      |                    ^
../../third_party/perfetto/include/perfetto/tracing/internal/track_event_data_source.h:337:20: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  337 |     Base::template CallIfEnabled(
      |                    ^
../../third_party/perfetto/include/perfetto/tracing/internal/track_event_data_source.h:352:20: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  352 |     Base::template Trace([&](typename Base::TraceContext ctx) {
      |                    ^
../../third_party/perfetto/include/perfetto/tracing/internal/track_event_data_source.h:499:20: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  499 |     Base::template Trace([&](typename Base::TraceContext ctx) {
      |                    ^
../../third_party/perfetto/include/perfetto/tracing/internal/track_event_data_source.h:1050:22: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
 1050 |       Base::template TraceWithInstances(instances, std::move(lambda));
      |                      ^
../../third_party/perfetto/include/perfetto/tracing/internal/track_event_data_source.h:1064:20: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
 1064 |     Base::template Trace([&](typename Base::TraceContext ctx) {
      |                    ^
6 errors generated.
[2522/38422] CXX obj/third_party/perfetto/src/tracing/client_api_without_backends/tracing_muxer_impl.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

lash commented on 2025-03-12 12:59 (UTC)

Cannot build anymore, nodejs-lts-hydrogen no longer available, tried to swap with nodejs, getting:

In file included from ../../base/allocator/partition_allocator/src/partition_alloc/address_pool_manager.cc:5: In file included from ../../base/allocator/partition_allocator/src/partition_alloc/address_pool_manager.h:12: In file included from ../../base/allocator/partition_allocator/src/partition_alloc/partition_address_space.h:17: ../../base/allocator/partition_allocator/src/partition_alloc/partition_alloc_buildflags.h:8:10: fatal error: 'partition_alloc/buildflags.h' file not found 8 | #include "partition_alloc/buildflags.h" | ^~ 1 error generated. [1085/38422] CXX obj/base/allocator/...r_core/address_pool_manager_bitmap.o FAILED: obj/base/allocator/partition_allocator/src/partition_alloc/allocator_core/address_pool_manager_bitmap.o