Source: rust-rpm-sequoia Version: 1.8.0-1 Severity: serious Tags: ftbfs Hi Holger,
rust-rpm-sequoia fails to build from source when enabling the nocheck build profile. | debian/rules override_dh_auto_configure | make[1]: Entering directory '/build/reproducible-path/rust-rpm-sequoia-1.8.0' | /usr/share/cargo/bin/cargo prepare-debian /usr/share/cargo/registry | debian cargo wrapper: options = ['parallel=8', 'nocheck'], profiles = ['nocheck'], parallel = ['-j8'], lto = | debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = x86_64-linux-gnu | Traceback (most recent call last): | File "/usr/share/cargo/bin/cargo", line 259, in <module> | sys.exit(main(*sys.argv[1:])) | ~~~~^^^^^^^^^^^^^^^ | File "/usr/share/cargo/bin/cargo", line 209, in main | return prepare_debian(cargo_home, registry, | os.environ["DEB_CARGO_CRATE"], host_gnu_type, | os.getenv("LDFLAGS", "").split(), link_from_system, extra_rustflags) | File "/usr/share/cargo/bin/cargo", line 93, in prepare_debian | raise ValueError(f'non-existent registry: {registry}') | ValueError: non-existent registry: /usr/share/cargo/registry | make[1]: *** [debian/rules:19: override_dh_auto_configure] Error 1 | make[1]: Leaving directory '/build/reproducible-path/rust-rpm-sequoia-1.8.0' | make: *** [debian/rules:16: binary] Error 2 | dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 Helmut