[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#739988: marked as done (Fix autopkgtest missing dependencies and locale)



Your message dated Fri, 28 Feb 2014 11:03:50 +0000
with message-id <E1WJLEM-0004Ze-5h@franck.debian.org>
and subject line Bug#739988: fixed in apt 0.9.15.5
has caused the Debian Bug report #739988,
regarding Fix autopkgtest missing dependencies and locale
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 owner@bugs.debian.org
immediately.)


-- 
739988: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739988
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.9.15.4
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty
User: autopkgtest-devel@lists.alioth.debian.org
Usertags: autopkgtest

Hello,

Thanks for adding an autopkgtest to apt! However, it currently fails
[1]:

| adt-run: & tree0t-run-tests:  - - - - - - - - - - results - - - - - - - - - -
| tree0t-run-tests     FAIL non-zero exit status 2
| adt-run: & tree0t-run-tests:  - - - - - - - - - - stdout - - - - - - - - - -
| checking build system type... x86_64-unknown-linux-gnu
| checking host system type... x86_64-unknown-linux-gnu
| checking target system type... x86_64-unknown-linux-gnu
| checking for gcc... no
| checking for cc... no
| checking for cl.exe... no
| adt-run: & tree0t-run-tests:  - - - - - - - - - - stderr - - - - - - - - - -
| configure: error: in `/tmp/adt-run.1QqrIC/tree0-tree/build':
| configure: error: no acceptable C compiler found in $PATH

This is easily rectified. Then I get some more errors due to not
having fakeroot and wget installed, and lot of diffs because it
expects English strings. The attached debdiff fixes all those.

The remaining problem is now that all of the webserver-related tests
hang eternally when I run them in LXC. It seems to work in QEMU [2],
but with a lot more packages pre-installed, so it could be that it
does something funky with the network configuration that just doesn't
work in LXC, or that there's another missing dependency.

Thanks for considering,

Martin

[1] http://ci.debian.net/#package/apt
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -Nru apt-0.9.15.4ubuntu1/debian/changelog apt-0.9.15.4ubuntu2/debian/changelog
--- apt-0.9.15.4ubuntu1/debian/changelog	2014-02-23 00:46:13.000000000 +0100
+++ apt-0.9.15.4ubuntu2/debian/changelog	2014-02-24 18:52:24.000000000 +0100
@@ -1,3 +1,12 @@
+apt (0.9.15.4ubuntu2) trusty; urgency=medium
+
+  * debian/tests/control: Add missing build-essential, fakeroot, and wget test
+    dependencies.
+  * debian/tests/run-tests: Pin locale to C to avoid test failures in other
+    locales.
+
+ -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 24 Feb 2014 18:26:13 +0100
+
 apt (0.9.15.4ubuntu1) trusty; urgency=low
 
   * merge with debian/sid
diff -Nru apt-0.9.15.4ubuntu1/debian/tests/control apt-0.9.15.4ubuntu2/debian/tests/control
--- apt-0.9.15.4ubuntu1/debian/tests/control	2014-02-23 00:45:07.000000000 +0100
+++ apt-0.9.15.4ubuntu2/debian/tests/control	2014-02-24 18:51:53.000000000 +0100
@@ -1,3 +1,3 @@
 Tests: run-tests
 Restrictions: allow-stderr 
-Depends: @, dpkg-dev, debhelper, libdb-dev, gettext, libcurl4-gnutls-dev, zlib1g-dev, libbz2-dev, xsltproc, docbook-xsl, docbook-xml, po4a, autotools-dev, autoconf, automake, doxygen, debiandoc-sgml, stunnel4, libdb-dev
+Depends: @, build-essential, fakeroot, wget, dpkg-dev, debhelper, libdb-dev, gettext, libcurl4-gnutls-dev, zlib1g-dev, libbz2-dev, xsltproc, docbook-xsl, docbook-xml, po4a, autotools-dev, autoconf, automake, doxygen, debiandoc-sgml, stunnel4, libdb-dev
diff -Nru apt-0.9.15.4ubuntu1/debian/tests/run-tests apt-0.9.15.4ubuntu2/debian/tests/run-tests
--- apt-0.9.15.4ubuntu1/debian/tests/run-tests	2014-02-13 14:28:27.000000000 +0100
+++ apt-0.9.15.4ubuntu2/debian/tests/run-tests	2014-02-24 18:36:20.000000000 +0100
@@ -2,6 +2,9 @@
 
 set -e
 
+unset LANGUAGE
+export LC_ALL=C
+
 # we need the buildin webserver for the tests
 if [ ! -e environment.mak ]; then
     make startup

--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 0.9.15.5

We believe that the bug you reported is fixed in the latest version of
apt, 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 739988@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (supplier of updated apt 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 28 Feb 2014 08:44:25 +0100
Source: apt
Binary: apt libapt-pkg4.12 libapt-inst1.5 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source all amd64
Version: 0.9.15.5
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
Description: 
 apt        - commandline package manager
 apt-doc    - documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package management related utility programs
 libapt-inst1.5 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg4.12 - package management runtime library
Closes: 739988
Changes: 
 apt (0.9.15.5) unstable; urgency=medium
 .
   [ Michael Vogt ]
   * vendor/tanglu/makefile: add missing clean/sources.list
   * run the acquire tests with the new apt-helper binary, this
     fixes the autopkgtest failures
 .
   [ Martin Pitt ]
   * Fix autopkgtest missing dependencies and locale (closes: #739988)
Checksums-Sha1: 
 7d6653617522bb7164e7871bd7612d5731e4a7f1 1633 apt_0.9.15.5.dsc
 ccdd802aa24ca81ed2a95d161bf4167cbb2ed19c 1726656 apt_0.9.15.5.tar.xz
 46fac037d608710ddbda71a63364019b22edfc5e 270160 apt-doc_0.9.15.5_all.deb
 220d971cfcd80c5e688ef3c8451fb9bbe6de98e2 742780 libapt-pkg-doc_0.9.15.5_all.deb
 55f3c4ec36f9af8ed77ac4be87d4585d6fc52364 740352 libapt-pkg4.12_0.9.15.5_amd64.deb
 1dccaa8fae9f73473884aa2ab603b835b58e2a29 161750 libapt-inst1.5_0.9.15.5_amd64.deb
 a79b4a3a6a7d69de1b02d22d28c65d317533e262 1060630 apt_0.9.15.5_amd64.deb
 23a3be521ecb6312ec74449c540984fa89b6da1b 185024 libapt-pkg-dev_0.9.15.5_amd64.deb
 199e4e6f003e58592dbd97ae95af4f054e3f4fe5 348708 apt-utils_0.9.15.5_amd64.deb
 78a63bafbac5fb0a48d206d308a280bcb5f0ba41 128610 apt-transport-https_0.9.15.5_amd64.deb
Checksums-Sha256: 
 92046d6de698f9d833438227441d34cccae51bf46fe80fcea14c9718a226688a 1633 apt_0.9.15.5.dsc
 46d1a3e049bb021e03225c884240ffab91d6289225182d5824e6974352c92421 1726656 apt_0.9.15.5.tar.xz
 beaff755728eecc1bb111d5ffd489c8726219ee8214c748d255457248b6533b2 270160 apt-doc_0.9.15.5_all.deb
 f61c9e380f57110c2b1a42b57e4fd4479efb8fc9d30b018af0504808f52b426b 742780 libapt-pkg-doc_0.9.15.5_all.deb
 385bebe1f0e60d32edd05d2195dd7c758d3577ad068b8755593de2acf45aa057 740352 libapt-pkg4.12_0.9.15.5_amd64.deb
 b61f24f7780195dd461afd40370e29c334b71b624c51a70b1abd416a2ec630dd 161750 libapt-inst1.5_0.9.15.5_amd64.deb
 8edf8b6c3ba4c50fd64d84be16db2fa2803b92b17806a87153456456d00daa9b 1060630 apt_0.9.15.5_amd64.deb
 fa3550ad9aba20ab966b8c35c61ac14e6ac77741778e1ee1aec8bbee2d6df231 185024 libapt-pkg-dev_0.9.15.5_amd64.deb
 1f2c5973a85e3dd16f4a0260637c63435ecf79711b2ea044d686d1382ceefc0e 348708 apt-utils_0.9.15.5_amd64.deb
 c2f8491cc63ceee836c60552b5f09f2075c7043fe6299be0b18c24369cbeba82 128610 apt-transport-https_0.9.15.5_amd64.deb
Files: 
 a9d4340244f5e5a55b67a852bbcff82d 1633 admin important apt_0.9.15.5.dsc
 9c1cd103474c312604e8c430399509f1 1726656 admin important apt_0.9.15.5.tar.xz
 8e133da49bed62539b8f4c92f45502a0 270160 doc optional apt-doc_0.9.15.5_all.deb
 978e0ad708e994006e4a755dbe06151d 742780 doc optional libapt-pkg-doc_0.9.15.5_all.deb
 e0c50625f34386c7a8b11e4546572783 740352 libs important libapt-pkg4.12_0.9.15.5_amd64.deb
 0a03d07adb4be00d527f082360952b1f 161750 libs important libapt-inst1.5_0.9.15.5_amd64.deb
 fb873c38c0a56d9d0a59ab4605deece2 1060630 admin important apt_0.9.15.5_amd64.deb
 b5c47d270951aac59af4e03ddba08fc2 185024 libdevel optional libapt-pkg-dev_0.9.15.5_amd64.deb
 0925e1427fee0e32ffbb9d74bb1f6d1b 348708 admin important apt-utils_0.9.15.5_amd64.deb
 b05de6d723d4f6af5907dd10953675da 128610 admin optional apt-transport-https_0.9.15.5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlMQaYsACgkQliSD4VZixzSNgQCgnQAyR+3+4cdpJdNUF0DAehRn
3DIAoKQKYwGZ+dBmRAy9FY0l37utTbbY
=lkzJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: