Your message dated Sun, 16 Mar 2008 14:47:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#470054: fixed in aptitude 0.4.11-1 has caused the Debian Bug report #470054, regarding FTBFS: unable to parse aptitude.xml 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.) -- 470054: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470054 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: aptitude Version: 0.4.10-1 Trying to build aptitude within pbuilder on amd64 I get # pbuilder --build aptitude_0.4.10-1.dsc : : make[5]: Entering directory `/tmp/buildd/aptitude-0.4.10/doc/fr' po4a-translate -M utf-8 -f docbook -m ./../en/aptitude.xml -p ./../po4a/po/fr.po -l aptitude.xml Discard the translation of ./../en/aptitude.xml (only 64.42% translated; need 80%). po4a-translate -k 60 -M utf-8 -f docbook -m ./../en/manpage.xml -p ./../po4a/po/fr.po -l manpage.xml Discard the translation of ./../en/manpage.xml (only 55.18% translated; need 60%). rm -fr output-html/ xsltproc -o output-html/ ./../aptitude-html.xsl aptitude.xml warning: failed to load external entity "aptitude.xml" unable to parse aptitude.xml make[5]: *** [doc-html-stamp] Error 6 make[5]: Leaving directory `/tmp/buildd/aptitude-0.4.10/doc/fr' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/tmp/buildd/aptitude-0.4.10/doc/fr' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/tmp/buildd/aptitude-0.4.10/doc' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/buildd/aptitude-0.4.10' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/aptitude-0.4.10' make: *** [build-stamp] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 pbuilder: Failed autobuilding of package -> Aborting with an error -> unmounting dev/pts filesystem -> unmounting proc filesystem -> cleaning the build env -> removing directory /var/cache/pbuilder/build//21103 and its subdirectories Regards Harri
--- End Message ---
--- Begin Message ---Source: aptitude Source-Version: 0.4.11-1 We believe that the bug you reported is fixed in the latest version of aptitude, which is due to be installed in the Debian FTP archive: aptitude-dbg_0.4.11-1_i386.deb to pool/main/a/aptitude/aptitude-dbg_0.4.11-1_i386.deb aptitude-doc-cs_0.4.11-1_all.deb to pool/main/a/aptitude/aptitude-doc-cs_0.4.11-1_all.deb aptitude-doc-en_0.4.11-1_all.deb to pool/main/a/aptitude/aptitude-doc-en_0.4.11-1_all.deb aptitude-doc-fi_0.4.11-1_all.deb to pool/main/a/aptitude/aptitude-doc-fi_0.4.11-1_all.deb aptitude-doc-fr_0.4.11-1_all.deb to pool/main/a/aptitude/aptitude-doc-fr_0.4.11-1_all.deb aptitude-doc-ja_0.4.11-1_all.deb to pool/main/a/aptitude/aptitude-doc-ja_0.4.11-1_all.deb aptitude_0.4.11-1.diff.gz to pool/main/a/aptitude/aptitude_0.4.11-1.diff.gz aptitude_0.4.11-1.dsc to pool/main/a/aptitude/aptitude_0.4.11-1.dsc aptitude_0.4.11-1_i386.deb to pool/main/a/aptitude/aptitude_0.4.11-1_i386.deb aptitude_0.4.11.orig.tar.gz to pool/main/a/aptitude/aptitude_0.4.11.orig.tar.gz 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. Daniel Burrows <[EMAIL PROTECTED]> (supplier of updated aptitude 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.7 Date: Sat, 15 Mar 2008 22:43:33 -0700 Source: aptitude Binary: aptitude aptitude-dbg aptitude-doc-cs aptitude-doc-en aptitude-doc-fi aptitude-doc-fr aptitude-doc-ja Architecture: source all i386 Version: 0.4.11-1 Distribution: experimental Urgency: low Maintainer: Daniel Burrows <[EMAIL PROTECTED]> Changed-By: Daniel Burrows <[EMAIL PROTECTED]> Description: aptitude - terminal-based package manager aptitude-dbg - Debug symbols for the aptitude package manager aptitude-doc-cs - Czech manual for aptitude, a terminal-based package manager aptitude-doc-en - English manual for aptitude, a terminal-based package manager aptitude-doc-fi - Finnish manual for aptitude, a terminal-based package manager aptitude-doc-fr - French manual for aptitude, a terminal-based package manager aptitude-doc-ja - Japanese manual for aptitude, a terminal-based package manager Closes: 243317 397652 406201 421395 432411 448561 452204 452540 458189 459336 459348 460808 461669 464131 466374 468751 470054 470839 Changes: aptitude (0.4.11-1) experimental; urgency=low . * Upload to experimental so as not to interfere with the installer. . * New upstream release. . - Handle conflicts/provides/replaces in the dependency resolver (Closes: #466374). . - Implement a "build-dep" command to install build dependencies of one or more source packages. (Closes: #243317) . - Implement support for multi-level sections, thanks to Paul Donahue for the patches. . - Use libept to get debtags information. (Closes: #397652, #406201) . - Fixed a case where aptitude would claim that packages could fulfill a versioned dependency through a Provides. (Closes: #464131) . - Fix task handling in the case that different versions of a package have different task fields. (Closes: #459348) . - Fix building with g++-4.3, assuming the build-deps support g++-4.3. (Closes: #452204, #452540) . - Forcibly make the manual compile by allowing through a largely untranslated input. (Closes: #470054) . - Migrate the setting for enabling installation of Recommends from Aptitude::Recommends-Important to Apt::Install-Recommends. (Closes: #458189, #448561) . - Ensure that the resolver state is always synchronized with the state of the package cache, to eliminate some cases where it would break or produce wrong answers. (Closes: #421395, #432411) . - Eliminate some crashes that occurred when removing packages at the command-line while version numbers were displayed (-V). (Closes: #459336, #461669) . - If the package lists can't be read in "aptitude update", download new ones instead of crashing. (Closes: #468751) . - Document some of the files that aptitude uses in a FILES section in the manpage (Closes: #470839) . - Fix the use of quote in the French translation (Closes: #460808). . * Build-Depend on libept-dev for ept support. Files: 2e36447130627a765f4226fdcfd43291 980 admin - aptitude_0.4.11-1.dsc 12a5e94298d3f76aa44691a3e1aafcae 5434094 admin - aptitude_0.4.11.orig.tar.gz 96f1082d9d4bb4c903ab9f95549414eb 34130 admin - aptitude_0.4.11-1.diff.gz e17f4d9c4e960cd343511b80b379c0ce 343710 doc optional aptitude-doc-cs_0.4.11-1_all.deb 8f4d31005142d569136a4285b8bbb12b 349392 doc optional aptitude-doc-en_0.4.11-1_all.deb 7477501c1e3fd90e9e1b98918cb8c79c 262250 doc optional aptitude-doc-fi_0.4.11-1_all.deb 1574327b52913c95b14c88988ff95982 294856 doc optional aptitude-doc-fr_0.4.11-1_all.deb 9b72178e4738c54ebe616580f62a4f3e 360090 doc optional aptitude-doc-ja_0.4.11-1_all.deb fecd0f6d158c2fa0079a722b753e9ae4 2648114 admin important aptitude_0.4.11-1_i386.deb cf72e7eadb924b68dc1bb1318135541f 6658810 devel extra aptitude-dbg_0.4.11-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH3TL/ch6xsM7kSXgRAgarAKCO1qroakcQ+wdiZD8SINwDklGPPgCdFqAy Wz7S3FETJr//MMWDwnxEjgc= =V1eF -----END PGP SIGNATURE-----
--- End Message ---

