Your message dated Thu, 17 Nov 2022 11:18:44 +0800
with message-id <[email protected]>
and subject line Re: rust-libgpg-error-sys: FTBFS: sh: 1: gpg-error-config: not
found
has caused the Debian Bug report #1022415,
regarding rust-libgpg-error-sys: FTBFS: sh: 1: gpg-error-config: not found
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1022415: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022415
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-libgpg-error-sys
Version: 0.5.2-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20221023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- test --all
> debian cargo wrapper: options, profiles, parallel: ['parallel=8'] [] ['-j8']
> debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu,
> x86_64-linux-gnu
> debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1',
> '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose',
> '-j8', '--target', 'x86_64-unknown-linux-gnu', '--all'],) {}
> Compiling libc v0.2.132
> Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.132
> CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw
> FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc'
> CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE=''
> CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc'
> CARGO_PKG_VERSION=0.2.132 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2
> CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE=''
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc
> --crate-name build_script_build
> /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.132/build.rs
> --error-format=json --json=diagnostic-rendered-ansi --crate-type bin
> --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg
> 'feature="default"' --cfg 'feature="std"' -C metadata=5f320a7fb4cc5284 -C
> extra-filename=-5f320a7fb4cc5284 --out-dir
> /<<PKGBUILDDIR>>/target/debug/build/libc-5f320a7fb4cc5284 -L
> dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> Compiling libgpg-error-sys v0.5.2 (/<<PKGBUILDDIR>>)
> Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='John Schug
> <[email protected]>' CARGO_PKG_DESCRIPTION='Raw bindings for
> libgpg-error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=LGPL-2.1
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libgpg-error-sys
> CARGO_PKG_REPOSITORY='https://github.com/gpg-rs/libgpg-error/libgpg-error-sys'
> CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5
> CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc
> --crate-name build_script_build --edition=2018 build.rs --error-format=json
> --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C
> embed-bitcode=no -C debuginfo=2 -C metadata=6ef12db308b78cad -C
> extra-filename=-6ef12db308b78cad --out-dir
> /<<PKGBUILDDIR>>/target/debug/build/libgpg-error-sys-6ef12db308b78cad -C
> incremental=/<<PKGBUILDDIR>>/target/debug/incremental -L
> dependency=/<<PKGBUILDDIR>>/target/debug/deps`
> Running
> `/<<PKGBUILDDIR>>/target/debug/build/libc-5f320a7fb4cc5284/build-script-build`
> [libc 0.2.132] cargo:rerun-if-changed=build.rs
> [libc 0.2.132] cargo:rustc-cfg=freebsd11
> [libc 0.2.132] cargo:rustc-cfg=libc_priv_mod_use
> [libc 0.2.132] cargo:rustc-cfg=libc_union
> [libc 0.2.132] cargo:rustc-cfg=libc_const_size_of
> [libc 0.2.132] cargo:rustc-cfg=libc_align
> [libc 0.2.132] cargo:rustc-cfg=libc_int128
> [libc 0.2.132] cargo:rustc-cfg=libc_core_cvoid
> [libc 0.2.132] cargo:rustc-cfg=libc_packedN
> [libc 0.2.132] cargo:rustc-cfg=libc_cfg_target_vendor
> [libc 0.2.132] cargo:rustc-cfg=libc_non_exhaustive
> [libc 0.2.132] cargo:rustc-cfg=libc_ptr_addr_of
> [libc 0.2.132] cargo:rustc-cfg=libc_underscore_const_names
> Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libc
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.132
> CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw
> FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc'
> CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE=''
> CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc'
> CARGO_PKG_VERSION=0.2.132 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2
> CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE=''
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib'
> OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/libc-125d22bceab2ec91/out
> rustc --crate-name libc
> /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.132/src/lib.rs
> --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type
> lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg
> 'feature="default"' --cfg 'feature="std"' -C metadata=889af5f9fdcbaac5 -C
> extra-filename=-889af5f9fdcbaac5 --out-dir
> /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target
> x86_64-unknown-linux-gnu -L
> dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L
> dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2
> --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro
> --remap-path-prefix
> /<<PKGBUILDDIR>>=/usr/share/cargo/registry/libgpg-error-sys-0.5.2 --cfg
> freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of
> --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN
> --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of
> --cfg libc_underscore_const_names`
> Running
> `/<<PKGBUILDDIR>>/target/debug/build/libgpg-error-sys-6ef12db308b78cad/build-script-build`
> [libgpg-error-sys 0.5.2] scanning file: /<<PKGBUILDDIR>>/err-sources.h.in
> [libgpg-error-sys 0.5.2] scanning file: /<<PKGBUILDDIR>>/err-codes.h.in
> [libgpg-error-sys 0.5.2] scanning file: /<<PKGBUILDDIR>>/errnos.in
> [libgpg-error-sys 0.5.2] running: "sh" "-c" "gpg-error-config --version"
> [libgpg-error-sys 0.5.2]
> cargo:generated=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/libgpg-error-sys-33adc6f5e029b99d/out
> [libgpg-error-sys 0.5.2] cargo:rerun-if-env-changed=LIBGPG_ERROR_PREFIX
> [libgpg-error-sys 0.5.2] cargo:rerun-if-env-changed=LIBGPG_ERROR_INCLUDE
> [libgpg-error-sys 0.5.2] cargo:rerun-if-env-changed=LIBGPG_ERROR_LIB_DIR
> [libgpg-error-sys 0.5.2] cargo:rerun-if-env-changed=LIBGPG_ERROR_LIBS
> [libgpg-error-sys 0.5.2] cargo:rerun-if-env-changed=LIBGPG_ERROR_CONFIG
> [libgpg-error-sys 0.5.2] sh: 1: gpg-error-config: not found
> [libgpg-error-sys 0.5.2] command did not execute successfully, got: exit
> status: 127
> [libgpg-error-sys 0.5.2] Error: ()
> error: failed to run custom build command for `libgpg-error-sys v0.5.2
> (/<<PKGBUILDDIR>>)`
>
> Caused by:
> process didn't exit successfully:
> `/<<PKGBUILDDIR>>/target/debug/build/libgpg-error-sys-6ef12db308b78cad/build-script-build`
> (exit status: 1)
> --- stdout
> scanning file: /<<PKGBUILDDIR>>/err-sources.h.in
> scanning file: /<<PKGBUILDDIR>>/err-codes.h.in
> scanning file: /<<PKGBUILDDIR>>/errnos.in
>
> cargo:generated=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/libgpg-error-sys-33adc6f5e029b99d/out
> cargo:rerun-if-env-changed=LIBGPG_ERROR_PREFIX
> cargo:rerun-if-env-changed=LIBGPG_ERROR_INCLUDE
> cargo:rerun-if-env-changed=LIBGPG_ERROR_LIB_DIR
> cargo:rerun-if-env-changed=LIBGPG_ERROR_LIBS
> cargo:rerun-if-env-changed=LIBGPG_ERROR_CONFIG
>
> --- stderr
> running: "sh" "-c" "gpg-error-config --version"
> sh: 1: gpg-error-config: not found
> command did not execute successfully, got: exit status: 127
> Error: ()
> warning: build failed, waiting for other jobs to finish...
> error: build failed
> dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code
> 101
The full build log is available from:
http://qa-logs.debian.net/2022/10/23/rust-libgpg-error-sys_0.5.2-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
On Sun, 23 Oct 2022 15:16:18 +0200 Lucas Nussbaum <[email protected]> wrote:
> Source: rust-libgpg-error-sys
> Version: 0.5.2-1
> Severity: serious
> Justification: FTBFS
> Tags: bookworm sid ftbfs
> User: [email protected]
> Usertags: ftbfs-20221023 ftbfs-bookworm
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
This is fixed in 0.5.2-2. See the patch [1].
1:
https://salsa.debian.org/rust-team/debcargo-conf/-/blob/master/src/libgpg-error-sys/debian/patches/workaround-gpg-error-config-removal.patch
--
Sdrager,
Blair Noctis
--- End Message ---