From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id IOf7BkDT1GRGZwAASxT56A (envelope-from ) for ; Thu, 10 Aug 2023 14:08:32 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id MHzABkDT1GR7aQEAauVa8A (envelope-from ) for ; Thu, 10 Aug 2023 14:08:32 +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 7782353522 for ; Thu, 10 Aug 2023 14:08:31 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=OfeLe7Qc; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1691669312; 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=g3OvtxyWduDW8GvK7ZfxbSJOrmCOe+WHUoyhJJbR6Q4=; b=Ji9mi6gFDHVGBsQE8JuWF2Gvoq9B1oQEvdWjaY2JKyBVDDz51HEqoaiRk0kxta3pmvLFsn ln7aZN7pnChTJiC8IVPlQ5iJUnKOdbNPs/NqL8nO5R7OdIznB/T/DenHAnFOU6XqZcKzN6 SRTAuaVUqhkzdOQc/1y1Dd/ybfRignyIhVGYcJFnX7uzvbJ54iDqE9OFip66HhFim4aBLf RXwJgGsAakhEUwSPFYknu42LKgp78XE6bVqDSxfyh1Q2VakoYdaMEFyOUTuSCkCO19hFyB HRoPGIH403sL6UFCxI9tR2EaTTwS3fkNQDAvdn2VQGcsOkI94mu5bl/JujDQKA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1691669312; a=rsa-sha256; cv=none; b=HRTrj8sS3Mgqbl25VB/5Q7oPZr8iXwieNGeOA868MdYW625b14H1kRG0HsgsCB4/ng8W9w QEkpC2lROpr1XwMgv+cvFBv/ugEyzkR6mx0xSp5cdG6X5AVMpwqMT2m1gJY5vDILyPOKiX 9f1rAjXkcipp0AaYmrpEc0Y2zn0QnlbUuBrMuHSobShDldWIPQFWPx3SZt/Z/6wYUqLHai il7Jc7YQqSZxKsLbUoVOqjViJbdPhUZJ2JmK9yUdYMlKed8pm+I6PrGF4GK5n9+wTH2+Xj tOeaf2rwiPhCrT4gngZ5hdlZbi1x6Cm9yL3c4gOY8WMwSfoZge+gmAD62kWH5g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=OfeLe7Qc; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qU4Sa-0000a8-CT; Thu, 10 Aug 2023 08:08:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qU4SS-0000Ux-0M for guix-patches@gnu.org; Thu, 10 Aug 2023 08:08:05 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qU4SQ-0003Fo-JZ for guix-patches@gnu.org; Thu, 10 Aug 2023 08:08:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qU4SQ-0007lD-FF for guix-patches@gnu.org; Thu, 10 Aug 2023 08:08:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH 4/4] gnu: Add sbcl-cl-gtk4. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 10 Aug 2023 12:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: ykonai Cc: 65149@debbugs.gnu.org Received: via spool by 65149-submit@debbugs.gnu.org id=B65149.169166925729736 (code B ref 65149); Thu, 10 Aug 2023 12:08:02 +0000 Received: (at 65149) by debbugs.gnu.org; 10 Aug 2023 12:07:37 +0000 Received: from localhost ([127.0.0.1]:41598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qU4Rx-0007jU-Uj for submit@debbugs.gnu.org; Thu, 10 Aug 2023 08:07:37 -0400 Received: from mout01.posteo.de ([185.67.36.65]:51173) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qU4Rt-0007jE-B8 for 65149@debbugs.gnu.org; Thu, 10 Aug 2023 08:07:32 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 2EDB1240028 for <65149@debbugs.gnu.org>; Thu, 10 Aug 2023 14:07:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1691669243; bh=B7VcnIYHPS2VAln2dvpefPJMp29cNH/uOai90RRGD/E=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=OfeLe7QchiNJrYCgZCHCB+kxQirwqg+uFObvPqWItfUuNdmAw7Izf2En4mp5mQnUq Mx8l351h3SNHXAb5rLoP9BnEJsdDOtH5+DU6AX6WrCGVHHBOfI9Vibv5aULh9HlEJ5 NAelb/+0ya9Eveh66CzZRxl77xDc/1qQCUGeei6gl+vCpSQqZhPTqipbD4RpBiRqG7 EZTtQMqSMT5NMLh4jCm1JTTzbEuJ0849jjk0JnuPxBMXMsRm4uPlfN09Q0mGhoNvRN j47oS9hmYqi6ACSyZl5a4xY6T99lLYjGebDJUFRLwkyB8c6S/wdZgnJlL2jzltSLU2 TOS+hLF11Ujbg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RM5Jn0KRsz9rxW; Thu, 10 Aug 2023 14:07:20 +0200 (CEST) References: <20230808135212.1452175-1-mail@ykonai.net> <20230808135212.1452175-4-mail@ykonai.net> From: Guillaume Le Vaillant Date: Thu, 10 Aug 2023 12:00:05 +0000 In-reply-to: <20230808135212.1452175-4-mail@ykonai.net> Message-ID: <871qgbksnb.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 7782353522 X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -6.87 X-Spam-Score: -6.87 X-TUID: SrO2vLydzOEN --=-=-= Content-Type: text/plain ykonai via Guix-patches via skribis: > * gnu/packages/lisp-xyz.scm (sbcl-cl-gtk4, cl-gtk4): New variables. > [...] > + ;; propagate because it at least requires the typelib files at runtime > + (propagated-inputs (list gtk)) > + (inputs > + (list gobject-introspection > + sbcl-cl-glib > + sbcl-cl-gobject-introspection-wrapper)) > [...] Hi. Instead of propagating Gtk, have your checked if having the GI_TYPELIB_PATH environment variable set at runtime could be enough to make things work? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZNTS+A8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/BMAD+MNrC0WqS59yIB/9+Lat9ZCVLeUxzhvdVtu5k NoYj9p8A/ixXwhpusk4MvZI6CQil4i6DSpIiYr67UfPOKqYLGSEu =rlVH -----END PGP SIGNATURE----- --=-=-=--