Package Details: ruby-compass 1.0.3-5

Git Clone URL: https://aur.archlinux.org/ruby-compass.git (read-only, click to copy)
Package Base: ruby-compass
Description: A Real Stylesheet Framework
Upstream URL: http://compass-style.org
Keywords: css sass
Licenses: MIT
Submitter: shaleny
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 72
Popularity: 0.000000
First Submitted: 2011-02-14 16:24 (UTC)
Last Updated: 2021-07-25 07:54 (UTC)

Latest Comments

1 2 3 4 Next › Last »

FabioLolix commented on 2022-06-01 20:17 (UTC)

@azmeuk this pkgbuild explicity depends on ruby-bundler1 and call bundler1 (which can be installed alongside ruby-bundler), I had no problems building today, rebuild ruby-bundler1 if you have an old build of that

azmeuk commented on 2022-06-01 14:32 (UTC) (edited on 2022-06-01 14:33 (UTC) by azmeuk)

The ruby-bundler 2.3 package installed on my system. ruby-compass installation fails with this error message:

/usr/lib/ruby/3.0.0/rubygems.rb:265:in `find_spec_for_exe': can't find gem bundler (< 2.0) with executable bundle (Gem::GemNotFoundException)
    from /usr/lib/ruby/3.0.0/rubygems.rb:284:in `activate_bin_path'
    from /usr/bin/bundle1:23:in `<main>'
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: ruby-compass

FabioLolix commented on 2021-03-21 10:11 (UTC)

Hello, the bundle command in the pkgbuild need to be adjusted to bundle1

KubaF commented on 2020-12-03 17:42 (UTC)

I had to install ruby-bundler manually. Otherwise i kept getting: ruby-compass/PKGBUILD: line 36: bundle: command not found

buzo commented on 2020-01-18 13:26 (UTC)

I have updated the URL, but it does not build due to long outdated dependencies. This looks like an abandoned piece of software to me.

Myrik93 commented on 2019-02-26 08:34 (UTC)

please, update url to https://rubygems.org/downloads/compass-${pkgver}.gem

egore911 commented on 2017-05-09 11:50 (UTC)

I've updated the necessary patch. It is available at https://pastebin.com/tEQNnmRz

sflor commented on 2017-01-11 19:08 (UTC)

Needs rebuild, could use PKG bump.

mtorromeo commented on 2016-01-07 10:34 (UTC)

@zebulon: you have to rebuild bundler

zebulon commented on 2016-01-07 08:06 (UTC) (edited on 2016-01-07 08:06 (UTC) by zebulon)

Despite I have ruby-bundler installed, I get this error during package(): /usr/lib/ruby/2.3.0/rubygems/dependency.rb:319:in `to_specs': Could not find 'bundler' (>= 0) among 12 total gem(s) (Gem::LoadError) Checked in 'GEM_PATH=/home/eric/.gem/ruby/2.3.0:/usr/lib/ruby/gems/2.3.0', execute `gem env` for more information from /usr/lib/ruby/2.3.0/rubygems/dependency.rb:328:in `to_spec' from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_gem.rb:65:in `gem' from /usr/bin/bundle:22:in `<main>'