-
-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] liquid-c not found #118
Comments
Hey @MJochim, sorry you're having trouble with the new version of Alembic. Seems odd that it's not installing liquid-c, the reference for the gem is right here https://github.com/daviddarnes/alembic/blob/master/alembic-jekyll-theme.gemspec#L29. I'll have a go installing a fresh to see if I get the error. Have you tried installing outside the docker container as a plain Jekyll project? Also, what version of Jekyll are you using? |
Yes, the Arch Linux machine is non-docker. I'm using Jekyll 3.8.5:
Just now I deleted liquid-c manually (
So it does re-install liquid-c (and I can confirm that by looking at But the error message from |
having the same problem. downgrading to 3.0.6 fixes. |
Well it's nice to know people are keeping up to date and using the theme, but sad I've broken your stuff :(. I've released 3.0.8 which removes liquid-c entirely, could you report back if it's working? Thanks all! |
Well, thank you for your exceptionally fast response - and for the theme in the first place :-). Upgrading to 3.0.8 works perfectly. |
Please read the contributing guidelines and code of conduct before creating an issue.
As an aside: The links above are broken. Those that appear to the right while writing this issue (“it looks like this is your first time opening an issue in this project …” work fine.
After the upgrade to 3.0.7, I cannot build my Alembic-themed jekyll sites anymore. I tried on an Arch Linux machine (ruby 2.5.3p105) and within an Alpine-based docker container (don't know the Ruby version there). I always get this error:
I can reproduce this using the following minimal example with only two files:
Gemfile:
_config.yml
bundle install && bundle exec jekyll serve
results in the above error. Addinggem "liquid-c"
to Gemfile does not help. I am not a Ruby guy, I may have missed something I need to do. But to me, this looks like a bug in the theme. It would be great if you could take a look!The text was updated successfully, but these errors were encountered: