Your message dated Mon, 01 Oct 2018 18:19:23 +0000
with message-id <e1g72mx-000746...@fasolo.debian.org>
and subject line Bug#909986: fixed in cloudpickle 0.5.6-1
has caused the Debian Bug report #909986,
regarding cloudpickle: FTBFS (TypeError: can't pickle _abc_data objects)
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.)


-- 
909986: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909986
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cloudpickle
Version: 0.5.2-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python2,python3 --buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config 
running config
I: pybuild base:217: python3.7 setup.py config 
running config
I: pybuild base:217: python3.6 setup.py config 
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python setup.py build 
running build

[... snipped ...]

        self.framer.commit_frame()
    
        # Check for persistent id (defined by a subclass)
        pid = self.persistent_id(obj)
        if pid is not None and save_persistent_id:
            self.save_pers(pid)
            return
    
        # Check the memo
        x = self.memo.get(id(obj))
        if x is not None:
            self.write(self.get(x[0]))
            return
    
        # Check the type dispatch table
        t = type(obj)
        f = self.dispatch.get(t)
        if f is not None:
            f(self, obj) # Call unbound method with explicit self
            return
    
        # Check private dispatch table if any, or else copyreg.dispatch_table
        reduce = getattr(self, 'dispatch_table', dispatch_table).get(t)
        if reduce is not None:
            rv = reduce(obj)
        else:
            # Check for a class with a custom metaclass; treat as regular class
            try:
                issc = issubclass(t, type)
            except TypeError: # t is not a class (old Boost; see SF #502085)
                issc = False
            if issc:
                self.save_global(obj)
                return
    
            # Check for a __reduce_ex__ method, fall back to __reduce__
            reduce = getattr(obj, "__reduce_ex__", None)
            if reduce is not None:
>               rv = reduce(self.proto)
E               TypeError: can't pickle _abc_data objects

/usr/lib/python3.7/pickle.py:524: TypeError
=============== 2 failed, 101 passed, 7 skipped in 12.76 seconds ===============
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_cloudpickle/build; python3.7 -m pytest -s
dh_auto_test: pybuild --test -i python{version} -p "3.7 3.6" returned exit code 
13
make: *** [debian/rules:8: build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cloudpickle.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: cloudpickle
Source-Version: 0.5.6-1

We believe that the bug you reported is fixed in the latest version of
cloudpickle, 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 909...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Diane Trout <di...@ghic.org> (supplier of updated cloudpickle 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: SHA512

Format: 1.8
Date: Tue, 03 Jul 2018 21:54:43 -0700
Source: cloudpickle
Binary: python3-cloudpickle python-cloudpickle
Architecture: source
Version: 0.5.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Diane Trout <di...@ghic.org>
Description:
 python-cloudpickle - Extended pickling support for Python 2 objects
 python3-cloudpickle - Extended pickling support for Python 3 objects
Closes: 909986
Changes:
 cloudpickle (0.5.6-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
   * d/control: Remove ancient X-Python-Version field
   * d/control: Remove ancient X-Python3-Version field
 .
   [ Diane Trout ]
   * New upstream release. (Closes: #909986)
   * Cleanup pytest directory after build
Checksums-Sha1:
 1e3e25c49585ba648e6dc38ffae381ad365b43ea 2282 cloudpickle_0.5.6-1.dsc
 70f6f764ab2a21cc9b84f4f9b887f7bffae22254 26612 cloudpickle_0.5.6.orig.tar.gz
 34d0f618b617b8a6058531e1bddbd03c22d4ceeb 3428 cloudpickle_0.5.6-1.debian.tar.xz
 31790081b2203f4244d4154809bb6615d05f9ff9 8257 
cloudpickle_0.5.6-1_source.buildinfo
Checksums-Sha256:
 bfa20990ac44373066c8dc6562ef3b7793d99d2feb2f059dc6db8c42025accb2 2282 
cloudpickle_0.5.6-1.dsc
 0390ecb3731ac035d74c34651460f4a683e9ef7443861712b8d56c20c2f92113 26612 
cloudpickle_0.5.6.orig.tar.gz
 765cf619f41f505a0e8afc6c7bfa4aa802739bb27e8a1867658cc6c3d4fb573a 3428 
cloudpickle_0.5.6-1.debian.tar.xz
 4e88d2dbe6f5fb92460723f2bc39035a81593bfe1e9d19b1d0415248bd54a5ab 8257 
cloudpickle_0.5.6-1_source.buildinfo
Files:
 95c6fe6e8d54042d937cbf04d0756f0c 2282 python optional cloudpickle_0.5.6-1.dsc
 38c147f21de96f0f3c8418689045dd55 26612 python optional 
cloudpickle_0.5.6.orig.tar.gz
 6a0c9f8cb393d2ef1ac8b5c848b0b5c2 3428 python optional 
cloudpickle_0.5.6-1.debian.tar.xz
 145612819814e4ea5180a6ff41d41e1d 8257 python optional 
cloudpickle_0.5.6-1_source.buildinfo

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

iQIzBAEBCgAdFiEETQVcMeSBIEX5AQ11mQ04NnM013AFAluyX+YACgkQmQ04NnM0
13DWkg/7BiJQrULZHsamWnlOD0n6/q4QjltXYDlNQo1Prd1OukqyymE4LDKF2NOo
uOCvbaCPYxBubfUug7psz4h9x903G9DvaoNMcdo7p4CCfJgF45kFCpAX7GUZEddt
viLjC/ARUfZQzAEqwVJN3MfdYBaWmQcbGP8KnH3EvTa3MkykGlA4xCa2U9SesYjG
oynwM3DYGupqsrMX8SCe+DDqgLiQ/0olx32GjBFyVgqjFpHTxBbUirdZ6yrGzSyO
Vp24gD+RYahPl2C+w/abodHNoFDi9kumeT25hgjxlaPzmGyEBcL5FFCdPxtgLFlh
LU3MNKL7dzV4GdLUO2APegXcXxsbOuqJSuAY/Mvt67O7fbNFR36i/hbiAEHtL/p3
gW5JEBScD/0eX/ltW5DLsV1/+ZHl+42FXchqfGIpTmn+IRZfEJzEG/86iwuHSveh
qlJohlCIbs6qkJu3200rzw8WSsJSP4+DZl5SSQLv2LvakWnp/si+0v4qATikhjy0
h0ZdJIjSib1MNUQ25oH5Jxt+IYci5ubHenJX4drAMsPXGFTPtKVhwx0z7fj56j2B
ZCifZmKA393C6cz3cT1C0hU/904pAPpTw5B2UZG+ZCvA6HGuzKZFGO8Z73argg4l
wXHATyor6lp0boc+5x6DM/twlojilW1hH9L4i6eBkD+yRUz/onM=
=QsZw
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to