Bug#837282: pagekite: FTBFS: AttributeError: 'module' object has no attribute 'Handler'

2016-09-11 Thread Sunil Mohan Adapa
Hello,

I have committed a fix for this issue and submitted the patch to
upstream also.  Upload should happen soon.

-- 
Sunil



signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#837282: pagekite: FTBFS: AttributeError: 'module' object has no attribute 'Handler'

2016-09-10 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + help confirmed
Bug #837282 [src:pagekite] pagekite: FTBFS: AttributeError: 'module' object has 
no attribute 'Handler'
Added tag(s) confirmed and help.

-- 
837282: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837282
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#837282: pagekite: FTBFS: AttributeError: 'module' object has no attribute 'Handler'

2016-09-10 Thread Petter Reinholdtsen
Control: tags -1 + help confirmed

[Lucas Nussbaum]
> During a rebuild of all packages in sid, your package failed to build on
> amd64.

Thank you for the heads up.  I can reproduce this in my sid chroot.

But I am unable to figure out what is going wrong here.  Anyone got a
clue to spare?  As far as I can tell
/usr/lib/python2.7/logging/__init__.py provide logging.Handler.  Why is
python unable to find it?

-- 
Happy hacking
Petter Reinholdtsen



Bug#837282: pagekite: FTBFS: AttributeError: 'module' object has no attribute 'Handler'

2016-09-10 Thread Lucas Nussbaum
Source: pagekite
Version: 0.5.8e-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160910 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> Traceback (most recent call last):
>   File "./pagekite/manual.py", line 9, in 
> from compat import ts_to_iso
>   File "/<>/pagekite/compat.py", line 117, in 
> import sockschain
>   File "/usr/lib/python2.7/dist-packages/sockschain/__init__.py", line 95, in 
> 
> from OpenSSL import SSL
>   File "/usr/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in 
> 
> from OpenSSL import rand, crypto, SSL
>   File "/usr/lib/python2.7/dist-packages/OpenSSL/crypto.py", line 13, in 
> 
> from cryptography.hazmat.backends.openssl.backend import backend
>   File 
> "/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/openssl/__init__.py",
>  line 7, in 
> from cryptography.hazmat.backends.openssl.backend import backend
>   File 
> "/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/openssl/backend.py",
>  line 15, in 
> from cryptography import utils, x509
>   File "/usr/lib/python2.7/dist-packages/cryptography/x509/__init__.py", line 
> 7, in 
> from cryptography.x509.base import (
>   File "/usr/lib/python2.7/dist-packages/cryptography/x509/base.py", line 15, 
> in 
> from cryptography.x509.extensions import Extension, ExtensionType
>   File "/usr/lib/python2.7/dist-packages/cryptography/x509/extensions.py", 
> line 13, in 
> from pyasn1.codec.der import decoder
>   File "/usr/lib/python2.7/dist-packages/pyasn1/codec/der/decoder.py", line 
> 2, in 
> from pyasn1.codec.cer import decoder
>   File "/usr/lib/python2.7/dist-packages/pyasn1/codec/cer/decoder.py", line 
> 3, in 
> from pyasn1.codec.ber import decoder
>   File "/usr/lib/python2.7/dist-packages/pyasn1/codec/ber/decoder.py", line 
> 5, in 
> from pyasn1 import debug, error
>   File "/usr/lib/python2.7/dist-packages/pyasn1/debug.py", line 39, in 
> 
> class NullHandler(logging.Handler):
> AttributeError: 'module' object has no attribute 'Handler'
> Makefile:60: recipe for target 'doc/pagekite.1' failed
> make[2]: *** [doc/pagekite.1] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2016/09/10/pagekite_0.5.8e-1_unstable.log
(That DNS record was just updated. Use
http://ec2-52-58-237-241.eu-central-1.compute.amazonaws.com if it
doesn't work)

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.