Package: babeltrace Version: 1.1.0-1 Severity: serious Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, the current version fails to build on GNU/kFreeBSD. The value ENODATA is linux specific, please use some general error number, like shown bellow. It would also be nice if you can inform upstream about this. Thanks Petr --- formats/ctf/ctf.c +++ formats/ctf/ctf.c @@ -1032,7 +1032,7 @@ buflen = strlen(*buf); if (!buflen) { *fp = NULL; - return -ENODATA; + return -ENOENT; } *fp = babeltrace_fmemopen(*buf, buflen, "rb"); if (!*fp) { -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org