Your message dated Sun, 30 Aug 2026 10:49:31 +0000
with message-id <[email protected]>
and subject line Bug#1145856: fixed in plfit 0.9.6+ds-3
has caused the Debian Bug report #1145856,
regarding plfit: FTBFS:
/<<PKGBUILDDIR>>/_BUILD_SHARED/src/CMakeFiles/plfit_python.dir/plfitPYTHON_wrap.c:4949:11:
error: implicit declaration of function 'PyInt_Check'; did you mean
'PySet_Check'? [-Wimplicit-function-declaration]
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.)
--
1145856: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145856
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:plfit
Version: 0.9.6+ds-2
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/202608/
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:plfit, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
make[4]: Entering directory '/<<PKGBUILDDIR>>/_BUILD_SHARED'
[ 42%] Building C object test/CMakeFiles/test_discrete.dir/test_discrete.c.o
cd /<<PKGBUILDDIR>>/_BUILD_SHARED/test && /usr/bin/x86_64-linux-gnu-gcc
-DDATADIR=\"/<<PKGBUILDDIR>>/test/../data\" -DHAVE_CONFIG_H -DUSE_SSE
-I/<<PKGBUILDDIR>>/test/../src -I/<<PKGBUILDDIR>>/_BUILD_SHARED/src
-I/<<PKGBUILDDIR>>/src -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 -Wall -MD -MT
test/CMakeFiles/test_discrete.dir/test_discrete.c.o -MF
CMakeFiles/test_discrete.dir/test_discrete.c.o.d -o
CMakeFiles/test_discrete.dir/test_discrete.c.o -c
/<<PKGBUILDDIR>>/test/test_discrete.c
/<<PKGBUILDDIR>>/_BUILD_SHARED/src/CMakeFiles/plfit_python.dir/plfitPYTHON_wrap.c:
In function â_wrap_plfit_log_likelihood_continuousâ:
/<<PKGBUILDDIR>>/_BUILD_SHARED/src/CMakeFiles/plfit_python.dir/plfitPYTHON_wrap.c:4949:11:
error: implicit declaration of function âPyInt_Checkâ; did you mean
âPySet_Checkâ? [-Wimplicit-function-declaration]
4949 | if (PyInt_Check(obj)) {
| ^~~~~~~~~~~
| PySet_Check
[ 44%] Building C object test/CMakeFiles/test_discrete.dir/test_common.c.o
cd /<<PKGBUILDDIR>>/_BUILD_SHARED/test && /usr/bin/x86_64-linux-gnu-gcc
-DDATADIR=\"/<<PKGBUILDDIR>>/test/../data\" -DHAVE_CONFIG_H -DUSE_SSE
-I/<<PKGBUILDDIR>>/test/../src -I/<<PKGBUILDDIR>>/_BUILD_SHARED/src
-I/<<PKGBUILDDIR>>/src -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 -Wall -MD -MT
test/CMakeFiles/test_discrete.dir/test_common.c.o -MF
CMakeFiles/test_discrete.dir/test_common.c.o.d -o
CMakeFiles/test_discrete.dir/test_common.c.o -c
/<<PKGBUILDDIR>>/test/test_common.c
/<<PKGBUILDDIR>>/_BUILD_SHARED/src/CMakeFiles/plfit_python.dir/plfitPYTHON_wrap.c:4950:27:
error: implicit declaration of function âPyInt_AsLongâ; did you mean
âPyLong_AsLongâ? [-Wimplicit-function-declaration]
4950 | arg1[i] = (double)PyInt_AsLong(obj);
| ^~~~~~~~~~~~
| PyLong_AsLong
make[4]: *** [src/CMakeFiles/plfit_python.dir/build.make:82:
src/CMakeFiles/plfit_python.dir/CMakeFiles/plfit_python.dir/plfitPYTHON_wrap.c.o]
Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/_BUILD_SHARED'
make[3]: *** [CMakeFiles/Makefile2:264: src/CMakeFiles/plfit_python.dir/all]
Error 2
make[3]: *** Waiting for unfinished jobs....
[ 46%] Linking C executable test_discrete
cd /<<PKGBUILDDIR>>/_BUILD_SHARED/test && /usr/bin/cmake -E cmake_link_script
CMakeFiles/test_discrete.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-gcc -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,-z,relro -Wl,-z,now
-Wl,--dependency-file=CMakeFiles/test_discrete.dir/link.d
CMakeFiles/test_discrete.dir/test_discrete.c.o
CMakeFiles/test_discrete.dir/test_common.c.o -o test_discrete
-Wl,-rpath,/<<PKGBUILDDIR>>/_BUILD_SHARED/src ../src/libplfit.so.0 -lm
make[4]: Leaving directory '/<<PKGBUILDDIR>>/_BUILD_SHARED'
[ 46%] Built target test_discrete
make[3]: Leaving directory '/<<PKGBUILDDIR>>/_BUILD_SHARED'
make[2]: *** [Makefile:149: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/_BUILD_SHARED'
dh_auto_build: error: cd _BUILD_SHARED && make -j2 INSTALL="install
--strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:21: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: plfit
Source-Version: 0.9.6+ds-3
Done: Jerome Benoit <[email protected]>
We believe that the bug you reported is fixed in the latest version of
plfit, 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.
Jerome Benoit <[email protected]> (supplier of updated plfit 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, 30 Aug 2026 10:41:13 +0000
Source: plfit
Architecture: source
Version: 0.9.6+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Jerome Benoit <[email protected]>
Closes: 1145856
Changes:
plfit (0.9.6+ds-3) unstable; urgency=medium
.
* FTBFS fix release, migration from PyInt to PyLong (Closes: #1145856).
* Debianization:
- d/patches/*:
- d/p/upstream-fix-pyinti2pylong.patch, imported from upstream;
- various janitorial changes:
- d/copyright, update copyright year-tuples;
- d/control:
- debhelper-compat, move to version 14 (no change);
- Standards-Version, bump to version 4.7.4 (no change);
- Priority field, now rely on default;
- Rules-Requires-Root, idem;
- d/{t/control,adhoc/e/t/Makefile, move from pkg-config to pkgconf;
- d/watch, migrate to version 5.
Checksums-Sha1:
ed00d701c059291e429d183fe5da724b897a52dd 2962 plfit_0.9.6+ds-3.dsc
fce3da359c911162eba481492be6781ebf049ef4 12192 plfit_0.9.6+ds-3.debian.tar.xz
39428fa156553633571f00fe52c230e50cbd29a4 7845 plfit_0.9.6+ds-3_source.buildinfo
Checksums-Sha256:
64c3429391c6c45b9a36dce830f7cf527e7f161009e8c22a0636926de79d7dd5 2962
plfit_0.9.6+ds-3.dsc
cbb7bf8fb0c45bd7d96e624b3d4795b613151ec7074088a1035c12d68b14d8d6 12192
plfit_0.9.6+ds-3.debian.tar.xz
b6730bd6b87ffa6133bc0adb7960f918b4b14733b436aca50982044c8a96f30d 7845
plfit_0.9.6+ds-3_source.buildinfo
Files:
7dedda0095c8c475fa97c82a141962c1 2962 math optional plfit_0.9.6+ds-3.dsc
8e26698273defb96d82ce02b7377cb0c 12192 math optional
plfit_0.9.6+ds-3.debian.tar.xz
613d3e2531e83b6460d05968b81bef16 7845 math optional
plfit_0.9.6+ds-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQRJBAEBCgAzFiEEriiuFXEN/x2H5adiP5IZpn82xosFAmqUCisVHGNhbGN1bHVz
QHJlem96ZXIubmV0AAoJED+SGaZ/NsaL8gYf/i/URT/VTCJVo0vopohilqMCGt4G
uX0EBcMN7ux8kJ0fmz97oxNWk8B0ucdfUqAcAzTJ+tPBdf+wGIjcr9hY+rPDk3Q5
6IC4mxis/V12P9wyH4/270H1wa31nR4LsC8xGLbh7tfU6WYTPQXCSajBJrXmcbSu
lJZmHG6+hV7BN3BRR8547Oj1oy58GdyARibnQBDLUmHpWawpW6hI80F4Trcqai8y
TXvO0F6tHAUAyCc25fM35R4fvVwlHdQhKmm2MP/f3Jb8fLjvVcaBfYhHctIdAqQV
AzspvQpVTkkRCbwqoczXUcPfhvksS3jeRAQDzfnAk6TkgrqZy87prcYloVSWRORI
c+TCutxwCMEgkVorqeRhMLiX3G3yiYWmPIDsdn4wB6sBONM4OxTobgh1WpP2Ts2P
ymlJoTx5IVRmvvWMavlz24LVztis8x9T/XwL/LDD2xJV5GVXslKzDKh0bL+JX2Sq
IcRLV0znNFvkDfDSgoPL7aZVe6iivToA1oXrVcOQdMdatuXeu9oLH2fzsZUV2FIr
CDg6PkSKPBLiDIRy6UWb3Gz4YcTENMsG4HKfmFbnU+9vB8lBnsyS+Nnnxq91+Qs9
nM3mgWoBWcipanclPhprh60wIWZD9MyQM/53VKrZYTZvcbBOWZRge5zoMHrYpqys
VpueiFmogsDta69aRdXF+5cARSVl4AADiDGm6/QF6do216Gs0PAtJkVVBpFk3oqX
XsAqEBDLCUWfaBuEWGLN7N6clL41hKRPL7jYkFjJf+E7YqRnBWnNcOnb3Kq6MzZc
1aN+7p2MfryDlKmx/WwWGxIQBQ5NJDhYgz79npRz++f00CR2lOZJrbXTsDuHGWHO
XGzXkFP8jvVUOFSGyYhI0p5tGcpfqLxkpUFgh+bEDUfUT22Hduwiq7/hU+y/9Zrp
jdHbAIUNfun5UbXttVB6sjuPiL80ukbwuh6lTJ4B0gLc0ECfmTMRAGwTusWlqbJD
QMJ0zcbxS6hN2+pWtbg5ex7H/rQU6faPkgN6LAgJxyXoyGb8YFQjIK67i5I31aU1
uujKfBa/gHYFLEEUmlHGhOGQIudlyT/AMokEGq2cg/Xiv5cVN8/mCWpYYyLna2qF
X51U2AB5so4Hu3YLSk5w9kTUBnmL27tSyTtFfS6oqadtb33zETfAxqkE4hskKz9K
d+cC4ae76lNuMmSHEllh8BUmPVHU/BD9gDW9Ci5I7d35wPWln1tPdIzeJa+iWw9D
PCZjXJbordQY+OvDN9jzQ41FI9NJn1yvnPKbmFfImsZQdhYiK+XKpDBowkGfX1eE
vcMv4wR6oSp0F4Q7J/qrpjjxb/nEIE3iQthx7MtY5T6FnAGnXkNcV6B5XLw=
=Fd4u
-----END PGP SIGNATURE-----
pgpa0Df0XtIct.pgp
Description: PGP signature
--- End Message ---