Your message dated Fri, 08 Jan 2016 09:58:38 +0000
with message-id <e1ahtoc-0007rl...@franck.debian.org>
and subject line Bug#810162: fixed in ruby-compass-rails 2.0.5-5
has caused the Debian Bug report #810162,
regarding rake assets precompile fails with compass-rails sprockets issue
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 ow...@bugs.debian.org
immediately.)
--
810162: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810162
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: diaspora
version: 0.5.4.0+debian-2
severity: grave
justification: fail to install
log for rake assets:precompile attached
praveen@pod:/usr/share/diaspora$ sudo -E -u diaspora bundle exec rake
assets:precompile --trace 2>&1 | tee /tmp/assets-precompile.log
Note: We get to this error after fixing #809755 (reproduced by
0.5.5.1+debian-1 in git)
** Invoke assets:precompile (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke environment (first_time)
** Execute environment
Rack::SSL is enabled
/usr/lib/ruby/vendor_ruby/i18n-inflector/api_strict.rb:60: warning: Enumerator.new without a block is deprecated; use Object#to_enum
/usr/lib/ruby/vendor_ruby/i18n-inflector/api_strict.rb:60: warning: Enumerator.new without a block is deprecated; use Object#to_enum
/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data.rb:24: warning: Enumerator.new without a block is deprecated; use Object#to_enum
/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data.rb:25: warning: Enumerator.new without a block is deprecated; use Object#to_enum
/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data_strict.rb:42: warning: Enumerator.new without a block is deprecated; use Object#to_enum
/usr/lib/ruby/vendor_ruby/i18n-inflector/backend.rb:331: warning: Enumerator.new without a block is deprecated; use Object#to_enum
/usr/lib/ruby/vendor_ruby/i18n-inflector/api_strict.rb:60: warning: Enumerator.new without a block is deprecated; use Object#to_enum
/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data.rb:24: warning: Enumerator.new without a block is deprecated; use Object#to_enum
/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data.rb:25: warning: Enumerator.new without a block is deprecated; use Object#to_enum
/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data_strict.rb:42: warning: Enumerator.new without a block is deprecated; use Object#to_enum
/usr/lib/ruby/vendor_ruby/i18n-inflector/backend.rb:331: warning: Enumerator.new without a block is deprecated; use Object#to_enum
** Execute assets:precompile
rake aborted!
ArgumentError: wrong number of arguments (3 for 2)
/usr/lib/ruby/vendor_ruby/sprockets/cache/file_store.rb:81:in `set'
/usr/lib/ruby/vendor_ruby/sprockets/sass_cache_store.rb:14:in `_store'
/usr/lib/ruby/vendor_ruby/sass/cache_stores/base.rb:51:in `store'
/usr/lib/ruby/vendor_ruby/sass/engine.rb:414:in `_to_tree'
/usr/lib/ruby/vendor_ruby/sass/engine.rb:309:in `to_tree'
/usr/lib/ruby/vendor_ruby/sass/engine.rb:343:in `_dependencies'
/usr/lib/ruby/vendor_ruby/sass/engine.rb:331:in `dependencies'
/usr/lib/ruby/vendor_ruby/compass-rails/patches/sass_importer.rb:36:in `evaluate'
/usr/lib/ruby/vendor_ruby/tilt/template.rb:103:in `render'
/usr/lib/ruby/vendor_ruby/sprockets/legacy_tilt_processor.rb:25:in `call'
/usr/lib/ruby/vendor_ruby/sprockets/processor_utils.rb:75:in `call_processor'
/usr/lib/ruby/vendor_ruby/sprockets/processor_utils.rb:57:in `block in call_processors'
/usr/lib/ruby/vendor_ruby/sprockets/processor_utils.rb:56:in `reverse_each'
/usr/lib/ruby/vendor_ruby/sprockets/processor_utils.rb:56:in `call_processors'
/usr/lib/ruby/vendor_ruby/sprockets/loader.rb:254:in `load_from_unloaded'
/usr/lib/ruby/vendor_ruby/sprockets/loader.rb:206:in `block in load'
/usr/lib/ruby/vendor_ruby/sprockets/loader.rb:397:in `fetch_asset_from_dependency_cache'
/usr/lib/ruby/vendor_ruby/sprockets/loader.rb:190:in `load'
/usr/lib/ruby/vendor_ruby/sprockets/cached_environment.rb:20:in `block in initialize'
/usr/lib/ruby/vendor_ruby/sprockets/cached_environment.rb:47:in `yield'
/usr/lib/ruby/vendor_ruby/sprockets/cached_environment.rb:47:in `load'
/usr/lib/ruby/vendor_ruby/sprockets/bundle.rb:23:in `block in call'
/usr/lib/ruby/vendor_ruby/sprockets/utils.rb:183:in `dfs'
/usr/lib/ruby/vendor_ruby/sprockets/bundle.rb:24:in `call'
/usr/lib/ruby/vendor_ruby/sprockets/processor_utils.rb:75:in `call_processor'
/usr/lib/ruby/vendor_ruby/sprockets/processor_utils.rb:57:in `block in call_processors'
/usr/lib/ruby/vendor_ruby/sprockets/processor_utils.rb:56:in `reverse_each'
/usr/lib/ruby/vendor_ruby/sprockets/processor_utils.rb:56:in `call_processors'
/usr/lib/ruby/vendor_ruby/sprockets/loader.rb:254:in `load_from_unloaded'
/usr/lib/ruby/vendor_ruby/sprockets/loader.rb:206:in `block in load'
/usr/lib/ruby/vendor_ruby/sprockets/loader.rb:397:in `fetch_asset_from_dependency_cache'
/usr/lib/ruby/vendor_ruby/sprockets/loader.rb:190:in `load'
/usr/lib/ruby/vendor_ruby/sprockets/cached_environment.rb:20:in `block in initialize'
/usr/lib/ruby/vendor_ruby/sprockets/cached_environment.rb:47:in `yield'
/usr/lib/ruby/vendor_ruby/sprockets/cached_environment.rb:47:in `load'
/usr/lib/ruby/vendor_ruby/sprockets/base.rb:65:in `find_asset'
/usr/lib/ruby/vendor_ruby/sprockets/base.rb:72:in `find_all_linked_assets'
/usr/lib/ruby/vendor_ruby/sprockets/manifest.rb:130:in `block in find'
/usr/lib/ruby/vendor_ruby/sprockets/manifest.rb:129:in `each'
/usr/lib/ruby/vendor_ruby/sprockets/manifest.rb:129:in `find'
/usr/lib/ruby/vendor_ruby/sprockets/manifest.rb:162:in `compile'
/usr/lib/ruby/vendor_ruby/sprockets/rails/task.rb:70:in `block (3 levels) in define'
/usr/lib/ruby/vendor_ruby/rake/sprocketstask.rb:147:in `with_logger'
/usr/lib/ruby/vendor_ruby/sprockets/rails/task.rb:69:in `block (2 levels) in define'
/usr/lib/ruby/vendor_ruby/rake/task.rb:240:in `call'
/usr/lib/ruby/vendor_ruby/rake/task.rb:240:in `block in execute'
/usr/lib/ruby/vendor_ruby/rake/task.rb:235:in `each'
/usr/lib/ruby/vendor_ruby/rake/task.rb:235:in `execute'
/usr/lib/ruby/vendor_ruby/rake/task.rb:179:in `block in invoke_with_call_chain'
/usr/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
/usr/lib/ruby/vendor_ruby/rake/task.rb:172:in `invoke_with_call_chain'
/usr/lib/ruby/vendor_ruby/rake/task.rb:165:in `invoke'
/usr/lib/ruby/vendor_ruby/rake/application.rb:150:in `invoke_task'
/usr/lib/ruby/vendor_ruby/rake/application.rb:106:in `block (2 levels) in top_level'
/usr/lib/ruby/vendor_ruby/rake/application.rb:106:in `each'
/usr/lib/ruby/vendor_ruby/rake/application.rb:106:in `block in top_level'
/usr/lib/ruby/vendor_ruby/rake/application.rb:115:in `run_with_threads'
/usr/lib/ruby/vendor_ruby/rake/application.rb:100:in `top_level'
/usr/lib/ruby/vendor_ruby/rake/application.rb:78:in `block in run'
/usr/lib/ruby/vendor_ruby/rake/application.rb:176:in `standard_exception_handling'
/usr/lib/ruby/vendor_ruby/rake/application.rb:75:in `run'
/usr/bin/rake:27:in `<main>'
Tasks: TOP => assets:precompile
--- End Message ---
--- Begin Message ---
Source: ruby-compass-rails
Source-Version: 2.0.5-5
We believe that the bug you reported is fixed in the latest version of
ruby-compass-rails, 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 810...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Pirate Praveen <prav...@debian.org> (supplier of updated ruby-compass-rails
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 08 Jan 2016 13:16:14 +0530
Source: ruby-compass-rails
Binary: ruby-compass-rails
Architecture: source all
Version: 2.0.5-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
ruby-compass-rails - integrate Compass into Rails 3.2 and up
Closes: 810162
Changes:
ruby-compass-rails (2.0.5-5) unstable; urgency=medium
.
* Add sprockets 3 support (add patch from upstream master branch)
(Closes: #810162)
Checksums-Sha1:
1165af1319b005ab6fc4bbd72570f1ad5c7ab4ca 2200 ruby-compass-rails_2.0.5-5.dsc
71d212827c61423a269481d9d5f9b34cb207f2db 4252
ruby-compass-rails_2.0.5-5.debian.tar.xz
9ceefa51eca4f686f65e76c6ed6f58365909fe79 10282
ruby-compass-rails_2.0.5-5_all.deb
Checksums-Sha256:
4fd9e3921364860024886ab53fb5f1626f5d3183e6e3fd93dc665809afb78310 2200
ruby-compass-rails_2.0.5-5.dsc
c66baf6cbfb2178f30a7b33aec515798c34e05615e489a35a343e37c6bd55602 4252
ruby-compass-rails_2.0.5-5.debian.tar.xz
dbea5ee91b1a783c05eebfce460b1b9079e76c43bdaab910e276f8d1e3ac4ef8 10282
ruby-compass-rails_2.0.5-5_all.deb
Files:
35d96b1f31177fff2dd01ada00825c17 2200 ruby optional
ruby-compass-rails_2.0.5-5.dsc
70d06645bbd14374cb23caf06d1b8920 4252 ruby optional
ruby-compass-rails_2.0.5-5.debian.tar.xz
09b2de41321470ea856e48f035162f38 10282 ruby optional
ruby-compass-rails_2.0.5-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWj2mpAAoJEM4fnGdFEsIqfHsQAJUIQufG5F4ufF0Xx8BsIfgw
3EYIFPEM5m2/tSwEMjpPw5LNbRrp2sGf7jmZzjqDh8IzBbng3ktZim5OdkFvEsPO
lS/lzWKTrk3tBtqwanz8rE3XJD6dHS5TSlG9M66Mf1dJVwG+U2OknHR6FKpItRGw
iSVJhDn/KzYzT6BJt/Xa3WEdJnedH2A5kJp/gP3/zWCep1HxE6uRg/jqIucr/eaf
ZmlJCVbVIBlya7SfkRKrZIKfwyzdR/LjAX/pF8UXWFgx/2DPrw45/VUhr58stRck
zlmhIT4XQPeUJHOaOiK1wt/aa7cFDUoiLo02f0au0bl1Tmna0J1JtigBQTsNk3K5
ovc+zS7zpvsAsM0DrCbfTwRqGFlcSAbaWwLqENsvpDBha68JSnV72XKsEfzxcexC
E6pJzHRHPWL0/eKyhI6y8co0Fg0+aAh9eUweDo9rQ0332UbN245Q0iTCM4nraW4k
1v1LfTg3b8DmL4NebklFhQbLYw91MlrbL88jS0sjQKA49p/xH3/3nzx7ARXJvFj0
dcJdCalC0mINx0RtaW0mvhWJhAmRLdIsywgHNq/XSjaxo2RON+gsJzWyKLxG81Gh
FYicPzhOkFuWMYO5giZQHs4CN20URctlAf0WILxssjh2eixJk1cUgTwzcurbzicN
NPkP/hDx3IZ6Gy4JFciV
=Rg2N
-----END PGP SIGNATURE-----
--- End Message ---