Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Anyone using www-apps/jekyll?
Date: Thu, 28 Oct 2021 14:55:55
Message-Id: 5782201.lOV4Wx5bFT@wstn
In Reply to: Re: [gentoo-user] Anyone using www-apps/jekyll? by Alec Ten Harmsel
1 On Thursday, 28 October 2021 14:42:44 BST Alec Ten Harmsel wrote:
2 > On Thu, Oct 28, 2021, at 09:25, Peter Humphrey wrote:
3 > > On Thursday, 28 October 2021 13:34:49 BST Alec Ten Harmsel wrote:
4 > >> I got jekyll installed via portage by adding:
5 > >> dev-ruby/* ~amd64
6 > >> www-apps/jekyll ~amd64
7 > >> www-apps/jekyll-* ~amd64
8 > >>
9 > >> to package.accept_keywords, and then running `emerge www-apps/
10 jekyll'.
11 > >> This is on stable, with a tree that is a couple weeks old for what it's
12 > >> worth.
13 > >
14 > > This system is ~amd64, so I didn't have to do that.
15 > >
16 > >> Then `jekyll new testsite && bundle exec jekyll serve' works for me.
17 > >
18 > > $ jekyll new myblog && bundle exec jekyll serve
19 > > ...
20 > > [A number of Bundler: Using... messages]
21 > > ...
22 > > New jekyll site installed in /home/prh/myblog.
23 > > Could not locate Gemfile or .bundle/ directory
24 >
25 > I missed a step:
26
27 $ jekyll new myblog && cd $_ && bundle exec jekyll serve
28 [...]
29 New jekyll site installed in /home/prh/myblog.
30 Could not find jekyll-4.2.1, minima-2.5.1, jekyll-feed-0.15.1, terminal-
31 table-2.0.0, jekyll-seo-tag-2.7.1, unicode-display_width-1.8.0, rb-
32 fsevent-0.11.0 in any of the sources
33 Run `bundle install` to install missing gems.
34
35 Those missing gems can't really be missing, because I know they've been
36 installed - they just can't be found, which is why I suspect my paths.
37
38 Inside ~/myblog, Gemfile can't be found. Outside, gems can't be found.
39
40 Another problem is that web-apps/jekyll is marked maintainer-needed, so
41 there's no point in raising a bug.
42
43 --
44 Regards,
45 Peter.