You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package nodejs-19 currently fails to build from source and has for some time.
Here's a log excerpt of a recent build failure:
INFO 🔗 from ../../deps/v8/src/heap/cppgc/sweeper.cc:5: name="Configure and build"
INFO 🔗 ../../deps/v8/src/heap/cppgc/stats-collector.h: In member function 'void cppgc::internal::StatsCollector::ForAllAllocationObservers(Callback)': name="Configure and build"
INFO 🔗 ../../deps/v8/src/heap/cppgc/stats-collector.h:394:48: error: cannot convert 'std::vector<cppgc::internal::StatsCollector::AllocationObserver*>::iterator' to 'const char*' name="Configure and build"
INFO 🔗 394 | std::remove(allocation_observers_.begin(), allocation_observers_.end(), name="Configure and build"
INFO 🔗 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ name="Configure and build"
INFO 🔗 | | name="Configure and build"
INFO 🔗 | std::vector<cppgc::internal::StatsCollector::AllocationObserver*>::iterator name="Configure and build"
INFO 🔗 In file included from /usr/include/c++/14/cstdio:42, name="Configure and build"
INFO 🔗 from /usr/include/c++/14/ext/string_conversions.h:45, name="Configure and build"
INFO 🔗 from /usr/include/c++/14/bits/basic_string.h:4154, name="Configure and build"
INFO 🔗 from /usr/include/c++/14/string:54, name="Configure and build"
INFO 🔗 from /usr/include/c++/14/bits/locale_classes.h:40, name="Configure and build"
INFO 🔗 from /usr/include/c++/14/bits/ios_base.h:41, name="Configure and build"
INFO 🔗 from /usr/include/c++/14/ios:44, name="Configure and build"
INFO 🔗 from /usr/include/c++/14/istream:40, name="Configure and build"
INFO 🔗 from /usr/include/c++/14/sstream:40, name="Configure and build"
INFO 🔗 from ../../deps/v8/src/base/logging.h:10, name="Configure and build"
INFO 🔗 from ../../deps/v8/src/base/macros.h:12, name="Configure and build"
INFO 🔗 from ../../deps/v8/src/heap/cppgc/sweeper.h:10: name="Configure and build"
INFO 🔗 /usr/include/stdio.h:158:32: note: initializing argument 1 of 'int remove(const char*)' name="Configure and build"
INFO 🔗 158 | extern int remove (const char *__filename) __THROW; name="Configure and build"
INFO 🔗 | ~~~~~~~~~~~~^~~~~~~~~~ name="Configure and build"
WARN 🔗 ninja: subcommands failed name="Configure and build"
WARN 🔗 make: *** [Makefile:149: node] Error 1 name="Configure and build"
INFO 🔗 deleting guest dir /tmp/melange-guest-3039829049
INFO 🔗 deleting workspace dir /tmp/melange-workspace-2110316484
INFO 🔗 removing image path /tmp/melange-guest-2111291277
ERRO 🔗 failed to build package: unable to run package nodejs-19 pipeline: unable to run pipeline: exit status 2
The text was updated successfully, but these errors were encountered:
The package nodejs-19 currently fails to build from source and has for some time.
Here's a log excerpt of a recent build failure:
The text was updated successfully, but these errors were encountered: