Your message dated Thu, 13 Jun 2024 14:51:32 +0000
with message-id <e1shlny-00fgaj...@fasolo.debian.org>
and subject line Bug#1042737: fixed in libzstd 1.5.6+dfsg-1
has caused the Debian Bug report #1042737,
regarding libzstd build fails when using "dpkg-buildpackage -us -uc -ui -F"
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 ow...@bugs.debian.org
immediately.)


-- 
1042737: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042737
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libzstd
Version: 1.5.5+dfsg2-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: u20230731report...@projektzentrisch.de

Dear Maintainer,

earlier today, an attempted rebuild of "libzstd" in a debootstrap/schroot
environment failed with the following error:

[...]
d=6
steps=40
split=100
Save dictionary of size 112640 into file dictionary 
make[3]: Leaving directory '/build/packages/libzstd-1.5.5+dfsg2/tests'
make[2]: *** [Makefile:85: test] Error 2
make[2]: Leaving directory '/build/packages/libzstd-1.5.5+dfsg2'
        rm -fr -- /tmp/user/0/dh-xdg-rundir-0tHhrq1P
dh_auto_test: error: make -j4 test returned exit code 2
make[1]: *** [debian/rules:71: build] Error 255
make[1]: Leaving directory '/build/packages/libzstd-1.5.5+dfsg2'
make: *** [debian/rules:34: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


Steps to reproduce this:

# debootstrap --arch=amd64 sid debian-sid-amd64
[...]
# schroot -c debian-sid-amd64 -u root -d /build/packages -s /bin/bash
(debian-sid-amd64)root@vserver19:/build/packages# cat << EOF > 
/etc/apt/sources.list
> deb https://deb.debian.org/debian sid main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian sid main contrib non-free 
non-free-firmware
EOF
(debian-sid-amd64)root@vserver19:/build/packages# apt update; apt upgrade -y
(debian-sid-amd64)root@vserver19:/build/packages# export EDITOR=nano; apt 
install -y build-essential devscripts lintian diffutils patch patchutils quilt 
ca-certificates git equivs less nano
(debian-sid-amd64)root@vserver19:/build/packages# dget 
http://deb.debian.org/debian/pool/main/libz/libzstd/libzstd_1.5.5+dfsg2-1.dsc
(debian-sid-amd64)root@vserver19:/build/packages# cd libzstd-1.5.5+dfsg2; 
mk-build-deps; apt install -y 
/tmp/user/0/libzstd-build-deps_1.5.5+dfsg2-1_all.deb
(debian-sid-amd64)root@vserver19:/build/packages/libzstd-1.5.5+dfsg2# 
dpkg-buildpackage -us -uc -ui -F

The above problem is currently reproducible for a non-root user, an 
arm64/aarch64
host (using kernel 5.15 w/ Ubuntu "jammy"), and downstream repositories (namely
Ubuntu "mantic") as well--all combinations have been tried to no avail.

It's my understanding that the above call to "dpkg-buildpackage" should never 
fail
in a current debootstrap/schroot environment on x86_64 hosts if all 
dependencies are
met (in the absence of DEB_xxx environment variables).


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.15.0-74-generic (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE, TAINT_SOFTLOCKUP
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect

# source /etc/os-release; echo $VERSION; uname -a
20.04.6 LTS (Focal Fossa)
Linux vserver19 5.15.0-74-generic #81~20.04.2-Ubuntu SMP Fri May 26 19:56:20 
UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
# arch
x86_64

--- End Message ---
--- Begin Message ---
Source: libzstd
Source-Version: 1.5.6+dfsg-1
Done: Peter Pentchev <r...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libzstd, 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 1042...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Pentchev <r...@debian.org> (supplier of updated libzstd 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Thu, 13 Jun 2024 16:32:12 +0300
Source: libzstd
Architecture: source
Version: 1.5.6+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: RPM packaging team <team+pkg-...@tracker.debian.org>
Changed-By: Peter Pentchev <r...@debian.org>
Closes: 1042737 1072590
Changes:
 libzstd (1.5.6+dfsg-1) unstable; urgency=medium
 .
   * Add the 0024-no-lessopen-test patch to skip a test until
     #1073071 is fixed. Closes: #1042737
   * Add the year 2024 to my debian/* copyright notice.
   * Declare compliance with Policy 4.7.0 with no changes.
   * Use X-DH-Compat instead of debian/compat.
   * Let debhelper add some default dependencies automatically.
   * New upstream version:
     - Closes: #1072590
     - stop excluding two files that were removed
     - add the upstream OpenPGP key
     - reset the repack suffix from dfsg2 to dfsg
     - update some patches to catch up with upstream changes:
       - 0015-Skip-dev-random-tests-on-hurd
       - 0017-alpha-fbfs-st_mtime
       - 0018-kfreebsd-ftbfs-utime-now
       - 0023-cmake-min-3.13
     - refresh the line numbers in some patches:
       - 0006-Use-bash-for-test-script-portablitity
       - 0013-skip-memory-greedy-tests
Checksums-Sha1:
 65456fe3cc5a178dfd58db8eb5ee79f8df8f3952 2369 libzstd_1.5.6+dfsg-1.dsc
 c03af50b83cdd1533bbfe7737f80324289dc5cb9 1815380 libzstd_1.5.6+dfsg.orig.tar.xz
 0468b0cef55910b5a27da4f04d5be5ad75bd8cab 22624 
libzstd_1.5.6+dfsg-1.debian.tar.xz
 6a0451d7694a2aa9e60da029daec5a4a7c67ce06 8648 
libzstd_1.5.6+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 c1774527814630f8e3ec1a6025d6b7a188ceccee002815ed143c3653e3b0b510 2369 
libzstd_1.5.6+dfsg-1.dsc
 b3a60c7059886641830adf32c979be8d211da5d73fd05c7768f86d12d5bccec3 1815380 
libzstd_1.5.6+dfsg.orig.tar.xz
 33e540298d9fa29e12426a66e4b0b7715b3143659d16246e09c33f2fb69bad17 22624 
libzstd_1.5.6+dfsg-1.debian.tar.xz
 6da3c19b1da1f26abdc53bb5d6aba5f60877f4de49fd34e55c4abaaa610ead31 8648 
libzstd_1.5.6+dfsg-1_amd64.buildinfo
Files:
 849893e6f03ee65c6e608a2f9cf0d9f2 2369 libs optional libzstd_1.5.6+dfsg-1.dsc
 c6e519c23dcb92b284ff6e0cdc2e0bb6 1815380 libs optional 
libzstd_1.5.6+dfsg.orig.tar.xz
 09a3926891b014cb30b764f66e1e256a 22624 libs optional 
libzstd_1.5.6+dfsg-1.debian.tar.xz
 965e2775ac9086a427396ff95fb9c19c 8648 libs optional 
libzstd_1.5.6+dfsg-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAmZrA1sACgkQZR7vsCUn
3xOvcxAAsLVs+nYvn7N61liPXup3qB//mAj9pttCdrGNCC2WQ5wjDe5Hb6MMwp9z
VfmqKtAlQ60yhT0khjYCxXHTKjfLRz062HPFZfPti9jQOPdcZsFL7alhAK3zOuQY
kQ72xpWuGA+XQm4gs2zGgS9bmlLoWdJ/eyA73rkINe53GG9G6L1bV26NgQ1w57A7
WaFGKWEv9nHi4/FSEIg/2G+rMXR8Y2LvDmB+ipSD6fTuYC//jjLTN9xK1jbiYRe+
Jtxu5vztYo1qMCvjNe7J6X9cwqLAVfXUAvSNzBXhqoLObZfyDOnYBYTunUSR/EYj
YTs1ITmiICg3IIeZH5PZBiHVWbCNfYlS9ynh5CFSmKm0oNfa8F6D8mlxkbH8oBO6
k0PFKkj/AVwxJOTMnXLgAjKzyWWb6upMFy70Y3FGHKRhsj7Wu3y05Uwusem7gquy
LPmCnSNnQYH+Zt39M+kvRqdjSTHTDMizAjINDFMdqCVCL+zwIihnyDIcm6wMjDCG
n3B1G1TCiIeSElbqWqsYX/43qvqbAVsrMQbrKTPNoRt9HWntLW1aTgmW+/yd6C5n
Sar/apLwhJhTnh/fBYpj4eA0BrE+Kh6Ihqc0cd58kEueGJQThcBMnrcMkb7CS1/Q
DcOEhXSX3cgWWWLAgqsyMDMDc6BNcfLs9FpWcn3cWwEdh73gu9M=
=8q08
-----END PGP SIGNATURE-----

Attachment: pgphGV_TAt2Cd.pgp
Description: PGP signature


--- End Message ---

Reply via email to