Your message dated Sun, 10 Jul 2005 17:02:12 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#259634: fixed in pam 0.76-23 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 15 Jul 2004 19:47:12 +0000 >From [EMAIL PROTECTED] Thu Jul 15 12:47:12 2004 Return-path: <[EMAIL PROTECTED]> Received: from c204015.adsl.hansenet.de (localhost) [213.39.204.15] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BlCCG-0005lb-00; Thu, 15 Jul 2004 12:47:12 -0700 Received: from aj by localhost with local (Exim 4.34) id 1BlCCE-0004sx-Kp; Thu, 15 Jul 2004 21:47:10 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: pam: FTBFS with gcc-3.4: label at end of compound statement Message-Id: <[EMAIL PROTECTED]> Date: Thu, 15 Jul 2004 21:47:10 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: pam Severity: normal Tags: patch When building 'pam' with gcc-3.4 I get the following error: In file included from /usr/include/stdlib.h:25, from pam_handlers.c:11: /usr/include/features.h:235:1: warning: this is the location of the previous definition In file included from pam_private.h:19, from pam_handlers.c:27: /pam-0.76/Linux-PAM/security/_pam_aconf.h:29:1: warning: "__USE_MISC" redefined In file included from /usr/include/stdlib.h:25, from pam_handlers.c:11: /usr/include/features.h:227:1: warning: this is the location of the previous definition In file included from pam_private.h:19, from pam_handlers.c:27: /pam-0.76/Linux-PAM/security/_pam_aconf.h:30:1: warning: "_GNU_SOURCE" redefined <command line>:2:1: warning: this is the location of the previous definition pam_handlers.c: In function `_pam_parse_conf_file': pam_handlers.c:267: error: label at end of compound statement make[2]: *** [dynamic/pam_handlers.o] Error 1 make[2]: Leaving directory `/pam-0.76/Linux-PAM/libpam' make[1]: *** [bootstrap-libpam] Error 2 make[1]: Leaving directory `/pam-0.76/Linux-PAM' make: *** [build-stamp] Error 2 With the attached patch 'pam' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/pam-0.76/Linux-PAM/libpam/pam_handlers.c ./Linux-PAM/libpam/pam_handlers.c --- ../tmp-orig/pam-0.76/Linux-PAM/libpam/pam_handlers.c 2004-07-15 21:38:16.718446330 +0200 +++ ./Linux-PAM/libpam/pam_handlers.c 2004-07-15 21:21:01.111620172 +0200 @@ -264,6 +264,7 @@ } } end: + continue; } return ( (x < 0) ? PAM_ABORT:PAM_SUCCESS ); --------------------------------------- Received: (at 259634-close) by bugs.debian.org; 10 Jul 2005 21:10:45 +0000 >From [EMAIL PROTECTED] Sun Jul 10 14:10:45 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Drj4X-0003cC-00; Sun, 10 Jul 2005 14:10:45 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DriwG-0003mh-00; Sun, 10 Jul 2005 17:02:12 -0400 From: Sam Hartman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#259634: fixed in pam 0.76-23 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 10 Jul 2005 17:02:12 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 2 Source: pam Source-Version: 0.76-23 We believe that the bug you reported is fixed in the latest version of pam, which is due to be installed in the Debian FTP archive: libpam-cracklib_0.76-23_i386.deb to pool/main/p/pam/libpam-cracklib_0.76-23_i386.deb libpam-doc_0.76-23_all.deb to pool/main/p/pam/libpam-doc_0.76-23_all.deb libpam-modules_0.76-23_i386.deb to pool/main/p/pam/libpam-modules_0.76-23_i386.deb libpam-runtime_0.76-23_all.deb to pool/main/p/pam/libpam-runtime_0.76-23_all.deb libpam0g-dev_0.76-23_i386.deb to pool/main/p/pam/libpam0g-dev_0.76-23_i386.deb libpam0g_0.76-23_i386.deb to pool/main/p/pam/libpam0g_0.76-23_i386.deb pam_0.76-23.diff.gz to pool/main/p/pam/pam_0.76-23.diff.gz pam_0.76-23.dsc to pool/main/p/pam/pam_0.76-23.dsc 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. Sam Hartman <[EMAIL PROTECTED]> (supplier of updated pam 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: Sun, 10 Jul 2005 16:42:25 -0400 Source: pam Binary: libpam0g-dev libpam0g libpam-modules libpam-doc libpam-runtime libpam-cracklib Architecture: source i386 all Version: 0.76-23 Distribution: unstable Urgency: low Maintainer: Sam Hartman <[EMAIL PROTECTED]> Changed-By: Sam Hartman <[EMAIL PROTECTED]> Description: libpam-cracklib - PAM module to enable cracklib support. libpam-doc - Documentation of PAM libpam-modules - Pluggable Authentication Modules for PAM libpam-runtime - Runtime support for the PAM library libpam0g - Pluggable Authentication Modules library libpam0g-dev - Development files for PAM Closes: 248928 259634 277633 Changes: pam (0.76-23) unstable; urgency=low . * Fix Gcc 3.4 compilation, Closes: #259634 * Note that pam.conf is not read if /etc/pam.d exists, Closes: #248928 * Fix typo in pam_env.conf, Closes: #277633 Files: 001ece9cc6ca6d1b607e03f0626a5705 880 base optional pam_0.76-23.dsc 474ecb0582aebd6939426597b7225abf 120388 base optional pam_0.76-23.diff.gz 303f4d820d9284b8a489e552a926500d 59060 base required libpam-runtime_0.76-23_all.deb dccdb5514aa9ba164e98c0340140c14c 665768 doc optional libpam-doc_0.76-23_all.deb 21b4580c0d082a050e083d1f5bb91d7b 74276 base required libpam0g_0.76-23_i386.deb b3cbb8890279028912f54c3818bfaec3 147470 base required libpam-modules_0.76-23_i386.deb 012d04cabccbcc795c4ea089d69a33d1 112718 libdevel optional libpam0g-dev_0.76-23_i386.deb 12759bbace40e027e5b1eb2493ce0b93 54490 libs optional libpam-cracklib_0.76-23_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFC0YnG/I12czyGJg8RApauAKCbj6Z7A5s0P5sDMdP/aKqbtIhXxACdH58f K47UgI15z5lJA+hb0ec0RhE= =j/cz -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]