[DRE-maint] Bug#674380: ruby-ronn: FTBFS: test failed

Lucas Nussbaum lucas at lucas-nussbaum.net
Thu May 24 09:58:35 UTC 2012


Source: ruby-ronn
Version: 0.7.3-1
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20120524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  fakeroot debian/rules binary
> dh binary --buildsystem=ruby --with ruby
>    dh_testroot -O--buildsystem=ruby
>    dh_prep -O--buildsystem=ruby
>    dh_installdirs -O--buildsystem=ruby
>    dh_auto_install -O--buildsystem=ruby
>   Entering dh_ruby --install
> install -d /«PKGBUILDDIR»/debian/ruby-ronn/usr/bin
> install -D -m755 bin/ronn /«PKGBUILDDIR»/debian/ruby-ronn/usr/bin/ronn
> install -d /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby
> install -D -m644 lib/ronn/template/80c.css /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/template/80c.css
> install -D -m644 lib/ronn/template/screen.css /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/template/screen.css
> install -D -m644 lib/ronn/template/darktoc.css /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/template/darktoc.css
> install -D -m644 lib/ronn/template/default.html /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/template/default.html
> install -D -m644 lib/ronn/template/man.css /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/template/man.css
> install -D -m644 lib/ronn/template/toc.css /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/template/toc.css
> install -D -m644 lib/ronn/template/dark.css /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/template/dark.css
> install -D -m644 lib/ronn/template/print.css /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/template/print.css
> install -D -m644 lib/ronn/roff.rb /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/roff.rb
> install -D -m644 lib/ronn/server.rb /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/server.rb
> install -D -m644 lib/ronn/template.rb /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/template.rb
> install -D -m644 lib/ronn/document.rb /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/document.rb
> install -D -m644 lib/ronn/utils.rb /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/utils.rb
> install -D -m644 lib/ronn/index.rb /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn/index.rb
> install -D -m644 lib/ronn.rb /«PKGBUILDDIR»/debian/ruby-ronn/usr/lib/ruby/vendor_ruby/ronn.rb
> Rewriting shebang line of /«PKGBUILDDIR»/debian/ruby-ronn/usr/bin/ronn
> /usr/bin/ruby1.8 -I/usr/lib/ruby/vendor_ruby /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb
> Loaded suite debian/ruby-tests
> Started
> ...............................................F.......F....
> Finished in 2.933736 seconds.
> 
>   1) Failure:
> test_markdown_syntax_HTML(RonnTest) [./test/test_ronn.rb:83]:
> --- ./test/markdown_syntax.html	2011-10-05 21:01:51.000000000 +0000
> +++ ./test/markdown_syntax.html.wrong	2012-05-23 20:59:14.243125256 +0000
> @@ -153,7 +153,7 @@
>  <pre><code>AT&amp;T
>  </code></pre>
>  
> -<p>Similarly, because Markdown supports <a href="#html" data-bare-link="true">inline HTML</a>, if you use
> +<p>Similarly, because Markdown supports <a data-bare-link="true" href="#html">inline HTML</a>, if you use
>  angle brackets as delimiters for HTML tags, Markdown will treat them as
>  such. But if you write:</p>
>  
> @@ -191,7 +191,7 @@
>  
>  <p>Yes, this takes a tad more effort to create a <code><br /></code>, but a simplistic
>  "every line break is a <code><br /></code>" rule wouldn't work for Markdown.
> -Markdown's email-style <a href="#blockquote" data-bare-link="true">blockquoting</a> and multi-paragraph <a href="#list" data-bare-link="true">list items</a>
> +Markdown's email-style <a data-bare-link="true" href="#blockquote">blockquoting</a> and multi-paragraph <a data-bare-link="true" href="#list">list items</a>
>  work best -- and look better -- when you format them with hard breaks.</p>
>  
>  <h3 id="Headers">Headers</h3>
> @@ -952,6 +952,6 @@
>  <h2 id="SEE-ALSO">SEE ALSO</h2>
>  
>  <p><span class="man-ref">ronn<span class="s">(5)</span></span><br />
> -<a href="http://daringfireball.net/projects/markdown/" data-bare-link="true">http://daringfireball.net/projects/markdown/</a></p>
> +<a data-bare-link="true" href="http://daringfireball.net/projects/markdown/">http://daringfireball.net/projects/markdown/</a></p>
>  
>  </div>
> .
> 
>   2) Failure:
> test_section_reference_links_HTML(RonnTest) [./test/test_ronn.rb:83]:
> --- ./test/section_reference_links.html	2011-10-05 21:01:51.000000000 +0000
> +++ ./test/section_reference_links.html.wrong	2012-05-23 20:59:15.211124707 +0000
> @@ -10,8 +10,8 @@
>  
>  <h2 id="SECTION-2">SECTION 2</h2>
>  
> -<p>See <a href="#SECTION-1" title="SECTION 1" data-bare-link="true">SECTION 1</a>
> -or <a href="#SECTION-1" title="SECTION 1" data-bare-link="true">to put it another way</a>
> -or even <a href="#SECTION-1" data-bare-link="true">link this</a></p>
> +<p>See <a data-bare-link="true" title="SECTION 1" href="#SECTION-1">SECTION 1</a>
> +or <a data-bare-link="true" title="SECTION 1" href="#SECTION-1">to put it another way</a>
> +or even <a data-bare-link="true" href="#SECTION-1">link this</a></p>
>  
>  </div>
> .
> 
> 60 tests, 117 assertions, 2 failures, 0 errors
> ERROR: Test "ruby1.8" failed. Exiting.
> dh_auto_install: dh_ruby --install /«PKGBUILDDIR»/debian/ruby-ronn returned exit code 1
> make: *** [binary] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/05/24/ruby-ronn_0.7.3-1_unstable.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.





More information about the Pkg-ruby-extras-maintainers mailing list