I encounter this error when trying to build. Not sure how to troubleshoot it.
/home/berocs/.cache/yay/bun/src/WebKit/Source/JavaScriptCore/runtime/WeakGCSet.h:61:1: note: used here
61 | class WeakGCSet final : public WeakGCHashTable {
| ^
2 warnings generated.
[2507/2507] Linking CXX executable bin/jsc
FAILED: bin/jsc
: && /usr/bin/clang++ -fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall -Wl,-u,_WTFTimer__cancel -Wl,-u,_WTFTimer__secondsUntilTimer -Wl,-u,_WTFTimer__isActive -Wl,-u,_WTFTimer__deinit -Wl,-u,_WTFTimer__update -Wl,-u,_WTFTimer__create -pipe -Wno-noexcept-type -Wno-psabi -Wno-misleading-indentation -Wno-parentheses-equality -Qunused-arguments -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -Wno-tautological-compare -fasynchronous-unwind-tables -fdebug-types-section -mno-omit-leaf-frame-pointer -g -fno-omit-frame-pointer -ffunction-sections -fdata-sections -faddrsig -fno-unwind-tables -fno-asynchronous-unwind-tables -DU_STATIC_IMPLEMENTATION=1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/home/berocs/.cache/yay/bun/src=/usr/src/debug/bun -flto=auto -flto=full -fwhole-program-vtables -fforce-emit-vtables -fno-c++-static-destructors -fno-strict-aliasing -fno-exceptions -fno-rtti -fcoroutines -ffunction-sections -fdata-sections -O3 -DNDEBUG -fuse-ld=lld -Wl,--gc-sections -Wl,--disable-new-dtags -Xlinker --dependency-file=Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/link.d Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/__/jsc.cpp.o -o bin/jsc -ldl lib/libJavaScriptCore.a lib/libWTF.a /usr/lib/libicudata.so /usr/lib/libicui18n.so /usr/lib/libicuuc.so lib/libbmalloc.a -ldl -latomic && :
clang++: error: unable to execute command: Killed
clang++: error: linker command failed due to signal (use -v to see invocation)
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
-> error making: bun-exit status 4
-> Failed to install the following packages. Manual intervention is required:
bun - exit status 4
Pinned Comments
tiziodcaio commented on 2025-01-31 09:42 (UTC)
Due to some complains I'll open a copy of the repository on github to get a better ticket system. If you have any issue with bun's packaging, you can also contact me on
https://github.com/tiziodcaio/bun/issues
or you can make a PR to https://github.com/tiziodcaio/bun/pulls
tiziodcaio commented on 2025-01-31 06:42 (UTC)
I need help packaging. Anyone could help as comantainer?