Andreas Schwab

Results 17 issues of Andreas Schwab

From git://sourceware.org/git/glibc + b570759fc5...d8972c5030 hjl/cet/pr21598 -> hjl/cet/pr21598 (forced update) + 57f2b07c55...2a355dbc47 hjl/cet/property -> hjl/cet/property (forced update) error: cannot lock ref 'refs/heads/hjl/pr21913/master': 'refs/heads/hjl/pr21913' exists; cannot create 'refs/heads/hjl/pr21913/master' ! [new branch] hjl/pr21913/master...

bug

/usr/lib64/gcc/riscv64-suse-linux/13/../../../../riscv64-suse-linux/bin/ld: /home/abuild/rpmbuild/BUILD/node-v22.2.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/api/api.o: in function `v8::TryHandleWebAssemblyTrapPosix(int, siginfo_t*, void*)': /home/abuild/rpmbuild/BUILD/node-v22.2.0/out/../deps/v8/src/api/api.cc:6403:(.text._ZN2v829TryHandleWebAssemblyTrapPosixEiP9siginfo_tPv+0xa): undefined reference to `v8::internal::trap_handler::TryHandleSignal(int, siginfo_t*, void*)' /usr/lib64/gcc/riscv64-suse-linux/13/../../../../riscv64-suse-linux/bin/ld: /home/abuild/rpmbuild/BUILD/node-v22.2.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/trap-handler/handler-outside.o: in function `v8::internal::trap_handler::EnableTrapHandler(bool)': /home/abuild/rpmbuild/BUILD/node-v22.2.0/out/../deps/v8/src/trap-handler/handler-outside.cc:265:(.text._ZN2v88internal12trap_handler17EnableTrapHandlerEb+0x54): undefined reference to `v8::internal::trap_handler::RegisterDefaultTrapHandler()' collect2: error: ld returned 1 exit...

riscv64

[ 5%] Building CXX object src/hobbits-core/CMakeFiles/hobbits-core.dir/bitarray.cpp.o cd /home/abuild/rpmbuild/BUILD/hobbits-0.54.1/build/src/hobbits-core && /usr/bin/c++ -DHOBBITSCORE_LIBRARY -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -Dhobbits_core_EXPORTS -I/home/abuild/rpmbuild/BUILD/hobbits-0.54.1/build/src/hobbits-core/hobbits-core_autogen/include -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -O2 -Wall -U_FORTIFY_SOURCE...

This is needed for openjdk which does not support sv57.

=================================== FAILURES =================================== ______________________ TestFunctions.test_async_and_await ______________________ self = def test_async_and_await(self): if sys.version_info < (3, 6): return foo = py2js('async def foo(): return 42\n\n') spam = py2js('async def spam(): print(await foo())\n\n')...