Your message dated Thu, 11 Dec 2025 21:58:16 +0000
with message-id <[email protected]>
and subject line Bug#1122457: fixed in pybigwig 0.3.23+dfsg-2
has caused the Debian Bug report #1122457,
regarding pybigwig: FTBFS: collect2: error: ld returned 1 exit status
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.)


-- 
1122457: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122457
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pybigwig
Version: 0.3.23+dfsg-1
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/202512/

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:pybigwig, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pybigwig  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-314/pyBigWigTest
copying pyBigWigTest/test.py -> build/lib.linux-x86_64-cpython-314/pyBigWigTest
copying pyBigWigTest/__init__.py -> 
build/lib.linux-x86_64-cpython-314/pyBigWigTest
running egg_info
creating pyBigWig.egg-info
writing pyBigWig.egg-info/PKG-INFO
writing dependency_links to pyBigWig.egg-info/dependency_links.txt
writing top-level names to pyBigWig.egg-info/top_level.txt
writing manifest file 'pyBigWig.egg-info/SOURCES.txt'
reading manifest file 'pyBigWig.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '**/*.h'
adding license file 'LICENSE.txt'
writing manifest file 'pyBigWig.egg-info/SOURCES.txt'
running build_ext
building 'pyBigWig' extension
creating build/temp.linux-x86_64-cpython-314
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 -fPIC -DWITHNUMPY 
-DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -IlibBigWig 
-I/usr/include/python3.14 
-I/usr/lib/x86_64-linux-gnu/python3-numpy/numpy/_core/include 
-I/usr/include/python3.14 -c pyBigWig.c -o 
build/temp.linux-x86_64-cpython-314/pyBigWig.o
pyBigWig.c: In function ‘PyString_AsString’:
pyBigWig.c:773:12: warning: return discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  773 |     return PyUnicode_AsUTF8(obj);
      |            ^~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g 
-fwrapv -O2 -Wl,-z,relro -Wl,-z,now -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 
build/temp.linux-x86_64-cpython-314/pyBigWig.o -L/usr/lib/x86_64-linux-gnu 
-L/usr/lib/python3.14/config-3.14-x86_64-linux-gnu 
-L/usr/lib/x86_64-linux-gnu/python3-numpy/numpy/_core/include/../lib 
-L/usr/lib/x86_64-linux-gnu -lBigWig -lm -lz -lpython3.14 -lcurl -lnpymath -o 
build/lib.linux-x86_64-cpython-314/pyBigWig.cpython-314-x86_64-linux-gnu.so
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libBigWig.a(io.o): warning: relocation 
against `stderr@@GLIBC_2.2.5' in read-only section `.text'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libBigWig.a(bwValues.o): relocation 
R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making 
a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1

ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: 
python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pybigwig  
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pybigwig  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-313/pyBigWigTest
copying pyBigWigTest/test.py -> build/lib.linux-x86_64-cpython-313/pyBigWigTest
copying pyBigWigTest/__init__.py -> 
build/lib.linux-x86_64-cpython-313/pyBigWigTest
running egg_info
writing pyBigWig.egg-info/PKG-INFO
writing dependency_links to pyBigWig.egg-info/dependency_links.txt
writing top-level names to pyBigWig.egg-info/top_level.txt
reading manifest file 'pyBigWig.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '**/*.h'
adding license file 'LICENSE.txt'
writing manifest file 'pyBigWig.egg-info/SOURCES.txt'
running build_ext
building 'pyBigWig' extension
creating build/temp.linux-x86_64-cpython-313
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 -fPIC -DWITHNUMPY 
-DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -IlibBigWig 
-I/usr/include/python3.13 
-I/usr/lib/x86_64-linux-gnu/python3-numpy/numpy/_core/include 
-I/usr/include/python3.13 -c pyBigWig.c -o 
build/temp.linux-x86_64-cpython-313/pyBigWig.o
pyBigWig.c: In function ‘PyString_AsString’:
pyBigWig.c:773:12: warning: return discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  773 |     return PyUnicode_AsUTF8(obj);
      |            ^~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g 
-fwrapv -O2 -Wl,-z,relro -Wl,-z,now -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 
build/temp.linux-x86_64-cpython-313/pyBigWig.o -L/usr/lib/x86_64-linux-gnu 
-L/usr/lib/python3.13/config-3.13-x86_64-linux-gnu 
-L/usr/lib/x86_64-linux-gnu/python3-numpy/numpy/_core/include/../lib 
-L/usr/lib/x86_64-linux-gnu -lBigWig -lm -lz -lpython3.13 -lcurl -lnpymath -o 
build/lib.linux-x86_64-cpython-313/pyBigWig.cpython-313-x86_64-linux-gnu.so
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libBigWig.a(io.o): warning: relocation 
against `stderr@@GLIBC_2.2.5' in read-only section `.text'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libBigWig.a(bwValues.o): relocation 
R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making 
a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1

ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: 
python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pybigwig  
dh_auto_build: error: pybuild --build -i python{version} -p "3.14 3.13" 
returned exit code 13
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pybigwig
Source-Version: 0.3.23+dfsg-2
Done: Stuart Prescott <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pybigwig, 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.
Stuart Prescott <[email protected]> (supplier of updated pybigwig 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: Fri, 12 Dec 2025 08:18:31 +1100
Source: pybigwig
Architecture: source
Version: 0.3.23+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Stuart Prescott <[email protected]>
Closes: 1122457
Changes:
 pybigwig (0.3.23+dfsg-2) unstable; urgency=medium
 .
   * Team upload.
   * Build against fixed libbigwig0t64 (Closes: #1122457).
   * Update Standards-Version to 4.7.2 (no changes required).
Checksums-Sha1:
 7a11ed48ddad1215d8af47f06ada8fc5d7be2540 2473 pybigwig_0.3.23+dfsg-2.dsc
 db57e77fb260ce271dc38dc204d424d94d7b280c 4952 
pybigwig_0.3.23+dfsg-2.debian.tar.xz
 f949a2eb11325016192fc8a96cb4ff6118f05c83 67872 
pybigwig_0.3.23+dfsg-2.git.tar.xz
 024560a11007fbba5622c17e6f9f087abfbb2a51 18254 
pybigwig_0.3.23+dfsg-2_source.buildinfo
Checksums-Sha256:
 4bfa543f960fcd55d8591a01bde835f807a947019c262fa8392bf5832950cc57 2473 
pybigwig_0.3.23+dfsg-2.dsc
 7aaec9556d1379ad9cf2fedc770a3b04aa57024f1c112e0ccf0ec5791fa5c811 4952 
pybigwig_0.3.23+dfsg-2.debian.tar.xz
 4c572ef3e591fdab8850c48f646ebd9d75ea404f4b91c501ba4db4c1954ca1ba 67872 
pybigwig_0.3.23+dfsg-2.git.tar.xz
 3c21e4bdc004ccb2066065239699636b92a49bda7e9059dd8f8edbf37af5f6ca 18254 
pybigwig_0.3.23+dfsg-2_source.buildinfo
Files:
 e22f1e13107b536a8304e94aa635b2d6 2473 science optional 
pybigwig_0.3.23+dfsg-2.dsc
 f1b9185f3c32227b960922159605ee64 4952 science optional 
pybigwig_0.3.23+dfsg-2.debian.tar.xz
 1ec95505e733c3d50eb8b946abf9207e 67872 science optional 
pybigwig_0.3.23+dfsg-2.git.tar.xz
 8c12fb0d804bb5f811c5df8b3034a43d 18254 science optional 
pybigwig_0.3.23+dfsg-2_source.buildinfo
Git-Tag-Info: tag=46c224aee1f0c082cddcf55c4ccf5fab4c2d6184 
fp=90e2d2c1ad146a1b7ebb891dbbc17ebb1396f2f7
Git-Tag-Tagger: Stuart Prescott <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmk7NrgACgkQYG0ITkaD
wHkLPQ/+KBGj0YeYE5KrkPHoCvYSOPioLLD3UHWWE74FgmojQUukMryFEv364cE9
YyN/E0q+6PoONbG9GGrRnTT95BQvGh4mpGGBJ+otyqshjwGKlWBHlHkJ5eKhF93n
q1Im/hzP6VZ3FxwgYXMQ0jVgBzpTUBRstPKdEfnb+U/K2j2Pf+PNL+KKJd96B47R
tGcSa5kGb+idUhWKxE0uRBj5CNUufuS/ryHpJYlfXnIstoN/xGS3eszfUESFyQSq
X541NlogpZjh9q+T6TiDZZNc97nJt5vWW8DzqSjJbObtvCarYqjVDKfBee5rDnHt
2jrim4zxj1lgSUkmsOowFN0S1W32BZ4mnZAawuKVGBZ35B/fEIUiaOTW8BRAJcFE
fxuAupaYjEL3K964OD5Sp0eGT6wABZaW5Y1LElyo10M379DlTocioWq0Pxv+DOTH
QLtZtW1t5KPN59eHTmOYtaH39/se3syQ6Or1cm8Wjh5bUqqJUw7LADf0+UasN0vx
psjxtog18qIO2aoXMkr5KqcmMnGgI57BlDbYmAEFh33PD/yQOSYtjM1JX8TYEGCc
xBvGhH5KybL33lQgZnLF8mALWILwMF/qP339PuKg34JW8Tf664IEydPMcZhZkYJc
xKGSIabTn77Ae9N6Yc4WBIDlbG7FHm+7Oj0hdycvkIN5KYYez5g=
=gk/8
-----END PGP SIGNATURE-----

Attachment: pgp_BjWEImzYi.pgp
Description: PGP signature


--- End Message ---

Reply via email to