From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: james Newsgroups: gmane.lisp.guile.user Subject: Re: Installing Guile 3 on ArchLinux Date: Fri, 1 Apr 2022 12:43:56 +0100 Message-ID: <20220401114356.f72vxjbf3zuxprr5@arch-surface> References: <5b9e2632-e47c-0d4f-4ed0-0a3a92882225@korwin-zmijowski.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14798"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user To: =?utf-8?B?SsOpcsOpbXk=?= Korwin-Zmijowski Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Apr 01 13:47:55 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1naFkx-0003dJ-BM for guile-user@m.gmane-mx.org; Fri, 01 Apr 2022 13:47:55 +0200 Original-Received: from localhost ([::1]:38516 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1naFkw-00039u-5D for guile-user@m.gmane-mx.org; Fri, 01 Apr 2022 07:47:54 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:58344) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naFhB-0002NZ-LI for guile-user@gnu.org; Fri, 01 Apr 2022 07:44:01 -0400 Original-Received: from [178.62.35.155] (port=38006 helo=jamescm.co.uk) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naFh9-0006eG-Tq for guile-user@gnu.org; Fri, 01 Apr 2022 07:44:01 -0400 Original-Received: from localhost (unknown [217.23.238.227]) by jamescm.co.uk (Postfix) with ESMTPSA id A578B60DCB; Fri, 1 Apr 2022 11:43:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=jamescm.co.uk; s=mail; t=1648813436; bh=hDuWnnnfLGciA1yDj5Bz35I39P05fRjuwfWg9OjHAj8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Zsyqtb9sUTLgft0bbXnf5ixhjM4LZyM5AczxH2JYeZkcztxuT7Hdr16US1xtkM0Sa fTns3bFxnI9bOUReUY/eLvCgDw5101k+GNFmLb+b7G/vwxOz3qwAmWzYGmHRFar9vk ahIo8XmvEdlC+afp0oydX6qzGpm9fYJR1FZqCNS2mDB/NcKEDUIqZwKA43VMQj1j1U zGcCdZB0BWZ4V4cAk2WvcMquC6rDdVA6T2RI7NKk8NTOVccYfYYWKrj5Iayts4Gtfn I1gg/2mAiowk5bgfh4YD9god2NvsiJgaj7iONjXs22sJ6d/ztndts7o4hrNGjMyWoK y6L8f6GHReSgQ== Content-Disposition: inline In-Reply-To: <5b9e2632-e47c-0d4f-4ed0-0a3a92882225@korwin-zmijowski.fr> X-Host-Lookup-Failed: Reverse DNS lookup failed for 178.62.35.155 (failed) Received-SPF: pass client-ip=178.62.35.155; envelope-from=james@jamescm.co.uk; helo=jamescm.co.uk X-Spam_score_int: 6 X-Spam_score: 0.6 X-Spam_bar: / X-Spam_report: (0.6 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_SORBS_WEB=1.5, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18226 Archived-At: On 22/04/01 11:26am, Jérémy Korwin-Zmijowski wrote: > Dear Guilers, > > I am updating the installation page of https://jeko.frama.io and I am > wondering how one can install Guile 3 on Archlinux. If anyone has a > suggestion, let me know ! > > -- > Jérémy Korwin-Zmijowski > > GPG: 036B 4D54 B7B4 D6C8 DA62 2746 700F 5E0C CBB2 E2D1 > Hi, It is available on the AUR: https://aur.archlinux.org/packages/guile3 . You could direct your users to use an AUR helper, or install it manually using the usual commands. Hope that helps.