Am Montag, den 26.10.2020, 13:49 +0100 schrieb ydir...@free.fr: > Package: jekyll > Version: 3.9.0+dfsg-1 > > Starting to use a new machine and incrementally installing missing packages, > I finally > get stuck with this: > > $ jekyll serve > Configuration file: /home/yann/perso/blog/floss-cook/_config.yml > Source: /home/yann/perso/blog/floss-cook > Destination: /home/yann/perso/blog/floss-cook/_site > Incremental build: disabled. Enable with --incremental > Generating... > Jekyll Feed: Generating feed for posts > Dependency Error: Yikes! It looks like you don't have kramdown-parser-gfm > or one of its dependencies installed. In order to use Jekyll as currently > configured, you'll need to install this gem. The full error message from Ruby > is: 'cannot load such file -- kramdown-parser-gfm' If you run into trouble, > you can find helpful resources at https://jekyllrb.com/help/! > Liquid Exception: kramdown-parser-gfm in /_layouts/default.html > ERROR: YOUR SITE COULD NOT BE BUILT: > ------------------------------------ > kramdown-parser-gfm > > > kramdown-parser-gfm has been pulled as a dependency of the jekyll package, > and it seems to load properly enough: > > floss-cook (master>)$ irb > irb(main):001:0> require 'kramdown-parser-gfm' > => true > irb(main):002:0> > > > That message seems wrong, right ? How can we know what the real problem is ?
The real problem is probably https://bugs.debian.org/972702. For the time being please add gem "kramdown-parser-gfm" to your Gemfile and eventually remove Gemfile.lock. That should fix it. Regards, Daniel -- Regards, Daniel Leidert <dleid...@debian.org> | https://www.wgdd.de/ GPG-Key RSA4096 / BEED4DED5544A4C03E283DC74BCD0567C296D05D GPG-Key ED25519 / BD3C132D8B3805D1808123AB7ACE00941E338C78 If you like my work consider sponsoring me via https://www.patreon.com/join/dleidert
signature.asc
Description: This is a digitally signed message part