From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YMUmE0WWSl+3GwAA0tVLHw (envelope-from ) for ; Sat, 29 Aug 2020 17:54:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id gC/nDkWWSl8TKgAAbx9fmQ (envelope-from ) for ; Sat, 29 Aug 2020 17:54:13 +0000 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 8DF30940415 for ; Sat, 29 Aug 2020 17:54:12 +0000 (UTC) Received: from localhost ([::1]:44942 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kC53J-0003yx-OY for larch@yhetil.org; Sat, 29 Aug 2020 13:54:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42340) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kC53B-0003wa-4g for help-guix@gnu.org; Sat, 29 Aug 2020 13:54:01 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:35873) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kC538-0007x5-NE for help-guix@gnu.org; Sat, 29 Aug 2020 13:54:00 -0400 X-Originating-IP: 90.92.160.122 Received: from mimimi (lfbn-idf2-1-1094-122.w90-92.abo.wanadoo.fr [90.92.160.122]) (Authenticated sender: mail@ambrevar.xyz) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 96065FF803; Sat, 29 Aug 2020 17:53:52 +0000 (UTC) From: Pierre Neidhardt To: Adam Kandur , Help Guix Subject: Re: need help with cl packaging In-Reply-To: References: Date: Sat, 29 Aug 2020 19:53:51 +0200 Message-ID: <875z91jq34.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=217.70.183.199; envelope-from=mail@ambrevar.xyz; helo=relay9-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/29 13:53:53 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FROM_SUSPICIOUS_NTLD=0.499, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_PDS_OTHER_BAD_TLD=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: hKB7BtmC+Two --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi! This is because of an upstream mistake. sb-sprof is not loaded by default by SBCL. You need to run (require :sb-sprof) before you can compile/load the package. You can package the offending files (maybe in the .asd) but I suggest you report to upstream. Cheers! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl9Kli8ACgkQm9z0l6S7 zH/Abgf9HY1yKvaYO4PaRQHoLpa19fyEQJ6UH+YQqfHejKajkYgn9b7Z1AHRBVdh 4kEDlx7noeK8lv6OcexqGgI2Sz1wfAjNl9As0yQO1bTQ9hjVMRd7/tj019NiCNcF 637MC/hYq8bpPVc27JtbG4ht7KTzZg4FAFDX4twPIgAzYc+hIufgsYIiKl9AV9I4 fRpXdBUcQESHGoL7kul+VvXIYuXvljwOBl+G6wjSprgWLMP+dcjr80UROF+xOgaI Rue3XQr4Bis+IfwJfMVrCdshgYeSBq08ZYSoitRa72oV1aHS+kegUMSUPsInomjg vmFsY8pcTuA4szeGr4eVU6IsnNaYlQ== =jvOF -----END PGP SIGNATURE----- --=-=-=--