On Wed, Jul 16, 2014 at 11:18:02PM -0400, Aaron M. Ucko wrote:
> Source: kxd
> Version: 0.12-1
> Severity: serious
> Justification: fails to build from source
> 
> Builds of kxd have been failing due to test suite errors.  There are
> two problems, each affecting multiple tests:

Thanks for opening this bug! I saw the failures this morning but I'm
only now at the computer.


> * Many tests call os.getlogin, which has been throwing OSError, AFAICT
>   because stdin isn't a terminal:
> 
>     Traceback (most recent call last):
>       File "tests/run_tests", line 213, in setUp
>         self.server = ServerConfig()
>       File "tests/run_tests", line 162, in __init__
>         self.gen_certs(self_sign)
>       File "tests/run_tests", line 93, in gen_certs
>         self.name, os.getlogin(), platform.node())),
>     OSError: [Errno 25] Inappropriate ioctl for device

The patch at
https://blitiri.com.ar/git/r/kxd/c/2af6c0892cf34ca25e66cc7be328b75d6444970c/
should fix it.

It's in the "next" branch of the repository (git://blitiri.com.ar/kxd),
once you confirm this works, I'll move it to master and will include it
into the next release.


> * In addition, test_{both,client,server}_delegated all fail with
> 
>     Traceback (most recent call last):
>       File "tests/run_tests", line 220, in tearDown
>         if self.daemon:
>     AttributeError: 'Delegation' object has no attribute 'daemon'

This one is just a consequence of the previous error.


Thanks again!
                Alberto


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to