From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id YOihAeXD7WK6RwAAbAwnHQ (envelope-from ) for ; Sat, 06 Aug 2022 03:29:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id qIObAeXD7WKRoQAAauVa8A (envelope-from ) for ; Sat, 06 Aug 2022 03:29:09 +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 850D93D84F for ; Sat, 6 Aug 2022 03:29:08 +0200 (CEST) Received: from localhost ([::1]:33656 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oK8cl-0005YF-CA for larch@yhetil.org; Fri, 05 Aug 2022 21:29:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47858) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oK8cg-0005Xr-Gf for guix-patches@gnu.org; Fri, 05 Aug 2022 21:29:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42795) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oK8cg-00067e-7A for guix-patches@gnu.org; Fri, 05 Aug 2022 21:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oK8cf-0002Ic-Vl for guix-patches@gnu.org; Fri, 05 Aug 2022 21:29:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56729] [RFC PATCH 00/10] Add sagemath. Resent-From: vicvbcun Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 06 Aug 2022 01:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56729 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56729@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Andreas Enge Received: via spool by 56729-submit@debbugs.gnu.org id=B56729.16597493358826 (code B ref 56729); Sat, 06 Aug 2022 01:29:01 +0000 Received: (at 56729) by debbugs.gnu.org; 6 Aug 2022 01:28:55 +0000 Received: from localhost ([127.0.0.1]:60777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oK8cY-0002II-V6 for submit@debbugs.gnu.org; Fri, 05 Aug 2022 21:28:55 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([85.215.255.22]:38597) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oK8cT-0002I8-UB for 56729@debbugs.gnu.org; Fri, 05 Aug 2022 21:28:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1659749320; s=strato-dkim-0002; d=ikherbers.com; h=In-Reply-To:References:Message-ID:Subject:Cc:To:From:Date:Cc:Date: From:Subject:Sender; bh=pBwKRcj3j7kyzIxbed0N4ea2OfFhsy2op8svIv5wmAk=; b=EwoL4TPGMM6PwVfzT45d45zuXWQ0kJ0mju89ksg28SdG08ITBiOnUJ/f/qAfaDFo2X 5SaQiJxMA7BJTqLA7WdGxhfYgfkv41FtOL4IGBvQAOu0dH4VGwUSGgo17MCZ3Y1JxBJY krncBQbKneNSBN2ZmDDVKMdD1LUnLPI8D5oe/5EmvQAH36MhQ6PeBWrsLGPfWOwVn5qt 4pi4exyVzkrEHNPBhyjXLMCLCInRdIIrL/nB1jYvDiM4WlAXEbEVp0pC/wnh+Rcjng7E tA2fAUPePcHDh6Oo4z7IccL8StglaqRgy7OT5pzxWURM4K+JxZtHndoZWKojv67vH+fu ni6A== X-RZG-AUTH: ":IUwNfkitaf3qOWm2b/jA5tveVwUUcwH3PkiYp6DPxTDDEo4xO9ymAEzKSWlvmNAhIG6s" X-RZG-CLASS-ID: mo00 Received: from lambda.localdomain by smtp.strato.de (RZmta 47.47.0 DYNA|AUTH) with ESMTPSA id 0cac6cy761SdhR0 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Sat, 6 Aug 2022 03:28:39 +0200 (CEST) Date: Sat, 6 Aug 2022 03:28:39 +0200 From: vicvbcun Message-ID: Mail-Followup-To: 56729@debbugs.gnu.org, Ludovic =?UTF-8?Q?Court=C3=A8s?= , Andreas Enge References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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=1659749348; 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=pBwKRcj3j7kyzIxbed0N4ea2OfFhsy2op8svIv5wmAk=; b=hT7D+MyFn7boHhQxipu9rTJcSGKy4sq2Zn/sBqg7lbHU8LOYgQ97ZDeH7tDwjHnbafEIix SErWKqEAGDbaTC91T628FhAV7j/g9IdivzkXHZgquAKleXT/BniM/EnCoz7K+WAquJTAST /vqM73sPx9GJa7IE4k6xq+eCAqMNNqHTZyP/bQTQWDd7CphBVrJSf1d6RdjFUvE2lj9VlQ v1PKp7gQ+ESsIJf+s4gumVcaoeo/yPNyb6vwqCrAcFl/JuSZoMbL5bp0xJccITXJAMDkTl leuZJ4sYXmF1LPpweCaKo7v55lq9V0VrK/ACj1uDdBVb1LennClQs6e/B4CPbg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659749348; a=rsa-sha256; cv=none; b=ZSkjA1BJFSB9X+JmejnChBrdjEc7KgiErio+ZX84MPZMmFNMzODKsriIfO5GadTEbKQxeM xK+JlHKusi9roNKxeJ2Wwupuly9U3a2DUoFVMdYcC26HwRI11GKCaW1yyeZOMFAHGAWubN bniOaciK3vTcmLmwOnQUy6YVAIAI3w96kxqZ09ZtJ41J9ZyktjZRFClKYSCoFL1GvKwire Ryt1NdXMX4Be3k7Ey+IHqCromnM57cGKYTGblO8LiU4oiKXr/hC3I8SToYrG0yrG9WUN0Z vZnKNuOXfcjUpoN07lSJBzocHmK7JeM9tntTbTjpNyuylYKzsRIrJ6w7YT3u4A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ikherbers.com header.s=strato-dkim-0002 header.b=EwoL4TPG; dmarc=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: 3.11 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ikherbers.com header.s=strato-dkim-0002 header.b=EwoL4TPG; dmarc=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: 850D93D84F X-Spam-Score: 3.11 X-Migadu-Scanner: scn1.migadu.com X-TUID: emK1ZKNyJbid On 2022-07-23T21:59:07+0200, vicvbcun wrote: > Everything compiles just fine and even the Jupyter notebook interface > works, [...] Well, I spoke to soon. As it turns out, the `sage' command I invoked to test things a bit wound up using the sage installed by pacman, so no wonder it worked perfectly. Nonetheless, I got some things working in a guix shell container (so hopefully this wont happen again) with the help of wrap-program and a few more dependencies. I will try to post something that actually works a bit soon.