Bug#1104991: [Pkg-rust-maintainers] Bug#1104991: FTBFS: rust-glib fails to with

2025-05-21 Thread Andrey Feofilaktov
configured, hence my original patch. On Wed, May 21, 2025 at 6:16 PM Fabian Grünbichler wrote: > > On Wed, May 21, 2025, at 5:43 PM, Andrey Feofilaktov wrote: > > Hey Matthias, > > > > I tried to reproduce it, and it is true that on a raw trixie it is not > > reproduci

Bug#1104991: FTBFS: rust-glib fails to with

2025-05-21 Thread Andrey Feofilaktov
the just built librust-gobject-sys-dev. On Sat, May 10, 2025 at 3:19 PM Matthias Geiger wrote: > Control: tags -1 moreinfo > > On Fri, 9 May 2025 14:10:36 +0200 Andrey Feofilaktov > wrote: > > Package: rust-glib > > Version: 0.20.9-1 > > > > rust-glib seems to have

Bug#1104991: FTBFS: rust-glib fails to with

2025-05-09 Thread Andrey Feofilaktov
Package: rust-glib Version: 0.20.9-1 rust-glib seems to have outdated/malformed gobject bindings and fails to build: error[E0425]: cannot find value `G_SIGNAL_ACCUMULATOR_FIRST_RUN` in crate `crate::gobject_ffi` --> src/gobject/auto/flags.rs:119:59 | 119 | const ACCUMULATOR_FIRST_R

Bug#1103301: Updated patch to close the block

2025-04-17 Thread Andrey Feofilaktov
The patch provided in the original report still produces malformed YAML. Having played around with the patched version with more than one tuple, seems like I missed that that was not just an accidental line that I deleted. The actual solution should have closed that box after the reasons are print

Bug#1103301: dose-distcheck --coinst produces malformed YAML

2025-04-16 Thread Andrey Feofilaktov
Package: dose-distcheck Version: 7.0.0-6 In case the packages are not co-installable, the indentation of the 'reasons' block is wrong. I have a minimal reproducible example and what I believe to be a fix: $ dpkg-deb -x dose-distcheck_7.0.0-6_amd64.deb . $ /bin/cat ./pkgs Package: pkg1 Architectu

Bug#1082610: llvm-18 does not support build bootstrapping

2024-09-23 Thread Andrey Feofilaktov
Package: llvm-toolchain-18 Version: 1:18.1.8-11 Trying to build llvm-toolchain-18 with profile `stage1` fails in the following way: # disable libc++-X.Y-dev-wasm32.install.in on old distro if test "yes" = "no"; then \ echo "" > debian/libc++-18-dev-wasm32.install; \ echo "" > debian/libc++abi-18-

Bug#1072778: FTBFS: patat: required RTS option unavailable on i386

2024-06-07 Thread Andrey Feofilaktov
Package: patat Version: 0.11.0.0-1 The build fails on Reproducible Builds: [1] I am not confident if that's a shortcoming of how GHC built for i386 in Debian or that CMP parallelism does not make sense, but the reality is that the option is not available. In case you think the option should be o

Bug#1056322: FTBFS: python-oslo.concurrency: requires root rights

2023-11-21 Thread Andrey Feofilaktov
Extremely sorry for the wrong patch. Here's the fixed patch that did apply and made the package build in an isolated environment: Description: Skip test_core_size of the prlimit suite Author: Andrey Feofilaktov Last-Update: 2023-11-20 --- This patch header follows DEP-3: http://dep.debia

Bug#1056322: FTBFS: python-oslo.concurrency: requires root rights

2023-11-20 Thread Andrey Feofilaktov
test. Here's a patch that worked for me: Description: Skip test_core_size of the prlimit suite Author: Andrey Feofilaktov Last-Update: 2023-11-20 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: python-oslo.concurrency-5.2.0/debian/

Bug#1026873: FTBFS: crystal: tests use network

2022-12-22 Thread Andrey Feofilaktov
Package: crystal Version: 1.6.0+dfsg-2 Package fails to build in an isolated environment ( https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/crystal.html ) One of the tests ( https://salsa.debian.org/deiv/crystal/-/blob/master/spec/std/socket/tcp_server_spec.cr#L89) tries to esta

Bug#1026219: FTBFS: ruby-nokogiri fails to build

2022-12-16 Thread Andrey Feofilaktov
Package: ruby-nokogiri Version: 1.13.8+dfsg-1 The package fails to build due to the `test_large_cdata_is_handled` test failure. The test fails because https://tracker.debian.org/pkg/libxml2 had a security patch upload that hides handling huge data behind a flag (also see upstream https://gitlab.g

Bug#1026212: FTBFS: haskell-wide-word fails to build on i386

2022-12-16 Thread Andrey Feofilaktov
Package: haskell-wide-word Version: 0.1.1.2-3 Package fails to build on i386 due to using platform-specific type aliases. There is a new version available on https://hackage.haskell.org/package/wide-word which starts to use explicit types in https://hackage.haskell.org/package/wide-word-0.1.3.0/s

Bug#1025963: FTBFS: node-latest-version: tests use network

2022-12-12 Thread Andrey Feofilaktov
Package: node-latest-version Version: 7.0.0-2 Package fails to build in an isolated environment (reproducible builds invocation for unstable ). The package accesses the npm registry from tests, but Debia