From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 11 03:42:21 2022 Received: (at 54280) by debbugs.gnu.org; 11 Mar 2022 08:42:21 +0000 Received: from localhost ([127.0.0.1]:36477 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSaqr-0002te-1B for submit@debbugs.gnu.org; Fri, 11 Mar 2022 03:42:21 -0500 Received: from mout02.posteo.de ([185.67.36.66]:60129) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSaqn-0002tN-MJ for 54280@debbugs.gnu.org; Fri, 11 Mar 2022 03:42:18 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 79968240108 for <54280@debbugs.gnu.org>; Fri, 11 Mar 2022 09:42:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1646988131; bh=5nSTmuvcF0Q/HFa0JoJeUmY2MaiaseTKzub9/J7J5b0=; h=From:To:Cc:Subject:Date:From; b=PKcnbf8N1uZs1Cqg3ivgpUs+kEfy/Y02Li9Uuq9HKbtNpnoFLCoZtj0HQAxUDD5dA fDnLs+hEIEEhaqy6n/v6ygfKZFaRSqXcZZvdyz0Pxlu7Nxhs/9AUE+sHBirUEGGfkY 27z1dhb58sgDZjCH5J1wNQNwUlrJdvjmKYlKxea0GLV3YJ8DJNGx2GMuz9psmtGGsG 4OKnW6AlgiRq+cAfzU2hO36YnEHBuFLgFSHn5C3lE8dBIJ3tqpwDVLqtrZ8OAa7cLp 5py0K64xvX0Uz3w08OKcZwc5ff2nfziqDXtuYN9u05pE7p7vPGLenXS2EgFAJzZQmG Gkh0n9ePO9dpw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KFKDf2YYBz6tmN; Fri, 11 Mar 2022 09:42:09 +0100 (CET) References: <87k0d6pnk1.fsf@lysator.liu.se> From: Guillaume Le Vaillant To: Einar Largenius Subject: Re: bug#54280: stumpwm won't load libraries Date: Fri, 11 Mar 2022 08:24:01 +0000 In-reply-to: <87k0d6pnk1.fsf@lysator.liu.se> Message-ID: <87y21gc23q.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54280 Cc: 54280@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Einar Largenius skribis: > Hello! > > I have an issue where I can't get slynk to load inside stumpwm with Guix > as the package manager. I have no issue loading slynk with either nyxt > or when running a sbcl-repl even without modifying > asdf:*central-registry*. These are the packages I have in my profile: > > glibc-locales 2.33 out /gnu/store/nrr24nvf6548if5wdpvxhlvjif3x9jjp-glibc-locales-2.33 > nyxt 2.2.4 out /gnu/store/rf5aamdsdd039mhn4c3vsx5zgzzmnzdx-nyxt-2.2.4 > sbcl 2.2.2 out /gnu/store/129g8pcc2ybs1p81ak28lj44i0wkyiqj-sbcl-2.2.2 > cl-slynk 1.0.43-5.0470c02 out /gnu/store/zc8h7xy78k6ybfq74k4wvx0yhg4pz6ln-cl-slynk-1.0.43-5.0470c02 > stumpwm 20.11 out /gnu/store/y88ghx13yv9b6a2sa7b8hnxgcnw8x3ka-stumpwm-20.11 > > If I just try to load slynk directly asdf doesn't seem to find it at > all. If I try to add the *.asd files that Guix provides: > > (push (uiop:subpathname* (user-homedir-pathname) ".guix-profile/share/common-lisp/systems/") asdf:*central-registry*) > > And then try to load, I still get an error: > > Don't know how to REQUIRE SB-CLTL2 > > stumpwm itself works without issue. Hi, There's a stumpwm-with-slynk package that you could use instead of the stumpwm package. I guess it should do what you want. If not, you could also try installing the sbcl-slynk package (which has the compiled files for sbcl) instead of the cl-slynk one (sources only). I think the stumpwm binary can only compile code using the libraries that were available when it was built, and I guess sb-cltl2 isn't one of them. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYisLWQ8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j8vqwD+JfZ7xjrNAmTQ2vScMcFdhQGlEtq4lQOxvPSb jTskyGUBAI9AZFO4qRBvlzSpOntkuA44m0YL8TBHl32KX6jfRMle =3zun -----END PGP SIGNATURE----- --=-=-=--