Your message dated Sun, 17 Sep 2023 14:37:35 +0000
with message-id <[email protected]>
and subject line Bug#1037088: fixed in libzstd 1.5.5+dfsg2-2
has caused the Debian Bug report #1037088,
regarding libzstd build fails with profile "nodoc"
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.)


-- 
1037088: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037088
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libzstd
Version: 1.5.4+dfsg2-3
Severity: normal
Tags: ftbfs patch
Usertags: rebootstrap

Dear Maintainer,

build from source with profile "nodoc" fails.
Follow these steps:

# apt source libzstd
# apt build-dep libzstd
# cd libzstd-1.5.4+dfsg2
# dpkg-buildpackage -B -Pnodoc,nocheck -uc -us
...
make[1]: Entering directory '/tmp/libzstd/libzstd-1.5.4+dfsg2'
cp /tmp/libzstd/libzstd-1.5.4+dfsg2/debian/zstd/usr/share/man/man1/zstd.1 
/tmp/libzstd/libzstd-1.5.4+dfsg2/debian/zstd/usr/share/man/man1/zstdmt.1
cp: cannot stat 
'/tmp/libzstd/libzstd-1.5.4+dfsg2/debian/zstd/usr/share/man/man1/zstd.1':
No such file or directory
make[1]: *** [debian/rules:66: execute_after_dh_installman] Error 1
make[1]: Leaving directory '/tmp/libzstd/libzstd-1.5.4+dfsg2'
make: *** [debian/rules:34: binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned
exit status 2


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i586

Kernel: Linux 4.19.0-16-amd64 (SMP w/2 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/bash
Init: unable to detect
# Fix to build with profile "nodoc"
--- libzstd-1.5.4+dfsg2/debian/rules
+++ libzstd-1.5.4+dfsg2/debian/rules
@@ -62,10 +62,12 @@
 override_dh_makeshlibs:
        dh_makeshlibs -plibzstd1 -V'libzstd1 (>= 1.5.2)' 
--add-udeb=libzstd1-udeb
 
+ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
 execute_after_dh_installman:
        cp $(mandir)/zstd.1 $(mandir)/zstdmt.1
        $(HELP2MAN) --name='parallelized Zstandard compression, a la pigz' 
contrib/pzstd/pzstd \
        | perl -pe 's/(\(de\)compression\s\(default:)(\d+)(\))/$$1 All$$3/g' 
>$(mandir)/pzstd.1
+endif
 
 build:
        dh $@

--- End Message ---
--- Begin Message ---
Source: libzstd
Source-Version: 1.5.5+dfsg2-2
Done: Peter Pentchev <[email protected]>

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Pentchev <[email protected]> (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 [email protected])


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

Format: 1.8
Date: Sun, 17 Sep 2023 16:48:35 +0300
Source: libzstd
Architecture: source
Version: 1.5.5+dfsg2-2
Distribution: unstable
Urgency: medium
Maintainer: RPM packaging team <[email protected]>
Changed-By: Peter Pentchev <[email protected]>
Closes: 1031384 1037088 1049066
Changes:
 libzstd (1.5.5+dfsg2-2) unstable; urgency=medium
 .
   * Clean up a directory of symlinks created by the test suite.
     Closes: #1049066
   * Bump the CMake version requirement to 3.24. Closes: #1031384
   * Fix the nodoc build: do not tweak non-existent manpages. Closes: #1037088
   * Declare version 1 of the dpkg-build API:
     - drop the implied Root-Requires-Root: true
     - use dpkg's default.mk instead of including buildtools.mk directly
   * Use the DEB_HOST_MULTIARCH variable provided by default.mk.
   * Use dh-package-notes to record ELF package metadata.
   * Update the bundled copy of the check-build Python library in
     the autopkgtest tree:
     - remove the non-runtime check-build files
     - import check-build 0.1.0
Checksums-Sha1:
 f2e8ac2788fcac94448383366f53994759a8cac4 2375 libzstd_1.5.5+dfsg2-2.dsc
 b8c804cce277e7ec938cf18b5bbc46e92d552daf 1784164 
libzstd_1.5.5+dfsg2.orig.tar.xz
 a658ce95bc2ec9fcf7d0f109cf5c8a7516f5371d 21068 
libzstd_1.5.5+dfsg2-2.debian.tar.xz
 1eef372d19f8cd8890fa55c3366f8b4ce3a98a2d 8558 
libzstd_1.5.5+dfsg2-2_amd64.buildinfo
Checksums-Sha256:
 4e27ea0c5e2564dd6cc93d95fddc56ef85c5388ea4a4a60d8cca0b4c18c1da4f 2375 
libzstd_1.5.5+dfsg2-2.dsc
 d7cf3c10d416fd999cb8fcf7685d9268ba7bec8eb78121fc2d0d916fa393d22b 1784164 
libzstd_1.5.5+dfsg2.orig.tar.xz
 0a72f44f83cbd2dce66722f5c7844aaf8e5937066a795ca6b3d2b0eba69b9e73 21068 
libzstd_1.5.5+dfsg2-2.debian.tar.xz
 ad76b98b9389dcc3fc667fa1516a6254291d8a87147b3f95ae236e553246c326 8558 
libzstd_1.5.5+dfsg2-2_amd64.buildinfo
Files:
 a07ddc75cc3845664179dd81f618cecb 2375 libs optional libzstd_1.5.5+dfsg2-2.dsc
 757b1b125f12cb78fbf256e79ac6d3e9 1784164 libs optional 
libzstd_1.5.5+dfsg2.orig.tar.xz
 0ac64b73aa369feb3026f020adc495b3 21068 libs optional 
libzstd_1.5.5+dfsg2-2.debian.tar.xz
 9851e6f27fb2e98ae294d5f7ec069167 8558 libs optional 
libzstd_1.5.5+dfsg2-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAmUHB+cACgkQZR7vsCUn
3xNdLg/+MIEpg6DTkRI5Cv2Vodkg5zQTUMajzX/O+cZhu6ZLlYaOBEnAdsSsfE1v
/1WjFaitfOiJYJ/jRMa2IJsCfLzQ6H8pRCFfGG9Fgpxmv8CyfRk7+/pTY+aYuWk0
3D5GWC725rBhlI9mxU+VyzqVsw52MASag9+N9OH1XHBPPmtNd6rKR1YNFjGDqCKX
1QF1xYpfVzNxlMxRkBh1KwNyxGjYrRe6Kl2egB/Lib1NEhXXPxbKCibYVYWcDR65
2UdUgpVZKbuEsGzV8UD6gswQe4/OohxaA+WHg/Nqd9JTeTmN0XyG7MdkNoaNQHcx
BnzOjuWXSfuJ6Xfpavzs4VFK5tjfRoysSgxkPN5J742r3T3hx3IseX+uVnDSEj5C
yURcEdGMGO8xvhqCQ+2MFQwfvpnkmJ3HOmUQllNMjF9wTCp4VMYaHoWOk9aF9+b3
QFwZXHpY7NHZPceyINExjta3inDLTBa2lRn6pr90+LcCYJS6OUzS6MnBqUdh4zAZ
l7M3FMlAbUqFcc2Y0LQz0M0eFs2czRW7U83uJdysJvpi9h7w2+Hjc8x84YMx3i4g
MDOs7AVbzlOjwpeE4EX7nRKAzdr/4cq1nd33lkvaovKs564kgrRbhIkl1T4A7ir/
H8ySHBKKV/LyiU+smaH3Rju0uxlv+f27N+cpWHb1Fw4aHlW/cao=
=e1yp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to