Your message dated Mon, 25 May 2026 08:50:11 +0000
with message-id <[email protected]>
and subject line Bug#1136765: fixed in glome 0.3.0-5
has caused the Debian Bug report #1136765,
regarding glome: FTBFS: error: failed to select a version for the requirement 
`sha2 = "^0.10"`
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.)


-- 
1136765: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1136765
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:glome
Version: 0.3.0-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202605/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:glome, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
ln -s rust/Cargo.toml Cargo.toml
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean -O--buildsystem=meson
if [ -n "$(dh_listpackages -a)" ]; then dh_auto_clean -O--buildsystem=cargo; fi
debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel = 
['-j2'], lto = 
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = 
x86_64-linux-gnu
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
'/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True}
     Removed 0 files
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean -XCargo.toml.orig
rm Cargo.toml
 debian/rules binary
ln -s rust/Cargo.toml Cargo.toml
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -O--buildsystem=meson -- -D glome-cli=false
        cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 
meson setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr 
--sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu 
-Dpython.bytecompile=-1 -D glome-cli=false
The Meson build system
Version: 1.11.1
Source dir: /<<PKGBUILDDIR>>
Build dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
Build type: native build
Project name: glome
Project version: 0.1
C compiler for the host machine: cc (gcc 15.2.0 "cc (Debian 15.2.0-17) 15.2.0")
C linker for the host machine: cc ld.bfd 2.46
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
Run-time dependency openssl found: YES 3.6.2
Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
Run-time dependency glib-2.0 found: YES 2.88.1
Library pam found: YES
Checking for function "pam_syslog" with dependency -lpam: YES 
Run-time dependency libpamtest found: YES
../login/meson.build:112: WARNING: Project does not target a minimum version 
but uses feature deprecated since '0.56.0': meson.build_root. use 
meson.project_build_root() or meson.global_build_root() instead.
../login/meson.build:114: WARNING: Project does not target a minimum version 
but uses feature deprecated since '0.56.0': meson.build_root. use 
meson.project_build_root() or meson.global_build_root() instead.
Build targets in project: 10
WARNING: Deprecated features used:
 * 0.56.0: {'meson.build_root'}

glome 0.1

  User defined options
    buildtype         : plain
    glome-cli         : false
    libdir            : lib/x86_64-linux-gnu
    localstatedir     : /var
    prefix            : /usr
    python.bytecompile: -1
    sysconfdir        : /etc
    wrap_mode         : nodownload

Found ninja-1.13.2 at /usr/bin/ninja
if [ -n "$(dh_listpackages -a)" ]; then dh_auto_configure 
-O--buildsystem=cargo; fi
debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel = 
['-j2'], lto = 
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = 
x86_64-linux-gnu
debian cargo wrapper: linking /usr/share/cargo/registry/* into 
/<<PKGBUILDDIR>>/debian/cargo_registry/
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -O--buildsystem=meson
        cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v
[1/26] cc -Ilibglome.so.0.1.p -I. -I.. -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 
'-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MQ libglome.so.0.1.p/glome.c.o -MF libglome.so.0.1.p/glome.c.o.d -o 
libglome.so.0.1.p/glome.c.o -c ../glome.c
[2/26] cc  -o libglome.so.0.1 libglome.so.0.1.p/glome.c.o -Wl,--as-needed 
-Wl,--no-undefined -shared -fPIC -Wl,-soname,libglome.so.0 -Wl,-z,relro 
-Wl,-z,now -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,--start-group 
/usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so 
-Wl,--end-group
[3/26] cc -Ilogin/libglome-login.a.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ 
login/libglome-login.a.p/config.c.o -MF login/libglome-login.a.p/config.c.o.d 
-o login/libglome-login.a.p/config.c.o -c ../login/config.c
[4/26] cc -Ilogin/libglome-login.a.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ 
login/libglome-login.a.p/crypto.c.o -MF login/libglome-login.a.p/crypto.c.o.d 
-o login/libglome-login.a.p/crypto.c.o -c ../login/crypto.c
[5/26] cc -Ilogin/libglome-login.a.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ 
login/libglome-login.a.p/openssl_base64.c.o -MF 
login/libglome-login.a.p/openssl_base64.c.o.d -o 
login/libglome-login.a.p/openssl_base64.c.o -c ../login/openssl/base64.c
[6/26] cc -Ilogin/libglome-login.a.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ login/libglome-login.a.p/ui.c.o 
-MF login/libglome-login.a.p/ui.c.o.d -o login/libglome-login.a.p/ui.c.o -c 
../login/ui.c
[7/26] /usr/bin/meson --internal symbolextractor 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu libglome.so.0.1 libglome.so.0.1 
libglome.so.0.1.p/libglome.so.0.1.symbols 
[8/26] rm -f login/libglome-login.a && gcc-ar csrDT login/libglome-login.a 
login/libglome-login.a.p/config.c.o login/libglome-login.a.p/crypto.c.o 
login/libglome-login.a.p/openssl_base64.c.o login/libglome-login.a.p/ui.c.o
[9/26] cc -Ilogin/glome-login.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ login/glome-login.p/main.c.o -MF 
login/glome-login.p/main.c.o.d -o login/glome-login.p/main.c.o -c 
../login/main.c
[10/26] cc -Iglome_test.p -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ glome_test.p/glome_test.c.o 
-MF glome_test.p/glome_test.c.o.d -o glome_test.p/glome_test.c.o -c 
../glome_test.c
[11/26] cc -Ilogin/login_test.p -Ilogin -I../login -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' 
-D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-pthread -MD -MQ login/login_test.p/login_test.c.o -MF 
login/login_test.p/login_test.c.o.d -o login/login_test.p/login_test.c.o -c 
../login/login_test.c
[12/26] cc -Ilogin/glome-login.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ login/glome-login.p/login.c.o -MF 
login/glome-login.p/login.c.o.d -o login/glome-login.p/login.c.o -c 
../login/login.c
[13/26] cc -Ilogin/crypto_test.p -Ilogin -I../login -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' 
-D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-pthread -MD -MQ login/crypto_test.p/crypto_test.c.o -MF 
login/crypto_test.p/crypto_test.c.o.d -o login/crypto_test.p/crypto_test.c.o -c 
../login/crypto_test.c
[14/26] cc -Ilogin/login_test.p -Ilogin -I../login -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' 
-D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-pthread -MD -MQ login/login_test.p/login.c.o -MF 
login/login_test.p/login.c.o.d -o login/login_test.p/login.c.o -c 
../login/login.c
[15/26] cc -Ilogin/config_test.p -Ilogin -I../login -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' 
-D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-pthread -MD -MQ login/config_test.p/config_test.c.o -MF 
login/config_test.p/config_test.c.o.d -o login/config_test.p/config_test.c.o -c 
../login/config_test.c
[16/26] cc -Ilogin/pam_glome.so.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPAM_GLOME -DHAVE_PAM_EXT -MD -MQ 
login/pam_glome.so.p/pam.c.o -MF login/pam_glome.so.p/pam.c.o.d -o 
login/pam_glome.so.p/pam.c.o -c ../login/pam.c
[17/26] cc -Ilogin/pam_test.p -Ilogin -I../login -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 
'-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ 
login/pam_test.p/pam_test.c.o -MF login/pam_test.p/pam_test.c.o.d -o 
login/pam_test.p/pam_test.c.o -c ../login/pam_test.c
[18/26] cc -Ilogin/pam_glome.so.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPAM_GLOME -DHAVE_PAM_EXT -MD -MQ 
login/pam_glome.so.p/login.c.o -MF login/pam_glome.so.p/login.c.o.d -o 
login/pam_glome.so.p/login.c.o -c ../login/login.c
[19/26] cc  -o glome_test glome_test.p/glome_test.c.o -Wl,--as-needed 
-Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
'-Wl,-rpath,$ORIGIN/' -Wl,--start-group libglome.so.0.1 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so -Wl,--end-group
[20/26] cc  -o login/glome-login login/glome-login.p/main.c.o 
login/glome-login.p/login.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro 
-Wl,-z,now -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 '-Wl,-rpath,$ORIGIN/..' -Wl,--start-group 
login/libglome-login.a libglome.so.0.1 /usr/lib/x86_64-linux-gnu/libssl.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so -Wl,--end-group
[21/26] cc  -o login/login_test login/login_test.p/login_test.c.o 
login/login_test.p/login.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro 
-Wl,-z,now -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 '-Wl,-rpath,$ORIGIN/..' -Wl,--start-group 
libglome.so.0.1 login/libglome-login.a /usr/lib/x86_64-linux-gnu/libssl.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so 
-Wl,--end-group
[22/26] cc  -o login/crypto_test login/crypto_test.p/crypto_test.c.o 
-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
'-Wl,-rpath,$ORIGIN/..' -Wl,--start-group libglome.so.0.1 
login/libglome-login.a /usr/lib/x86_64-linux-gnu/libssl.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so 
-Wl,--end-group
[23/26] cc  -o login/config_test login/config_test.p/config_test.c.o 
-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
'-Wl,-rpath,$ORIGIN/..' -Wl,--start-group libglome.so.0.1 
login/libglome-login.a /usr/lib/x86_64-linux-gnu/libssl.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so 
-Wl,--end-group
[24/26] cc  -o login/pam_glome.so login/pam_glome.so.p/pam.c.o 
login/pam_glome.so.p/login.c.o -Wl,--as-needed -Wl,--no-undefined -shared -fPIC 
-Wl,-soname,pam_glome.so -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
'-Wl,-rpath,$ORIGIN/..' -Wl,--start-group libglome.so.0.1 
login/libglome-login.a -lpam /usr/lib/x86_64-linux-gnu/libssl.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so -Wl,--end-group
[25/26] /usr/bin/mkdir login/pam_service
[26/26] cc  -o login/pam_test login/pam_test.p/pam_test.c.o -Wl,--as-needed 
-Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
/usr/lib/x86_64-linux-gnu/libpamtest.so
if [ -n "$(dh_listpackages -a)" ]; then dh_auto_build -O--buildsystem=cargo; fi
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test -O--buildsystem=meson
        cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 
MESON_TESTTHREADS=2 meson test --verbose
ninja: Entering directory `/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
ninja: no work to do.
1/6 glome:glome                       RUNNING       
>>> MESON_TEST_ITERATION=1 
>>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ 
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> MALLOC_PERTURB_=42 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/glome_test

2/6 glome:login test                  RUNNING       
>>> MESON_TEST_ITERATION=1 
>>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ 
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  MALLOC_PERTURB_=10 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/login_test

1/6 glome:glome                       OK              0.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
TAP version 14
# random seed: R02Sc5921f6e920528d5a84de1458277afb9
1..2
ok 1 /test-vector1
ok 2 /test-vector2
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

3/6 glome:crypto test                 RUNNING       
>>> MESON_TEST_ITERATION=1 
>>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ MALLOC_PERTURB_=47 
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/crypto_test

2/6 glome:login test                  OK              0.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
TAP version 14
# random seed: R02Sf069ad1d6c858d0f759c8cfda91b6dfe
1..3
ok 1 /test-shell-action
ok 2 /test-vector-1
ok 3 /test-vector-2
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

4/6 glome:config test                 RUNNING       
>>> MESON_TEST_ITERATION=1 
>>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ 
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  MALLOC_PERTURB_=157 
>>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/config_test 
>>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/../login/config_test.cfg

3/6 glome:crypto test                 OK              0.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
TAP version 14
# random seed: R02S0cf1f5c2f9fa69b2fe175f5f2fb08e23
1..3
ok 1 /test-derive
ok 2 /test-generate
ok 3 /test-authcode
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

5/6 glome:config test with url-prefix RUNNING       
>>> MESON_TEST_ITERATION=1 
>>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ 
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> MALLOC_PERTURB_=46 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/config_test 
>>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/../login/config_test_url-prefix.cfg

4/6 glome:config test                 OK              0.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
stdout:
TAP version 14
# random seed: R02S01dec1664b095507487b2b6adac4d606
1..2
ok 1 /test-parse-public-key
ok 2 /test-parse-config-file
stderr:
ERROR: provided buffer has size 31, need at least 32
ERROR: unsupported public key encoding: glome-group1-md5 
QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUE=
ERROR: public key decoded to 9 bytes, expected 32
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

6/6 glome:pam test                    RUNNING       
>>> MESON_TEST_ITERATION=1 PAM_WRAPPER=1 
>>> PAM_GLOME=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/pam_glome.so 
>>> LD_PRELOAD=libpam_wrapper.so MALLOC_PERTURB_=90 
>>> PAM_WRAPPER_SERVICE_DIR=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/pam_service
>>>  ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/pam_test

5/6 glome:config test with url-prefix OK              0.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
stdout:
TAP version 14
# random seed: R02S82d82db45ea64a183ffce7021ca98a4d
1..2
ok 1 /test-parse-public-key
ok 2 /test-parse-config-file
stderr:
ERROR: provided buffer has size 31, need at least 32
ERROR: unsupported public key encoding: glome-group1-md5 
QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUE=
ERROR: public key decoded to 9 bytes, expected 32
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

6/6 glome:pam test                    OK              4.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
stderr:
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): _pam_init_handlers: no default config 
other
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
authcode-length (6)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
authcode-invalid (5)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): _pam_init_handlers: no default config 
other
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
authcode-length (6)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
authcode-invalid (5)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――


Ok:                6   
Fail:              0   

Full log written to /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-logs/testlog.txt
if [ -n "$(dh_listpackages -a)" ]; then dh_auto_test -O--buildsystem=cargo; fi
debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel = 
['-j2'], lto = 
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = 
x86_64-linux-gnu
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
'/usr/bin/cargo', '-Zavoid-dev-deps', 'build', '--verbose', '--verbose', '-j2', 
'--target', 'x86_64-unknown-linux-gnu'],) {}
error: failed to select a version for the requirement `sha2 = "^0.10"`
candidate versions found which didn't match: 0.11.0
location searched: directory source `/<<PKGBUILDDIR>>/debian/cargo_registry` 
(which is replacing registry `crates-io`)
required by package `glome v0.3.0 (/<<PKGBUILDDIR>>)`
perhaps a crate was updated and forgotten to be re-vendored?
dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101
make[1]: *** [debian/rules:21: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: glome
Source-Version: 0.3.0-5
Done: Valentin Vidic <[email protected]>

We believe that the bug you reported is fixed in the latest version of
glome, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Valentin Vidic <[email protected]> (supplier of updated glome package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 25 May 2026 10:33:45 +0200
Source: glome
Architecture: source
Version: 0.3.0-5
Distribution: unstable
Urgency: medium
Maintainer: Valentin Vidic <[email protected]>
Changed-By: Valentin Vidic <[email protected]>
Closes: 1136765
Changes:
 glome (0.3.0-5) unstable; urgency=medium
 .
   * Fix build with new version of librust-sha2-dev (Closes: #1136765)
   * Update Standards-Version to 4.7.4
   * Add upstream metadata file
Checksums-Sha1:
 84781b68e4a8d9c2ff7a003e26af5b2a81ff701c 2492 glome_0.3.0-5.dsc
 10f797034a295367883693fa3a546f09fc0837a1 5044 glome_0.3.0-5.debian.tar.xz
 cfed19dab5062d33d13113ec5fd105053ad2e1a8 7600 glome_0.3.0-5_source.buildinfo
Checksums-Sha256:
 91128c2856397d8a215932778e330bd7c0cc6bc05641c5131cd660658140fc4f 2492 
glome_0.3.0-5.dsc
 44966fa80ea400943b114588fc23e1978649a57fb37813b2ab1ff1318c7ee66d 5044 
glome_0.3.0-5.debian.tar.xz
 bf4c01e553d6e25b5efd6a3cb9bff846c8b55c236242cc1408c5aefc18a00ff4 7600 
glome_0.3.0-5_source.buildinfo
Files:
 c165111857ffb31fd1063ed495e64a49 2492 admin optional glome_0.3.0-5.dsc
 6ec9d9f62312abed19bb5794af19f270 5044 admin optional 
glome_0.3.0-5.debian.tar.xz
 fe5b394e0469a6ba60f41391daceeb00 7600 admin optional 
glome_0.3.0-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEExaW53cM9k/u2PWfIMofYmpfNqHsFAmoUCh4SHHZ2aWRpY0Bk
ZWJpYW4ub3JnAAoJEDKH2JqXzah7tB8P/1Ua96lncb76BWeEGUlwHuF53F84Fmxs
+4kxrJGyAzdh/xa7u1Ws9HI4zd75hu1NO/uorNPdO2VTnnYp61F4hpYEMt1109Gv
dE+RD1jlIEgnnbNw1m8QtE84Z1ZFbQsOuE/N6oq2N+s1UyjtLZm2GbhNvp5FOFwx
B0fDQoVT3LL9Ntt2ZtV19rdbMQENi1nOVoa1mQptOVXhn6DFrf7M44mhhsdPopiS
ouzHqDdK1/AA+HHazpJ2jmNntoxNSgkbpmxAd5rZ7S++1IE3xK2u79ruaS7djvM3
bas/YAimjHpVIwfoZTeLJ8BHS+Tt8N6nFSkKjiPZg4nc3VNj8WTF43/JPg3tf37c
XslKaEsVMK8TQuYXVu7AAGuoCmuL33ZwcUm/b3Mvxv/KIwitkhyKOsszSXb3g13H
9KeMYpSyOKexQh+qXOKP7u86WFLGjhjVZwG5K4mGD1zHng1fJY3DW7UH8B+7sulq
0fTnRy4trJEWaKL32eneCJT23xfYxq6GOFJRON1JzKfxdcx+fOKz051yrq/TTTmL
nyfRDoak897SC6TI2P1OGjlkLfI+nGnXW06qc86EjyNCF4zo6QI6/cXKa6H+NaKY
2DBkjChP54zzlilKIiX/G/QSxvzeQiJHqzpQIkCsWiu2N71+wpNvYSa9LvAzGbK6
5u6kTCPC7jvI
=X/B7
-----END PGP SIGNATURE-----

Attachment: pgpivYM3irj13.pgp
Description: PGP signature


--- End Message ---

Reply via email to