stefson
stefson
hi, this is most likely a regression from https://github.com/google/highway/commit/d8867c95df5c5bcd33562b3a24c96f5a54d298a8 compiler is gcc-10.4.0 on armhf ``` [8/38] /usr/bin/armv7a-unknown-linux-gnueabihf-g++ -DHWY_SHARED_DEFINE -Dhwy_contrib_EXPORTS -I/var/tmp/portage/portage/dev-cpp/highway-9999/work/highway-9999 -O2 -pipe -fomit-frame-pointer -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wno-builtin-macro-redefined -D__DATE__=\"redacted\" -D__TIMESTAMP__=\"redacted\" -D__TIME__=\"redacted\"...
hi there, I experience a long hang when cross compiling libjxl, where it takes about 10 minutes to finish this job: ``` [182/200] /usr/bin/armv7a-unknown-linux-gnueabihf-g++ -DJPEGXL_MAJOR_VERSION=0 -DJPEGXL_MINOR_VERSION=7 -DJPEGXL_PATCH_VERSION=0 -DJXL_INTERNAL_LIBRARY_BUILD -D__DATE__=\"redacted\" -D__TIMESTAMP__=\"redacted\"...
It is a bit difficult to visualize on a screenshot, but with a few more ships it becomes more obvious. The Flags look different on the screenshot, but in real...
hey everyone, I got these build errors when compiling libjxl on armv7: ``` /usr/lib/gcc/armv7a-unknown-linux-gnueabihf/10.4.0/include/arm_neon.h:10974:1: error: inlining failed in call to ‘always_inline’ ‘void vst1q_f32(float32_t*, float32x4_t)’: target specific option mismatch /usr/lib/gcc/armv7a-unknown-linux-gnueabihf/10.4.0/include/arm_neon.h:10974:1: error:...
hey, I've run into a crash: ``` 0x00005555556085ae in nobBaseWarehouse::HandleLeaveEvent (this=0x555558657340) at /var/tmp/portage/games-strategy/s25rttr-9999-r6/work/s25rttr-9999/libs/s25main/buildings/nobBaseWarehouse.cpp:542 542 /var/tmp/portage/games-strategy/s25rttr-9999-r6/work/s25rttr-9999/libs/s25main/buildings/nobBaseWarehouse.cpp: Datei oder Verzeichnis nicht gefunden. (gdb) bt #0 0x00005555556085ae in nobBaseWarehouse::HandleLeaveEvent (this=0x555558657340) at /var/tmp/portage/games-strategy/s25rttr-9999-r6/work/s25rttr-9999/libs/s25main/buildings/nobBaseWarehouse.cpp:542 #1...
hello everyone, d8vk is a fork of dxvk, with a focus on directx8 and directx9. It offers `d3d8.dll` and `d3d9.dll`, and is certainly very helpfull for anyone stuck with low...
hey there, I just discovered this project and tried to compile it on x86_64 linux, following the instructions to simply execute ` ./build-all.sh /tmp/llvm-mingw-14.0` it all compiled nicely, but the...
hey there, can you please push out a new release? with 0.2.3, I get an error related to dbus-python1.2.4 not recognized, and it seems to have been fixed on the...
hey there, it just happened that I ran into an issue compiling librsvg with a musl based armv7a toolchain. rustc is `armv7a-unknown-linux-musleabihf` , still I end up with this error...
hey there, I saw the in tree rust ebuilds allow to build for amd64-musl and aarch64-musl, upstream seems to push out stage3 archives for a while now. Sadly, that is...