Your message dated Sat, 12 Apr 2008 00:47:05 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#475566: fixed in libapache2-mod-auth-openid 0.2-2 has caused the Debian Bug report #475566, regarding libapache2-mod-auth-openid: empty package on !i386 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.) -- 475566: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475566 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: libapache2-mod-auth-openid Version: 0.2-1 Tags: patch Severity: grave Justification: renders package unusable As seen on packages.debian.org, this package is missing the actual module (mod_auth_openid.so) on all autobuilt architectures. >From the buildd logs: c -o mod_auth_openid.la libmodauthopenid.la -I/usr/include/apache2 -I/usr/include/apr-1.0 -lopkele -lcurl -lgssapi_krb5 -lssl -lcrypto -lpcre -ldb_cxx \ -lpcre -lcurl -lgssapi_krb5 make[2]: c: Command not found make[2]: [mod_auth_openid.la] Error 127 (ignored) i -S LIBEXECDIR=/build/buildd/libapache2-mod-auth-openid-0.2/debian/libapache2-mod-auth-openid/usr/lib/apache2/modules -n 'authopenid' mod_auth_openid.la make[2]: i: Command not found make[2]: [install-exec-local] Error 127 (ignored) Apparently ${APXS} doesn't get expanded in Makefile.am. Proposed patch attached. Cheers, -- Niko Tyni [EMAIL PROTECTED]diff --git a/configure.ac b/configure.ac index e2c1105..31adb06 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,7 @@ fi] # this will look for apxs command - put it in $APXS, fail on failure AX_WITH_APXS() +AC_SUBST([APXS]) # find apr-config binary AC_ARG_WITH(apr_config, AC_HELP_STRING([[--with-apr-config=FILE]], [Path to apr-config program]), [ apr_config="$withval" ],
--- End Message ---
--- Begin Message ---Source: libapache2-mod-auth-openid Source-Version: 0.2-2 We believe that the bug you reported is fixed in the latest version of libapache2-mod-auth-openid, which is due to be installed in the Debian FTP archive: libapache2-mod-auth-openid_0.2-2.diff.gz to pool/main/liba/libapache2-mod-auth-openid/libapache2-mod-auth-openid_0.2-2.diff.gz libapache2-mod-auth-openid_0.2-2.dsc to pool/main/liba/libapache2-mod-auth-openid/libapache2-mod-auth-openid_0.2-2.dsc libapache2-mod-auth-openid_0.2-2_i386.deb to pool/main/liba/libapache2-mod-auth-openid/libapache2-mod-auth-openid_0.2-2_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. NIIBE Yutaka <[EMAIL PROTECTED]> (supplier of updated libapache2-mod-auth-openid 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, 12 Apr 2008 09:34:37 +0900 Source: libapache2-mod-auth-openid Binary: libapache2-mod-auth-openid Architecture: source i386 Version: 0.2-2 Distribution: unstable Urgency: low Maintainer: NIIBE Yutaka <[EMAIL PROTECTED]> Changed-By: NIIBE Yutaka <[EMAIL PROTECTED]> Description: libapache2-mod-auth-openid - OpenID authentication module for Apache2 Closes: 475566 Changes: libapache2-mod-auth-openid (0.2-2) unstable; urgency=low . * Regenerate configure which was wrongly generated without APXS. (I had forgotten '-I acinclude.d' arguments when I invoked aclocal.) Thanks to Niko Tyni (Closes: #475566). Files: 84028f13fa0b01a7a69214b7d1bbd5e1 820 web extra libapache2-mod-auth-openid_0.2-2.dsc 878087036a6eeb5f5d60354d2094c745 78046 web extra libapache2-mod-auth-openid_0.2-2.diff.gz bf88f39f62060ce833c81c0635ed6478 54456 web extra libapache2-mod-auth-openid_0.2-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIAATgBB45r3HV9DoRAtr/AJ4ic6vGNQaN/smI2xI5rSlsNXhO1QCeKIsz rd1vvO4KtlwXUYJz6iTdtRY= =/EKc -----END PGP SIGNATURE-----
--- End Message ---

