Your message dated Thu, 24 Apr 2014 11:48:24 +0000
with message-id <[email protected]>
and subject line Bug#744943: fixed in ruby-sass 3.3.4+really.3.2.19-1
has caused the Debian Bug report #744943,
regarding ruby-compass: Cannot load sass/script/node
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
744943: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744943
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ruby-compass
Version: 0.12.2~dfsg-4
Severity: grave
Justification: renders package unusable

Dear Maintainer,

I can't use compass any more. If I run the command `compass`, it exits with the
following error:

/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot 
load such file -- sass/script/node (LoadError)
        from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from 
/usr/lib/ruby/vendor_ruby/compass/sass_extensions/monkey_patches/browser_support.rb:1:in
 `<top (required)>'
        from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from 
/usr/lib/ruby/vendor_ruby/compass/sass_extensions/monkey_patches.rb:2:in `block 
in <top (required)>'
        from 
/usr/lib/ruby/vendor_ruby/compass/sass_extensions/monkey_patches.rb:1:in `each'
        from 
/usr/lib/ruby/vendor_ruby/compass/sass_extensions/monkey_patches.rb:1:in `<top 
(required)>'
        from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from /usr/lib/ruby/vendor_ruby/compass/sass_extensions.rb:9:in `<top 
(required)>'
        from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from /usr/lib/ruby/vendor_ruby/compass.rb:5:in `block in <top 
(required)>'
        from /usr/lib/ruby/vendor_ruby/compass.rb:4:in `each'
        from /usr/lib/ruby/vendor_ruby/compass.rb:4:in `<top (required)>'
        from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from /usr/bin/compass:20:in `block in <main>'
        from /usr/bin/compass:8:in `fallback_load_path'
        from /usr/bin/compass:19:in `<main>'

Seems to be an incompatibility with the sass version in testing (3.3.4-1).

Regards,
Christian

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-rc7-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ruby-compass depends on:
ii  ruby                          1:2.0.0.2
pn  ruby-chunky-png               <none>
pn  ruby-sass                     <none>
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.484-2
ii  ruby2.0 [ruby-interpreter]    2.0.0.484+really457-2
ii  ruby2.1 [ruby-interpreter]    2.1.1-2

Versions of packages ruby-compass recommends:
pn  ruby-fssm      <none>
pn  ruby-oily-png  <none>

ruby-compass suggests no packages.

--- End Message ---
--- Begin Message ---
Source: ruby-sass
Source-Version: 3.3.4+really.3.2.19-1

We believe that the bug you reported is fixed in the latest version of
ruby-sass, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <[email protected]> (supplier of updated ruby-sass package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 24 Apr 2014 13:26:29 +0200
Source: ruby-sass
Binary: ruby-sass
Architecture: source all
Version: 3.3.4+really.3.2.19-1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Description: 
 ruby-sass  - powerful but elegant CSS compiler that makes CSS fun again
Closes: 744943
Changes: 
 ruby-sass (3.3.4+really.3.2.19-1) unstable; urgency=medium
 .
   [ upstream ]
   * New release.
     Highlights since 3.2.12:
     + Numbers returned by user-defined functions now trigger division,
       just like numbers stored in variables.
     + Support importing files in paths with open brackets.
     + Fix `sass-convert`'s handling of rules with empty bodies when
       converting from CSS.
     + Fix CSS imports using `url()` with a quoted string and media
       queries.
     + Don't crash when parsing a directive with no name in the indented
       syntax.
     + Clean up file paths when importing to avoid errors for overlong
       path names.
     + Parse calls to functions named `true`, `false`, and `null` as
       function calls.
     + Don't move CSS `@import`s to the top of the file unless it's
       necessary.
     + Support `&.foo` when the parent selector has a newline followed by
       a comma.
     + Handle a race condition in the filesystem cache store when a cache
       entry becomes invalidated.
     + Ensure that atomic writes are fully flushed to disk.
     + Ensure that atomic writes have the same permissions as a normal
       open() would.
 .
   [ Jonas Smedegaard ]
   * Revert to stable 3.2.x series (3.3.x not yet supported by Compass).
     Closes: bug#744943. Thanks to Christian Neumann <[email protected]>.
   * Fix install upstream changelog.
   * Track only stable releases:
     + Limit watch file to upstream 3.2.* version.
     + Have watch file and CDBS tarball rules strip leading ...really in
       Debian versions.
   * Drop NEWS entry related to 3.3.0 release: reverted.
   * Unfuzz (and revert DEP3 header of) patches.
Checksums-Sha1: 
 67a2dfc6be8355e3ecab20ed79ddfa8949bda0eb 2160 
ruby-sass_3.3.4+really.3.2.19-1.dsc
 581ab876cdc8ce4e486b4d5e6fcd2c35eecf90e4 282424 
ruby-sass_3.3.4+really.3.2.19.orig.tar.gz
 87641fe5c08d83d7f452b3d3fdb9e109791736ac 9352 
ruby-sass_3.3.4+really.3.2.19-1.debian.tar.xz
 23310707dfee7d3899192181935200582924a281 164180 
ruby-sass_3.3.4+really.3.2.19-1_all.deb
Checksums-Sha256: 
 fae42d6ef540e6fb9b99e3bef1a58594a104a3fb6b4f80b36894dab7b8f37197 2160 
ruby-sass_3.3.4+really.3.2.19-1.dsc
 ce18235cf537fe1eff002c8fbaf9f706d4091ba46a376e67b4203a60d22df7c2 282424 
ruby-sass_3.3.4+really.3.2.19.orig.tar.gz
 87dc9e2b948e94297b2fb462059ecb1148d4fb6ece445f316c858d875c733865 9352 
ruby-sass_3.3.4+really.3.2.19-1.debian.tar.xz
 0f838e007a8d097fb95401ec4eca2e14caa2c660b54bd6ce3c6580764e326f8e 164180 
ruby-sass_3.3.4+really.3.2.19-1_all.deb
Files: 
 58ac552d9d141c06a195b2252f7eee0c 164180 web optional 
ruby-sass_3.3.4+really.3.2.19-1_all.deb
 88b4d6ab6b8a12fff5dce9820da368f4 2160 web optional 
ruby-sass_3.3.4+really.3.2.19-1.dsc
 f62316ba30abaab9be2149eb316dd623 282424 web optional 
ruby-sass_3.3.4+really.3.2.19.orig.tar.gz
 180112df007bebf419fa7334ff3690ea 9352 web optional 
ruby-sass_3.3.4+really.3.2.19-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJTWPZMXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy
QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhPhQP/Rrk+pDI/0psBsEq72zZFxLr
amsmbRtrnaouYGeZG3FnalHTGafYGz39e5fT5mcq05Hc645jbfIRRhpd0ULSfLVo
UskIN9aGBbHT3uIpDRXYP8au5hbsg9G462IN+Osg1rXOPk6q/J7vQdejDTYNPpxM
oS0rindCEzFE23g8aT6UtHxO6c2WIYzQSxMQaxOjenjtKkOo9GLWuOGiAq92CF2F
sSiNp/xZodSC+Gf3NeVKCGYEB34S5cnopTtC8N2IuBIL1QYAL4/w2rFlwWzqxWpD
8Qs4OorHgR0I+2ngSnbKdZY0N1vldTBJu7AVFcDKVX/Pz7P5ap2BOpSzovOvhJ1T
8UgjGW7213pzNdTMcYiJJui1+XHOJhs1G4u7ecm553K7EvPwMc3s8uhuOcWcosuW
7Gi1BDCFyv77kd43f6MtWgE1zlW32GT3neRloZ4uKx0JLWky/zsLgzm2p+S2/BFy
HHg6QGz1Zihi6G0Ub3T8s7vr3SIJI6cldvk9PVTP59zla29m7HtMkFfoI9Up7Js3
RE2u4dDI3kXjrfiKF7O5qgaobRXbUeOQMCcfQD81r+BeqKcEPrY2TKncR1blpoxB
43qVvqkfRaTAEjwXXPCBGR0mllpT7b2pqOJhPDTRMhv/dQI3HH/pwhQiUxtM2jZp
VHsSovUXL5dkmKBCKf74
=vB+j
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to