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 8391C158086 for ; Thu, 28 Oct 2021 14:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0E0EE088A; Thu, 28 Oct 2021 14:55:48 +0000 (UTC) Received: from smarthost01a.ixn.mail.zen.net.uk (smarthost01a.ixn.mail.zen.net.uk [212.23.1.20]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3978EE0875 for ; Thu, 28 Oct 2021 14:55:47 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01a.ixn.mail.zen.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mg6ok-0005pN-QJ for gentoo-user@lists.gentoo.org; Thu, 28 Oct 2021 14:55:46 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Anyone using www-apps/jekyll? Date: Thu, 28 Oct 2021 15:55:46 +0100 Message-ID: <5782201.lOV4Wx5bFT@wstn> In-Reply-To: <08e9dfd7-5f8b-4aec-9521-ddb9559b1e82@www.fastmail.com> References: <11877561.O9o76ZdvQC@wstn> <3163589.aeNJFYEL58@wstn> <08e9dfd7-5f8b-4aec-9521-ddb9559b1e82@www.fastmail.com> 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-smarthost01a-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: c865f824-e04a-44c9-a989-a3a09aa12c73 X-Archives-Hash: 97664e1d5b0c2b42dea49c32526bc564 On Thursday, 28 October 2021 14:42:44 BST Alec Ten Harmsel wrote: > On Thu, Oct 28, 2021, at 09:25, Peter Humphrey wrote: > > On Thursday, 28 October 2021 13:34:49 BST Alec Ten Harmsel wrote: > >> I got jekyll installed via portage by adding: > >> dev-ruby/* ~amd64 > >> www-apps/jekyll ~amd64 > >> www-apps/jekyll-* ~amd64 > >> > >> to package.accept_keywords, and then running `emerge www-apps/ jekyll'. > >> This is on stable, with a tree that is a couple weeks old for what it's > >> worth. > > > > This system is ~amd64, so I didn't have to do that. > > > >> Then `jekyll new testsite && bundle exec jekyll serve' works for me. > > > > $ jekyll new myblog && bundle exec jekyll serve > > ... > > [A number of Bundler: Using... messages] > > ... > > New jekyll site installed in /home/prh/myblog. > > Could not locate Gemfile or .bundle/ directory > > I missed a step: $ jekyll new myblog && cd $_ && bundle exec jekyll serve [...] New jekyll site installed in /home/prh/myblog. Could not find jekyll-4.2.1, minima-2.5.1, jekyll-feed-0.15.1, terminal- table-2.0.0, jekyll-seo-tag-2.7.1, unicode-display_width-1.8.0, rb- fsevent-0.11.0 in any of the sources Run `bundle install` to install missing gems. Those missing gems can't really be missing, because I know they've been installed - they just can't be found, which is why I suspect my paths. Inside ~/myblog, Gemfile can't be found. Outside, gems can't be found. Another problem is that web-apps/jekyll is marked maintainer-needed, so there's no point in raising a bug. -- Regards, Peter.