Your message dated Tue, 11 Aug 2020 13:19:30 +0000
with message-id <[email protected]>
and subject line Bug#957014: fixed in asyncpg 0.21.0-1
has caused the Debian Bug report #957014,
regarding asyncpg: ftbfs with GCC-10
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.)


-- 
957014: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957014
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:asyncpg
Version: 0.20.0-1
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/asyncpg_0.20.0-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
    from . import connect_utils
asyncpg/connect_utils.py:27: in <module>
    from . import protocol
asyncpg/protocol/__init__.py:8: in <module>
    from .protocol import Protocol, Record, NO_TIMEOUT  # NOQA
asyncpg/protocol/codecs/base.pyx:19: in init asyncpg.protocol.protocol
    cdef class Codec:
E   AttributeError: type object 'asyncpg.protocol.protocol.Codec' has no 
attribute '__reduce_cython__'
___ ERROR collecting .pybuild/cpython3_3.8_asyncpg/build/tests/test_test.py ____
tests/test_test.py:13: in <module>
    from asyncpg import _testbase as tb
asyncpg/__init__.py:8: in <module>
    from .connection import connect, Connection  # NOQA
asyncpg/connection.py:19: in <module>
    from . import connect_utils
asyncpg/connect_utils.py:27: in <module>
    from . import protocol
asyncpg/protocol/__init__.py:8: in <module>
    from .protocol import Protocol, Record, NO_TIMEOUT  # NOQA
asyncpg/protocol/codecs/base.pyx:19: in init asyncpg.protocol.protocol
    cdef class Codec:
E   AttributeError: type object 'asyncpg.protocol.protocol.Codec' has no 
attribute '__reduce_cython__'
__ ERROR collecting .pybuild/cpython3_3.8_asyncpg/build/tests/test_timeout.py __
tests/test_timeout.py:10: in <module>
    import asyncpg
asyncpg/__init__.py:8: in <module>
    from .connection import connect, Connection  # NOQA
asyncpg/connection.py:19: in <module>
    from . import connect_utils
asyncpg/connect_utils.py:27: in <module>
    from . import protocol
asyncpg/protocol/__init__.py:8: in <module>
    from .protocol import Protocol, Record, NO_TIMEOUT  # NOQA
asyncpg/protocol/codecs/base.pyx:19: in init asyncpg.protocol.protocol
    cdef class Codec:
E   AttributeError: type object 'asyncpg.protocol.protocol.Codec' has no 
attribute '__reduce_cython__'
_ ERROR collecting 
.pybuild/cpython3_3.8_asyncpg/build/tests/test_transaction.py _
tests/test_transaction.py:8: in <module>
    import asyncpg
asyncpg/__init__.py:8: in <module>
    from .connection import connect, Connection  # NOQA
asyncpg/connection.py:19: in <module>
    from . import connect_utils
asyncpg/connect_utils.py:27: in <module>
    from . import protocol
asyncpg/protocol/__init__.py:8: in <module>
    from .protocol import Protocol, Record, NO_TIMEOUT  # NOQA
asyncpg/protocol/codecs/base.pyx:19: in init asyncpg.protocol.protocol
    cdef class Codec:
E   AttributeError: type object 'asyncpg.protocol.protocol.Codec' has no 
attribute '__reduce_cython__'
___ ERROR collecting .pybuild/cpython3_3.8_asyncpg/build/tests/test_utils.py ___
tests/test_utils.py:10: in <module>
    from asyncpg import utils
asyncpg/__init__.py:8: in <module>
    from .connection import connect, Connection  # NOQA
asyncpg/connection.py:19: in <module>
    from . import connect_utils
asyncpg/connect_utils.py:27: in <module>
    from . import protocol
asyncpg/protocol/__init__.py:8: in <module>
    from .protocol import Protocol, Record, NO_TIMEOUT  # NOQA
asyncpg/protocol/codecs/base.pyx:19: in init asyncpg.protocol.protocol
    cdef class Codec:
E   AttributeError: type object 'asyncpg.protocol.protocol.Codec' has no 
attribute '__reduce_cython__'
!!!!!!!!!!!!!!!!!!! Interrupted: 19 errors during collection !!!!!!!!!!!!!!!!!!!
==================== 1 deselected, 19 error in 0.74 seconds ====================
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_asyncpg/build; python3.8 -m pytest 
-k-test_flake8
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.8 
3.7" returned exit code 13
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: asyncpg
Source-Version: 0.21.0-1
Done: =?utf-8?q?Piotr_O=C5=BCarowski?= <[email protected]>

We believe that the bug you reported is fixed in the latest version of
asyncpg, 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.
Piotr Ożarowski <[email protected]> (supplier of updated asyncpg 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: Tue, 11 Aug 2020 14:51:38 +0200
Source: asyncpg
Architecture: source
Version: 0.21.0-1
Distribution: unstable
Urgency: medium
Maintainer: Piotr Ożarowski <[email protected]>
Changed-By: Piotr Ożarowski <[email protected]>
Closes: 957014
Changes:
 asyncpg (0.21.0-1) unstable; urgency=medium
 .
   * New upstream release
     - builds with GCC 10 (closes: 957014)
   * Use debhelper-compat (=12)
Checksums-Sha1:
 850d89e55eeb0485a5e15cc35b5db739c7c9c73d 2122 asyncpg_0.21.0-1.dsc
 2f50e1fb61bac4a45b5b468d40b083185e2de507 746782 asyncpg_0.21.0.orig.tar.gz
 cdb31d82082c54aad3e0cba92336d036d9b9f0fd 7232 asyncpg_0.21.0-1.debian.tar.xz
 4d78f6dbc29557baae60628c0a004603cae8242a 8275 asyncpg_0.21.0-1_amd64.buildinfo
Checksums-Sha256:
 373372c7311c90984b361ad23ca193e89d459a96c5c1d791d8c96db5c3801b90 2122 
asyncpg_0.21.0-1.dsc
 53cb2a0eb326f61e34ef4da2db01d87ce9c0ebe396f65a295829df334e31863f 746782 
asyncpg_0.21.0.orig.tar.gz
 d532d1bcf596d9c95b37ddec396de0b05ce57d1b15c513a536dcb5546c9a8331 7232 
asyncpg_0.21.0-1.debian.tar.xz
 ace068fdb15d69e244429ad3bfbc7fe01fcf6b5e80b1605eb323f49f23230eab 8275 
asyncpg_0.21.0-1_amd64.buildinfo
Files:
 39a9cdc548f215b464de45b61e10bbb3 2122 python optional asyncpg_0.21.0-1.dsc
 94daed59b70dc96641f7e8ae8aee470b 746782 python optional 
asyncpg_0.21.0.orig.tar.gz
 be2b67e95d83a2fa9fcfeed44e4e2452 7232 python optional 
asyncpg_0.21.0-1.debian.tar.xz
 e18036987527da06763a587f697d5d08 8275 python optional 
asyncpg_0.21.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAl8ylx8ACgkQrvbxoqdF
dkXBPw//UMJDbGhsJt5XDhT+doR+/HLN69jAvcD6vcTtUkF4OKLuRjlDkbROaOxC
kVXWDVkjHRgoJpKr7YUDowdP9jnv9V/aZU827HiQK17WGJ7hykaA+6THZR4FH1vq
fzUj0n+fwYm7Ek9AE5II9ExGObD9gi1Te7JCjrY9ut5DKg2FhZKDONjpih55/sNT
G52kO/UXGZbFLcF7Y8Lgx3lT6ShA3gOnNJGOUFaM9dU4WjVok4S+ksV6eMbuRtUS
VtE5pyXcnShsghWtFCBzTVU4y6dlAGvcLU0d9xybC+EPzmOQi37q9jDv2JeeEB1F
MgXOSv+Ne4fPXJXyy1jd+ya7K9KwXfuX4iAfEXH2dMGL4XmCYvPfNo7KJpKO+51I
twL7swTBO1rctW+hRo8Oqrh+nrTZ0cI+oiLgCx7vOomTw5ZPhLyxGw7rtpCkv2Hx
IkZ0mVwFuoEVf7yhYEUL4xCUr9cu0KyrhrumfkbAmSFGlCwExgs3yRXtVtasWaf3
z91HwHChSPQlRG08k+DTOi3vtbOCPfTvX9X/TyTRpft0JTIXbBrFG71LLe6FNyyo
oMDMDcbltSxqwB/MaHcyPcd49TndUBBnrAemM6LsajOvvS23qP/F9SagFUjJTqFL
MAhgLEut9BMer3bUfcKtcHBtQBOKZKBSMaOyT+7ahWBJF4A0tY8=
=0W3m
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to