Your message dated Sun, 17 Dec 2006 22:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#401511: fixed in acl 2.2.42-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: acl
Severity: important
Version: 2.2.41-1
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
On GNU/kFreeBSD, there is not defined ENODATA,
missing attribute is signaled by ENOATTR.
Unfortunately, tests in code expect both possible
errno's are defined.
Please use patch bellow.
It would also be nice if you can ask upstream
to include this changes.
Thanks in advance
Petr
diff -ur acl-2.2.41/libacl/acl_delete_def_file.c
acl-2.2.41.new/libacl/acl_delete_def_file.c
--- acl-2.2.41/libacl/acl_delete_def_file.c
+++ acl-2.2.41.new/libacl/acl_delete_def_file.c
@@ -23,6 +23,7 @@
#include <attr/xattr.h>
#include "byteorder.h"
#include "acl_ea.h"
+#include "config.h"
/* 23.4.8 */
diff -ur acl-2.2.41/include/config.h.in acl-2.2.41.new/include/config.h.in
--- acl-2.2.41/include/config.h.in
+++ acl-2.2.41.new/include/config.h.in
@@ -30,3 +30,11 @@
#endif
#include <locale.h>
+#include <errno.h>
+#if !defined(ENODATA) && defined(ENOATTR)
+# define ENODATA ENOATTR
+#endif
+#if !defined(ENOATTR) && defined(ENODATA)
+# define ENOATTR ENODATA
+#endif
+
--- End Message ---
--- Begin Message ---
Source: acl
Source-Version: 2.2.42-1
We believe that the bug you reported is fixed in the latest version of
acl, which is due to be installed in the Debian FTP archive:
acl_2.2.42-1.dsc
to pool/main/a/acl/acl_2.2.42-1.dsc
acl_2.2.42-1.tar.gz
to pool/main/a/acl/acl_2.2.42-1.tar.gz
acl_2.2.42-1_i386.deb
to pool/main/a/acl/acl_2.2.42-1_i386.deb
libacl1-dev_2.2.42-1_i386.deb
to pool/main/a/acl/libacl1-dev_2.2.42-1_i386.deb
libacl1_2.2.42-1_i386.deb
to pool/main/a/acl/libacl1_2.2.42-1_i386.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.
Nathan Scott <[EMAIL PROTECTED]> (supplier of updated acl 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: Fri, 08 Dec 2006 14:21:40 +1100
Source: acl
Binary: libacl1 acl libacl1-dev
Architecture: source i386
Version: 2.2.42-1
Distribution: unstable
Urgency: low
Maintainer: Nathan Scott <[EMAIL PROTECTED]>
Changed-By: Nathan Scott <[EMAIL PROTECTED]>
Description:
acl - Access control list utilities
libacl1 - Access control list shared library
libacl1-dev - Access control list static libraries and headers
Closes: 401511
Changes:
acl (2.2.42-1) unstable; urgency=low
.
* New upstream release
* Incorporate Petr Salinger's GNU/kFreeBSD patch (closes: #401511)
Files:
926ccabc685e91b6a8d29ebd55d91c98 556 utils optional acl_2.2.42-1.dsc
b787a492b844ca2ca557f8c736416af2 122545 utils optional acl_2.2.42-1.tar.gz
35ae46724b3d7e406146da13fb1e23f7 51630 utils optional acl_2.2.42-1_i386.deb
7e5395968c59f35992d9c7d9d373876a 75836 libdevel extra
libacl1-dev_2.2.42-1_i386.deb
db28e35a55b30b43a44f920972040c0b 15078 libs required libacl1_2.2.42-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFhcKym8fl3HSIa2MRAnxuAJ49xYlwzpUGe3AHhT7DNwxBdATV8ACgiH6p
56WLHlMYS2BM/JXLqy1cpF8=
=2QU9
-----END PGP SIGNATURE-----
--- End Message ---