From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86387158003 for ; Wed, 27 Oct 2021 13:59:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E081E090F; Wed, 27 Oct 2021 13:59:15 +0000 (UTC) Received: from smarthost01c.ixn.mail.zen.net.uk (smarthost01c.ixn.mail.zen.net.uk [212.23.1.22]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EBE9E08F4 for ; Wed, 27 Oct 2021 13:59:14 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01c.ixn.mail.zen.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfjST-0002TC-Rh for gentoo-user@lists.gentoo.org; Wed, 27 Oct 2021 13:59:13 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Anyone using www-apps/jekyll? Date: Wed, 27 Oct 2021 14:59:13 +0100 Message-ID: <12879616.uLZWGnKmhe@wstn> In-Reply-To: References: <11877561.O9o76ZdvQC@wstn> <4352212.LvFx2qVVIh@wstn> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01c-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 9b1edad9-50b7-4df5-bc32-8f77371f3ce2 X-Archives-Hash: 6aa1b29be5af36b46cce6cbfc6581294 On Wednesday, 27 October 2021 14:44:09 BST Pascal Schorde wrote: > did you have dev-ruby/rubygems installed? See > https://jekyllrb.com/docs/#prerequisites Yes, but at version 3.0: $ eix dev-ruby/rubygems [I] dev-ruby/rubygems Available versions: 3.0.3^t 3.0.9^t 3.1.6^t (~)3.2.14^t{tbz2} [M] (~)3.2.22^t{tbz2} {server test RUBY_TARGETS="ruby26 ruby27 ruby30"} Installed versions: 3.2.14^t{tbz2}(09:19:26 10/26/21)(-server -test RUBY_TARGETS="ruby26 ruby30 -ruby27") One possibility occurred to me: is having two ruby versions installed at once the problem? I already had 3.0 installed, the current Gentoo version, but jekyll needs 2.6. To test this idea, I'd have to downgrade the whole system to 2.6; I don't know whether that's even feasible now. -- Regards, Peter.