Your message dated Sat, 25 Aug 2018 20:37:52 +0000
with message-id <e1ftfjg-000cf0...@fasolo.debian.org>
and subject line Bug#907146: fixed in gitless 0.8.6-2
has caused the Debian Bug report #907146,
regarding gitless: FTBFS in buster/sid (AttributeError: 'NoneType' object has 
no attribute 'decode')
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.)


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

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules binary-indep
dh 'binary-indep' --with=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: python3.6 setup.py config 
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless
copying gitless/core.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless
copying gitless/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/file_cmd.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/pprint.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_remote.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_resolve.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_history.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_status.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_publish.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_tag.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_init.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_diff.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_track.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_checkout.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_merge.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_fuse.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_commit.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_branch.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/commit_dialog.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_untrack.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl_switch.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/helpers.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
copying gitless/cli/gl.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_gitless/build/gitless/cli
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
'/<<PKGBUILDDIR>>/debian/run-simple-test.sh'
Using directory /tmp/gitless-test.k8LJMc
+ [ 1 -ne 1 ]
+ dir=/tmp/gitless-test.k8LJMc
+ : python3.6
+ : git
+ pwd
+ : /<<PKGBUILDDIR>>/gl.py
+ gl=python3.6 /<<PKGBUILDDIR>>/gl.py
+ [ -d /tmp/gitless-test.k8LJMc ]
+ cd /tmp/gitless-test.k8LJMc
+ python3.6 /<<PKGBUILDDIR>>/gl.py init
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/gl.py", line 10, in <module>
    from gitless.cli import gl
  File "/<<PKGBUILDDIR>>/gitless/cli/gl.py", line 43, in <module>
    repo = core.Repository()
  File "/<<PKGBUILDDIR>>/gitless/core.py", line 115, in __init__
    self.git_repo = pygit2.Repository(path)
  File "/usr/lib/python3/dist-packages/pygit2/repository.py", line 1208, in 
__init__
    path = path.decode('utf-8')
AttributeError: 'NoneType' object has no attribute 'decode'
make[1]: *** [debian/rules:15: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary-indep] Error 2
dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gitless.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: gitless
Source-Version: 0.8.6-2

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

Debian distribution maintenance software
pp.
Peter Pentchev <r...@debian.org> (supplier of updated gitless 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: SHA256

Format: 1.8
Date: Sat, 25 Aug 2018 21:59:29 +0300
Source: gitless
Binary: gitless
Architecture: source
Version: 0.8.6-2
Distribution: unstable
Urgency: medium
Maintainer: Peter Pentchev <r...@debian.org>
Changed-By: Peter Pentchev <r...@debian.org>
Description:
 gitless    - version control system on top of Git
Closes: 907146
Changes:
 gitless (0.8.6-2) unstable; urgency=medium
 .
   * Add the path-none patch to catch up with pygit2's new behavior of
     returning None instead of raising a KeyError when not in a Git
     repository.  Closes: #907146
   * Declare compliance with Debian Policy 4.2.0 with no changes.
   * Change the "MIT" license name to "Expat" in the copyright file to
     avoid ambiguity with the multiple versions of MIT-like licenses.
   * Add the typos patch to correct two typographical errors in
     the upstream source and also propagate the fix to the debian/gl.1
     manual page.
   * Add a trivial autopkgtest running adequate on the binary package.
   * Use the B-D: debhelper-compat (= 11) mechanism.
Checksums-Sha1:
 e563bfc05fcb1b233616b302b785882ad25ccc8b 1998 gitless_0.8.6-2.dsc
 f26a32e1b87b963f86a81da53badc6fd773153e0 6720 gitless_0.8.6-2.debian.tar.xz
 908b4d2c818fec9720251b8acdff249d36302717 7306 gitless_0.8.6-2_amd64.buildinfo
Checksums-Sha256:
 aa15941624e4cea104463aedb0b7cb9f69192ab1bc5df2b5c6f1d648c0df5bcf 1998 
gitless_0.8.6-2.dsc
 753e52bcc38f5c57b33ea486e65420f63facb55ebe64b87ce91a94adbc69fc23 6720 
gitless_0.8.6-2.debian.tar.xz
 39fcb9ea143cc362fe62578ba1bcd13a7c5cb8c6db9c2ce3b862e596877aef9c 7306 
gitless_0.8.6-2_amd64.buildinfo
Files:
 cc78fd600c0199049f83ed85b24d1e13 1998 devel optional gitless_0.8.6-2.dsc
 180308edd8e20dc06fbd12495d487093 6720 devel optional 
gitless_0.8.6-2.debian.tar.xz
 ec21c321a9a4858f07e329d28c28a91e 7306 devel optional 
gitless_0.8.6-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAluBuHUACgkQZR7vsCUn
3xNxHA/9E32WX5bu/rvU6Q4SsupkcwDiT3CFHvhtBH7ID0cjJYCFdM4BbyR93AsI
F3NgCnZunvQFRVH9ym6TEkNQ/YY0p9TlHP/1kymNMSH4v/e1//hZCsrdenkXoQDm
2EnF937jXxvSBoAjszgnK8Z9h25MaMBIUTFjDnEADpM1kvyT8JKYVORtPKPyVI2p
vytHFfbS5c8TQe67O3obqIsqo2RioHam6YtuTBzmjMK6q/D6F7H+qDBEPglofRob
eJNNh/VOvy3TOgT6qRHPuN8vXbrdWFLdz6sKr7XsFEodf9iDMlzoLsLc3BxkcLNX
8Ni5CMIXpXWYsrWTLXDeebaCc1QcWhg2JRy1YyVyJ/ArBBcnJ2QgvfQHxOboth0K
9afuyjoXc4HWKn6OFoWg7MgfU7sfPGCZ48i3EIcxFFc1At3g6NXoZi3zt2U2f30a
81/mao6L5PA37ICNYG8z/1qNcwNPv975z3kYw3gtMIckxUI0SGD/Fsq6DG0vqJ3X
+thJwf0MycSOfNLYNRxjrAtqoJQiF5Z9YCjQierFKNwI8NgGdjxY9tUjEXGmjr2e
826BwjHjciQlMLkns3ZcgOKBqlgZPCiULoL97wjzzAowneVdmoCkdWD8+2JYKULX
D1bVwcWYXkPKA5tZnaxQysyQTtflUNGsCpG2aKVeWaQZ1xP1Mn0=
=tg9B
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to