Your message dated Tue, 19 Jun 2012 09:49:45 +0000
with message-id <[email protected]>
and subject line Bug#676109: fixed in zonecheck 3.0.3-2
has caused the Debian Bug report #676109,
regarding zonecheck: FTBFS: installer.rb:183:in `gsub!': invalid byte sequence 
in US-ASCII (ArgumentError)
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.)


-- 
676109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676109
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: zonecheck
Version: 3.0.3-1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20120604 qa-ftbfs
User: [email protected]
Usertags: default19
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_testdir
> dh_testroot
> dh_clean -k 
> dh_clean: dh_clean -k is deprecated; use dh_prep instead
> dh_installdirs
> # Add here commands to install the package into debian/zonecheck.
> /usr/bin/ruby installer.rb -DCHROOT=/«PKGBUILDDIR»/debian/zonecheck \
>               -DPREFIX=/usr -DETCDIR=/etc -DETCDIST= \
>               -DLIBEXEC=/usr/share -DMANDIR=/usr/share/man 
> -DRUBY=/usr/bin/ruby \
>               common cli doc
> mkdir -p /«PKGBUILDDIR»/debian/zonecheck/usr/share/zonecheck
> cp -r zc /«PKGBUILDDIR»/debian/zonecheck/usr/share/zonecheck
> chmod 755 /«PKGBUILDDIR»/debian/zonecheck/usr/share/zonecheck/zc/zc.rb
> cp -r lib /«PKGBUILDDIR»/debian/zonecheck/usr/share/zonecheck
> cp -r test /«PKGBUILDDIR»/debian/zonecheck/usr/share/zonecheck
> cp -r locale /«PKGBUILDDIR»/debian/zonecheck/usr/share/zonecheck
> mkdir -p /«PKGBUILDDIR»/debian/zonecheck/etc/zonecheck
> cp etc/zonecheck/zc.conf /«PKGBUILDDIR»/debian/zonecheck/etc/zonecheck
> cp etc/zonecheck/rootservers /«PKGBUILDDIR»/debian/zonecheck/etc/zonecheck
> cp etc/zonecheck/default.profile etc/zonecheck/afnic.profile 
> etc/zonecheck/reverse.profile etc/zonecheck/de.profile 
> /«PKGBUILDDIR»/debian/zonecheck/etc/zonecheck
> chmod 755 /«PKGBUILDDIR»/debian/zonecheck/usr/share/zonecheck/zc/zc.rb
> mkdir -p /«PKGBUILDDIR»/debian/zonecheck/usr/bin
> ln -sf /usr/share/zonecheck/zc/zc.rb 
> /«PKGBUILDDIR»/debian/zonecheck/usr/bin/zonecheck
> mkdir -p /«PKGBUILDDIR»/debian/zonecheck/usr/share/man/man1
> install -c -m 0644 man/zonecheck.1 
> /«PKGBUILDDIR»/debian/zonecheck/usr/share/man/man1/zonecheck.1
> mkdir -p /«PKGBUILDDIR»/debian/zonecheck/usr/share/doc/zonecheck
> install -c -m 0644 README TODO BUGS HISTORY CREDITS 
> /«PKGBUILDDIR»/debian/zonecheck/usr/share/doc/zonecheck
> ==> Installing core components
> 
> ==> Installing libraries
> 
> ==> Installing tests
> 
> ==> Installing locale
> 
> ==> Installing default configuration file
> 
> ==> Patching core components
> 
> ==> Installing CLI
> 
> ==> Installing documentation
> 
> ==> Info
> 
> !!! Before using ZoneCheck, please edit the file: zc.conf
> 
> # Patch the configuration file for Linux netkit ping
> /usr/bin/ruby -p -i \
>               -e 
> "\$_.gsub"\!"(/(<const\s+name\s*=\s*\"ping4\"\s+value\s*=\s*\")[^\"]*(\"\s*\/>)/,
>  '\1ping  -n -q -w 5 -c 5 %s > /dev/null\2')" \
>               -e 
> "\$_.gsub"\!"(/(<const\s+name\s*=\s*\"ping6\"\s+value\s*=\s*\")[^\"]*(\"\s*\/>)/,
>  '\1ping6 -n -q -w 5 -c 5 %s > /dev/null\2')" \
>       /«PKGBUILDDIR»/debian/zonecheck/etc/zonecheck/zc.conf
> # Add here commands to install the package into debian/zonecheck-cgi.
> /usr/bin/ruby installer.rb -DCHROOT=/«PKGBUILDDIR»/debian/zonecheck-cgi \
>                -DPREFIX=/usr -DETCDIR=/etc -DETCDIST= \
>              -DCGIDIR=/usr/lib/cgi-bin/ -DLIBEXEC=/usr/share \
>              -DMANDIR=/usr/share/man -DWWWDIR=/usr/share/zonecheck-cgi \
>                -DWWWCGIDIR=/cgi-bin -DRUBY=/usr/bin/ruby \
>               cgi
> mkdir -p /«PKGBUILDDIR»/debian/zonecheck-cgi/usr/share/zonecheck-cgi
> cp -r www/zonecheck.conf.in 
> /«PKGBUILDDIR»/debian/zonecheck-cgi/usr/share/zonecheck-cgi
> cp -r www/img /«PKGBUILDDIR»/debian/zonecheck-cgi/usr/share/zonecheck-cgi
> cp -r www/style /«PKGBUILDDIR»/debian/zonecheck-cgi/usr/share/zonecheck-cgi
> cp -r www/html /«PKGBUILDDIR»/debian/zonecheck-cgi/usr/share/zonecheck-cgi
> cp -r www/js /«PKGBUILDDIR»/debian/zonecheck-cgi/usr/share/zonecheck-cgi
> mkdir -p /«PKGBUILDDIR»/debian/zonecheck-cgi/usr/lib/cgi-bin/
> ln -sf /usr/share/zonecheck/zc/zc.rb 
> /«PKGBUILDDIR»/debian/zonecheck-cgi/usr/lib/cgi-bin//zc.cgi
> installer.rb:183:in `gsub!': invalid byte sequence in US-ASCII (ArgumentError)
>       from installer.rb:183:in `block (2 levels) in patch_cgi'
>       from installer.rb:182:in `each'
>       from installer.rb:182:in `block in patch_cgi'
>       from installer.rb:180:in `each'
>       from installer.rb:180:in `patch_cgi'
>       from installer.rb:242:in `rule_cgi'
>       from installer.rb:287:in `block in <main>'
>       from installer.rb:286:in `each'
>       from installer.rb:286:in `<main>'
> ==> Installing HTML pages
> 
> ==> Installing CGI
> 
> ==> Patching HTML pages
> make: *** [install] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/06/04/zonecheck_3.0.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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



--- End Message ---
--- Begin Message ---
Source: zonecheck
Source-Version: 3.0.3-2

We believe that the bug you reported is fixed in the latest version of
zonecheck, which is due to be installed in the Debian FTP archive:

zonecheck-cgi_3.0.3-2_all.deb
  to main/z/zonecheck/zonecheck-cgi_3.0.3-2_all.deb
zonecheck_3.0.3-2.debian.tar.gz
  to main/z/zonecheck/zonecheck_3.0.3-2.debian.tar.gz
zonecheck_3.0.3-2.dsc
  to main/z/zonecheck/zonecheck_3.0.3-2.dsc
zonecheck_3.0.3-2_all.deb
  to main/z/zonecheck/zonecheck_3.0.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.
Sebastien Delafond <[email protected]> (supplier of updated zonecheck 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: Mon, 18 Jun 2012 15:44:33 +0200
Source: zonecheck
Binary: zonecheck zonecheck-cgi
Architecture: source all
Version: 3.0.3-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond <[email protected]>
Changed-By: Sebastien Delafond <[email protected]>
Description: 
 zonecheck  - DNS configuration checker
 zonecheck-cgi - DNS configuration checker (web interface)
Closes: 676109 676173
Changes: 
 zonecheck (3.0.3-2) unstable; urgency=low
 .
   * Fix problems related to ruby 1.9, thanks to patches from Antonio
     Terceiro <[email protected]> (Closes: #676109, #676173)
   * Bump-up Standards revision.
Checksums-Sha1: 
 5555a5146690b7024897f653ac66943ce22752dc 1152 zonecheck_3.0.3-2.dsc
 04c8c16968654fb5fcc9fcaeda4b99c643d888f1 12163 zonecheck_3.0.3-2.debian.tar.gz
 ea073f02b5fcb6e5fe231606f881637ce29a3825 192398 zonecheck_3.0.3-2_all.deb
 14479b263bf423ab8edb733358f8a2e0ade949bd 37690 zonecheck-cgi_3.0.3-2_all.deb
Checksums-Sha256: 
 54bd424d8194a409c0a0e39bcf4e999941dba33cf06e46ab0cd0b198b4b6ef76 1152 
zonecheck_3.0.3-2.dsc
 69df261372f712cb9aad51602bd34df5164a5e13556858083e3c8152622ea421 12163 
zonecheck_3.0.3-2.debian.tar.gz
 ef22ec30398c6a370823e4eabf81ab84ad99cfff5ab80e2ec9f0b09c63a8716f 192398 
zonecheck_3.0.3-2_all.deb
 4b2dec34465d6445a161c19a50b3421d4e1a142f4d11f3131d460c3cb072743a 37690 
zonecheck-cgi_3.0.3-2_all.deb
Files: 
 a8caa6232edab00faa5f92508c726e04 1152 net optional zonecheck_3.0.3-2.dsc
 9673380aff0cdb1ac20267e57bff3d31 12163 net optional 
zonecheck_3.0.3-2.debian.tar.gz
 8b4b417a3f752ec798fb5246ef092cd4 192398 net optional zonecheck_3.0.3-2_all.deb
 90dba7125522654ff8cee10f5b0481f9 37690 net optional 
zonecheck-cgi_3.0.3-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk/fMpAACgkQiZgNKcDdyD9+AgCeLHSOaT0bPgkQD6VCK0Pqorcz
41UAn3CIiHocrpk+Ysioy8QWT7MkDcU3
=6x8Y
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to