From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: GNUnet build failure on mips64el Date: Fri, 21 Feb 2014 12:27:01 +0100 Message-ID: <20140221112701.GA26961@debian> References: <87d2ih6l4f.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGoGR-0000kg-4X for guix-devel@gnu.org; Fri, 21 Feb 2014 06:27:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGoGL-0000nb-Bu for guix-devel@gnu.org; Fri, 21 Feb 2014 06:27:31 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:49589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGoGL-0000nP-2S for guix-devel@gnu.org; Fri, 21 Feb 2014 06:27:25 -0500 Content-Disposition: inline In-Reply-To: <87d2ih6l4f.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Hello, there are also (apparently unrelated) test failures on x86_64: http://hydra.gnu.org/build/39813 ... FAIL: test_namestore_api_lookup_private ... Feb 20 08:58:58-161120 test-namestore-api-28190 ERROR Test to too long to store records, cannot run test! FAIL: test_namestore_api_lookup_shadow_filter ... 2 of 19 tests failed And there are some suspicious warnings in the middle of the compilation: CC gnunet-gns-proxy.o In file included from /nix/store/kczsfj4890k5xfqlimn2l37slfqyyjk9-gnurl-7.35.0/include/curl/curl.h:2283:0, from gnunet-gns-proxy.c:32: In function 'check_ssl_certificate', inlined from 'curl_check_hdr' at gnunet-gns-proxy.c:993:39: /nix/store/kczsfj4890k5xfqlimn2l37slfqyyjk9-gnurl-7.35.0/include/curl/typecheck-gcc.h:126:42: warning: call to '_curl_easy_getinfo_err_curl_slist' declared with attribute warning: curl_easy_getinfo expects a pointer to struct curl_slist * for this info [enabled by default] _curl_easy_getinfo_err_curl_slist(); \ ^ gnunet-gns-proxy.c:826:7: note: in expansion of macro 'curl_easy_getinfo' curl_easy_getinfo (s5r->curl, ^ In file included from ../../src/include/gnunet_crypto_lib.h:56:0, from ../../src/include/gnunet_util_lib.h:39, from gnunet-gns-proxy.c:41: gnunet-gns-proxy.c: In function 'curl_task_download': /nix/store/kczsfj4890k5xfqlimn2l37slfqyyjk9-gnurl-7.35.0/include/curl/typecheck-gcc.h:117:38: warning: call to '_curl_easy_getinfo_err_string' declared with attribute warning: curl_easy_getinfo expects a pointer to char * for this info [enabled by default] _curl_easy_getinfo_err_string(); \ ^ ../../src/include/gnunet_common.h:581:41: note: in definition of macro 'GNUNET_break' #define GNUNET_break(cond) do { if (! (cond)) { GNUNET_log(GNUNET_ERROR_TYPE_ERROR, _("Assertion failed at %s:%d.\n"), __FILE__, __LINE__); } } while(0) ^ gnunet-gns-proxy.c:1338:7: note: in expansion of macro 'curl_easy_getinfo' curl_easy_getinfo (msg->easy_handle, ^ CCLD gnunet-gns-proxy make[4]: Leaving directory '/tmp/nix-build-gnunet-0.10.0.drv-0/gnunet-0.10.0/src/gns' Andreas