Your message dated Sun, 29 Oct 2023 12:34:08 +0000
with message-id <e1qx4zy-004bdc...@fasolo.debian.org>
and subject line Bug#1054777: fixed in libfiu 1.1-5
has caused the Debian Bug report #1054777,
regarding libfiu: FTBFS: dh_auto_test: error: make -j8 test V=1 LC_ALL=C
returned exit code 2
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.)
--
1054777: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054777
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libfiu
Version: 1.1-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/utils'
> mkdir -p libs/
> ln -f ../../preload/posix/fiu_posix_preload.so libs/
> ln -f ../../preload/run/fiu_run_preload.so libs/
> LD_LIBRARY_PATH=../../libfiu/ ./test-basic_ctrl.py >
> output-test-basic_ctrl.py.txt 2>&1
> LD_LIBRARY_PATH=../../libfiu/ ./test-basic_run.sh >
> output-test-basic_run.sh.txt 2>&1
> ./generate-test -c tests/fprintf.conf -o tests/fprintf.c
> ./generate-test -c tests/fread.conf -o tests/fread.c
> ./generate-test -c tests/kill.conf -o tests/kill.c
> ./generate-test -c tests/malloc.conf -o tests/malloc.c
> ./generate-test -c tests/mmap.conf -o tests/mmap.c
> cc -I../../libfiu/ -L../../libfiu/ -L./ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE
> -fPIC -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall -L. binary.c -lfiu -lcoltest -o binary
> ./generate-test -c tests/open.conf -o tests/open.c
> ln -f ../preload/posix/fiu_posix_preload.so libs/
> ln -f ../preload/run/fiu_run_preload.so libs/
> ./generate-test -c tests/open64.conf -o tests/open64.c
> ./generate-test -c tests/pread.conf -o tests/pread.c
> ./generate-test -c tests/pread64.conf -o tests/pread64.c
> ./generate-test -c tests/strdup.conf -o tests/strdup.c
> cc -I../libfiu/ -L../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall \
> -rdynamic -fno-optimize-sibling-calls test-enable_stack.c -lfiu
> -lpthread -o test-enable_stack
> test-enable_stack.c: In function 'main':
> test-enable_stack.c:32:50: warning: ISO C forbids conversion of function
> pointer to object pointer type [-Wpedantic]
> 32 | r = fiu_enable_stack("fp-1", 1, NULL, 0, (void *) &func2, -1);
> | ^
> cc -I../libfiu/ -L../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall \
> -rdynamic -fno-optimize-sibling-calls test-enable_stack_by_name.c -lfiu
> -lpthread -o test-enable_stack_by_name
> cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall tests/fopen.c -lfiu -o tests/fopen.bin
> LD_LIBRARY_PATH="./:../../libfiu/" ./binary
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/collisions'
> cc -I../libfiu/ -L../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall
> test-ferror.c -lfiu -lpthread -o test-ferror
> cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall tests/fprintf.c -lfiu -o tests/fprintf.bin
> cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall tests/fread.c -lfiu -o tests/fread.bin
> cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall tests/kill.c -lfiu -o tests/kill.bin
> LD_LIBRARY_PATH=../libfiu/
> LD_PRELOAD=./libs/fiu_run_preload.so:./libs/fiu_posix_preload.so
> ./test-enable_stack
> ./wrap-python 3 ./test-basic.py
> Can't find python3 bindings, run make python3
> make[3]: *** [Makefile:96: py-run-test-basic] Error 1
> make[3]: *** Waiting for unfinished jobs....
> cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall tests/malloc.c -lfiu -o tests/malloc.bin
> cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall tests/mmap.c -lfiu -o tests/mmap.bin
> cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall tests/open.c -lfiu -o tests/open.bin
> cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall tests/open64.c -lfiu -o tests/open64.bin
> cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall tests/pread.c -lfiu -o tests/pread.bin
> cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall tests/pread64.c -lfiu -o tests/pread64.bin
> cc -I../../libfiu/ -L../../libfiu/ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC
> -DFIU_ENABLE=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=c99 -pedantic -Wall -std=c99
> -pedantic -Wall tests/strdup.c -lfiu -o tests/strdup.bin
> LD_LIBRARY_PATH=../../libfiu/
> LD_PRELOAD="../../preload/run/fiu_run_preload.so
> ../../preload/posix/fiu_posix_preload.so" ./tests/fopen.bin
> LD_LIBRARY_PATH=../../libfiu/
> LD_PRELOAD="../../preload/run/fiu_run_preload.so
> ../../preload/posix/fiu_posix_preload.so" ./tests/fprintf.bin
> LD_LIBRARY_PATH=../../libfiu/
> LD_PRELOAD="../../preload/run/fiu_run_preload.so
> ../../preload/posix/fiu_posix_preload.so" ./tests/fread.bin
> LD_LIBRARY_PATH=../../libfiu/
> LD_PRELOAD="../../preload/run/fiu_run_preload.so
> ../../preload/posix/fiu_posix_preload.so" ./tests/kill.bin
> LD_LIBRARY_PATH=../../libfiu/
> LD_PRELOAD="../../preload/run/fiu_run_preload.so
> ../../preload/posix/fiu_posix_preload.so" ./tests/open.bin
> LD_LIBRARY_PATH=../../libfiu/
> LD_PRELOAD="../../preload/run/fiu_run_preload.so
> ../../preload/posix/fiu_posix_preload.so" ./tests/open64.bin
> LD_LIBRARY_PATH=../../libfiu/
> LD_PRELOAD="../../preload/run/fiu_run_preload.so
> ../../preload/posix/fiu_posix_preload.so" ./tests/pread.bin
> LD_LIBRARY_PATH=../../libfiu/
> LD_PRELOAD="../../preload/run/fiu_run_preload.so
> ../../preload/posix/fiu_posix_preload.so" ./tests/malloc.bin
> LD_LIBRARY_PATH=../../libfiu/
> LD_PRELOAD="../../preload/run/fiu_run_preload.so
> ../../preload/posix/fiu_posix_preload.so" ./tests/pread64.bin
> LD_LIBRARY_PATH=../../libfiu/
> LD_PRELOAD="../../preload/run/fiu_run_preload.so
> ../../preload/posix/fiu_posix_preload.so" ./tests/strdup.bin
> LD_LIBRARY_PATH=../../libfiu/
> LD_PRELOAD="../../preload/run/fiu_run_preload.so
> ../../preload/posix/fiu_posix_preload.so" ./tests/mmap.bin
> rm tests/fprintf.bin tests/malloc.bin tests/kill.bin tests/open.bin
> tests/fread.bin tests/strdup.bin tests/open64.bin tests/mmap.bin
> tests/fopen.bin tests/pread64.bin tests/pread.bin
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/generated'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/utils'
> rm test-enable_stack_by_name test-ferror test-enable_stack
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> make[2]: *** [Makefile:58: test] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j8 test V=1 LC_ALL=C returned exit code 2
The full build log is available from:
http://qa-logs.debian.net/2023/10/27/libfiu_1.1-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231027&fusertaguser=lu...@debian.org&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 mark 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 ---
Source: libfiu
Source-Version: 1.1-5
Done: Chris Lamb <la...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libfiu, 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 1054...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Chris Lamb <la...@debian.org> (supplier of updated libfiu 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: SHA256
Format: 1.8
Date: Sun, 29 Oct 2023 12:11:33 +0000
Source: libfiu
Built-For-Profiles: nocheck
Architecture: source
Version: 1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Chris Lamb <la...@debian.org>
Changed-By: Chris Lamb <la...@debian.org>
Closes: 1054777
Changes:
libfiu (1.1-5) unstable; urgency=medium
.
* Backport a patch (5dcc6d4) from upstream in order to fix test failure.
(Closes: #1054777)
* Bump Standards-Version to 4.6.2.
Checksums-Sha1:
3ab6820600f2807e6ca4165e8b6a44e33952ba61 2056 libfiu_1.1-5.dsc
68ef612d3e045b896fda4f0a13b2fc7d7091fa99 9624 libfiu_1.1-5.debian.tar.xz
59c23b4a5d4fe05dd78ad2903398fe5b4793f111 8184 libfiu_1.1-5_amd64.buildinfo
Checksums-Sha256:
41cfc34fea6cc4263c88f6bf7fcf9c1a60a06358ce40cdee6bf1bd8f9e97686c 2056
libfiu_1.1-5.dsc
9faf3b1819f87a7474ea7effbf791c7d61c3c597d8af8bedb97e1ec5785906a0 9624
libfiu_1.1-5.debian.tar.xz
52e5f3b13b56134e4c46035b568b1880589d78941c9dd8820ebda9e790234519 8184
libfiu_1.1-5_amd64.buildinfo
Files:
9afaea9c20d60ff39a65f34276382c18 2056 libs optional libfiu_1.1-5.dsc
8b80eeeb9f91d78dc38c955f8b0f7814 9624 libs optional libfiu_1.1-5.debian.tar.xz
904b8aeeb3f672cb7271dd9576ce32c0 8184 libs optional
libfiu_1.1-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmU+TNQACgkQHpU+J9Qx
HlgGNhAAiWYq5LqCULn7NUBzNFBHdFxLt/EnMX0Hx1M5NGUQDTj2AIgr//fmZ+Yp
g3nL2ZZIusAzd7mLrqJ/nyqzvP9GfhkagIF1jnVbgiCVhGUMCVNtsC5n3L9j6CE2
j9TYLUOfyMXl0d0QMAUvGTZSscK5X/TMseqsNz0WgJehsz7kjpFanol+/VTanaSs
jKz7vS3c8lp99OVbX5JAynz2E94q2vl4cKAkHJ89iYMuDeAJ2ge7Gx1ykICMldPg
WxvsBESpWX1D0pD274aVTDRSg8aazgVM/BJu0t5P/oRxgFJ81tL5fZX/3B9dGI1o
r4Xx6J1FUnMJjmSXDOBD5G6q0Uc+SHckzzu0dsI0xpAVMS/UC6gzgw6whMX4q1gZ
XsmuCJAMgb33DE5dk9LLLM+SfKv8Oe7PZ0lafwsgZVjklUGffLSeIglTBhGjj6I5
ZrrRAPhRKy/gWnybY5tgWPRdNwz6YVi4rSj8LJNGOQG7rsGa1LRpGXe1JJMsfoHM
NuFxN8K8MP6701CtQPwdmDMbxAGLMB9nYxeMQ+as1641vc2fYlCXKfQo1Dst6Qnt
UhjgSN1I+dMuxa4dLMSTQIuByrg+WpsD3fgC7M2nGsLHU7EOy4Wc7tuiO1zWkQJC
kWHMgT/sAee6HxhOHNxfPM0zIWgA3ZO09SdzjxA+l3aGgB/XWDU=
=MYJd
-----END PGP SIGNATURE-----
--- End Message ---