Your message dated Mon, 08 Jun 2015 16:16:21 +0200
with message-id <5575a3b5.9030...@debian.org>
and subject line Issue fixed in pygit2 0.22.0-2?
has caused the Debian Bug report #788095,
regarding can't load pygit2: PermissionError: [Errno 13] Permission denied:
'/usr/lib/python3/dist-packages/pygit2/__pycache__/pygit2_cffi_ea785866x5470904.c'
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.)
--
788095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788095
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-pygit2
Version: 0.22.0-1
Severity: serious
It looks like pygit2 is not loadable in testing:
zack@timira:~$ python3
Python 3.4.3+ (default, Jun 2 2015, 14:09:35)
[GCC 4.9.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygit2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/pygit2/__init__.py", line 35, in
<module>
from .blame import Blame, BlameHunk
File "/usr/lib/python3/dist-packages/pygit2/blame.py", line 32, in <module>
from .errors import check_error
File "/usr/lib/python3/dist-packages/pygit2/errors.py", line 29, in <module>
from .ffi import ffi, C
File "/usr/lib/python3/dist-packages/pygit2/ffi.py", line 35, in <module>
ffi, C = get_ffi()
File "/usr/lib/python3/dist-packages/pygit2/_utils.py", line 101, in get_ffi
include_dirs=[libgit2_include], library_dirs=[libgit2_lib])
File "/usr/lib/python3/dist-packages/cffi/api.py", line 340, in verify
lib = self.verifier.load_library()
File "/usr/lib/python3/dist-packages/cffi/verifier.py", line 73, in
load_library
self._write_source()
File "/usr/lib/python3/dist-packages/cffi/verifier.py", line 125, in
_write_source
file = open(self.sourcefilename, 'w')
PermissionError: [Errno 13] Permission denied:
'/usr/lib/python3/dist-packages/pygit2/__pycache__/pygit2_cffi_ea785866x5470904.c'
(FWIW, the same problem applies to the Python 2 package.)
Cheers
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages python3-pygit2 depends on:
ii dpkg 1.17.25
ii libc6 2.19-18
ii libgit2-22 0.22.2-2
ii python3 3.4.2-2
ii python3-cffi 0.8.6-1
python3-pygit2 recommends no packages.
Versions of packages python3-pygit2 suggests:
pn python-pygit2-doc <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
I tried, and I couldn't reproduce the issue. If you still see the issue
with version 0.22.0-2, please reopen this bug.
Thomas
--- End Message ---