Your message dated Fri, 23 Aug 2013 18:49:13 +0000
with message-id <e1vcwq5-0004ha...@franck.debian.org>
and subject line Bug#720519: fixed in xen-tools 4.4~beta1-1
has caused the Debian Bug report #720519,
regarding xen-tools: FTBFS with perl 5.18: POD failure
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 ow...@bugs.debian.org
immediately.)
--
720519: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720519
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xen-tools
Version: 4.3.1-1
Severity: serious
Justification: transition imminent
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition
Tags: sid jessie
This package FTBFS with perl 5.18:
cd bin; for i in *-*[!y]; do pod2man --release=4.3.1 --official --section=8 $i
../man/$i.8; done
xen-create-image around line 758: Non-ASCII character seen before =encoding in
'St<E9>phane'. Assuming UTF-8
POD document had syntax errors at /usr/bin/pod2man line 71.
xen-create-nfs around line 90: Non-ASCII character seen before =encoding in 'St
<E9>phane'. Assuming UTF-8
POD document had syntax errors at /usr/bin/pod2man line 71.
xen-delete-image around line 137: Non-ASCII character seen before =encoding in
'St<E9>phane'. Assuming UTF-8
POD document had syntax errors at /usr/bin/pod2man line 71.
xen-list-images around line 64: Non-ASCII character seen before =encoding in
'St<E9>phane'. Assuming UTF-8
POD document had syntax errors at /usr/bin/pod2man line 71.
xen-update-image around line 87: Non-ASCII character seen before =encoding in
'St<E9>phane'. Assuming UTF-8
POD document had syntax errors at /usr/bin/pod2man line 71.
xt-create-xen-config around line 111: Non-ASCII character seen before =encoding
in 'St<E9>phane'. Assuming UTF-8
POD document had syntax errors at /usr/bin/pod2man line 71.
xt-customize-image around line 67: Non-ASCII character seen before =encoding in
'St<E9>phane'. Assuming UTF-8
POD document had syntax errors at /usr/bin/pod2man line 71.
xt-guess-suite-and-mirror around line 36: Non-ASCII character seen before
=encoding in 'St<E9>phane'. Assuming UTF-8
POD document had syntax errors at /usr/bin/pod2man line 71.
xt-install-image around line 89: Non-ASCII character seen before =encoding in
'St<E9>phane'. Assuming UTF-8
POD document had syntax errors at /usr/bin/pod2man line 71.
make[1]: *** [manpages] Error 255
make[1]: Leaving directory
`/build/dom-xen-tools_4.3.1-1-i386-ICpQI7/xen-tools-4.3.1'
make: *** [install] Error 2
Please ask debian-p...@lists.debian.org if you need help with preparing
or testing a change; if you have a suitable test i386 system you can
install perl 5.18 by adding experimental to your sources as well as the
repository at <http://people.debian.org/~dom/perl/test/perl-5.18.0/>
You can also find more about the perl 5.18 transition, which we hope
to start this week[1], at <http://bugs.debian.org/712615>.
Thanks for your work!
Cheers,
Dominic.
[1] apologies for the late appearance of this bug report; earlier
test coverage did not cover this package
--- End Message ---
--- Begin Message ---
Source: xen-tools
Source-Version: 4.4~beta1-1
We believe that the bug you reported is fixed in the latest version of
xen-tools, which is due to be installed in the Debian FTP archive.
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 720...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Axel Beckert <a...@debian.org> (supplier of updated xen-tools 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 23 Aug 2013 19:00:03 +0200
Source: xen-tools
Binary: xen-tools
Architecture: source all
Version: 4.4~beta1-1
Distribution: unstable
Urgency: low
Maintainer: Axel Beckert <a...@debian.org>
Changed-By: Axel Beckert <a...@debian.org>
Description:
xen-tools - Tools to manage Xen virtual servers
Closes: 640099 679183 684346 690299 691320 693131 704882 715340 720519
Changes:
xen-tools (4.4~beta1-1) unstable; urgency=low
.
* New upstream beta release
- Code deduplication to unify the xen-*-image scripts
- Moves /usr/lib/xen-tools/ to /usr/share/xen-tools/
- Use http.debian.net as default Debian mirror if no mirror is given
and xt-guess-suite-and-mirror is not used.
- Fix symbolic link hooks/centos-6/15-setup-arch (Closes: #690299)
- Execute END block not on --version/--help/--manual (Closes: #684346)
- Move code for --boot feature to END block. Fixes missing SSH
fingerprint display if --boot was used. (Closes: #679183)
- Correctly handle aborts in END block. (Closes: #704882)
- Use local parameter instead of global variable in unMountImage.
- Also recognize "M" and "G" instead of "MB" and "GB" as size unit for
--memory. (Closes: #691320) Document the recognized units.
- Default DomUs to use the noop scheduler (Closes: #693131)
- Overwork TLS disabling on Debian and Ubuntu
- xen-list-images now also outputs the file name of the config file.
- xen-list-images and xen-delete-image now understand --extension.
- Fixes "--extension=" with empty parameter.
- Sarge amd64 case handle properly
- Remove CVS revisions from --version output
- Support for Debian Jessie, Ubuntu Raring and preliminary support for
Ubuntu Saucy (debootstrap doesn't have support for Saucy at the time
of writing)
- Preliminary support for xl toolstack
- xen-create-image: Consistently use runCommand() instead of system()
- xt-install-image: Don't bail out if only cdebootstrap is installed
but not debootstrap (Thanks Elmar Heeb!)
- Makefile accepts DESTDIR=…
- Move examples from debian/examples to examples.
- Uses File::Which exclusively (no more findBinary, no more `which`),
added (build-) dependency on libfile-which-perl
- Knows about module-init-tools → kmod transition in wheezy/raring.
- Adds default mount options for ext4, identical to ext2/ext3.
- Ships /etc/initramfs-tools/conf.d/xen-tools for generating Dom0
initrds also suitable for DomU usage. Trigger update-initramfs.
- By default install linux-image-virtual instead of linux-image-server
on Ubuntu Intrepid and newer (Hopefully closes: #640099, LP #839492)
- Installs a legacy grub in all pygrub based Debian/Ubuntu DomUs to be
able to update the menu.list automatically.
- hooks/common.sh: installDebianPackage no more installs recommends.
- hooks/common.sh: Rename installCentOS4Package to installRPMPackage.
Add installCentOS4Package wrapper for backward compatibility.
- Fix filesystem tools installation in 91-install-fs-tools (which was
broken since 4.3~rc1-1) by merging 91-install-fs-tools back into
90-make-fstab. (Closes: #715340) Also supports RPM-based
distributions now.
- Fixes export of environment variables. Previously they could contain
dashes and then were only accessible from within Perl, but not from
within Bash.
- Fixes creation of "ARRAY(0x…).log" named log files.
- Makes some options (like --pygrub) negatable.
- Uses Test::NoTabs; add according build-dependency.
- Removes unused Perl modules Xen::Tools and Xen::Tools::Log from
source code. Also removes the according tests from the test suite.
→ Remove no more needed build-dependency on Moose.
- Better documents and checks requirements for the --apt_proxy
value. (See #623443 for the corresponding apt issue.) Add (build-)
dependency on libdata-validate-uri-perl.
- Use Data::Validate::{Domain,IP} for IP addresses and hostname checks.
Add corresponding (build-) dependencies on
libdata-validate-{domain,ip}-perl.
- Fixes broken quoting in list of required binaries
- Declares POD encoding. Fixes FTBFS with Perl 5.18. (Closes: #720519)
* Add debian/gbp.conf to be able to to build xen-tools with
git-buildpackage.
* Clean up debian/rules:
- Don't mention (generated) upstream changelog explicitly,
dh_installchangelogs finds it by itself if it exist. That way
building out of a freshly clone git repository does not fail due to
a missing upstream changelog.
- Use dh_auto_{install,clean}; use "$(MAKE)" instead of "make" where
dh_auto_* can't help. No more explicitly call "make manpages", it's
a depedency of "make install" in the next line anyway.
- Finally switch to a minimal dh style debian/rules.
* Bump debhelper compatibility to 9
- Update versioned debhelper build-dependency
* Bump Standards-Version to 3.9.4 (no changes)
* Add dependency on ${perl:Depends} to fix dpkg-gencontrol warning.
* Bump copyright years in debian/copyright.
* Apply wrap-and-sort.
Checksums-Sha1:
8a0af7ac743fc4340d804ff0324557c06d2d7d7f 1440 xen-tools_4.4~beta1-1.dsc
9c60058c99daabb41982abe339f0f12ee52c1efe 237356 xen-tools_4.4~beta1.orig.tar.gz
2b89a4736ccac9d6697aaa744f4b94b790efb1cc 15727
xen-tools_4.4~beta1-1.debian.tar.gz
f0894c894e7154c5d5fcfba572d261a9283e2ed1 249216 xen-tools_4.4~beta1-1_all.deb
Checksums-Sha256:
fc66036e35b5c49460f527edee09e9ff7070b582bcad0649f6cc51e2eb603de8 1440
xen-tools_4.4~beta1-1.dsc
9ef3ca478f552885ba5911cfdedc4765370f652ccf74b79ccc6729b0b5c77302 237356
xen-tools_4.4~beta1.orig.tar.gz
2a8bff66b3f58064380edab0876144eb4b64314b4109b6d244e3a438882c9a9e 15727
xen-tools_4.4~beta1-1.debian.tar.gz
e0c9eda5f42cd9abc1f405420d6963fa0af7c05f162d8ccc01e6ad622f775ee0 249216
xen-tools_4.4~beta1-1_all.deb
Files:
412676db19699c1340f008909b65826d 1440 utils extra xen-tools_4.4~beta1-1.dsc
60a11bfd3d437c9f95884395ff9cd080 237356 utils extra
xen-tools_4.4~beta1.orig.tar.gz
21aa6486f72f3eebec20a32f30f0fc49 15727 utils extra
xen-tools_4.4~beta1-1.debian.tar.gz
196e63d4447a9bfa8ab7069b61b37da6 249216 utils extra
xen-tools_4.4~beta1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iEYEARECAAYFAlIXnw4ACgkQwJ4diZWTDt6i/gCdHmalka5wfY4YTGcGpRp/8Kte
S+AAn21y8H63+mtauXkFev2wmdAcjI0S
=sgXi
-----END PGP SIGNATURE-----
--- End Message ---