From unknown Tue Aug 19 10:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted) Resent-From: Ivan Vilata i Balaguer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 17 Feb 2017 15:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 25774 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 25774@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.148734655817351 (code B ref -1); Fri, 17 Feb 2017 15:50:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Feb 2017 15:49:18 +0000 Received: from localhost ([127.0.0.1]:43690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cekmc-0004Vn-1p for submit@debbugs.gnu.org; Fri, 17 Feb 2017 10:49:18 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cekmZ-0004VZ-Ln for submit@debbugs.gnu.org; Fri, 17 Feb 2017 10:49:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cekmT-0001ZX-Db for submit@debbugs.gnu.org; Fri, 17 Feb 2017 10:49:10 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55611) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cekmT-0001ZK-Ah for submit@debbugs.gnu.org; Fri, 17 Feb 2017 10:49:09 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cekmR-0004Bs-Vj for bug-guix@gnu.org; Fri, 17 Feb 2017 10:49:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cekmN-0001Wu-Ow for bug-guix@gnu.org; Fri, 17 Feb 2017 10:49:08 -0500 Received: from lev.selidor.net ([66.246.138.156]:57531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cekmN-0001WQ-Lc for bug-guix@gnu.org; Fri, 17 Feb 2017 10:49:03 -0500 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:a069:6e63:9770:208f]) by lev.selidor.net (Postfix) with ESMTP id 6D5F9C84D; Fri, 17 Feb 2017 15:48:59 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id 93E549A67CF; Fri, 17 Feb 2017 16:48:58 +0100 (CET) Date: Fri, 17 Feb 2017 16:48:58 +0100 From: Ivan Vilata i Balaguer Message-ID: <20170217154858.GD7067@sax.terramar.selidor.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.2 (2016-11-26) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) libmicrohttpd-0.9.52 fails to build because of a failing test: ``` $ guix package -i libmicrohttpd ... make[4]: Entering directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' PASS: test_str_compare PASS: test_str_to_value PASS: test_shutdown_select PASS: test_shutdown_poll PASS: test_daemon PASS: test_upgrade ../../test-driver: line 107: 7381 Aborted "$@" > $log_file 2>&1 FAIL: test_upgrade_ssl PASS: test_postprocessor PASS: test_postprocessor_large PASS: test_postprocessor_amp ============================================================================ Testsuite summary for GNU Libmicrohttpd 0.9.52 ============================================================================ # TOTAL: 10 # PASS: 9 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See src/microhttpd/test-suite.log Please report to libmicrohttpd@gnu.org ============================================================================ make[4]: *** [Makefile:1289: test-suite.log] Error 1 make[4]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' make[3]: *** [Makefile:1397: check-TESTS] Error 2 make[3]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' make[2]: *** [Makefile:1531: check-am] Error 2 make[2]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' make[1]: *** [Makefile:429: check-recursive] Error 1 make[1]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src' make: *** [Makefile:552: check-recursive] Error 1 phase `check' failed after 29.6 seconds builder for `/gnu/store/42f3rhpv298bmi6ipd0la6nssx34hk6l-libmicrohttpd-0.9.52.drv' failed with exit code 1 guix package: error: build failed: build of `/gnu/store/42f3rhpv298bmi6ipd0la6nssx34hk6l-libmicrohttpd-0.9.52.drv' failed ``` This breaks transitively dependant packages as GNUnet. Thank you! -- Ivan Vilata i Balaguer -- https://elvil.net/ From unknown Tue Aug 19 10:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted) Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 17 Feb 2017 16:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25774 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ivan Vilata i Balaguer Cc: 25774@debbugs.gnu.org Received: via spool by 25774-submit@debbugs.gnu.org id=B25774.148734851220216 (code B ref 25774); Fri, 17 Feb 2017 16:22:02 +0000 Received: (at 25774) by debbugs.gnu.org; 17 Feb 2017 16:21:52 +0000 Received: from localhost ([127.0.0.1]:43717 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1celI8-0005G0-Kb for submit@debbugs.gnu.org; Fri, 17 Feb 2017 11:21:52 -0500 Received: from latitanza.investici.org ([82.94.249.234]:51270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1celI6-0005Fr-Ty for 25774@debbugs.gnu.org; Fri, 17 Feb 2017 11:21:51 -0500 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 75EF612200B; Fri, 17 Feb 2017 16:21:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1487348509; bh=pkXOnxBngwMb+LN1ynsE9gSFcoNDVysoBFApH0pNu7w=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=pTpC56zCNKqXrJLfSNwJiFDYYF/ZockAn4Y2OwmbHhzfwJ9HdQ6fbEyT3QM2Mtbt2 i4RsgKlbPlnkXZLxfr3klWbVrUvM89+LRGoFVKifTeYPXcBjHt2RNYEDXDm60JeRJR cGLKjCHqagYQHfwUCMqKRe3NqYQnaBthwHQOTDpw= Date: Fri, 17 Feb 2017 16:23:46 +0000 From: ng0 Message-ID: <20170217162346.4pfljt2q2vv27b6l@wasp> Mail-Followup-To: Ivan Vilata i Balaguer , 25774@debbugs.gnu.org References: <20170217154858.GD7067@sax.terramar.selidor.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170217154858.GD7067@sax.terramar.selidor.net> X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 17-02-17 16:48:58, Ivan Vilata i Balaguer wrote: > libmicrohttpd-0.9.52 fails to build because of a failing test: > > ``` > $ guix package -i libmicrohttpd > ... > make[4]: Entering directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' > PASS: test_str_compare > PASS: test_str_to_value > PASS: test_shutdown_select > PASS: test_shutdown_poll > PASS: test_daemon > PASS: test_upgrade > ../../test-driver: line 107: 7381 Aborted "$@" > $log_file 2>&1 > FAIL: test_upgrade_ssl > PASS: test_postprocessor > PASS: test_postprocessor_large > PASS: test_postprocessor_amp > ============================================================================ > Testsuite summary for GNU Libmicrohttpd 0.9.52 > ============================================================================ > # TOTAL: 10 > # PASS: 9 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 1 > # XPASS: 0 > # ERROR: 0 > ============================================================================ > See src/microhttpd/test-suite.log > Please report to libmicrohttpd@gnu.org > ============================================================================ > make[4]: *** [Makefile:1289: test-suite.log] Error 1 > make[4]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' > make[3]: *** [Makefile:1397: check-TESTS] Error 2 > make[3]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' > make[2]: *** [Makefile:1531: check-am] Error 2 > make[2]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' > make[1]: *** [Makefile:429: check-recursive] Error 1 > make[1]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src' > make: *** [Makefile:552: check-recursive] Error 1 > phase `check' failed after 29.6 seconds > builder for `/gnu/store/42f3rhpv298bmi6ipd0la6nssx34hk6l-libmicrohttpd-0.9.52.drv' failed with exit code 1 > guix package: error: build failed: build of `/gnu/store/42f3rhpv298bmi6ipd0la6nssx34hk6l-libmicrohttpd-0.9.52.drv' failed > ``` > > This breaks transitively dependant packages as GNUnet. > > Thank you! > > -- > Ivan Vilata i Balaguer -- https://elvil.net/ > > > Thanks for reporting this. Which architecture is this on? I'm unable to reproduce this. -- ng0 -- https://www.inventati.org/patternsinthechaos/ From unknown Tue Aug 19 10:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted) Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 17 Feb 2017 16:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25774 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ivan Vilata i Balaguer , 25774@debbugs.gnu.org Received: via spool by 25774-submit@debbugs.gnu.org id=B25774.148734886220808 (code B ref 25774); Fri, 17 Feb 2017 16:28:02 +0000 Received: (at 25774) by debbugs.gnu.org; 17 Feb 2017 16:27:42 +0000 Received: from localhost ([127.0.0.1]:43748 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1celNl-0005PX-Mj for submit@debbugs.gnu.org; Fri, 17 Feb 2017 11:27:41 -0500 Received: from latitanza.investici.org ([82.94.249.234]:58187) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1celNj-0005PP-7H for 25774@debbugs.gnu.org; Fri, 17 Feb 2017 11:27:39 -0500 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 4521A12107F; Fri, 17 Feb 2017 16:27:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1487348858; bh=m2/xv+20Xh/FEX1zWdm5tnJvWJLad1m6/G3CSZwBNc4=; h=Date:From:To:Subject:References:In-Reply-To; b=ij1ErM+APG/uZJklzWAeRUKsl+5nVXxhgSK6F4M2In8dup7tRpa40Le7TiQJ0srIz jJtSjbHQGmIoK4cXrDz1bSlLz9biW1sNC9GagT645+SYMESlwXozAqUvX2yLdfMdYT hO5Dhp8B55mudz70tIEVUnf8V5sE08WsGnwYF+8k= Date: Fri, 17 Feb 2017 16:29:35 +0000 From: ng0 Message-ID: <20170217162934.nuetcswipdil7xje@wasp> Mail-Followup-To: Ivan Vilata i Balaguer , 25774@debbugs.gnu.org References: <20170217154858.GD7067@sax.terramar.selidor.net> <20170217162346.4pfljt2q2vv27b6l@wasp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170217162346.4pfljt2q2vv27b6l@wasp> X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 17-02-17 16:23:46, ng0 wrote: > On 17-02-17 16:48:58, Ivan Vilata i Balaguer wrote: > > libmicrohttpd-0.9.52 fails to build because of a failing test: > > > > ``` > > $ guix package -i libmicrohttpd > > ... > > make[4]: Entering directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' > > PASS: test_str_compare > > PASS: test_str_to_value > > PASS: test_shutdown_select > > PASS: test_shutdown_poll > > PASS: test_daemon > > PASS: test_upgrade > > ../../test-driver: line 107: 7381 Aborted "$@" > $log_file 2>&1 > > FAIL: test_upgrade_ssl > > PASS: test_postprocessor > > PASS: test_postprocessor_large > > PASS: test_postprocessor_amp > > ============================================================================ > > Testsuite summary for GNU Libmicrohttpd 0.9.52 > > ============================================================================ > > # TOTAL: 10 > > # PASS: 9 > > # SKIP: 0 > > # XFAIL: 0 > > # FAIL: 1 > > # XPASS: 0 > > # ERROR: 0 > > ============================================================================ > > See src/microhttpd/test-suite.log > > Please report to libmicrohttpd@gnu.org Can you repeat the build with 'guix build --keep-failed --install libmicrohttpd' and append the 'src/microhttpd/test-suite.log' file? This can be useful. > > ============================================================================ > > make[4]: *** [Makefile:1289: test-suite.log] Error 1 > > make[4]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' > > make[3]: *** [Makefile:1397: check-TESTS] Error 2 > > make[3]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' > > make[2]: *** [Makefile:1531: check-am] Error 2 > > make[2]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' > > make[1]: *** [Makefile:429: check-recursive] Error 1 > > make[1]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src' > > make: *** [Makefile:552: check-recursive] Error 1 > > phase `check' failed after 29.6 seconds > > builder for `/gnu/store/42f3rhpv298bmi6ipd0la6nssx34hk6l-libmicrohttpd-0.9.52.drv' failed with exit code 1 > > guix package: error: build failed: build of `/gnu/store/42f3rhpv298bmi6ipd0la6nssx34hk6l-libmicrohttpd-0.9.52.drv' failed > > ``` > > > > This breaks transitively dependant packages as GNUnet. > > > > Thank you! > > > > -- > > Ivan Vilata i Balaguer -- https://elvil.net/ > > > > > > > > Thanks for reporting this. Which architecture is this on? > > I'm unable to reproduce this. > -- > ng0 -- https://www.inventati.org/patternsinthechaos/ > > > -- ng0 -- https://www.inventati.org/patternsinthechaos/ From unknown Tue Aug 19 10:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted) Resent-From: Ivan Vilata i Balaguer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 17 Feb 2017 17:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25774 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ivan Vilata i Balaguer , 25774@debbugs.gnu.org Received: via spool by 25774-submit@debbugs.gnu.org id=B25774.148735143524643 (code B ref 25774); Fri, 17 Feb 2017 17:11:01 +0000 Received: (at 25774) by debbugs.gnu.org; 17 Feb 2017 17:10:35 +0000 Received: from localhost ([127.0.0.1]:43771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cem3H-0006PP-AW for submit@debbugs.gnu.org; Fri, 17 Feb 2017 12:10:35 -0500 Received: from lev.selidor.net ([66.246.138.156]:49283) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cem3E-0006PG-U5 for 25774@debbugs.gnu.org; Fri, 17 Feb 2017 12:10:33 -0500 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:a069:6e63:9770:208f]) by lev.selidor.net (Postfix) with ESMTP id 1EA8FC84D; Fri, 17 Feb 2017 17:10:31 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id 4E0469A6B6A; Fri, 17 Feb 2017 18:10:30 +0100 (CET) Date: Fri, 17 Feb 2017 18:10:30 +0100 From: Ivan Vilata i Balaguer Message-ID: <20170217171030.GE7067@sax.terramar.selidor.net> References: <20170217154858.GD7067@sax.terramar.selidor.net> <20170217162346.4pfljt2q2vv27b6l@wasp> <20170217162934.nuetcswipdil7xje@wasp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170217162934.nuetcswipdil7xje@wasp> User-Agent: Mutt/1.7.2 (2016-11-26) X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) ng0 (2017-02-17 16:29:35 +0000) wrote: > On 17-02-17 16:23:46, ng0 wrote: > > On 17-02-17 16:48:58, Ivan Vilata i Balaguer wrote: > > > libmicrohttpd-0.9.52 fails to build because of a failing test: > > > > > > ``` > > > $ guix package -i libmicrohttpd > > > ... > > > make[4]: Entering directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' > > > PASS: test_str_compare > > > PASS: test_str_to_value > > > PASS: test_shutdown_select > > > PASS: test_shutdown_poll > > > PASS: test_daemon > > > PASS: test_upgrade > > > ../../test-driver: line 107: 7381 Aborted "$@" > $log_file 2>&1 > > > FAIL: test_upgrade_ssl > > > PASS: test_postprocessor > > > PASS: test_postprocessor_large > > > PASS: test_postprocessor_amp > > > ============================================================================ > > > Testsuite summary for GNU Libmicrohttpd 0.9.52 > > > ============================================================================ > > > # TOTAL: 10 > > > # PASS: 9 > > > # SKIP: 0 > > > # XFAIL: 0 > > > # FAIL: 1 > > > # XPASS: 0 > > > # ERROR: 0 > > > ============================================================================ > > > See src/microhttpd/test-suite.log > > > Please report to libmicrohttpd@gnu.org > > Can you repeat the build with > 'guix build --keep-failed --install libmicrohttpd' and append the > 'src/microhttpd/test-suite.log' file? > > This can be useful. Hi ng0, I'm building it on: $ uname -a Linux sax 4.9.0-1-amd64 #1 SMP Debian 4.9.6-3 (2017-01-28) x86_64 GNU/Linux Possibly relevant envvars: $ env | grep guix GUIX_PROFILE=/home/ivan/.guix-profile GIT_SSL_CAINFO=/home/ivan/.guix-profile/etc/ssl/certs/ca-certificates.crt GUILE_LOAD_COMPILED_PATH=/home/ivan/.guix-profile/lib/guile/2.0/site-ccache:/home/ivan/.guix-profile/share/guile/site/2.0 GUIX_LOCPATH=/home/ivan/.guix-profile/lib/locale PURPLE_PLUGIN_PATH=/home/ivan/.guix-profile/lib/purple-2:/home/ivan/.guix-profile/lib/pidgin GUILE_LOAD_PATH=/home/ivan/.guix-profile/share/guile/site/2.0 PATH=/home/ivan/.guix-profile/bin:/home/ivan/.guix-profile/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games INFOPATH=/home/ivan/.guix-profile/share/info The log from ``guix package --keep-failed --install libmicrohttpd``: ``` ============================================================= GNU Libmicrohttpd 0.9.52: src/microhttpd/test-suite.log ============================================================= # TOTAL: 10 # PASS: 9 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test_upgrade_ssl ====================== verify depth is 0 depth=0 CN = test_ca_cert verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = test_ca_cert verify error:num=21:unable to verify the first certificate verify return:1 DONE verify depth is 0 depth=0 CN = test_ca_cert verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = test_ca_cert verify error:num=21:unable to verify the first certificate verify return:1 DONE verify depth is 0 depth=0 CN = test_ca_cert verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = test_ca_cert verify error:num=21:unable to verify the first certificate verify return:1 read:errno=0 verify depth is 0 depth=0 CN = test_ca_cert verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = test_ca_cert verify error:num=21:unable to verify the first certificate verify return:1 DONE verify depth is 0 depth=0 CN = test_ca_cert verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = test_ca_cert verify error:num=21:unable to verify the first certificate verify return:1 DONE verify depth is 0 depth=0 CN = test_ca_cert verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = test_ca_cert verify error:num=21:unable to verify the first certificate verify return:1 DONE verify depth is 0 depth=0 CN = test_ca_cert verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = test_ca_cert verify error:num=21:unable to verify the first certificate verify return:1 DONE verify depth is 0 depth=0 CN = test_ca_cert verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = test_ca_cert verify error:num=21:unable to verify the first certificate verify return:1 DONE verify depth is 0 depth=0 CN = test_ca_cert verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = test_ca_cert verify error:num=21:unable to verify the first certificate verify return:1 DONE FAIL test_upgrade_ssl (exit status: 139) ``` Thanks for checking this! -- Ivan Vilata i Balaguer -- https://elvil.net/ From unknown Tue Aug 19 10:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted) Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 17 Feb 2017 17:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25774 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ivan Vilata i Balaguer Cc: 25774@debbugs.gnu.org Received: via spool by 25774-submit@debbugs.gnu.org id=B25774.148735210825638 (code B ref 25774); Fri, 17 Feb 2017 17:22:02 +0000 Received: (at 25774) by debbugs.gnu.org; 17 Feb 2017 17:21:48 +0000 Received: from localhost ([127.0.0.1]:43786 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cemE8-0006fR-8w for submit@debbugs.gnu.org; Fri, 17 Feb 2017 12:21:48 -0500 Received: from latitanza.investici.org ([82.94.249.234]:25236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cemE5-0006fG-S1 for 25774@debbugs.gnu.org; Fri, 17 Feb 2017 12:21:46 -0500 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id BF86E122937; Fri, 17 Feb 2017 17:21:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1487352104; bh=aulU7q4Psc7P8BEQpEP53mp+aOJc1FNNMvwkWjy/NLo=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=IzqPDjzsL4CwcQ2ekBb5ZLPOWznqBEXTOdNuUiU3/HvgwwDBt22YIG3l0m+93tMsV bhpd1X7WsHE/Wn+5RRdcN/dAWGxptebU7SAvuIgvvC2+oCsmUl6YMhgV/OEwuNFXdE mp5Wasls/bEoi91OVW2j3gox6JED4paWA7KxO7f4= Date: Fri, 17 Feb 2017 17:23:36 +0000 From: ng0 Message-ID: <20170217172336.6q6fg45fk63p6dza@wasp> Mail-Followup-To: Ivan Vilata i Balaguer , 25774@debbugs.gnu.org References: <20170217154858.GD7067@sax.terramar.selidor.net> <20170217162346.4pfljt2q2vv27b6l@wasp> <20170217162934.nuetcswipdil7xje@wasp> <20170217171030.GE7067@sax.terramar.selidor.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170217171030.GE7067@sax.terramar.selidor.net> X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 17-02-17 18:10:30, Ivan Vilata i Balaguer wrote: > ng0 (2017-02-17 16:29:35 +0000) wrote: > > > On 17-02-17 16:23:46, ng0 wrote: > > > On 17-02-17 16:48:58, Ivan Vilata i Balaguer wrote: > > > > libmicrohttpd-0.9.52 fails to build because of a failing test: > > > > > > > > ``` > > > > $ guix package -i libmicrohttpd > > > > ... > > > > make[4]: Entering directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' > > > > PASS: test_str_compare > > > > PASS: test_str_to_value > > > > PASS: test_shutdown_select > > > > PASS: test_shutdown_poll > > > > PASS: test_daemon > > > > PASS: test_upgrade > > > > ../../test-driver: line 107: 7381 Aborted "$@" > $log_file 2>&1 > > > > FAIL: test_upgrade_ssl > > > > PASS: test_postprocessor > > > > PASS: test_postprocessor_large > > > > PASS: test_postprocessor_amp > > > > ============================================================================ > > > > Testsuite summary for GNU Libmicrohttpd 0.9.52 > > > > ============================================================================ > > > > # TOTAL: 10 > > > > # PASS: 9 > > > > # SKIP: 0 > > > > # XFAIL: 0 > > > > # FAIL: 1 > > > > # XPASS: 0 > > > > # ERROR: 0 > > > > ============================================================================ > > > > See src/microhttpd/test-suite.log > > > > Please report to libmicrohttpd@gnu.org > > > > Can you repeat the build with > > 'guix build --keep-failed --install libmicrohttpd' and append the > > 'src/microhttpd/test-suite.log' file? > > > > This can be useful. > > Hi ng0, I'm building it on: > > $ uname -a > Linux sax 4.9.0-1-amd64 #1 SMP Debian 4.9.6-3 (2017-01-28) x86_64 GNU/Linux Okay, Guix on Debian. I don't have this and don't have the time to set this up. I have to let someone else help you with this bug. I know some people are using Guix on Debian, so help is possible. The output looks as if there's a problem with the certificates, at least that's my first idea. > Possibly relevant envvars: > > $ env | grep guix > GUIX_PROFILE=/home/ivan/.guix-profile > GIT_SSL_CAINFO=/home/ivan/.guix-profile/etc/ssl/certs/ca-certificates.crt > GUILE_LOAD_COMPILED_PATH=/home/ivan/.guix-profile/lib/guile/2.0/site-ccache:/home/ivan/.guix-profile/share/guile/site/2.0 > GUIX_LOCPATH=/home/ivan/.guix-profile/lib/locale > PURPLE_PLUGIN_PATH=/home/ivan/.guix-profile/lib/purple-2:/home/ivan/.guix-profile/lib/pidgin > GUILE_LOAD_PATH=/home/ivan/.guix-profile/share/guile/site/2.0 > PATH=/home/ivan/.guix-profile/bin:/home/ivan/.guix-profile/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games > INFOPATH=/home/ivan/.guix-profile/share/info > > The log from ``guix package --keep-failed --install libmicrohttpd``: > > ``` > ============================================================= > GNU Libmicrohttpd 0.9.52: src/microhttpd/test-suite.log > ============================================================= > > # TOTAL: 10 > # PASS: 9 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 1 > # XPASS: 0 > # ERROR: 0 > > .. contents:: :depth: 2 > > FAIL: test_upgrade_ssl > ====================== > > verify depth is 0 > depth=0 CN = test_ca_cert > verify error:num=20:unable to get local issuer certificate > verify return:1 > depth=0 CN = test_ca_cert > verify error:num=21:unable to verify the first certificate > verify return:1 > DONE > verify depth is 0 > depth=0 CN = test_ca_cert > verify error:num=20:unable to get local issuer certificate > verify return:1 > depth=0 CN = test_ca_cert > verify error:num=21:unable to verify the first certificate > verify return:1 > DONE > verify depth is 0 > depth=0 CN = test_ca_cert > verify error:num=20:unable to get local issuer certificate > verify return:1 > depth=0 CN = test_ca_cert > verify error:num=21:unable to verify the first certificate > verify return:1 > read:errno=0 > verify depth is 0 > depth=0 CN = test_ca_cert > verify error:num=20:unable to get local issuer certificate > verify return:1 > depth=0 CN = test_ca_cert > verify error:num=21:unable to verify the first certificate > verify return:1 > DONE > verify depth is 0 > depth=0 CN = test_ca_cert > verify error:num=20:unable to get local issuer certificate > verify return:1 > depth=0 CN = test_ca_cert > verify error:num=21:unable to verify the first certificate > verify return:1 > DONE > verify depth is 0 > depth=0 CN = test_ca_cert > verify error:num=20:unable to get local issuer certificate > verify return:1 > depth=0 CN = test_ca_cert > verify error:num=21:unable to verify the first certificate > verify return:1 > DONE > verify depth is 0 > depth=0 CN = test_ca_cert > verify error:num=20:unable to get local issuer certificate > verify return:1 > depth=0 CN = test_ca_cert > verify error:num=21:unable to verify the first certificate > verify return:1 > DONE > verify depth is 0 > depth=0 CN = test_ca_cert > verify error:num=20:unable to get local issuer certificate > verify return:1 > depth=0 CN = test_ca_cert > verify error:num=21:unable to verify the first certificate > verify return:1 > DONE > verify depth is 0 > depth=0 CN = test_ca_cert > verify error:num=20:unable to get local issuer certificate > verify return:1 > depth=0 CN = test_ca_cert > verify error:num=21:unable to verify the first certificate > verify return:1 > DONE > FAIL test_upgrade_ssl (exit status: 139) > > ``` > > Thanks for checking this! > > -- > Ivan Vilata i Balaguer -- https://elvil.net/ > > > -- ng0 -- https://www.inventati.org/patternsinthechaos/ From unknown Tue Aug 19 10:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted) Resent-From: Leo Famulari Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 17 Feb 2017 20:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25774 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ivan Vilata i Balaguer Cc: 25774@debbugs.gnu.org Received: via spool by 25774-submit@debbugs.gnu.org id=B25774.148736482711901 (code B ref 25774); Fri, 17 Feb 2017 20:54:02 +0000 Received: (at 25774) by debbugs.gnu.org; 17 Feb 2017 20:53:47 +0000 Received: from localhost ([127.0.0.1]:43873 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cepXG-00035s-3a for submit@debbugs.gnu.org; Fri, 17 Feb 2017 15:53:47 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:38124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cepXE-00035j-Km for 25774@debbugs.gnu.org; Fri, 17 Feb 2017 15:53:45 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 58F2D2096A; Fri, 17 Feb 2017 15:53:42 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Fri, 17 Feb 2017 15:53:42 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=qz80KG1cF9Hk6SN2jmW/oKtz5ao=; b=tES7NF eszSz5z1pgvbEmYVfSveHNVl/mDwSqe96bzKpWmfInKqRIIp4H/Ym4yeJr3bHlAU jBmIUURxn+TbA1jAdpTjGsNwTtyH6GsLxhA3ChkbUh2tjvl2zJZigiD+isixwDvm vE0EVbONH2LCJ3NRF6HwIhM+g/c62ZALDeor0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=qz80KG1cF9Hk6S N2jmW/oKtz5ao=; b=cMSAHzVN+0fepupoUoHs6Bki2U4PbmTbN8IHqPkbPwnpJ4 gR0+mnl0btmmKgQLh3NnOdw3r+Ou5ol50VYDypVxgE8eoH9q3KP/3JsRzJVgW7Kb xYt1bKzOa19QKrKZ9TyiaMS7ywk87xoAYE/VuD1y6JicNY6nJmz6mQRgi2nqw= X-ME-Sender: X-Sasl-enc: kz3oEbmsD1qmmdCf0bcjUGQDx/ZpE5qPwSZX2ZkpcaBK 1487364822 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 181B97E2B3; Fri, 17 Feb 2017 15:53:42 -0500 (EST) Date: Fri, 17 Feb 2017 15:53:41 -0500 From: Leo Famulari Message-ID: <20170217205341.GB26051@jasmine> References: <20170217154858.GD7067@sax.terramar.selidor.net> <20170217162346.4pfljt2q2vv27b6l@wasp> <20170217162934.nuetcswipdil7xje@wasp> <20170217171030.GE7067@sax.terramar.selidor.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170217171030.GE7067@sax.terramar.selidor.net> User-Agent: Mutt/1.7.2 (2016-11-26) X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Fri, Feb 17, 2017 at 06:10:30PM +0100, Ivan Vilata i Balaguer wrote: > Hi ng0, I'm building it on: > > $ uname -a > Linux sax 4.9.0-1-amd64 #1 SMP Debian 4.9.6-3 (2017-01-28) x86_64 GNU/Linux It built successfully for me on a similar environment from Guix Git commit 1f45f18abe487be85c290227256690a3f32f7874. $ uname -a Linux computer 4.9.10 #12 SMP Thu Feb 16 02:10:37 EST 2017 x86_64 GNU/Linux I built it on btrfs and ext4 filesystems. > Possibly relevant envvars: > > $ env | grep guix > GUIX_PROFILE=/home/ivan/.guix-profile > GIT_SSL_CAINFO=/home/ivan/.guix-profile/etc/ssl/certs/ca-certificates.crt > GUILE_LOAD_COMPILED_PATH=/home/ivan/.guix-profile/lib/guile/2.0/site-ccache:/home/ivan/.guix-profile/share/guile/site/2.0 > GUIX_LOCPATH=/home/ivan/.guix-profile/lib/locale > PURPLE_PLUGIN_PATH=/home/ivan/.guix-profile/lib/purple-2:/home/ivan/.guix-profile/lib/pidgin > GUILE_LOAD_PATH=/home/ivan/.guix-profile/share/guile/site/2.0 > PATH=/home/ivan/.guix-profile/bin:/home/ivan/.guix-profile/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games > INFOPATH=/home/ivan/.guix-profile/share/info Variables from your user's environment are not propagated into the build environment. > The log from ``guix package --keep-failed --install libmicrohttpd``: The build tree kept by '--keep-failed' will include a copy of the build's environment in the file 'environment-variables'. But I'm not sure if it's relevant. > FAIL: test_upgrade_ssl > ====================== > > verify depth is 0 > depth=0 CN = test_ca_cert > verify error:num=20:unable to get local issuer certificate > verify return:1 > depth=0 CN = test_ca_cert > verify error:num=21:unable to verify the first certificate > verify return:1 > DONE The only debugging suggestion I have is to make sure that your clock is correct. Test suites that do certificate verification should take care not to break in the future, but perhaps it's less common for test authors to handle the case of a clock set to the past. Beyond that, did you find anything relevant on the upstream bug tracker? https://ng.gnunet.org/bugs/view_all_bug_page.php From unknown Tue Aug 19 10:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted) Resent-From: Ivan Vilata i Balaguer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 18 Feb 2017 00:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25774 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Leo Famulari Cc: 25774@debbugs.gnu.org, Ivan Vilata i Balaguer Received: via spool by 25774-submit@debbugs.gnu.org id=B25774.14873759959328 (code B ref 25774); Sat, 18 Feb 2017 00:00:02 +0000 Received: (at 25774) by debbugs.gnu.org; 17 Feb 2017 23:59:55 +0000 Received: from localhost ([127.0.0.1]:43933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cesRO-0002QN-J0 for submit@debbugs.gnu.org; Fri, 17 Feb 2017 18:59:54 -0500 Received: from lev.selidor.net ([66.246.138.156]:50945) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cesRM-0002QF-Qx for 25774@debbugs.gnu.org; Fri, 17 Feb 2017 18:59:53 -0500 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:8c30:84b8:cb08:d0ad]) by lev.selidor.net (Postfix) with ESMTP id C5568C83F; Fri, 17 Feb 2017 23:59:50 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id B4D589A6BB0; Sat, 18 Feb 2017 00:59:49 +0100 (CET) Date: Sat, 18 Feb 2017 00:59:49 +0100 From: Ivan Vilata i Balaguer Message-ID: <20170217235949.GA5900@sax.terramar.selidor.net> References: <20170217154858.GD7067@sax.terramar.selidor.net> <20170217162346.4pfljt2q2vv27b6l@wasp> <20170217162934.nuetcswipdil7xje@wasp> <20170217171030.GE7067@sax.terramar.selidor.net> <20170217205341.GB26051@jasmine> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20170217205341.GB26051@jasmine> User-Agent: Mutt/1.7.2 (2016-11-26) X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Leo Famulari (2017-02-17 15:53:41 -0500) wrote: > Variables from your user's environment are not propagated into the build > environment. >=20 > > The log from ``guix package --keep-failed --install libmicrohttpd``: >=20 > The build tree kept by '--keep-failed' will include a copy of the > build's environment in the file 'environment-variables'. But I'm not > sure if it's relevant. I ran the build again, this is the content of the variables file: ``` export BASH_LOADABLES_PATH=3D"/gnu/store/qkw4zrwfybxww8f56nkb6hggxambk89b-b= ash-4.4.0/lib/bash" export CPLUS_INCLUDE_PATH=3D"/gnu/store/d5nscny560slzpljixqzim6b8ms7hhv2-bz= ip2-1.0.6/include:/gnu/store/4yg6q1kp856m68arkpqc85hqgbffhpxf-xz-5.2.2/incl= ude:/gnu/store/06icf5h4z83mw5g17a58fy26z14d sj9z-file-5.28/include:/gnu/store/k03y1lfaj1xw0d7j2lxdil8ii5c67fdy-gawk-4.1= =2E4/include:/gnu/store/c5ihjcdxsm9086323bn2j67v7z34lc1a-make-4.2.1/include= :/gnu/store/4xxd00drj8gjcr84xdfna44qak2vhwm f-binutils-2.27/include:/gnu/store/y1g6991kxvdk4vxhsq07r5saww30v8dq-gcc-4.9= =2E4/include:/gnu/store/iwgi9001dmmihrjg4rqhd6pa6788prjw-glibc-2.24/include= :/gnu/store/zl3rh35m8psblbw034l9bvssx5yqn7f 5-curl-7.50.3/include:/gnu/store/pwqygjf0ywvnv96h83k4rghq2x1m3qay-gnutls-3.= 5.4/include:/gnu/store/4pnp5scrgmjp21flaihmgbckwrz6z4g3-libgcrypt-1.7.3/inc= lude:/gnu/store/liib5wid6rx9rkss78spc7wcq zwb1g2k-openssl-1.0.2j/include:/gnu/store/a64w9dq219a8d9k4mfz76mnzph9wsvfj-= zlib-1.2.8/include:/gnu/store/jc898psn5yc9s328nn8fya3sc2daf037-linux-libre-= headers-4.4.18/include:/gnu/store/vik632i g65676k0azx25vlcf3457v65p-nettle-3.2/include:/gnu/store/2gqvbsd3kz1nl2s0kvy= xxjc7fm0hf9l9-libidn-1.33/include:/gnu/store/zqp7lmw6dr31j3frsdjwar6wdrzivn= qj-libtasn1-4.9/include:/gnu/store/vhfgzz 0j9ry060qvcbvyhcrj3ikvm1vv-libgpg-error-1.24/include:/gnu/store/6k08nkddnrb= 15h5pwp1s0fa94mr1qas9-gmp-6.1.1/include" export C_INCLUDE_PATH=3D"/gnu/store/d5nscny560slzpljixqzim6b8ms7hhv2-bzip2-= 1.0.6/include:/gnu/store/4yg6q1kp856m68arkpqc85hqgbffhpxf-xz-5.2.2/include:= /gnu/store/06icf5h4z83mw5g17a58fy26z14dsj9z -file-5.28/include:/gnu/store/k03y1lfaj1xw0d7j2lxdil8ii5c67fdy-gawk-4.1.4/i= nclude:/gnu/store/c5ihjcdxsm9086323bn2j67v7z34lc1a-make-4.2.1/include:/gnu/= store/4xxd00drj8gjcr84xdfna44qak2vhwmf-bi nutils-2.27/include:/gnu/store/y1g6991kxvdk4vxhsq07r5saww30v8dq-gcc-4.9.4/i= nclude:/gnu/store/iwgi9001dmmihrjg4rqhd6pa6788prjw-glibc-2.24/include:/gnu/= store/zl3rh35m8psblbw034l9bvssx5yqn7f5-cu rl-7.50.3/include:/gnu/store/pwqygjf0ywvnv96h83k4rghq2x1m3qay-gnutls-3.5.4/= include:/gnu/store/4pnp5scrgmjp21flaihmgbckwrz6z4g3-libgcrypt-1.7.3/include= :/gnu/store/liib5wid6rx9rkss78spc7wcqzwb1 g2k-openssl-1.0.2j/include:/gnu/store/a64w9dq219a8d9k4mfz76mnzph9wsvfj-zlib= -1.2.8/include:/gnu/store/jc898psn5yc9s328nn8fya3sc2daf037-linux-libre-head= ers-4.4.18/include:/gnu/store/vik632ig656 76k0azx25vlcf3457v65p-nettle-3.2/include:/gnu/store/2gqvbsd3kz1nl2s0kvyxxjc= 7fm0hf9l9-libidn-1.33/include:/gnu/store/zqp7lmw6dr31j3frsdjwar6wdrzivnqj-l= ibtasn1-4.9/include:/gnu/store/vhfgzz0j9r y060qvcbvyhcrj3ikvm1vv-libgpg-error-1.24/include:/gnu/store/6k08nkddnrb15h5= pwp1s0fa94mr1qas9-gmp-6.1.1/include" export GUIX_LOCPATH=3D"/gnu/store/py9ff8syssr3d8a5nlkdp8kdglj20p1n-glibc-ut= f8-locales-2.24/lib/locale" export HOME=3D"/homeless-shelter" export LC_ALL=3D"en_US.utf8" export LIBRARY_PATH=3D"/gnu/store/d5nscny560slzpljixqzim6b8ms7hhv2-bzip2-1.= 0.6/lib:/gnu/store/4yg6q1kp856m68arkpqc85hqgbffhpxf-xz-5.2.2/lib:/gnu/store= /06icf5h4z83mw5g17a58fy26z14dsj9z-file-5.28 /lib:/gnu/store/k03y1lfaj1xw0d7j2lxdil8ii5c67fdy-gawk-4.1.4/lib:/gnu/store/= qkw4zrwfybxww8f56nkb6hggxambk89b-bash-4.4.0/lib:/gnu/store/4xxd00drj8gjcr84= xdfna44qak2vhwmf-binutils-2.27/lib:/gnu/s tore/iwgi9001dmmihrjg4rqhd6pa6788prjw-glibc-2.24/lib:/gnu/store/py9ff8syssr= 3d8a5nlkdp8kdglj20p1n-glibc-utf8-locales-2.24/lib:/gnu/store/zl3rh35m8psblb= w034l9bvssx5yqn7f5-curl-7.50.3/lib:/gnu/s tore/pwqygjf0ywvnv96h83k4rghq2x1m3qay-gnutls-3.5.4/lib:/gnu/store/4pnp5scrg= mjp21flaihmgbckwrz6z4g3-libgcrypt-1.7.3/lib:/gnu/store/liib5wid6rx9rkss78sp= c7wcqzwb1g2k-openssl-1.0.2j/lib:/gnu/stor e/a64w9dq219a8d9k4mfz76mnzph9wsvfj-zlib-1.2.8/lib:/gnu/store/vik632ig65676k= 0azx25vlcf3457v65p-nettle-3.2/lib:/gnu/store/2gqvbsd3kz1nl2s0kvyxxjc7fm0hf9= l9-libidn-1.33/lib:/gnu/store/zqp7lmw6dr31j3frsdjwar6wdrzivnqj-libtasn1-4.9= /lib:/gnu/store/vhfgzz0j9ry060qvcbvyhcrj3ikvm1vv-libgpg-error-1.24/lib:/gnu= /store/6k08nkddnrb15h5pwp1s0fa94mr1qas9-gmp-6.1.1/lib" export NIX_BUILD_CORES=3D"0" export NIX_BUILD_TOP=3D"/tmp/guix-build-libmicrohttpd-0.9.52.drv-0" export NIX_STORE=3D"/gnu/store" export OLDPWD export PATH=3D"/gnu/store/9l52vcmb1ambc3ypf7nxn38ac0976yyf-tar-1.29/bin:/gn= u/store/ginbign0swn8h69k3z4fy18r8pwq3rqx-gzip-1.8/bin:/gnu/store/d5nscny560= slzpljixqzim6b8ms7hhv2-bzip2-1.0.6/bin:/gnu/store/4yg6q1kp856m68arkpqc85hqg= bffhpxf-xz-5.2.2/bin:/gnu/store/06icf5h4z83mw5g17a58fy26z14dsj9z-file-5.28/= bin:/gnu/store/g0lyirlbqday5n2n0n6lh6nmdxi8a45z-diffutils-3.5/bin:/gnu/stor= e/fs49m4pvdf2v7kixf9sls8nmhvh40ajl-patch-2.7.5/bin:/gnu/store/9761yfpvyr1fc= pjhry8pgb3f0k6kj8n4-sed-4.2.2/bin:/gnu/store/cz7dl482c1j6j5s4vh1pll4lzdl5sl= 6b-findutils-4.6.0/bin:/gnu/store/k03y1lfaj1xw0d7j2lxdil8ii5c67fdy-gawk-4.1= =2E4/bin:/gnu/store/hb301wl5s7352vbn1vds85dhy32n0hkw-grep-2.25/bin:/gnu/sto= re/9xfn6q7cxqxaxsv6kgiic9iygl2iv2ci-coreutils-8.25/bin:/gnu/store/c5ihjcdxs= m9086323bn2j67v7z34lc1a-make-4.2.1/bin:/gnu/store/qkw4zrwfybxww8f56nkb6hggx= ambk89b-bash-4.4.0/bin:/gnu/store/c7lm5innppxm53bf5w7i99d59kjdyx27-ld-wrapp= er-0/bin:/gnu/store/4xxd00drj8gjcr84xdfna44qak2vhwmf-binutils-2.27/bin:/gnu= /store/y1g6991kxvdk4vxhsq07r5saww30v8dq-gcc-4.9.4/bin:/gnu/store/iwgi9001dm= mihrjg4rqhd6pa6788prjw-glibc-2.24/bin:/gnu/store/iwgi9001dmmihrjg4rqhd6pa67= 88prjw-glibc-2.24/sbin:/gnu/store/zl3rh35m8psblbw034l9bvssx5yqn7f5-curl-7.5= 0.3/bin:/gnu/store/pwqygjf0ywvnv96h83k4rghq2x1m3qay-gnutls-3.5.4/bin:/gnu/s= tore/4pnp5scrgmjp21flaihmgbckwrz6z4g3-libgcrypt-1.7.3/bin:/gnu/store/liib5w= id6rx9rkss78spc7wcqzwb1g2k-openssl-1.0.2j/bin:/gnu/store/vik632ig65676k0azx= 25vlcf3457v65p-nettle-3.2/bin:/gnu/store/2gqvbsd3kz1nl2s0kvyxxjc7fm0hf9l9-l= ibidn-1.33/bin:/gnu/store/zqp7lmw6dr31j3frsdjwar6wdrzivnqj-libtasn1-4.9/bin= :/gnu/store/vhfgzz0j9ry060qvcbvyhcrj3ikvm1vv-libgpg-error-1.24/bin" export PWD=3D"/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.= 52" export SHLVL=3D"1" export SOURCE_DATE_EPOCH=3D"1" export TEMP=3D"/tmp/guix-build-libmicrohttpd-0.9.52.drv-0" export TEMPDIR=3D"/tmp/guix-build-libmicrohttpd-0.9.52.drv-0" export TMP=3D"/tmp/guix-build-libmicrohttpd-0.9.52.drv-0" export TMPDIR=3D"/tmp/guix-build-libmicrohttpd-0.9.52.drv-0" export out=3D"/gnu/store/62vwb4ariyzn6bi29ka63dj9r0sp08f2-libmicrohttpd-0.9= =2E52" ``` > > FAIL: test_upgrade_ssl > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >=20 > > verify depth is 0 > > depth=3D0 CN =3D test_ca_cert > > verify error:num=3D20:unable to get local issuer certificate > > verify return:1 > > depth=3D0 CN =3D test_ca_cert > > verify error:num=3D21:unable to verify the first certificate > > verify return:1 > > DONE I think I left out a couple of lines at the end: ``` Fatal error in GNU libmicrohttpd daemon.c:5190: MHD_stop_daemon() called wh= ile we have suspended connections. FAIL test_upgrade_ssl (exit status: 134) ``` > The only debugging suggestion I have is to make sure that your clock is > correct. Test suites that do certificate verification should take care > not to break in the future, but perhaps it's less common for test > authors to handle the case of a clock set to the past. Well, it may be some second off, but not much more than that=E2=80=A6 > Beyond that, did you find anything relevant on the upstream bug tracker? >=20 > https://ng.gnunet.org/bugs/view_all_bug_page.php I can't find anything related there, I also searched the net before sending the report but found nothing that seemed the same error. Do you suggest any other test? Thanks! --=20 Ivan Vilata i Balaguer -- https://elvil.net/ From unknown Tue Aug 19 10:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted) Resent-From: Leo Famulari Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 18 Feb 2017 00:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25774 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ivan Vilata i Balaguer Cc: 25774@debbugs.gnu.org Received: via spool by 25774-submit@debbugs.gnu.org id=B25774.148737854313002 (code B ref 25774); Sat, 18 Feb 2017 00:43:01 +0000 Received: (at 25774) by debbugs.gnu.org; 18 Feb 2017 00:42:23 +0000 Received: from localhost ([127.0.0.1]:43946 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cet6V-0003Ne-7k for submit@debbugs.gnu.org; Fri, 17 Feb 2017 19:42:23 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:53620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cet6T-0003NV-3X for 25774@debbugs.gnu.org; Fri, 17 Feb 2017 19:42:22 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 62D7A20638; Fri, 17 Feb 2017 19:42:20 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Fri, 17 Feb 2017 19:42:20 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=h2dFcPsf8NEkQHG 2lKRSBdxRf5g=; b=LsteX2KXJO1f7vbdtqgoLzDI709C/3i2bhdNTJ+c6PGgjrS PAdfp3ygfuKaemG3dRNYkaoYhLtCEjkdM/sQPqdahcqIlWWofXNf11WpeQpgpEwV fMENBCe7xZq+42cvH1ZunW5mXBKCiixKnq6O6pRz5OLbWwtdpi3Ppeyti7mw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=h2dFcPsf8NEkQHG2lKRSBdxRf5g=; b=S2F0sxL/NxT8BKO3jDUy toyxKvNib9eyaZBbKf9dsL1aVdW9NH9CWpQyN/HX52CIQbFu+U778oFaURCvAYZy jUIHBM8udRB+lgqbbe7KSnZEg0MQqA+KJeJtGMju09D5HXvXkZsqZfIiYdFRoyM+ 19cmAZt6dujV5J2ogyty8xc= X-ME-Sender: X-Sasl-enc: nDz8FOdM4dIbc4H35UkrZiLk5eHR+DCaxzTfV5ng0Q2p 1487378540 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 24A6F2457B; Fri, 17 Feb 2017 19:42:20 -0500 (EST) Date: Fri, 17 Feb 2017 19:42:15 -0500 From: Leo Famulari Message-ID: <20170218004215.GA21331@jasmine> References: <20170217154858.GD7067@sax.terramar.selidor.net> <20170217162346.4pfljt2q2vv27b6l@wasp> <20170217162934.nuetcswipdil7xje@wasp> <20170217171030.GE7067@sax.terramar.selidor.net> <20170217205341.GB26051@jasmine> <20170217235949.GA5900@sax.terramar.selidor.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170217235949.GA5900@sax.terramar.selidor.net> User-Agent: Mutt/1.7.2 (2016-11-26) X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Sat, Feb 18, 2017 at 12:59:49AM +0100, Ivan Vilata i Balaguer wrote: > I think I left out a couple of lines at the end: > > ``` > Fatal error in GNU libmicrohttpd daemon.c:5190: MHD_stop_daemon() called while we have suspended connections. > > FAIL test_upgrade_ssl (exit status: 134) > ``` > > > The only debugging suggestion I have is to make sure that your clock is > > correct. Test suites that do certificate verification should take care > > not to break in the future, but perhaps it's less common for test > > authors to handle the case of a clock set to the past. > > Well, it may be some second off, but not much more than that… That's normal. I was thinking about the clock being set to the Unix epoch or something extreme like that. > > > Beyond that, did you find anything relevant on the upstream bug tracker? > > > > https://ng.gnunet.org/bugs/view_all_bug_page.php > > I can't find anything related there, I also searched the net before > sending the report but found nothing that seemed the same error. What about this one? https://ng.gnunet.org/bugs/view.php?id=4844 The report says that it's limited to ppc64le, but the symptoms appear identical. From unknown Tue Aug 19 10:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted) Resent-From: Ivan Vilata i Balaguer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 18 Feb 2017 01:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25774 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Leo Famulari Cc: 25774@debbugs.gnu.org, Ivan Vilata i Balaguer Received: via spool by 25774-submit@debbugs.gnu.org id=B25774.148738074316150 (code B ref 25774); Sat, 18 Feb 2017 01:20:02 +0000 Received: (at 25774) by debbugs.gnu.org; 18 Feb 2017 01:19:03 +0000 Received: from localhost ([127.0.0.1]:43964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cetfz-0004CQ-GX for submit@debbugs.gnu.org; Fri, 17 Feb 2017 20:19:03 -0500 Received: from lev.selidor.net ([66.246.138.156]:60447) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cetfx-0004C0-Qq for 25774@debbugs.gnu.org; Fri, 17 Feb 2017 20:19:02 -0500 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:8c30:84b8:cb08:d0ad]) by lev.selidor.net (Postfix) with ESMTP id A13C0C83F; Sat, 18 Feb 2017 01:18:59 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id B35A09A6BB0; Sat, 18 Feb 2017 02:18:58 +0100 (CET) Date: Sat, 18 Feb 2017 02:18:58 +0100 From: Ivan Vilata i Balaguer Message-ID: <20170218011858.GC5900@sax.terramar.selidor.net> References: <20170217154858.GD7067@sax.terramar.selidor.net> <20170217162346.4pfljt2q2vv27b6l@wasp> <20170217162934.nuetcswipdil7xje@wasp> <20170217171030.GE7067@sax.terramar.selidor.net> <20170217205341.GB26051@jasmine> <20170217235949.GA5900@sax.terramar.selidor.net> <20170218004215.GA21331@jasmine> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170218004215.GA21331@jasmine> User-Agent: Mutt/1.7.2 (2016-11-26) X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Leo Famulari (2017-02-17 19:42:15 -0500) wrote: > On Sat, Feb 18, 2017 at 12:59:49AM +0100, Ivan Vilata i Balaguer wrote: > > I can't find anything related there, I also searched the net before > > sending the report but found nothing that seemed the same error. > > What about this one? > > https://ng.gnunet.org/bugs/view.php?id=4844 > > The report says that it's limited to ppc64le, but the symptoms appear > identical. Looks like I'm too sleepy to check these things!`:D` I see from the ChangeLog that the version I'm building is from last October, before the fix mentioned in the link, so that may be already fixed upstream. Thanks for checking! -- Ivan Vilata i Balaguer -- https://elvil.net/ From unknown Tue Aug 19 10:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted) Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 18 Feb 2017 09:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25774 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Leo Famulari Cc: 25774@debbugs.gnu.org, Ivan Vilata i Balaguer Received: via spool by 25774-submit@debbugs.gnu.org id=B25774.148741139116330 (code B ref 25774); Sat, 18 Feb 2017 09:50:02 +0000 Received: (at 25774) by debbugs.gnu.org; 18 Feb 2017 09:49:51 +0000 Received: from localhost ([127.0.0.1]:44161 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cf1eJ-0004FK-Iw for submit@debbugs.gnu.org; Sat, 18 Feb 2017 04:49:51 -0500 Received: from perdizione.investici.org ([94.23.50.208]:40525) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cf1eH-0004FB-BM for 25774@debbugs.gnu.org; Sat, 18 Feb 2017 04:49:50 -0500 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id B765912023F; Sat, 18 Feb 2017 09:49:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1487411388; bh=TaaH59tRQNracxPCOVBj88SI/tdt2V222SzuunVbyC8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Yg2DaYAJjo5CtDN3xVAzq+Mb1IVb0DoxflNEEUh3JCyMUg2vRKz4k4/81Y+GBMadw VXYexrpTwsRLFPAswkpFjs1nqKvFRWfNrR9bQKaQxj4C25xbstBuePY1k0IyVfPIp9 0ldcIdGon/4tpSxx+B+FzFZP8b9q2TdB97pz+U5c= Date: Sat, 18 Feb 2017 09:51:35 +0000 From: ng0 Message-ID: <20170218095135.hqe4r5xd3wi4on7r@wasp> Mail-Followup-To: Leo Famulari , Ivan Vilata i Balaguer , 25774@debbugs.gnu.org References: <20170217154858.GD7067@sax.terramar.selidor.net> <20170217162346.4pfljt2q2vv27b6l@wasp> <20170217162934.nuetcswipdil7xje@wasp> <20170217171030.GE7067@sax.terramar.selidor.net> <20170217205341.GB26051@jasmine> <20170217235949.GA5900@sax.terramar.selidor.net> <20170218004215.GA21331@jasmine> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170218004215.GA21331@jasmine> X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 17-02-17 19:42:15, Leo Famulari wrote: > On Sat, Feb 18, 2017 at 12:59:49AM +0100, Ivan Vilata i Balaguer wrote: > > I think I left out a couple of lines at the end: > > > > ``` > > Fatal error in GNU libmicrohttpd daemon.c:5190: MHD_stop_daemon() called while we have suspended connections. > > > > FAIL test_upgrade_ssl (exit status: 134) > > ``` > > > > > The only debugging suggestion I have is to make sure that your clock is > > > correct. Test suites that do certificate verification should take care > > > not to break in the future, but perhaps it's less common for test > > > authors to handle the case of a clock set to the past. > > > > Well, it may be some second off, but not much more than that… > > That's normal. I was thinking about the clock being set to the Unix > epoch or something extreme like that. > > > > > > Beyond that, did you find anything relevant on the upstream bug tracker? > > > > > > https://ng.gnunet.org/bugs/view_all_bug_page.php > > > > I can't find anything related there, I also searched the net before > > sending the report but found nothing that seemed the same error. > > What about this one? > > https://ng.gnunet.org/bugs/view.php?id=4844 > > The report says that it's limited to ppc64le, but the symptoms appear > identical. > > > I could ask grothoff about if a new release will happen soon, but it looks like it: commit f154b0ef8894185fd6c01888d10280049bed10c6 Author: Christian Grothoff Date: Wed Feb 15 13:38:06 2017 +0100 bump dates and versions and update ChangeLog This is the HEAD~~ commit. The one afterwards fixes an android problem. -- ng0 -- https://www.inventati.org/patternsinthechaos/ From unknown Tue Aug 19 10:03:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25774: libmicrohttpd: fails to build (test-driver aborted) Resent-From: Ivan Vilata i Balaguer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 20 Feb 2017 11:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25774 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Leo Famulari , Ivan Vilata i Balaguer , 25774@debbugs.gnu.org Received: via spool by 25774-submit@debbugs.gnu.org id=B25774.148758892118256 (code B ref 25774); Mon, 20 Feb 2017 11:09:01 +0000 Received: (at 25774) by debbugs.gnu.org; 20 Feb 2017 11:08:41 +0000 Received: from localhost ([127.0.0.1]:46886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cflph-0004kO-A4 for submit@debbugs.gnu.org; Mon, 20 Feb 2017 06:08:41 -0500 Received: from lev.selidor.net ([66.246.138.156]:42405) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cflpg-0004kG-AK for 25774@debbugs.gnu.org; Mon, 20 Feb 2017 06:08:40 -0500 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:8c30:84b8:cb08:d0ad]) by lev.selidor.net (Postfix) with ESMTP id 7954FD40D; Mon, 20 Feb 2017 11:08:39 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id CBD819A0003; Mon, 20 Feb 2017 12:08:38 +0100 (CET) Date: Mon, 20 Feb 2017 12:08:38 +0100 From: Ivan Vilata i Balaguer Message-ID: <20170220110838.GE5900@sax.terramar.selidor.net> References: <20170217154858.GD7067@sax.terramar.selidor.net> <20170217162346.4pfljt2q2vv27b6l@wasp> <20170217162934.nuetcswipdil7xje@wasp> <20170217171030.GE7067@sax.terramar.selidor.net> <20170217205341.GB26051@jasmine> <20170217235949.GA5900@sax.terramar.selidor.net> <20170218004215.GA21331@jasmine> <20170218095135.hqe4r5xd3wi4on7r@wasp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170218095135.hqe4r5xd3wi4on7r@wasp> User-Agent: Mutt/1.7.2 (2016-11-26) X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) ng0 (2017-02-18 09:51:35 +0000) wrote: > On 17-02-17 19:42:15, Leo Famulari wrote: > > What about this one? > > > > https://ng.gnunet.org/bugs/view.php?id=4844 > > > > The report says that it's limited to ppc64le, but the symptoms > > appear identical. > > I could ask grothoff about if a new release will happen soon, but it > looks like it: > > commit f154b0ef8894185fd6c01888d10280049bed10c6 > Author: Christian Grothoff > Date: Wed Feb 15 13:38:06 2017 +0100 > > bump dates and versions and update ChangeLog > > > This is the HEAD~~ commit. > The one afterwards fixes an android problem. I was able to install ``gnunet`` without issues, so I guess some recent commit included a version fixed upstream and the bug may be closed.`:)` Thanks for your help! -- Ivan Vilata i Balaguer -- https://elvil.net/ From unknown Tue Aug 19 10:03:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ivan Vilata i Balaguer Subject: bug#25774: closed (Resolved) Message-ID: References: <20170305221536.7p2yaayhhkmkng6f@abyayala> <20170217154858.GD7067@sax.terramar.selidor.net> X-Gnu-PR-Message: they-closed 25774 X-Gnu-PR-Package: guix Reply-To: 25774@debbugs.gnu.org Date: Sun, 05 Mar 2017 21:07:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1488748022-29539-1" This is a multi-part message in MIME format... ------------=_1488748022-29539-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #25774: libmicrohttpd: fails to build (test-driver aborted) which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 25774@debbugs.gnu.org. --=20 25774: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D25774 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1488748022-29539-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 25774-done) by debbugs.gnu.org; 5 Mar 2017 21:06:59 +0000 Received: from localhost ([127.0.0.1]:41409 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckdMp-0007g9-1w for submit@debbugs.gnu.org; Sun, 05 Mar 2017 16:06:59 -0500 Received: from fragranza.investici.org ([178.175.144.26]:54902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckdMm-0007fz-MJ for 25774-done@debbugs.gnu.org; Sun, 05 Mar 2017 16:06:57 -0500 Received: from [178.175.144.26] (fragranza [178.175.144.26]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id C37242C00ED for <25774-done@debbugs.gnu.org>; Sun, 5 Mar 2017 21:06:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1488748015; bh=B91brI7JQPYCMHedhWCVYZONvq++kRQVykI80k9IhkM=; h=Date:From:To:Subject; b=rBVJlEXPX+jqLAKcciqFlh/rlQ0WH813VT0orEN0ILEKgTJjWwrPv+sv2LsAjkznL t5Vbq80SNox/H1p1UfbqET8XHDqMiddkkplv5jXwSOun+sIaQcdZnlDFNvPO8c3gn4 f8t87EqfnHtdGWyoLFf5e5gYj7Q0X93etFZyf5bk= Date: Sun, 5 Mar 2017 22:15:36 +0000 From: ng0 To: 25774-done@debbugs.gnu.org Subject: Resolved Message-ID: <20170305221536.7p2yaayhhkmkng6f@abyayala> Mail-Followup-To: 25774-done@debbugs.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25774-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) This issues is resolved. ------------=_1488748022-29539-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Feb 2017 15:49:18 +0000 Received: from localhost ([127.0.0.1]:43690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cekmc-0004Vn-1p for submit@debbugs.gnu.org; Fri, 17 Feb 2017 10:49:18 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cekmZ-0004VZ-Ln for submit@debbugs.gnu.org; Fri, 17 Feb 2017 10:49:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cekmT-0001ZX-Db for submit@debbugs.gnu.org; Fri, 17 Feb 2017 10:49:10 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55611) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cekmT-0001ZK-Ah for submit@debbugs.gnu.org; Fri, 17 Feb 2017 10:49:09 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cekmR-0004Bs-Vj for bug-guix@gnu.org; Fri, 17 Feb 2017 10:49:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cekmN-0001Wu-Ow for bug-guix@gnu.org; Fri, 17 Feb 2017 10:49:08 -0500 Received: from lev.selidor.net ([66.246.138.156]:57531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cekmN-0001WQ-Lc for bug-guix@gnu.org; Fri, 17 Feb 2017 10:49:03 -0500 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:a069:6e63:9770:208f]) by lev.selidor.net (Postfix) with ESMTP id 6D5F9C84D; Fri, 17 Feb 2017 15:48:59 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id 93E549A67CF; Fri, 17 Feb 2017 16:48:58 +0100 (CET) Date: Fri, 17 Feb 2017 16:48:58 +0100 From: Ivan Vilata i Balaguer To: bug-guix@gnu.org Subject: libmicrohttpd: fails to build (test-driver aborted) Message-ID: <20170217154858.GD7067@sax.terramar.selidor.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.2 (2016-11-26) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) libmicrohttpd-0.9.52 fails to build because of a failing test: ``` $ guix package -i libmicrohttpd ... make[4]: Entering directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' PASS: test_str_compare PASS: test_str_to_value PASS: test_shutdown_select PASS: test_shutdown_poll PASS: test_daemon PASS: test_upgrade ../../test-driver: line 107: 7381 Aborted "$@" > $log_file 2>&1 FAIL: test_upgrade_ssl PASS: test_postprocessor PASS: test_postprocessor_large PASS: test_postprocessor_amp ============================================================================ Testsuite summary for GNU Libmicrohttpd 0.9.52 ============================================================================ # TOTAL: 10 # PASS: 9 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See src/microhttpd/test-suite.log Please report to libmicrohttpd@gnu.org ============================================================================ make[4]: *** [Makefile:1289: test-suite.log] Error 1 make[4]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' make[3]: *** [Makefile:1397: check-TESTS] Error 2 make[3]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' make[2]: *** [Makefile:1531: check-am] Error 2 make[2]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src/microhttpd' make[1]: *** [Makefile:429: check-recursive] Error 1 make[1]: Leaving directory '/tmp/guix-build-libmicrohttpd-0.9.52.drv-0/libmicrohttpd-0.9.52/src' make: *** [Makefile:552: check-recursive] Error 1 phase `check' failed after 29.6 seconds builder for `/gnu/store/42f3rhpv298bmi6ipd0la6nssx34hk6l-libmicrohttpd-0.9.52.drv' failed with exit code 1 guix package: error: build failed: build of `/gnu/store/42f3rhpv298bmi6ipd0la6nssx34hk6l-libmicrohttpd-0.9.52.drv' failed ``` This breaks transitively dependant packages as GNUnet. Thank you! -- Ivan Vilata i Balaguer -- https://elvil.net/ ------------=_1488748022-29539-1--