Skip to content
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

Make a debian package #6

Open
baldurmen opened this issue Jun 11, 2016 · 1 comment
Open

Make a debian package #6

baldurmen opened this issue Jun 11, 2016 · 1 comment

Comments

@baldurmen
Copy link

baldurmen commented Jun 11, 2016

I would be really great if this could be packaged for Debian. IMHO, gems are yet another thing not to forget to update (gem, pip, git, etc.) and having a central update vector through apt is great.

@baldurmen
Copy link
Author

Since all the ruby deps seems to be in Debian, I tried not using any gems and only packages to make amber work.

Sadly, this fails both on Jessie and Stretch:

/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- RedCloth (LoadError)
        from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
        from /home/pancho/programmes/amber/lib/amber/static_page/page_properties.rb:18:in `<top (required)>'
        from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
        from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
        from /home/pancho/programmes/amber/lib/amber.rb:56:in `<top (required)>'
        from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
        from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
        from ./bin/amber:18:in `rescue in <main>'
        from ./bin/amber:11:in `<main>'

This is the list of ruby packages I've installed:

  • ruby-redcloth
  • ruby-tilt
  • ruby-i18n
  • ruby-rdiscount
  • ruby-sass
  • ruby-haml
  • ruby-nokogiri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant