Package: monotone Version: 0.44-2 Severity: important User: glibc-bsd-de...@lists.alioth.debian.org Usertags: kfreebsd
Hi Zack, there's a quick patch for the FTBFS I've seen on kfreebsd-* (I didn't really investigate why that's fine for Linux, but well, I think it's better to explicitly include what is used in a given file). I'm now facing testsuite failure, as you can see in the attached log. Any idea how I can debug that? Build started with “debuild -b”. Mraw, KiBi.
--- a/netxx_pipe.cc +++ b/netxx_pipe.cc @@ -24,6 +24,7 @@ #include <sys/wait.h> #include <errno.h> #include <cstring> // strerror +#include <cstdlib> #endif using std::vector; --- a/unix/tester-plaf.cc +++ b/unix/tester-plaf.cc @@ -23,6 +23,7 @@ #include <signal.h> #include <string.h> #include <map> +#include <cstdlib> using std::string; using std::map;
./run_lua_tests Running tests... 1 (imp)_deleting_directories FAIL (line 26) 2 (imp)_merge((patch_foo_a),_(delete_foo_)) FAIL (line 13) warning: [string "testlib.lua"]:1033: error: could not remove '/srv/storage/kibi/hack/monotone-0.44/tester_dir/tests/(imp)_persistent_netsync_server_-_keys_2/emptyhomedir': Operation not permitted 3 (imp)_persistent_netsync_server_-_keys_2 skipped (line 2) ========================================== 3 of 3 test suites malfunctioned Please report to monotone-de...@nongnu.org make[3]: *** [check-local] Erreur 1 make[3]: quittant le répertoire « /srv/storage/kibi/hack/monotone-0.44 » make[2]: *** [check-am] Erreur 2 make[2]: quittant le répertoire « /srv/storage/kibi/hack/monotone-0.44 » make[1]: *** [check] Erreur 2 make[1]: quittant le répertoire « /srv/storage/kibi/hack/monotone-0.44 » dh_auto_test: make returned exit code 2 ### tester_dir/tester-tests.log ### Running on GNU/kFreeBSD 7.2-1-486 #0 Fri Jun 12 23:03:11 UTC 2009 i686 ### tester_dir/tests.log ### Running on GNU/kFreeBSD 7.2-1-486 #0 Fri Jun 12 23:03:11 UTC 2009 i686 check_net found at /srv/storage/kibi/hack/monotone-0.44/check_net warning: DISABLE_NETWORK_TESTS set, skipping network server tests mtn found at /srv/storage/kibi/hack/monotone-0.44/mtn warning: DISABLE_NETWORK_TESTS set, skipping network server tests monotone 0.44 (base revision: 7a4832143b3146ca89f5cb91e0e571d05e29d4b9) Running on : GNU/kFreeBSD 7.2-1-486 #0 Fri Jun 12 23:03:11 UTC 2009 i686 C++ compiler : GNU C++ version 4.3.3 C++ standard library: GNU libstdc++ version 20090714 Boost version : 1_38 SQLite version : 3.6.16 (compiled against 3.6.16) Lua version : Lua 5.1 PCRE version : 7.8 2008-09-05 (compiled against 7.8) Botan version : 1.8.4 (compiled against 1.8.4) Changes since base revision: format_version "1" new_manifest [e4fc965aec46ce8b371e818de6092168e1b6f52f] old_revision [7a4832143b3146ca89f5cb91e0e571d05e29d4b9] Generated from data cached in the distribution; further changes may have been made. ### tester_dir/unit-tests.log ### unit_tester found at /srv/storage/kibi/hack/monotone-0.44/unit_tester Running on GNU/kFreeBSD 7.2-1-486 #0 Fri Jun 12 23:03:11 UTC 2009 i686 mtn found at /srv/storage/kibi/hack/monotone-0.44/mtn monotone 0.44 (base revision: 7a4832143b3146ca89f5cb91e0e571d05e29d4b9) Running on : GNU/kFreeBSD 7.2-1-486 #0 Fri Jun 12 23:03:11 UTC 2009 i686 C++ compiler : GNU C++ version 4.3.3 C++ standard library: GNU libstdc++ version 20090714 Boost version : 1_38 SQLite version : 3.6.16 (compiled against 3.6.16) Lua version : Lua 5.1 PCRE version : 7.8 2008-09-05 (compiled against 7.8) Botan version : 1.8.4 (compiled against 1.8.4) Changes since base revision: format_version "1" new_manifest [e4fc965aec46ce8b371e818de6092168e1b6f52f] old_revision [7a4832143b3146ca89f5cb91e0e571d05e29d4b9] Generated from data cached in the distribution; further changes may have been made. make: *** [build-arch-stamp] Erreur 1 dpkg-buildpackage: erreur: debian/rules build a produit une erreur de sortie de type 2 debuild: fatal error at line 1324: dpkg-buildpackage -rfakeroot -D -us -uc -b failed