Your message dated Thu, 16 Jun 2011 15:32:17 +0000
with message-id <e1qxeyl-0008so...@franck.debian.org>
and subject line Bug#630256: fixed in augeas 0.8.1-2
has caused the Debian Bug report #630256,
regarding augeas FTBFS with linux kernel >2.6.29 (test-readlink 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 ow...@bugs.debian.org
immediately.)
--
630256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: augeas
Version: 0.8.1-1
Severity: serious
Tags: patch
Justification: fails to build from source
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following:
* debian/patches/test-readlink-errno.patch: On linux kernels >2.6.39
one of the readlink tests fails with EINVAL, rather than the previous
(expected) behaviour of ENOENT; causing FTBFS. This patch accepts
both behaviours resolving failure. (LP: #796296)
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-3-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru augeas-0.8.1/debian/patches/series augeas-0.8.1/debian/patches/series
--- augeas-0.8.1/debian/patches/series 2011-06-09 15:55:58.000000000 +0100
+++ augeas-0.8.1/debian/patches/series 2011-06-12 19:01:19.000000000 +0100
@@ -1 +1,2 @@
debian-changes-0.8.1-1
+test-readlink-errno.patch
diff -Nru augeas-0.8.1/debian/patches/test-readlink-errno.patch augeas-0.8.1/debian/patches/test-readlink-errno.patch
--- augeas-0.8.1/debian/patches/test-readlink-errno.patch 1970-01-01 01:00:00.000000000 +0100
+++ augeas-0.8.1/debian/patches/test-readlink-errno.patch 2011-06-12 19:52:25.000000000 +0100
@@ -0,0 +1,17 @@
+Description: On linux kernels >2.6.39 one of the readlink tests fails with
+ EINVAL, rather than the previous (expected) behaviour of ENOENT; causing
+ FTBFS. This patch accepts both behaviours resolving failure.
+Author: Dave Walker (Daviey) <davewal...@ubuntu.com>
+Bug-Ubuntu: https://launchpad.net/bugs/796296
+
+--- a/gnulib/tests/test-readlink.h
++++ b/gnulib/tests/test-readlink.h
+@@ -38,7 +38,7 @@
+ ASSERT (errno == ENOENT);
+ errno = 0;
+ ASSERT (func ("", buf, sizeof buf) == -1);
+- ASSERT (errno == ENOENT);
++ ASSERT (errno == ENOENT || errno == EINVAL);
+ errno = 0;
+ ASSERT (func (".", buf, sizeof buf) == -1);
+ ASSERT (errno == EINVAL);
--- End Message ---
--- Begin Message ---
Source: augeas
Source-Version: 0.8.1-2
We believe that the bug you reported is fixed in the latest version of
augeas, which is due to be installed in the Debian FTP archive:
augeas-dbg_0.8.1-2_amd64.deb
to main/a/augeas/augeas-dbg_0.8.1-2_amd64.deb
augeas-doc_0.8.1-2_all.deb
to main/a/augeas/augeas-doc_0.8.1-2_all.deb
augeas-lenses_0.8.1-2_all.deb
to main/a/augeas/augeas-lenses_0.8.1-2_all.deb
augeas-tools_0.8.1-2_amd64.deb
to main/a/augeas/augeas-tools_0.8.1-2_amd64.deb
augeas_0.8.1-2.debian.tar.gz
to main/a/augeas/augeas_0.8.1-2.debian.tar.gz
augeas_0.8.1-2.dsc
to main/a/augeas/augeas_0.8.1-2.dsc
libaugeas-dev_0.8.1-2_amd64.deb
to main/a/augeas/libaugeas-dev_0.8.1-2_amd64.deb
libaugeas0_0.8.1-2_amd64.deb
to main/a/augeas/libaugeas0_0.8.1-2_amd64.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 630...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nicolas Valcárcel Scerpella <nicolas.valcar...@canonical.com> (supplier of
updated augeas 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 13 Jun 2011 14:42:12 -0400
Source: augeas
Binary: augeas-tools libaugeas-dev libaugeas0 augeas-dbg augeas-lenses
augeas-doc
Architecture: source amd64 all
Version: 0.8.1-2
Distribution: unstable
Urgency: low
Maintainer: Nicolas Valcárcel Scerpella <nicolas.valcar...@canonical.com>
Changed-By: Nicolas Valcárcel Scerpella <nicolas.valcar...@canonical.com>
Description:
augeas-dbg - Debugging symbols for libaugeas0
augeas-doc - Augeas lenses documentation
augeas-lenses - Set of lenses needed by libaugeas0 to parse config files
augeas-tools - Augeas command line tools
libaugeas-dev - Development files for writing applications based on libaugeas0
libaugeas0 - Augeas configuration editing library and API
Closes: 630256
Changes:
augeas (0.8.1-2) unstable; urgency=low
.
* debian/patches/test-readlink-errno.patch: On linux kernels >2.6.39
one of the readlink tests fails with EINVAL, rather than the previous
(expected) behaviour of ENOENT; causing FTBFS. This patch accepts
both behaviours resolving failure. Thanks to Dave Walker for the patch
(Closes: #630256)
Checksums-Sha1:
6afc24f62e185851f7cc65d9a339060f3818ad75 1718 augeas_0.8.1-2.dsc
2477150695720fb33a5af7e17eb678ee626ea3c6 9121 augeas_0.8.1-2.debian.tar.gz
816fe87865e6d0ad2fb76ff963940f8d6fc1b41f 43240 augeas-tools_0.8.1-2_amd64.deb
1f6ee14d9f1eb47870ef3eab1eac122ce2be64cc 27462 libaugeas-dev_0.8.1-2_amd64.deb
7c822b354fde5b27a12da48c1b157dedc8a127bf 175148 libaugeas0_0.8.1-2_amd64.deb
c3627f71e3ff8db9ada37c6faf3e718d29c4c8f5 370962 augeas-dbg_0.8.1-2_amd64.deb
914712614f5a868f4ef09646cd26bd228b169b9f 161278 augeas-lenses_0.8.1-2_all.deb
8177ee56615e452906c1f0d3fb93bb42fec9e6cc 612486 augeas-doc_0.8.1-2_all.deb
Checksums-Sha256:
3bfb63805a241ae9b43a4907bdf526c31de324c153236c006498ac9559d6630e 1718
augeas_0.8.1-2.dsc
2729813e3970867ccdab3a81fc7be10b61747254c9902f74312cc68f946697f8 9121
augeas_0.8.1-2.debian.tar.gz
d474b52069d2030e8bdc33b781cc2df3d28f00cc04729f6079af08fb5b1e4f93 43240
augeas-tools_0.8.1-2_amd64.deb
eaec0ea68d93d222a43a404d35ff05e71d213d14017ca223d1d536ec55e1adfc 27462
libaugeas-dev_0.8.1-2_amd64.deb
b2a4cd4b0547fbb1fc2ccc12d7cbceeb7704400b42890d7151a09ef06a0d0337 175148
libaugeas0_0.8.1-2_amd64.deb
173596c7295d71ffe65ad66d2fd8d5ace3f4990e1905eb8e1eb999c04008c78d 370962
augeas-dbg_0.8.1-2_amd64.deb
c06266a59876b6d3f5768a99ea67717e2961b9bd95d9e37190e8b3d447a595dc 161278
augeas-lenses_0.8.1-2_all.deb
d55268c3d06e756cc66d57fda160e75d5737b036e3ef0ffcca4b110fb0ad8613 612486
augeas-doc_0.8.1-2_all.deb
Files:
b57393e8a6df54758c71bc89ca360c33 1718 libs optional augeas_0.8.1-2.dsc
0c833ad6078117faa558cd8e718c8ac6 9121 libs optional
augeas_0.8.1-2.debian.tar.gz
08871b4d211ccead26a4e917201e58f8 43240 admin optional
augeas-tools_0.8.1-2_amd64.deb
3e60fdd3a36b919ed5501d4bbdf74d08 27462 libdevel optional
libaugeas-dev_0.8.1-2_amd64.deb
e09037125fd01b8bf28dafa46a5877e5 175148 libs optional
libaugeas0_0.8.1-2_amd64.deb
ecf113f9600d2fca1e5e06457d3807f5 370962 debug extra
augeas-dbg_0.8.1-2_amd64.deb
56679c38e11ad68bbe1ab640c133c0bc 161278 misc optional
augeas-lenses_0.8.1-2_all.deb
99c2a996217cb320f003bae0479e642e 612486 doc optional augeas-doc_0.8.1-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBCAAGBQJN+hlIAAoJEFJOw83vWElwwEAH/0c+j8Aeao+jOsbS69sqLxx2
9FAsRtwMLVha2H143ePZk+NyVePBLtUL8eractwX79dVLRXwwvtqiMFoPfLNznPE
GKaAkRoh59h+uBvLa6Lsd2jkPCkUyiqUIJMi2PuMQJ4GrqZs0msD0MQOYJNirmzA
qQpDh2gmY0wedR8qlZfrJ05R/lXJ8Y60uBZf7ua73TL1jCU08uZU0hFTGopYn7j6
+b3gA7yabHXxUo9bXIwI7h3peCMoAxgFPTIZ2t4bxqffCxz9NTdzuhA2Cc/FjfbO
u2u2lkaXv8F1AwY37vrDWjln0jgS6iL6MlMlnA75LFycTJAt1uRyzduItioKP+k=
=cIXE
-----END PGP SIGNATURE-----
--- End Message ---