loqs
loqs
libteam fd26b370d85d63cca0736d7e666736bb15c395aa swig 4.1.1 gcc 12.2.1 ``` $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --libexecdir=/usr/lib $ make all .... $ cd binding/python $ python setup.py build team/capi.i:48: Error: %typemap attribute 'in'...
Building https://github.com/google/XNNPACK/commit/058ff10e0ba0a62d87fd39aa87418ce28b961755 with: - cmake 3.29.2 - gcc 13.2.1 - binutils 2.42 using: ``` $ CFLAGS='-fPIC' cmake -B build -S xnnpack -DXNNPACK_BUILD_TESTS=ON -DXNNPACK_LIBRARY_TYPE=shared $ cmake --build build .... /usr/bin/ld: [...
Submodules of submodules are not parsed and added to the sources array and are currently initialized by `git -c protocol.file.allow=always submodule update --init --recursive` Related [todo lock git submodules](https://archlinux.org/todo/lock-git-submodules/).
**What version of protobuf and what language are you using?** Version: v27.2 https://github.com/protocolbuffers/protobuf/commit/63def39e881afa496502d9c410f4ea948e59490d Language: Ruby **What operating system (Linux, Windows, ...) and version?** Arch Linux rolling **What runtime / compiler...
**Describe the bug** The test `heif/heif_read` fails with libheif 1.18.0 or newer which contain https://github.com/strukturag/libheif/commit/0b236060d0585d744e26e2f745cb18419a38ccb8. The failing test in gd appears to be triggerd by a new check in libheif...
libsoup is required in https://github.com/Philip-Scott/Spice-up/blob/56647140c7725d0ec6c450eda1756eeea6fc766b/meson.build#L34 This is added to `deps` in https://github.com/Philip-Scott/Spice-up/blob/56647140c7725d0ec6c450eda1756eeea6fc766b/src/meson.build#L80 However no source file uses soup it appears to have been used by the remote templates service which...
This would help Arch drop webkit2gtk as tauri2 supports webkit2gtk-4.1. I believe this would also affect #4 and #5 as I believe the auto updated support would need to be...
Are the following failures expected as `.github/workflows/build.yml` does not include 3.4 and https://github.com/deivid-rodriguez/pry-byebug/commit/6ac43503640006b229484d6cc54d1d5c9cc630cf removed 3.4.2. If this is expected is 3.4 support planned? Versions: ``` ruby --version ruby 3.4.2 (2025-02-15...
Versions: ``` $ ruby --version ruby 3.4.2 (2025-02-15 revision d2930f8e7a) +PRISM [x86_64-linux] $ bundle list Gems included by the bundle: * debug_inspector (1.2.0) * minitest (5.25.5) * rake (13.2.1) *...