Your message dated Mon, 19 Sep 2022 12:51:10 +0000
with message-id <[email protected]>
and subject line Bug#1020144: fixed in python-bonsai 1.5.0+ds-1
has caused the Debian Bug report #1020144,
regarding python-bonsai: FTBFS: make[1]: *** [debian/rules:35: 
override_dh_auto_build] Error 25
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.)


-- 
1020144: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020144
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-bonsai
Version: 1.4.0+ds-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> blhc: ignore-line-regexp: .*test_krb5\.o -lkrb5 -lgssapi.*test_krb5
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /<<PKGBUILDDIR>>/setup.py:7: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.errors import CompileError, LinkError
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/ldapreference.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/errors.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/ldapdn.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/pool.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/ldapclient.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/ldif.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/ldapvaluelist.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/ldapentry.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/ldapurl.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> copying src/bonsai/ldapconnection.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/active_directory
> copying src/bonsai/active_directory/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/active_directory
> copying src/bonsai/active_directory/acl.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/active_directory
> copying src/bonsai/active_directory/sid.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/active_directory
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/asyncio
> copying src/bonsai/asyncio/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/asyncio
> copying src/bonsai/asyncio/aiopool.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/asyncio
> copying src/bonsai/asyncio/aioconnection.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/asyncio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/gevent
> copying src/bonsai/gevent/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/gevent
> copying src/bonsai/gevent/geventconnection.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/gevent
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/tornado
> copying src/bonsai/tornado/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/tornado
> copying src/bonsai/tornado/tornadoconnection.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/tornado
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/trio
> copying src/bonsai/trio/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/trio
> copying src/bonsai/trio/trioconnection.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/bonsai/trio
> running egg_info
> creating bonsai.egg-info
> writing bonsai.egg-info/PKG-INFO
> writing dependency_links to bonsai.egg-info/dependency_links.txt
> writing requirements to bonsai.egg-info/requires.txt
> writing top-level names to bonsai.egg-info/top_level.txt
> writing manifest file 'bonsai.egg-info/SOURCES.txt'
> reading manifest file 'bonsai.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching '*.css' under directory 'docs'
> warning: no previously-included files matching '*' found under directory 
> 'docs/_build'
> adding license file 'LICENSE'
> writing manifest file 'bonsai.egg-info/SOURCES.txt'
> running build_ext
> creating /tmp/tmppsh1sec_/tmp
> creating /tmp/tmppsh1sec_/tmp/tmppsh1sec_
> x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv 
> -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g 
> -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/sasl -I/usr/include 
> -I/usr/include/python3.10 -c /tmp/tmppsh1sec_/test_krb5.c -o 
> /tmp/tmppsh1sec_/tmp/tmppsh1sec_/test_krb5.o
> x86_64-linux-gnu-gcc /tmp/tmppsh1sec_/tmp/tmppsh1sec_/test_krb5.o -L/usr/lib 
> -L/usr/lib/x86_64-linux-gnu -L/usr/lib -L/usr/lib/x86_64-linux-gnu -lkrb5 
> -lgssapi -o /tmp/tmppsh1sec_/test_krb5
> error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
> E: pybuild pybuild:379: build: plugin distutils failed with: exit code=1: 
> /usr/bin/python3 setup.py build 
> dh_auto_build: error: pybuild --build -i python{version} -p 3.10 returned 
> exit code 13
> make[1]: *** [debian/rules:35: override_dh_auto_build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/python-bonsai_1.4.0+ds-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&[email protected]&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 marking 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: python-bonsai
Source-Version: 1.5.0+ds-1
Done: Robin Jarry <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-bonsai, 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.
Robin Jarry <[email protected]> (supplier of updated python-bonsai 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: Mon, 19 Sep 2022 09:33:14 +0000
Source: python-bonsai
Architecture: source
Version: 1.5.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Robin Jarry <[email protected]>
Closes: 1020144
Changes:
 python-bonsai (1.5.0+ds-1) unstable; urgency=medium
 .
   * New upstream version 1.5.0+ds
   * d/patches: remove redundant patches included in upstream
   * d/patches: disable distutils to fix build error (Closes: #1020144)
Checksums-Sha1:
 95afa319b05f62f3ef9c04c1e4ea4bcb5ed2691d 1899 python-bonsai_1.5.0+ds-1.dsc
 59eaffcf6d29fca5c1763ce23f6818fbd0089568 133800 
python-bonsai_1.5.0+ds.orig.tar.xz
 a52aa4e7df4912be12b841b1bec5c76f46709a9e 5688 
python-bonsai_1.5.0+ds-1.debian.tar.xz
 0ece628810871d6c73fc27c33e57226bb5abad01 8122 
python-bonsai_1.5.0+ds-1_source.buildinfo
Checksums-Sha256:
 5da8d3a193fe9c886d42ac377446f89f3d4b757e83f676daea7503af4acc19e4 1899 
python-bonsai_1.5.0+ds-1.dsc
 b7634a08d96336a6fbd24a95b5fc17f2293119b4bc58f32757bbd6147818148d 133800 
python-bonsai_1.5.0+ds.orig.tar.xz
 9c77daac768ed445d144f5ead5f777518fad75b3147e10ff2ef266613a59bd58 5688 
python-bonsai_1.5.0+ds-1.debian.tar.xz
 28c2419a540458101a7be8b72bfb60d716b48eae6597e6d797c0b4a399c1708c 8122 
python-bonsai_1.5.0+ds-1_source.buildinfo
Files:
 3780d8c3cb592c8582495d1afcba44c1 1899 python optional 
python-bonsai_1.5.0+ds-1.dsc
 a12a34c827b07998b307158d874533bf 133800 python optional 
python-bonsai_1.5.0+ds.orig.tar.xz
 f5961024cb7510d8446d7a30907c41df 5688 python optional 
python-bonsai_1.5.0+ds-1.debian.tar.xz
 ca2830f50d735312f9ea46896cab20e5 8122 python optional 
python-bonsai_1.5.0+ds-1_source.buildinfo

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

iIUEARYKAC0WIQTYtqmQfDq3IEKLYGhicY4NZm/DNQUCYyg4Eg8ccm9iaW5AamFy
cnkuY2MACgkQYnGODWZvwzWj6wEA1pcdUH46A841y1MYEGknHctFo5GLAZIWlj2m
n5tDqLUBAOLWZkj3Db2TZJ+oH0G5uISHeFN3WZ9zeYRekhdsBHkI
=Qy+M
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to