From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Van Ymeren Subject: Re: [bug#30165] [PATCH] gnu: gnurl: Add '--with-ca-bundle' path to configure-flags. Date: Tue, 23 Jan 2018 20:55:35 -0500 Message-ID: <87h8rchvfs.fsf@vany.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeAI1-00044c-O8 for guix-devel@gnu.org; Tue, 23 Jan 2018 20:55:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeAHt-0006a8-Cc for guix-devel@gnu.org; Tue, 23 Jan 2018 20:55:49 -0500 Received: from mail2.vany.ca ([142.54.190.254]:60027) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eeAHt-0006WN-13 for guix-devel@gnu.org; Tue, 23 Jan 2018 20:55:41 -0500 In-Reply-To: 20180118230727.16742-1-ng0+guixpatches@n0.is 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" To: ng0+guixpatches@n0.is Cc: guix-devel@gnu.org Regarding https://debbugs.gnu.org/30165 gnurl is failing to build on my system and I think this patch is to blame. Why is gnurl referencing something under the root filesystem rather something provided by an input? Shouldn't we provided ca-certificates.crt from an input and reference that? I guess we want to be able to to change what certificates that gnurl accepts without rebulding the package, but I think we need something to provide that file when building the package in the first place, or disable the relelvant tests. For reference the build error I'm seeing is ========================== test 0324...[TLS-SRP with server cert checking] curl returned 77, when expecting 51 exit FAILED - abort tests ========================= >From the curl man page, exit code 77 means "Problem with reading the SSL CA cert (path? access rights?)."