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 7C7A4158086 for ; Wed, 27 Oct 2021 16:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EED7E0919; Wed, 27 Oct 2021 16:25:58 +0000 (UTC) Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30239E08FA for ; Wed, 27 Oct 2021 16:25:58 +0000 (UTC) Received: by mail-qk1-f181.google.com with SMTP id a132so1906515qkg.0 for ; Wed, 27 Oct 2021 09:25:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:subject:to:mime-version:in-reply-to :message-id:content-disposition:content-transfer-encoding; bh=OzwPOU9NoeOOEE/dVDDP7FJQmAThZD3SyrqGje8U0iY=; b=LoIUgkCvaz4sUJtF4e6d7PajeIKiaZpRqsizc5N62YAd05s+F4mnenPRD3AluZV5ib D6O0/1tmUC3AoK0IU3smswt5N+/8EMUD8CxTJEpviOuEnOQuAx0dM8QGLe08cyG8BbIu GfrusH1ncqdqb4Hh59yn3yuw1uASqZITRxXUkAkLD3j2WH3ObNhPxHmjsAhSpCaaCKQv sv8YdnsELDrk1n6Ib258bCQrqIsUqYtwF73bpRGD0uhHHy3DK8SA3i3Rm8zLCYsDqBTt WL9UEMUGAdh2feepH48DHlg0V5LGgkic1vOmEmhvrchBhekD1uUqNK24UowBhlZT0Gi3 ITCw== X-Gm-Message-State: AOAM533fJ+3G7mOkcLAD4sgccsN0Om7MgM/iV0bpbINRMDHw3NEmz5DG 5cbZxxG1la9tRYgbXaP4a+BzL1GmP83VOM/4 X-Google-Smtp-Source: ABdhPJx2GLDslH/3QAHtWHIJCETDxL3b5v5XVfYyCv0xtHXY6QGNmm+cNn+JnieQdN1+JayDOivHCQ== X-Received: by 2002:a05:620a:d81:: with SMTP id q1mr7659071qkl.432.1635351957088; Wed, 27 Oct 2021 09:25:57 -0700 (PDT) Received: from ffortso9 (c-76-23-130-96.hsd1.ct.comcast.net. [76.23.130.96]) by smtp.gmail.com with ESMTPSA id i67sm259473qkd.90.2021.10.27.09.25.56 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Oct 2021 09:25:56 -0700 (PDT) Date: Wed, 27 Oct 2021 12:25:55 -0400 From: Jack Subject: Re: [gentoo-user] Anyone using www-apps/jekyll? To: gentoo-user@lists.gentoo.org 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 In-Reply-To: <12879616.uLZWGnKmhe@wstn> X-Mailer: Balsa 2.6.3-real-2-g105dcf012 Message-Id: Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7f377674-c0c7-40b4-a1fb-0f125c38651b X-Archives-Hash: 762cd3d738386a9cdebbaaa06b0a94d9 On 2021.10.27 09:59, Peter Humphrey wrote: > On Wednesday, 27 October 2021 14:44:09 BST Pascal Schorde wrote: >=20 > > did you have dev-ruby/rubygems installed? See > > https://jekyllrb.com/docs/#prerequisites >=20 > Yes, but at version 3.0: >=20 > $ 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} =20 > [M] > (~)3.2.22^t{tbz2} {server test RUBY_TARGETS=3D"ruby26 ruby27 ruby30"} > Installed versions: 3.2.14^t{tbz2}(09:19:26 10/26/21)(-server =20 > -test > RUBY_TARGETS=3D"ruby26 ruby30 -ruby27") >=20 > One possibility occurred to me: is having two ruby versions installed =20 > at once > the problem? I already had 3.0 installed, the current Gentoo version, =20 > but > jekyll needs 2.6. To test this idea, I'd have to downgrade the whole =20 > system to > 2.6; I don't know whether that's even feasible now. Ruby is slotted, so you can have 2.6 and 3.0 installed together. You =20 would then need to rebuild rubygems to target both of them. There is =20 also a virtual/rubygems. I'm not really sure of it's function, but it =20 seems to just specify a minimum version of rubygems per targetted =20 version of ruby.