./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 Debian package.

Would you have an idea to tell apart Linux userspace from a "real" BSD
userspace? Unfortunately I don't have any BSD experience.

The difference is i.e. slightly different libc interface, differnt syntax for mount command, etc.
I would guess that calibre should really distinguish only whether it
is a win32 (MS windows) based system or unix based system (the rest).
May be OSx is between.

Petr





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

Reply via email to