From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id CJTuFQgW8WLNIQAAbAwnHQ (envelope-from ) for ; Mon, 08 Aug 2022 15:56:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id YMfqFQgW8WJs7QAA9RJhRA (envelope-from ) for ; Mon, 08 Aug 2022 15:56:24 +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 016EA88A0 for ; Mon, 8 Aug 2022 15:56:24 +0200 (CEST) Received: from localhost ([::1]:60664 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oL3F0-00022o-RA for larch@yhetil.org; Mon, 08 Aug 2022 09:56:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oL3Bo-0005gj-BV for guix-patches@gnu.org; Mon, 08 Aug 2022 09:53:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49731) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oL3Bn-0003Ch-Uq for guix-patches@gnu.org; Mon, 08 Aug 2022 09:53:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oL3Bm-0006cO-In for guix-patches@gnu.org; Mon, 08 Aug 2022 09:53: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: Mon, 08 Aug 2022 13:53: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: "(" Cc: Maxime Devos , 57055@debbugs.gnu.org Received: via spool by 57055-submit@debbugs.gnu.org id=B57055.165996675525407 (code B ref 57055); Mon, 08 Aug 2022 13:53:02 +0000 Received: (at 57055) by debbugs.gnu.org; 8 Aug 2022 13:52:35 +0000 Received: from localhost ([127.0.0.1]:39480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oL3BL-0006bi-7l for submit@debbugs.gnu.org; Mon, 08 Aug 2022 09:52:35 -0400 Received: from mout02.posteo.de ([185.67.36.66]:38253) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oL3BH-0006bT-8Q for 57055@debbugs.gnu.org; Mon, 08 Aug 2022 09:52:32 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 282D7240101 for <57055@debbugs.gnu.org>; Mon, 8 Aug 2022 15:52:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1659966745; bh=aiy5jF4yynGRyGnFWwZPrR9GjhlEOqiE5aE5bA7xnbw=; h=From:To:Cc:Subject:Date:From; b=VGUzxiJxtwE3oVjstZJrPy/1QnFrc2iM5eanL4IGZ5O9RdfFFpcfYs/Ugt/SPbr75 ZYp1WeFQ2N1L0mJs1BUwY4Ad7L2BLP7HBMmFGEw6SdAqO1QxtPkZAAwtsNActj7oBO VQOLK/zRswLFOZILxhPCe4Al2QQDp4GLCJKqTgqUx058lk93i/TRtEFc70Ni6z5dXr Q0PaRTKZqFjmx5t2pVh4t+Hf1U/6swn1C8rN+B3ccaamnYYTvkmgz5Pe7HLzUk5xgO piAl/3ecKdDNZFyERfySqbfnAf5bxJxkReRPMU+p4gzoHuddjMWhIDjkBLgskqTJTp SI37QHyb5+lgw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4M1d1K6hQWz9rxB; Mon, 8 Aug 2022 15:52:20 +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> From: pukkamustard Date: Mon, 08 Aug 2022 13:47:51 +0000 In-reply-to: Message-ID: <86tu6m7sh9.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=1659966984; 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=38N/GIPKG894B4Tm++s/3QuUl0qvDcxmyYWva6JHegs=; b=Wi+14jSLEEHIry3b+Hd2L2kRd9Zo+E//ehsBBXtH9C5g6aa36Yd9nLXNGeAA2P6abQquEy 0odtfjS9VOvPAwJYwDlMbu0gfTaDHt8xJs0kUhNWngtmqGHMptEB3i49SFGcX5k12Jz10x qqiR8TRzL8JQZfc9Yi1lyFfdASB4/M1uTbl4C6MtUs+FxDobZC71JQ7wEfl9FcjIzBffa0 D4LTYRHGfA4mR9DFH6oTYnMjmniOThTCEcPzGm0VTZDFiJgBz+MjoFmzAcN56PMMNR2JZN 20ilh1WTleYV8ZSqdBWa1DZ3XZ6OEDYwNb9AVDNOiGzuc6zOzAnAtccsfgcyKg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659966984; a=rsa-sha256; cv=none; b=kTQRoJRj2m1je2ayJBIL3CIA+gTMK6/DPtQwokFiZeGG4MZ0RIrS/irXURCylv5BdSkSJn y9kGNqpFDLaQp/AnTucLnPz4jTb/3qxwxeQ3ebjlDDgJdO5SNAKq7qsd7HPq5Wunl6XcSs uv7hG0dUv3JpZgf30zvkWGEMWhIqBA0zlA3rS3wrbLKT9GfjHQnkUkV77LbsIK4AlKZfcF ucb8jJWTmqedyUKxZ858K7D1HpmBb4Qf4Y7uvyL85DjuPfP71EEuKOxMe6jehs4Ux7r9Ue H/T1esekj7/Erhx0Cr1NtN0L2W49zezh75v5Mi768CoWwxxpDDl8vLp4kQR7gQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=VGUzxiJx; 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: 5.61 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=VGUzxiJx; 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: 016EA88A0 X-Spam-Score: 5.61 X-Migadu-Scanner: scn0.migadu.com X-TUID: inlnp1Ihlbk7 "(" writes: > On Mon Aug 8, 2022 at 1:43 PM BST, pukkamustard wrote: >> Adding guile-3.0 to both native-inputs and inputs seems to solve this >> (also for guile-srfi-158). > You should only need to add it in native-inputs. If I only add guile-3.0 to native-inputs (and not to inputs), the build fails like this: ``` configure: checking for guile 3.0 configure: checking for guile 2.2 configure: checking for guile 2.0 configure: error: No Guile development packages were found. Please verify that you have Guile installed. If you installed Guile from a binary distribution, please verify that you have also installed the development packages. If you installed it yourself, you might need to adjust your PKG_CONFIG_PATH; see the pkg-config man page for more. error: in phase 'configure': uncaught exception: %exception #<&invoke-error program: "/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/bash" arguments: ("./configure" "CC_FOR_BUILD=gcc" "CONFIG_SHELL=/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/bash" "SHELL=/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/bash" "--prefix=/gnu/store/qhcnb9giiahhb2p7y7q05gs4ndhln4yk-guile-srfi-146-0.1.0" "--enable-fast-install" "--build=x86_64-unknown-linux-gnu" "--host=arm-linux-gnueabihf") exit-status: 1 term-signal: #f stop-signal: #f> phase `configure' failed after 0.6 seconds ``` Quite possibly that something is wrong with the configure.ac. Same thing also happens with guile-srfi-158. -pukkamustard