From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id cOs6KL4h6mVFEAEAqHPOHw:P1 (envelope-from ) for ; Thu, 07 Mar 2024 21:21:18 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id cOs6KL4h6mVFEAEAqHPOHw (envelope-from ) for ; Thu, 07 Mar 2024 21:21:18 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=YEa7R0ir; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-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=1709842878; 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-to: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=fZ8mIzZzqnltynUrJzFDP8TgO7zm8CFy8D+/wZtG8ps=; b=ayM85ppLazl2b7JpIAGcXB9PAKqvEj7FK+OwUx86GrpM8QqKZj+rv4HAU53QV0PDDUUE8r 6hsZSlwRo1NZDYDOqKFyjebGyGUIcxSs7J4sDyXiGzHGhdQpYngD0WiCbYNMNNFTUx+brl Z/Ds7HiUhedHoAAlCpZkCrNLVwNipUO11gTPad5g9Ej3oMdtLGSQykwjJA2486GHsSttIj 8f+b9HXTRv52dc3dtnM8Xn/NUlKssN8OqOzgVe9pCQJMX97UUce1YgyewlI50KrmTfJCGR s8FeYiKz2HzgOKRkx/kKJYsCMFFomBJ5Gq67/TsRtxBWbnodIo5xcDWAtw0Xfw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1709842878; a=rsa-sha256; cv=none; b=WAvAHq6xAsh9JJAS0G8Dog475aCdEM6MC+yas2hanJ/sDlWG91/q+fajJ5Kjm0rWNi2I13 cheTj54MLOsx/Oi9FqPI6SOuDyPkpzIxWtB4SdmHoVyztR3nw3UEoR7Tyo0lLhT/PDDshg WaIbM3oXnHNVUNvaWBeYHsvCZle3Qt9GPd2zhoGvNaSYfYNCL5/ghK4jxmAPQcmCgqV/0y r5mZvv4tbqzveKsy2TQPWH03SSrk3sQ6RnhxEMpYXyuTzjkga9sNypSpjFu851f/USdb2t x1IXc9lHiiF9W8B7h4NUVxYAkn3WPJK4OWtNHX6c7+s2fyFgpaZzRLidCehWbA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=YEa7R0ir; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) 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 074DF68E05 for ; Thu, 7 Mar 2024 21:21:17 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1riKED-00060o-9v; Thu, 07 Mar 2024 15:20:33 -0500 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 1riKEB-00060K-Gh for bug-guix@gnu.org; Thu, 07 Mar 2024 15:20:31 -0500 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 1riKEB-0004wB-6w for bug-guix@gnu.org; Thu, 07 Mar 2024 15:20:31 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1riKEg-0007eR-0Z for bug-guix@gnu.org; Thu, 07 Mar 2024 15:21:02 -0500 Subject: bug#68764: ASDF can't load sbcl-clx-truetype installed through Guix Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Thu, 07 Mar 2024 20:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 68764 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Lars Rustand Cc: 68764-close@debbugs.gnu.org Mail-Followup-To: 68764@debbugs.gnu.org, glv@posteo.net, rustand.lars@gmail.com Received: via spool by 68764-done@debbugs.gnu.org id=D68764.170984285029367 (code D ref 68764); Thu, 07 Mar 2024 20:21:01 +0000 Received: (at 68764-close) by debbugs.gnu.org; 7 Mar 2024 20:20:50 +0000 Received: from localhost ([127.0.0.1]:55056 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1riKES-0007da-UV for submit@debbugs.gnu.org; Thu, 07 Mar 2024 15:20:49 -0500 Received: from mout02.posteo.de ([185.67.36.66]:52325) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1riKEN-0007dD-7b for 68764-close@debbugs.gnu.org; Thu, 07 Mar 2024 15:20:47 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 90F58240103 for <68764-close@debbugs.gnu.org>; Thu, 7 Mar 2024 21:20:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1709842804; bh=fZ8mIzZzqnltynUrJzFDP8TgO7zm8CFy8D+/wZtG8ps=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=YEa7R0irqSq9YTWGdeLUhAtTCPVFB5RbTFj2Gx4Cj9aH/gnHMzyR/lVbKEqvwvND1 lp6Rdb7HKR0N0bwkLC6hdXXP1YSNtRaYSW5scX+zpmykox/G28db4fjwkAD65vj4r3 Zg8C8/LyOFbNd2NSVQ6IY/5GRQqgE5Ei/EzpH0zGqf1e75gupg/LRsVzU+F2G7DeuU 112NdzSJip1xi1KKwngW77VEWh2MHnzFHux3sea0BpGXb0MI64qhcAQ27l3gsJp91k 7d+2IYsCmPY15qQXbU4eAWyG79OV44OhkKa/mWatM+514FaGvH1Fm9NBPSGCbgAbIl BbnxQuPIhQR8g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TrLJM3nmnz6twb; Thu, 7 Mar 2024 21:20:03 +0100 (CET) References: <87cytmiiyu.fsf@protonmail.com> <874jeycvlc.fsf@yoga.mail-host-address-is-not-set> <87bk96jvdw.fsf@kitej> <87bk7sza2w.fsf@yoga.mail-host-address-is-not-set> From: Guillaume Le Vaillant Date: Thu, 07 Mar 2024 20:18:21 +0000 In-reply-to: <87bk7sza2w.fsf@yoga.mail-host-address-is-not-set> Message-ID: <87zfv9bxql.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: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.95 X-Spam-Score: -6.95 X-Migadu-Queue-Id: 074DF68E05 X-Migadu-Scanner: mx11.migadu.com X-TUID: eF4Kxw3zFsGo --=-=-= Content-Type: text/plain Lars Rustand skribis: > I had forgot about this thread, but randomly saw it mentioned on IRC > today. The problem in my case was that I had some packages in > ~/common-lisp. Since I was running the container from my home folder > this was still visible inside the container even though it was --pure. > After deleting the ~/common-lisp folder I was able to load the package > without any issue, both inside a container/shell and directly on my > system also. Ok. Closing the issue then. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZeohcg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j8/lwD9H2pKzZLxUj42uOa+pC9s8mu5WWY713GICgV1 amRZEGEA/R2TfCK5F/ZinmwNzUQZia7PBHoKG+CInqjM4u2McX5e =aJHN -----END PGP SIGNATURE----- --=-=-=--