From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 28 10:36:17 2022 Received: (at 54036) by debbugs.gnu.org; 28 Feb 2022 15:36:17 +0000 Received: from localhost ([127.0.0.1]:34578 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nOi4P-0003Bl-9Q for submit@debbugs.gnu.org; Mon, 28 Feb 2022 10:36:17 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:47009) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nOi4N-0003BW-O7 for 54036@debbugs.gnu.org; Mon, 28 Feb 2022 10:36:16 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id 84C1460006; Mon, 28 Feb 2022 15:36:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220217080334.12044-1-tanguy@bioneland.org> <87mtijoqwf.fsf@gmail.com> <164553022414.20167.8025650442220259702@localhost> <87a6eioism.fsf@gmail.com> Subject: Re: bug#54036: [PATCH] gnu: gnunet: Update to 0.15.3. From: Tanguy LE CARROUR To: Maxim Cournoyer In-Reply-To: <87a6eioism.fsf@gmail.com> Date: Mon, 28 Feb 2022 16:36:07 +0100 Message-ID: <164606256792.30879.5346064647814960085@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54036 Cc: 54036@debbugs.gnu.org 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: -1.7 (-) Hi Maxim, A **lot** has changed since I submitted this patch: version 0.16.0 is out! So I decided to remove the `substitute` for all the failing tests and give = it a try, and=E2=80=A6 a lot of them seem to have been fixed! But, even though I have no failing tests in the log, the check phase fails with the following error message: ``` error: in phase 'check': uncaught exception: %exception #<&invoke-error program: "make" arguments: ("check") exit-status= : 2 term-signal: #f stop-signal: #f> phase `check' failed after 4846.7 seconds command "make" "check" failed with status 2 ``` I don't know on which side is the problem, Guix or GNUnet? My only guess is that `make` is supposed to return 0, but it actually returns 2, which could mean "some tests have been skipped." But it's just a random guess. Any idea what could be wrong?! I'm anyway submitting the latest version of my patch. The last failing test that is disabled, `test_transport_api_https`, I can probably fix. The good news is, if I `guix package --without-tests=3Dgnunet gnunet` I get a for-what-I-can-tell working GNUnet! \o/ Best regards, --=20 Tanguy