Your message dated Thu, 23 May 2024 09:10:52 +0000
with message-id <e1sa4tm-002quz...@fasolo.debian.org>
and subject line Bug#1071334: fixed in pixz 1.0.7-3
has caused the Debian Bug report #1071334,
regarding pixz: FTBFS: FAIL cppcheck-src.sh
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.)


-- 
1071334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071334
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pixz
Version: 1.0.7-2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
configure.ac:14: warning: The macro `AC_PROG_CC_STDC' is obsolete.
configure.ac:14: You should run autoupdate.
./lib/autoconf/c.m4:1666: AC_PROG_CC_STDC is expanded from...
configure.ac:14: the top level
configure.ac:14: installing './compile'
configure.ac:47: installing './config.guess'
configure.ac:47: installing './config.sub'
configure.ac:11: installing './install-sh'
configure.ac:11: installing './missing'
src/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
   dh_auto_configure
        ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for src/pixz.1... no
checking for a2x... a2x
checking for ceil in -lm... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libarchive... yes
checking for liblzma... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for fcntl.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for GNU libc compatible malloc... yes
checking for GNU libc compatible realloc... yes
checking for working strtod... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for strerror... yes
checking for strtol... yes
checking for gcc options needed to detect all undeclared functions... none 
needed
checking for sys/endian.h... no
checking for endian.h... yes
checking whether htole64 is declared... yes
checking whether le64toh is declared... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
   dh_auto_build
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I..    -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -Wno-unknown-pragmas 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
pixz-common.o `test -f 'common.c' || echo './'`common.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -Wno-unknown-pragmas 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o pixz-cpu.o 
`test -f 'cpu.c' || echo './'`cpu.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -Wno-unknown-pragmas 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
pixz-endian.o `test -f 'endian.c' || echo './'`endian.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -Wno-unknown-pragmas 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o pixz-list.o 
`test -f 'list.c' || echo './'`list.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -Wno-unknown-pragmas 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o pixz-pixz.o 
`test -f 'pixz.c' || echo './'`pixz.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -Wno-unknown-pragmas 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o pixz-read.o 
`test -f 'read.c' || echo './'`read.c
gcc -DHAVE_CONFIG_H -I. -I..    -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -Wno-unknown-pragmas 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
pixz-write.o `test -f 'write.c' || echo './'`write.c
a2x -a manversion=1.0.7 -f manpage ../src/pixz.1.asciidoc
gcc  -Wall -Wno-unknown-pragmas -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -Wl,-z,relro 
-Wl,-z,now -o pixz pixz-common.o pixz-cpu.o pixz-endian.o pixz-list.o pixz-pixz.o 
pixz-read.o pixz-write.o -lm -larchive  -llzma   -lm
if ! test -f pixz.1 ; then mv -f ../src/pixz.1 . ; fi
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Making all in test
make[3]: Entering directory '/<<PKGBUILDDIR>>/test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
        make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making check in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
Making check in test
make[2]: Entering directory '/<<PKGBUILDDIR>>/test'
make  check-TESTS
make[3]: Entering directory '/<<PKGBUILDDIR>>/test'
make[4]: Entering directory '/<<PKGBUILDDIR>>/test'
PASS: compress-file-permissions.sh
PASS: single-file-round-trip.sh
PASS: xz-compatibility-c-option.sh
FAIL: cppcheck-src.sh
=====================================
   pixz 1.0.7: test/test-suite.log
=====================================

# TOTAL: 4
# PASS:  3
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: cppcheck-src
==================

/usr/bin/cppcheck
Checking ../src/common.c ...
../src/common.c:0:0: information: Limiting analysis of branches. Use 
--check-level=exhaustive to analyze all branches. [normalCheckLevelMaxBranches]

^
Checking ../src/common.c: HAVE_CONFIG_H...
1/7 files checked 26% done
Checking ../src/cpu.c ...
2/7 files checked 26% done
Checking ../src/endian.c ...
Checking ../src/endian.c: HAVE_DECL_HTOLE64=0;__FreeBSD__;__linux__...
Checking ../src/endian.c: HAVE_DECL_LE64TOH=0;__FreeBSD__;__linux__...
Checking ../src/endian.c: __APPLE__...
Checking ../src/endian.c: __FreeBSD__;__linux__...
Checking ../src/endian.c: __FreeBSD__;__linux__;__linux__...
3/7 files checked 28% done
Checking ../src/list.c ...
Checking ../src/list.c: HAVE_CONFIG_H...
4/7 files checked 29% done
Checking ../src/pixz.c ...
../src/pixz.c:0:0: information: Limiting analysis of branches. Use 
--check-level=exhaustive to analyze all branches. [normalCheckLevelMaxBranches]

^
Checking ../src/pixz.c: HAVE_CONFIG_H...
5/7 files checked 40% done
Checking ../src/read.c ...
../src/read.c:0:0: information: Limiting analysis of branches. Use 
--check-level=exhaustive to analyze all branches. [normalCheckLevelMaxBranches]

^
Checking ../src/read.c: DEBUG...
Checking ../src/read.c: HAVE_CONFIG_H...
6/7 files checked 73% done
Checking ../src/write.c ...
Checking ../src/write.c: HAVE_CONFIG_H...
7/7 files checked 100% done
FAIL cppcheck-src.sh (exit status: 1)

============================================================================
Testsuite summary for pixz 1.0.7
============================================================================
# TOTAL: 4
# PASS:  3
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See test/test-suite.log
Please report to https://github.com/vasi/pixz/issues
============================================================================
make[4]: *** [Makefile:498: test-suite.log] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[3]: *** [Makefile:606: check-TESTS] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[2]: *** [Makefile:671: check-am] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[1]: *** [Makefile:377: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1 
returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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

If you could not 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: pixz
Source-Version: 1.0.7-3
Done: Leon Marz <m...@lmarz.org>

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

Debian distribution maintenance software
pp.
Leon Marz <m...@lmarz.org> (supplier of updated pixz 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: Sat, 18 May 2024 12:46:00 +0200
Source: pixz
Architecture: source
Version: 1.0.7-3
Distribution: unstable
Urgency: medium
Maintainer: Leon Marz <m...@lmarz.org>
Changed-By: Leon Marz <m...@lmarz.org>
Closes: 1071334
Changes:
 pixz (1.0.7-3) unstable; urgency=medium
 .
   * d/patches: Add do-exhaustive-cppcheck.patch (Closes: #1071334)
   * d/control: Switch Build-Dep pkg-config to pkgconf
   * Update Standards-Version to 4.7.0, no changes needed
   * d/copyright: Update copyrigght year to 2024
Checksums-Sha1:
 f6b7b7f26b54356207a9acb84d57c64c8c95ec64 1696 pixz_1.0.7-3.dsc
 edc0e0b2c604ec7569e11e799d2efd5eabb446ec 4356 pixz_1.0.7-3.debian.tar.xz
 fe31295d3b94cdfe41ca7d896b4c4c5a014e45b9 7070 pixz_1.0.7-3_source.buildinfo
Checksums-Sha256:
 9a09a811fe1b0ee3c02aecee0acedb1aef4e13a77def4ec6cde4dd15fef8dbcb 1696 
pixz_1.0.7-3.dsc
 98b58981a08ad34ad98629a5f9b1235e51448bf0f125b7a36f6ccea92eac8352 4356 
pixz_1.0.7-3.debian.tar.xz
 ee1bcb9550c0a0f01250d0e270255793f9a8c3c572563398b2d922a49a8e7adf 7070 
pixz_1.0.7-3_source.buildinfo
Files:
 80c22af25e879504ff805587cad22c68 1696 utils optional pixz_1.0.7-3.dsc
 9128d923c325580cda92256c26647e5b 4356 utils optional pixz_1.0.7-3.debian.tar.xz
 dbf7886f23f4d1b27cf3539cbfc36ba9 7070 utils optional 
pixz_1.0.7-3_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmZO/2QQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFP77DACM/1QuSmVakWBSt/egRTneaUnzrcZ1aX8K
7mQwPNHQtuXbbrebxb+YdG16IK6cbgxdkv+q8t68IB/v6SrajGuImH8jeXAYg7fC
d2FpKXNNoGf71bYLyYWT7/w3vy7rzWBx+lGYUXW0VbbLI9NlI/uXrJ/ecWswC/zz
R/4TK3huGm1kIjHOiPAGBDPQtAXL0VpgwMCsds58GLm2lyqpok0w/ZoMj1pI+nty
5fNiSFBNj+0hzIbhAbAPG4KDrT+fbxN4cXLQ5yU1Bn08xEsKAER5XYkepXvtZLKb
I+6I9ytoIar6JPf4zxsVrsGQf5T6Epq0zWv8JXbVBrw59u8BtWZAO4kmcSb6t3a5
NzwRanphaqvbhiPA+goFM1b9gxxUyJxm7w4xFfTEG5G/7nU/Ails7daYu3Kyjqg9
xiLWzNRU+VL7TTZeE8g3XdanJZIhim9CGPgKRqYXX50OHAoD/kC8BWZ2rQnSaUYj
8I8zfI/scEhKA6NRZtdfPqeTLfay5aI=
=jrks
-----END PGP SIGNATURE-----

Attachment: pgpVto7FXj2hx.pgp
Description: PGP signature


--- End Message ---

Reply via email to