From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0@n0.is Subject: Re: gnutls guile Date: Wed, 13 Mar 2019 17:59:32 +0000 Message-ID: <20190313175932.h363y67k5rxqsl2j@uptimegirl> References: <20190312002014.nwum5ryck75bi5gi@uptimegirl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h48JH-0005OV-RE for help-guix@gnu.org; Wed, 13 Mar 2019 14:09:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h48AH-00037c-45 for help-guix@gnu.org; Wed, 13 Mar 2019 13:59:42 -0400 Received: from aibo.runbox.com ([91.220.196.211]:50962) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h48AG-00036n-Rv for help-guix@gnu.org; Wed, 13 Mar 2019 13:59:41 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1h48AC-0004FY-OX for help-guix@gnu.org; Wed, 13 Mar 2019 18:59:36 +0100 Received: by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) id 1h48A9-0007FV-V5 for help-guix@gnu.org; Wed, 13 Mar 2019 18:59:34 +0100 Content-Disposition: inline In-Reply-To: <20190312002014.nwum5ryck75bi5gi@uptimegirl> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org ng0@n0.is transcribed 402 bytes: > Ludovic, > > as a follow-up to the short chat on #guix: > > if the problem can not be patched in the guile module of gnutls, > it appears that http://git.savannah.gnu.org/cgit/guile.git/tree/module/system/base/target.scm > could be a source of the problem? > > At the moment I'm trying to patch (or rather sed/awk) in gnutls > possible occurences of the tripplet appearing with the GNU_... > in pkgsrc. Due to the short lifetime of IRC I'll add some more comments: For a manual build on NetBSD (.99 being the CURRENT), the tripplet: x86_64-unknown-netbsd8.99 is correct. For a build in pkgsrc (which is not exclusive for NetBSD but I haven't looked at Linux behavior so far) it becomes x86_64--netbsd8.99 because of code specified in http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/mk/configure/gnu-configure.mk?rev=1.17&content-type=text/x-cvsweb-markup This happens to make the builds and filenames more predicatable. So your initial assumption about NetBSD tripplets was right, but similar to guix, pkgsrc needs a different treatment here. Note that this is the last dependency I need to package before can start packaging guix for pkgsrc, so it would be nice to get a patch upstream instead of hacking around it. The original error post: https://lists.gnutls.org/pipermail/gnutls-help/2019-February/004488.html I hope this is enough context to get a reply. > Thanks, > ng0 > >