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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CBC73158086 for ; Thu, 28 Oct 2021 20:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A7BBE08CD; Thu, 28 Oct 2021 20:54:54 +0000 (UTC) Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88CD3E0878 for ; Thu, 28 Oct 2021 20:54:53 +0000 (UTC) Received: by mail-qk1-f169.google.com with SMTP id br18so7239178qkb.1 for ; Thu, 28 Oct 2021 13:54:53 -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=fPrFX4DYbnUVV8+aRAlNHT0+LKDhhb0CrQxoT5+IwHI=; b=mr3h/VZBoZoeDJX0Pstp7IcuH1U1S6MQVB8QvGhI3GimT9OaFO1mDfJMD8HN7IJvc1 3v2ocRdWGl2GfKIWwKM80Srdy368zraYtYhUi2zR1V/AHwBPypCqexY4Njnu2w3HPsI/ zazwE4seItX1ijzrRwUwgyt6ZMuPw3Tv7iBTEIDuqIXVJ0DKdf7EugzQnftc3hfZ29CW 3cQuJk98AP9I4ICVjnZQuNtzusD8PKALGyUfXAMBxxtQhF34HqfCZ58cR6Krrnsp81bu wkLexYJyPgN8oaw5jwafEHQDzNcskN44TACt2MVmKrQ0+0uOBCp6TIU31RfpfALWHRTO OgeA== X-Gm-Message-State: AOAM532kL1BC790tpPr/r12tvWGfm55rX04HLks2LRnG21+gprkYxI6L VhvVQLa2KkH7Na121ewnabdM80fFF/7kUaF0 X-Google-Smtp-Source: ABdhPJyOmy+kdbbQzF+g298BbIAYRmdiHBz6oY5mb6Lq/TPWtWmB/rh0SlmkGfSpcvb9mcepn8AZqg== X-Received: by 2002:a05:620a:4488:: with SMTP id x8mr5634892qkp.32.1635454492262; Thu, 28 Oct 2021 13:54:52 -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 t22sm2854257qtw.21.2021.10.28.13.54.51 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Oct 2021 13:54:51 -0700 (PDT) Date: Thu, 28 Oct 2021 16:54:50 -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: <5761143.lOV4Wx5bFT@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: fc851852-60fa-4436-8819-54019ae86ecf X-Archives-Hash: 833e465ce692f3a10611ea028a3ac948 > On Thursday, 21 October 2021 17:11:27 BST Peter Humphrey wrote: > > Hello list, > > > > I wanted to try this package to create a small site for myself, but =20 > I'm > > falling at the second hurdle (the first was setting package.env etc =20 > to pull > > in ruby26 as well as the currently installed ruby30). > > > > Does anyone have experience with this builder? I'd like to find out =20 > where > > I'm going wrong first. I just noticed something which may or may not help. The jekyllrb.com =20 docs page, under Prerequisites, says Ruby version 2.5.0 or higher. Why =20 does the ebuild insist on 2.5 (no longer even in the tree) or 2.6. If =20 I were going to install it, the first thing I'd probably do is make a =20 copy in my local overlay, and allow a newer version of ruby. I don't =20 think that is likely to help with your problem of not finding one thing =20 or another, but who knows? (A note lower down on that page says that =20 using ruby 3.0.0 or higher add a requirement for webrick, but that is =20 available in portage, and could be handled in the ebuild.