Your message dated Sun, 26 Mar 2017 20:53:03 +0100
with message-id <[email protected]>
and subject line Re: rubocop: FTBFS: RuboCop::Cop::Lint::UselessAssignment when 
a variable is reassigned in loop body but won't be referenced either next 
iteration or loop condition registers an offense
has caused the Debian Bug report #855673,
regarding rubocop: FTBFS: RuboCop::Cop::Lint::UselessAssignment when a variable 
is reassigned in loop body but won't be referenced either next iteration or 
loop condition registers an offense
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.)


-- 
855673: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855673
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rubocop
Version: 0.47.1+dfsg-1
Severity: serious
Justification: fails to build from source
User: [email protected]
Usertags: ftbfs
X-Debbugs-Cc: [email protected]

Dear Maintainer,

rubocop fails to build from source in unstable/amd64:

  […]

  
┌──────────────────────────────────────────────────────────────────────────────┐
  │ Run tests for ruby2.3 from debian/ruby-tests.rake                           
 │
  
└──────────────────────────────────────────────────────────────────────────────┘
  
  RUBYLIB=«BUILDDIR»/debian/rubocop/usr/lib/ruby/vendor_ruby:. 
GEM_PATH=debian/rubocop/usr/share/rubygems-integration/all:/home/lamby/.gem/ruby/2.3.0:/var/lib/gems/2.3.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems-integration/2.3.0:/usr/share/rubygems-integration/all
 ruby2.3 -S rake -f debian/ruby-tests.rake
  /usr/bin/ruby2.3 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb
  Run options:
    include {:focus=>true}
    exclude {:broken=>#<Proc:./spec/spec_helper.rb:32>}
  
  All examples were filtered out; ignoring {:focus=>true}
  
  Randomized with seed 32857
  
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................*.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................*....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
  
  Pending: (Failures listed here are expected and do not affect your suite's 
status)
  
    1) RuboCop::Cop::Lint::UselessAssignment when a variable is reassigned in 
loop body but won't be referenced either next iteration or loop condition 
registers an offense
       # Requires an advanced logic that checks whether the return value of an 
operator assignment is used or not.
       Failure/Error: expect(cop.offenses.size).to eq(1)
  
         expected: 1
              got: 0
  
         (compared using ==)
       # «BUILDDIR»/spec/rubocop/cop/lint/useless_assignment_spec.rb:492:in 
`block (3 levels) in <top (required)>'
  
    2) RuboCop::Cop::Lint::InvalidCharacterLiteral with a non-escaped 
whitespace character literal registers an offense
       # Is there a way to emit this warning without syntax errors?
       Failure/Error: raise 'Error parsing example code' unless 
processed_source.valid_syntax?
  
       RuntimeError:
         Error parsing example code
       # «BUILDDIR»/lib/rubocop/rspec/cop_helper.rb:26:in `inspect_source'
       # 
«BUILDDIR»/spec/rubocop/cop/lint/invalid_character_literal_spec.rb:25:in `block 
(3 levels) in <top (required)>'
  
  Finished in 29.05 seconds (files took 3.72 seconds to load)
  14757 examples, 0 failures, 2 pending
  
  Randomized with seed 32857
  
  
  
┌──────────────────────────────────────────────────────────────────────────────┐
  │ dh_ruby --install finished                                                  
 │
  
└──────────────────────────────────────────────────────────────────────────────┘
  
     dh_install -O--buildsystem=ruby
     dh_installdocs -O--buildsystem=ruby
     dh_ruby_fixdocs -O--buildsystem=ruby
     dh_installchangelogs -O--buildsystem=ruby
     dh_perl -O--buildsystem=ruby
     debian/rules override_dh_link
  make[1]: Entering directory '«BUILDDIR»'
  dh_link
  cd ./debian/rubocop/usr/lib/ruby/vendor_ruby && \
        patch -p2 < «BUILDDIR»/debian/patches/03-modify-rubocop-homedir.diff
  patching file rubocop/config_loader.rb
  patching file rubocop/result_cache.rb
  make[1]: Leaving directory '«BUILDDIR»'
     dh_strip_nondeterminism -O--buildsystem=ruby
     dh_compress -X.rb -O--buildsystem=ruby
     dh_fixperms -O--buildsystem=ruby
     dh_installdeb -O--buildsystem=ruby
     dh_gencontrol -O--buildsystem=ruby
  dpkg-gencontrol: warning: Depends field of package rubocop: unknown 
substitution variable ${shlibs:Depends}
     dh_md5sums -O--buildsystem=ruby
     dh_builddeb -O--buildsystem=ruby
  dpkg-deb: building package 'rubocop' in '../rubocop_0.47.1+dfsg-1_all.deb'.
   dpkg-genbuildinfo --build=binary
   dpkg-genchanges --build=binary >../rubocop_0.47.1+dfsg-1_amd64.changes
  dpkg-genchanges: info: binary-only upload (no source code included)
   dpkg-source --after-build rubocop-0.47.1+dfsg
  dpkg-buildpackage: info: binary-only upload (no source included)

  […]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-

Attachment: rubocop.0.47.1+dfsg-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Hi,

As I clarified previously, this is not a FTBFS bug.

As additional reference, today I did a source-only upload for this
package due to a new upstream release and the binary package is
correctly built as can be checked in the auto builders logs like the
one shown below:

https://buildd.debian.org/status/fetch.php?pkg=rubocop&arch=all&ver=0.48.0%2Bdfsg-1&stamp=1490555923&raw=0

Thanks,
Miguel.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
"Faith means not wanting to know what is true." -- Nietzsche

Attachment: signature.asc
Description: Digital signature


--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to