Your message dated Sun, 31 Jul 2005 05:08:15 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#303856: fixed in libpolyxmass 0.8.8-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) -------------------------------------- Received: (at submit) by bugs.debian.org; 9 Apr 2005 07:56:47 +0000 >From [EMAIL PROTECTED] Sat Apr 09 00:56:46 2005 Return-path: <[EMAIL PROTECTED]> Received: from d007094.adsl.hansenet.de (localhost.localdomain) [80.171.7.94] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DKApi-0001WP-00; Sat, 09 Apr 2005 00:56:46 -0700 Received: from aj by localhost.localdomain with local (Exim 4.50) id 1DKAph-00029t-34; Sat, 09 Apr 2005 09:56:45 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: libpolyxmass: FTBFS (amd64/gcc-4.0): duplicate 'unsigned' Message-Id: <[EMAIL PROTECTED]> Date: Sat, 09 Apr 2005 09:56:45 +0200 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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: libpolyxmass Version: 0.8.7-1 Severity: normal Tags: patch When building 'libpolyxmass' on amd64/unstable with gcc-4.0, I get the following error: x86_64-linux-gcc -c -DLOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -Werror -D_REENTRANT -O2 loadmsgcat.c In file included from /usr/include/inttypes.h:28, from loadmsgcat.c:84: /usr/include/stdint.h:136: error: duplicate 'unsigned' /usr/include/stdint.h:136: error: 'long long long' is too long for GCC make[3]: *** [loadmsgcat.o] Error 1 make[3]: Leaving directory `/libpolyxmass-0.8.7/intl' This happens because gcc-4.0 has some stricter warnings and '-Werror' is specified in debian/rules. This causes the 'uintmax_t' detection in the 'configure' script to fail as follows: configure:21231: result: no configure:21242: checking for stdint.h configure:21264: x86_64-linux-gcc -c -g -Wall -Werror -D_REENTRANT -O2 conftest.c >&5 cc1: warnings being treated as errors conftest.c: In function 'main': conftest.c:39: warning: unused variable 'i' configure:21270: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libpolyxmass" [...] | /* end confdefs.h. */ | #include <sys/types.h> | #include <stdint.h> | int | main () | { | uintmax_t i = (uintmax_t) -1; | ; | return 0; | } There are also some warnings about pointer types in the sources which cause the compilation to fail. Please disable '-Werror' until those warnings have been fixed. Regards Andreas Jochens diff -urN ../tmp-orig/libpolyxmass-0.8.7/debian/rules ./debian/rules --- ../tmp-orig/libpolyxmass-0.8.7/debian/rules 2005-04-09 09:45:29.655265711 +0200 +++ ./debian/rules 2005-04-09 09:44:39.936906649 +0200 @@ -6,7 +6,7 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -g -Wall -Werror -D_REENTRANT +CFLAGS = -g -Wall -D_REENTRANT ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 --------------------------------------- Received: (at 303856-close) by bugs.debian.org; 31 Jul 2005 12:25:58 +0000 >From [EMAIL PROTECTED] Sun Jul 31 05:25:58 2005 Return-path: <[EMAIL PROTECTED]> Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1DzCc3-0006VM-00; Sun, 31 Jul 2005 05:08:15 -0700 From: Filippo Rusconi <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.30 $ Subject: Bug#303856: fixed in libpolyxmass 0.8.8-1 Message-Id: <[EMAIL PROTECTED]> Sender: Joerg Jaspert <[EMAIL PROTECTED]> Date: Sun, 31 Jul 2005 05:08:15 -0700 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-Level: 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 Source: libpolyxmass Source-Version: 0.8.8-1 We believe that the bug you reported is fixed in the latest version of libpolyxmass, which is due to be installed in the Debian FTP archive: libpolyxmass-dev_0.8.8-1_sparc.deb to pool/main/libp/libpolyxmass/libpolyxmass-dev_0.8.8-1_sparc.deb libpolyxmass8_0.8.8-1_sparc.deb to pool/main/libp/libpolyxmass/libpolyxmass8_0.8.8-1_sparc.deb libpolyxmass_0.8.8-1.diff.gz to pool/main/libp/libpolyxmass/libpolyxmass_0.8.8-1.diff.gz libpolyxmass_0.8.8-1.dsc to pool/main/libp/libpolyxmass/libpolyxmass_0.8.8-1.dsc libpolyxmass_0.8.8.orig.tar.gz to pool/main/libp/libpolyxmass/libpolyxmass_0.8.8.orig.tar.gz 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. Filippo Rusconi <[EMAIL PROTECTED]> (supplier of updated libpolyxmass 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, 17 Jul 2005 22:09:13 +0200 Source: libpolyxmass Binary: libpolyxmass-dev libpolyxmass8 Architecture: source sparc Version: 0.8.8-1 Distribution: unstable Urgency: low Maintainer: Filippo Rusconi <[EMAIL PROTECTED]> Changed-By: Filippo Rusconi <[EMAIL PROTECTED]> Description: libpolyxmass-dev - Mass spectrometry library - development files libpolyxmass8 - Mass spectrometry library - runtime files Closes: 303856 309507 Changes: libpolyxmass (0.8.8-1) unstable; urgency=low . * First release after the switch to the gcc-4 compiler. * Removed the -Werror CFLAGS component from the rules file, so that the configure script goes on even with warnings. Thanks to Andreas Jochens <[EMAIL PROTECTED]> (closes: #303856). * Equivalent bug (closes: #309507). * Sponsored upload done by Lionel Elie Mamane <[EMAIL PROTECTED]> Files: 7607cbca1f436c87eba2e3f45cb3ec21 694 - optional libpolyxmass_0.8.8-1.dsc cf55fb6ee644fdddbaee56dacbec6060 697254 - optional libpolyxmass_0.8.8.orig.tar.gz cef329e9d0941b90d4467fe7cd4b0a5a 2782 - optional libpolyxmass_0.8.8-1.diff.gz 26c516691c447d39bdc08a4c7dfe1872 212724 libdevel optional libpolyxmass-dev_0.8.8-1_sparc.deb a879052e446cdad08aeedb9da7dd4a19 128990 libs optional libpolyxmass8_0.8.8-1_sparc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC56iwscRzFz57S3MRAmm7AJ9sctnsUuGkmfHKVbJBmXQUL3Np3gCgt0Uf gExNPGttpG7hOjXC/sFJ6GE= =0280 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]