From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id IM77H7oo8mIxZAAAbAwnHQ (envelope-from ) for ; Tue, 09 Aug 2022 11:28:26 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id qHsSH7oo8mKXfgEAG6o9tA (envelope-from ) for ; Tue, 09 Aug 2022 11:28:26 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 328ED3A8DE for ; Tue, 9 Aug 2022 11:28:26 +0200 (CEST) Received: from localhost ([::1]:37192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oLLXF-0004Ab-3y for larch@yhetil.org; Tue, 09 Aug 2022 05:28:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39220) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLLWs-0004AT-IW for guix-patches@gnu.org; Tue, 09 Aug 2022 05:28:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52795) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oLLWs-0000TT-A4 for guix-patches@gnu.org; Tue, 09 Aug 2022 05:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oLLWs-0002eS-5t for guix-patches@gnu.org; Tue, 09 Aug 2022 05:28:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57055] [PATCH 2/2] gnu: Add guile-srfi-146. Resent-From: pukkamustard Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 09 Aug 2022 09:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57055 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos Cc: 57055@debbugs.gnu.org Received: via spool by 57055-submit@debbugs.gnu.org id=B57055.166003726510168 (code B ref 57055); Tue, 09 Aug 2022 09:28:02 +0000 Received: (at 57055) by debbugs.gnu.org; 9 Aug 2022 09:27:45 +0000 Received: from localhost ([127.0.0.1]:42544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLLWb-0002dw-EQ for submit@debbugs.gnu.org; Tue, 09 Aug 2022 05:27:45 -0400 Received: from mout01.posteo.de ([185.67.36.65]:55435) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLLWZ-0002de-Ht for 57055@debbugs.gnu.org; Tue, 09 Aug 2022 05:27:44 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 8F021240026 for <57055@debbugs.gnu.org>; Tue, 9 Aug 2022 11:27:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1660037257; bh=dTkN4eyjlhKF3q7q8o4I8PltfvisgYLVgK1Oi97mvxg=; h=From:To:Cc:Subject:Date:From; b=NGDQjD/nhCzn6HPtlfxxl8LRaq9QS9+pyY2Zli/M4Qa9tbpRIXcgCyrwnyALgbAAT +Z5qwUZXukRrVI4gDKp85C50VdqNHrvJv1Y/lJgdVfZz+OJd8E7XEgN5rEnZALM4V5 ZkcTKnrEkW2Igu5E+j3K4R6EhdLBiJb7LSWKlzolmCMYlRunogULog2guPW48JiNSg Wr5nigC7+ciQyuYf6wuVZDQppUSgXbvbounXvus3ZlGX74OekNAcy2/rriG4P+bZCe AtCfqPLteIkGGp+71l0e3VYukbiMFuOxATOF7cX3Qw/3wwhEY89rycri74tabeuLsU gQoaCmkMPx+xg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4M275J4mNHz9rxl; Tue, 9 Aug 2022 11:27:32 +0200 (CEST) References: <20220808083254.16059-1-pukkamustard@posteo.net> <20220808083601.16323-1-pukkamustard@posteo.net> <20220808083601.16323-2-pukkamustard@posteo.net> <5ac83e05-863f-7d81-6f86-b738a7ae3fa2@telenet.be> <86y1vy7uvq.fsf@posteo.net> <4db0fbfe-ac09-e8fa-d16a-140d33bbd871@telenet.be> From: pukkamustard Date: Tue, 09 Aug 2022 09:24:06 +0000 In-reply-to: <4db0fbfe-ac09-e8fa-d16a-140d33bbd871@telenet.be> Message-ID: <86lerx7on3.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660037306; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=dTkN4eyjlhKF3q7q8o4I8PltfvisgYLVgK1Oi97mvxg=; b=m8SjvguwIb0rRpWxlRSNAi3QERwG6ewhEzDo7JUsgiNSB7FpxIbskfkcF7SQOwc5ZfTLtA MI0uTpzrvuylWJo+YdMBfUMP+VG8hAUiq7ivmKzK1MjgIEfFYILBhugjan/c17GxSM3irA eC5eue/Q6qc4ApcGQSP/KhagRNwL5a+7FG0yJYBsItcF45EQMTcEu03HtuimCBWpD+qCLt 0ory2/abBsR2b7LE576nPzL5HoZj51ZmAaGUeo8gzRDz2RU/0X8jUxdNqu/FOsTnJAkFDJ dF6cz4/c/9PBI2mZsunHeHGgAhjcC4DGY5qU+hQ4u1uVGO1/OdStyaKdbSb54Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660037306; a=rsa-sha256; cv=none; b=eTzQSK/NV2pBNPEyautah+mnH6AToledGf4T/jr/a8jEpAI8TNPuAcM0nzZ2btZnZVVKnN IDqI1FuQ7jG3IzJEySbdWEWSjiXOYq50onlprFfp09ClIz+NP6T7wJhY/Wul+yiqqDQ2Sp miagJ6kjSJHUYQgAzMuW9ycbHa8oWwuI+9B+oZQceRUyQPeZsyDJ6rHUy+ciUZxfKuaN+S bSzuy2yR2iHashL5mGn50p8gQsV7sI75JFqgyful82u2XZYSt02qvtOk4q3wMQZgdQLlVp NpJFc5tJ8DjQPehH/7qiNj5vEyZGSg7o5lraCco9fDVK0+kOZw2u7rqfvqwdKQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="NGDQjD/n"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 4.81 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="NGDQjD/n"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 328ED3A8DE X-Spam-Score: 4.81 X-Migadu-Scanner: scn0.migadu.com X-TUID: UQgppBH/DtOA Maxime Devos writes: > I don't know about guile-build-system, but for some Guile packages > that use gnu-build-system, the package itself has to be added to > native-inputs when cross-compiling (this-package may be useful). I > think it has something to do with macros and the module system. That seems to do the trick. Adding the Guile libraries to the native-inputs makes cross-compilation work. I will send in a V2 of patches that fixes this. Thanks, pukkamustard