Your message dated Thu, 28 Jun 2012 00:08:24 +0000
with message-id <[email protected]>
and subject line Bug#674380: fixed in ruby-ronn 0.7.3-2
has caused the Debian Bug report #674380,
regarding ruby-ronn: FTBFS: test failed
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.)
--
674380: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674380
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-ronn
Version: 0.7.3-1
Severity: serious
Tags: wheezy sid
User: [email protected]
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.
--- End Message ---
--- Begin Message ---
Source: ruby-ronn
Source-Version: 0.7.3-2
We believe that the bug you reported is fixed in the latest version of
ruby-ronn, which is due to be installed in the Debian FTP archive:
ruby-ronn_0.7.3-2.debian.tar.gz
to main/r/ruby-ronn/ruby-ronn_0.7.3-2.debian.tar.gz
ruby-ronn_0.7.3-2.dsc
to main/r/ruby-ronn/ruby-ronn_0.7.3-2.dsc
ruby-ronn_0.7.3-2_all.deb
to main/r/ruby-ronn/ruby-ronn_0.7.3-2_all.deb
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.
Cédric Boutillier <[email protected]> (supplier of updated ruby-ronn
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: SHA1
Format: 1.8
Date: Thu, 28 Jun 2012 00:52:20 +0200
Source: ruby-ronn
Binary: ruby-ronn
Architecture: source all
Version: 0.7.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers
<[email protected]>
Changed-By: Cédric Boutillier <[email protected]>
Description:
ruby-ronn - Builds manuals from Markdown
Closes: 674380
Changes:
ruby-ronn (0.7.3-2) unstable; urgency=low
.
* Team upload.
* Disable tests relying on ordered hashes (Closes: #674380)
* Build against gem2deb >=0.3.0~
* Bump Standards-Version to 3.9.3 (no changes needed)
* Update debian/copyright to DEP-5 copyright-format/1.0
Checksums-Sha1:
86640e0dfa37b5c2b6a25502a0afce32b3cac736 1315 ruby-ronn_0.7.3-2.dsc
f0aab216997f401f43c87c38a657bd1385dafd39 4071 ruby-ronn_0.7.3-2.debian.tar.gz
49d42e6dcb6b33e227229a66518365ae85fd6627 31768 ruby-ronn_0.7.3-2_all.deb
Checksums-Sha256:
b1e3db9a6870543a38f53dbdfd116eaa32fabfe89374062085416025e80cb302 1315
ruby-ronn_0.7.3-2.dsc
e5abfa6ea2265e42829ffca95c96fcca7e132304c032e11652d233f6e03bac87 4071
ruby-ronn_0.7.3-2.debian.tar.gz
83e132377ab7d4c7c8613812785918cc7d38605c575b10c8cafbcb1107f7d7ea 31768
ruby-ronn_0.7.3-2_all.deb
Files:
45ebe707f4a9c71ef6003c034cec65cd 1315 ruby optional ruby-ronn_0.7.3-2.dsc
997e34ac0a320f07e745f9c292246920 4071 ruby optional
ruby-ronn_0.7.3-2.debian.tar.gz
f7a35d1c4b5a1060146ff0a59c093526 31768 ruby optional ruby-ronn_0.7.3-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAk/rnPAACgkQx/UhwSKygsrw6QCfRv83krJU/I7xpGQc1agZzPKt
bKAAoIShtumqVeiZ5OJI1//OIoABXWqv
=Cnsk
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers