Source: ruby-mathml
Version: 0.11-2
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> dh_auto_install
>   Entering dh_ruby --install
> install -d /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby
> install -D -m644 lib/math_ml/element.rb 
> /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby/math_ml/element.rb
> install -D -m644 lib/math_ml/latex.rb 
> /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby/math_ml/latex.rb
> install -D -m644 lib/math_ml/latex/builtin.rb 
> /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby/math_ml/latex/builtin.rb
> install -D -m644 lib/math_ml/latex/builtin/symbol.rb 
> /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby/math_ml/latex/builtin/symbol.rb
> install -D -m644 lib/math_ml/symbol/character_reference.rb 
> /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby/math_ml/symbol/character_reference.rb
> install -D -m644 lib/math_ml/symbol/utf8.rb 
> /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby/math_ml/symbol/utf8.rb
> install -D -m644 lib/math_ml/symbol/entity_reference.rb 
> /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby/math_ml/symbol/entity_reference.rb
> install -D -m644 lib/math_ml/util.rb 
> /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby/math_ml/util.rb
> install -D -m644 lib/math_ml/string.rb 
> /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby/math_ml/string.rb
> install -D -m644 lib/math_ml.rb 
> /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby/math_ml.rb
> install -D -m644 lib/eim_xml.rb 
> /«PKGBUILDDIR»/debian/ruby-mathml/usr/lib/ruby/vendor_ruby/eim_xml.rb
> /usr/bin/ruby1.8 -I/usr/lib/ruby/vendor_ruby 
> /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb
> /usr/bin/ruby1.8 -S rspec ./spec/math_ml_spec.rb ./spec/math_ml/util_spec.rb 
> ./spec/math_ml/latex/macro_spec.rb ./spec/math_ml/latex/parser_spec.rb 
> ./spec/math_ml/latex/scanner_spec.rb ./spec/math_ml/string_spec.rb 
> ./spec/math_ml/element_spec.rb
> .......................................F.F.F....FF.....FFFF.FFFFFF..F.FFF.F..F...........................
> 
> Failures:
> 
>   1) MathML::LaTeX::Macro#parse
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/macro_spec.rb:32
> 
>   2) MathML::LaTeX::Macro#expand_command
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/macro_spec.rb:76
> 
>   3) MathML::LaTeX::Macro#expand_environment
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/macro_spec.rb:92
> 
>   4) MathML::LaTeX::Parser#parse should process latex block
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:58
> 
>   5) MathML::LaTeX::Parser#parse should raise error when error happened
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:63
> 
>   6) MathML::LaTeX::Parser#parse should process sqrt
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:137
> 
>   7) MathML::LaTeX::Parser#parse should process subsup
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:146
> 
>   8) MathML::LaTeX::Parser#parse should process underover
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:160
> 
>   9) MathML::LaTeX::Parser#parse should process font commands
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:182
> 
>   10) MathML::LaTeX::Parser#parse should process frac
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:199
> 
>   11) MathML::LaTeX::Parser#parse should process environment
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:203
> 
>   12) MathML::LaTeX::Parser#parse should process array
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:219
> 
>   13) MathML::LaTeX::Parser#parse should parse \left and \right
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:328
> 
>   14) MathML::LaTeX::Parser#parse should parse overs
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:342
> 
>   15) MathML::LaTeX::Parser#parse should parse unders
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:348
> 
>   16) MathML::LaTeX::Parser#parse should parse entity
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:362
> 
>   17) MathML::LaTeX::Parser#parse can be used with macro
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:393
> 
>   18) MathML::LaTeX::Parser#parse should raise error when macro define 
> circular reference
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:423
> 
>   19) MathML::LaTeX::Parser#parse should raise error when macro uses 
> undefined command
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:437
> 
>   20) MathML::LaTeX::Parser#parse should parse matrix environment
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:468
> 
>   21) MathML::LaTeX::Parser#parse should process prime entity reference
>      Failure/Error: Unable to find matching line from backtrace
>      LocalJumpError:
>        no block given
>      # ./spec/math_ml/latex/parser_spec.rb:113
> 
> Finished in 1.2 seconds
> 105 examples, 21 failures
> 
> Failed examples:
> 
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Macro#parse
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Macro#expand_command
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Macro#expand_environment
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should process latex block
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should raise error when error happened
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should process sqrt
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should process subsup
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should process underover
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should process font commands
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should process frac
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should process environment
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should process array
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should parse \left and \right
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should parse overs
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should parse unders
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should parse entity
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse can be used with macro
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should raise error when macro define circular 
> reference
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should raise error when macro uses undefined 
> command
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should parse matrix environment
> rspec /usr/lib/ruby/vendor_ruby/rspec/core/metadata.rb:157 # 
> MathML::LaTeX::Parser#parse should process prime entity reference
> rake aborted!
> /usr/bin/ruby1.8 -S rspec ./spec/math_ml_spec.rb ./spec/math_ml/util_spec.rb 
> ./spec/math_ml/latex/macro_spec.rb ./spec/math_ml/latex/parser_spec.rb 
> ./spec/math_ml/latex/scanner_spec.rb ./spec/math_ml/string_spec.rb 
> ./spec/math_ml/element_spec.rb failed
> 
> Tasks: TOP => default => spec
> (See full trace by running task with --trace)
> ERROR: Test "ruby1.8" failed. Exiting.
> dh_auto_install: dh_ruby --install /«PKGBUILDDIR»/debian/tmp returned exit 
> code 1
> make[1]: *** [override_dh_auto_install] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/21/ruby-mathml_0.11-2.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to