Bug#609557: calibre: FTBFS on kfreebsd-*

2011-01-13 Thread Martin Pitt
Hello Petr, Petr Salinger [2011-01-12 20:25 +0100]: please apply attached patch for now. Thanks! Right, it's a hack (similar to my manpages-installation.patch), but it'll do for now. I won't send that to upstream, though. It would be very nice if you can inform upstream about this problem.

Bug#609557: calibre: FTBFS on kfreebsd-*

2011-01-13 Thread Petr Salinger
./setup/__init__.py:isfreebsd = 'freebsd' in sys.platform That's indeed the right point to fix, and once we find a better condition, I'll send that upstream. We don't actually care about the kernel in calibre, so a better hack would be to just pin isfreebsd to False and islinux to True in the

Bug#609557: calibre: FTBFS on kfreebsd-*

2011-01-12 Thread Petr Salinger
tags 609557 + patch user debian-...@lists.debian.org usertag 609557 + kfreebsd -- Hi, please apply attached patch for now. It would be very nice if you can inform upstream about this problem. The support for multiple OSes really needs cleanup: ./setup/__init__.py:isfreebsd = 'freebsd' in

Bug#609557: calibre: FTBFS on kfreebsd-*: ImportError: cannot import name text_encoding

2011-01-10 Thread Cyril Brulebois
Source: calibre Version: 0.7.38+dfsg-1 Severity: serious Justification: FTBFS Hi, your package no longer builds on kfreebsd-*: | * | * Running gui | * | | Traceback (most recent call last): | File setup.py, line 99, in module | sys.exit(main()) | File setup.py, line 85, in main |