Hi Charles,
On Sun, 20 Oct 2013, Charles Plessy wrote:
staden-io-lib failded to build on mips and sparc 70 ago.
it also failed on hurd-i386.
Since then, nobody
volunteered to solve the problem.
Did you ask somebody for help? Anyway, did you have a closer look at the
build logs?
On hurd-i386 PATH_MAX is not defined. So you just need to insert something
like:
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
somewhere in ../io_lib/srf.h and wherever it is needed (4096 is the
maximum of all definitions on other architectures).
On mips the build is failing due to "No space left on device". So this is
not yet a problem of the package itself.
On sparc a test fails. This seems to be a real problem.
Thorsten
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org