From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/3] add c-ares and aria2 Date: Thu, 12 Nov 2015 14:05:31 +0100 Message-ID: <87egfvxt9g.fsf@gnu.org> References: <1446448523-27811-1-git-send-email-efraim@flashner.co.il> <87d1vryzn8.fsf@gnu.org> <20151105111953.19ef0e99@debian-netbook> <20151108153324.096b077d@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwrZK-00045Q-3F for guix-devel@gnu.org; Thu, 12 Nov 2015 08:05:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwrZF-0002mW-Lb for guix-devel@gnu.org; Thu, 12 Nov 2015 08:05:37 -0500 In-Reply-To: <20151108153324.096b077d@debian-netbook> (Efraim Flashner's message of "Sun, 8 Nov 2015 15:33:24 +0200") 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: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner skribis: >> In the end rebuilding c-ares with the release tarball and not the github >> tarball fixed the issues with aria2 not recognizing c-ares. I wasn't abl= e to >> get anything more out of aria2, more than it not finding the locations a= nd >> leaving me with with variables pointing to /path/to/dir and the like. >>=20 > > here's the end of the log file: > > ##Failure Location unknown## : Error > Test name: N5aria224LpdMessageDispatcherTestE::testSendMessage > uncaught exception of type N5aria29DlAbortExE > - Failed to set a socket option, cause: No such device Could you check what this test does? The =E2=80=9CNo such device=E2=80=9D = is likely due to our build environment not corresponding to the assumptions made by the test wrt. available networking capabilities. > LpdMessageReceiverTest.cc:34:Assertion > Test name: N5aria222LpdMessageReceiverTestE::testReceiveMessage > assertion failed > - Expression: rcv.init("") And this one is likely related to the one above. TIA, Ludo=E2=80=99.