Your message dated Mon, 14 Nov 2005 09:02:20 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#334038: fixed in qdbm 1.8.33-2 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 Oct 2005 06:36:06 +0000 >From [EMAIL PROTECTED] Fri Oct 14 23:36:05 2005 Return-path: <[EMAIL PROTECTED]> Received: from mmjgroup.com [192.34.35.33] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EQfeH-00060g-00; Fri, 14 Oct 2005 23:36:05 -0700 Received: from mix.mmjgroup.com (mix.mmjgroup.com [192.34.35.16]) by mmjgroup.com (Postfix) with ESMTP id E428416DE2 for <[EMAIL PROTECTED]>; Sat, 15 Oct 2005 00:36:04 -0600 (MDT) Received: by mix.mmjgroup.com (Postfix, from userid 1000) id E34DC90770; Sat, 15 Oct 2005 00:36:04 -0600 (MDT) Date: Sat, 15 Oct 2005 00:36:04 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: qdbm_1.8.33-1(hppa/unstable): FTBFS: gcc-4.0 workaround needed Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i 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.4 required=4.0 tests=BAYES_00,HAS_PACKAGE, NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: qdbm Version: 1.8.33-1 Severity: serious Tags: patch There was an error while trying to autobuild your package: > Automatic build of qdbm_1.8.33-1 on sarti by sbuild/hppa 69 > Build started at 20051012-1340 [...] > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>= 4.0.0), autotools-dev, zlib1g-dev, perl-modules, > ruby1.8-dev, ruby1.8, ruby, gcj (>= 3:3.2.2-0) [!hppa !mips !mipsel > !hurd-i386 !kfreebsd-i386], libgcj-dev [!hppa !mips !mipsel !hurd-i386 > !kfreebsd-i386], fastjar [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], > sablevm [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386] [...] > cd plus && /usr/bin/make > make[1]: Entering directory `/build/buildd/qdbm-1.8.33/plus' > hppa-linux-gnu-g++ -I. -I./.. -I/home/buildd/include -I/usr/local/include > -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 > -D_HPUX_SOURCE=1 -D_POSIX_MAPPED_FILES=1 -D_POSIX_SYNCHRONIZED_IO=1 -DPIC=1 > -D_REENTRANT=1 -Wall -ansi -pedantic -fsigned-char -fPIC -O1 -DNDEBUG -c > xqdbm.cc > hppa-linux-gnu-g++ -I. -I./.. -I/home/buildd/include -I/usr/local/include > -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 > -D_HPUX_SOURCE=1 -D_POSIX_MAPPED_FILES=1 -D_POSIX_SYNCHRONIZED_IO=1 -DPIC=1 > -D_REENTRANT=1 -Wall -ansi -pedantic -fsigned-char -fPIC -O1 -DNDEBUG -c > xadbm.cc > hppa-linux-gnu-g++ -I. -I./.. -I/home/buildd/include -I/usr/local/include > -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 > -D_HPUX_SOURCE=1 -D_POSIX_MAPPED_FILES=1 -D_POSIX_SYNCHRONIZED_IO=1 -DPIC=1 > -D_REENTRANT=1 -Wall -ansi -pedantic -fsigned-char -fPIC -O1 -DNDEBUG -c > xdepot.cc > xdepot.cc: In member function 'qdbm::Datum > qdbm::Depot::_ZTv0_n28_N4qdbm5Depot8fetchrecERKNS_5DatumE(const > qdbm::Datum&)': > xdepot.cc:472: internal compiler error: in cp_expr_size, at > cp/cp-objcp-common.c:101 > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://gcc.gnu.org/bugs.html> for instructions. > For Debian GNU/Linux specific bug reporting instructions, > see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>. > make[1]: *** [xdepot.o] Error 1 > make[1]: Leaving directory `/build/buildd/qdbm-1.8.33/plus' > make: *** [build-stamp] Error 2 A full build log can be found at: http://buildd.debian.org/build.php?arch=hppa&pkg=qdbm&ver=1.8.33-1 patch for the NMU, based on http://lists.debian.org/debian-devel/2005/09/msg00020.html diff -ur ../../t/qdbm-1.8.33/debian/changelog qdbm-1.8.33/debian/changelog --- ../../t/qdbm-1.8.33/debian/changelog 2005-10-14 13:22:36.000000000 -0600 +++ qdbm-1.8.33/debian/changelog 2005-10-15 00:29:45.000000000 -0600 @@ -1,3 +1,10 @@ +qdbm (1.8.33-1.1) unstable; urgency=low + + * Non-maintainer upload. + * work around gcc-4.0 FTBFS on some architectures + + -- LaMont Jones <[EMAIL PROTECTED]> Fri, 14 Oct 2005 19:28:39 +0000 + qdbm (1.8.33-1) unstable; urgency=low * New upstream release diff -ur ../../t/qdbm-1.8.33/debian/control qdbm-1.8.33/debian/control --- ../../t/qdbm-1.8.33/debian/control 2005-10-14 13:22:36.000000000 -0600 +++ qdbm-1.8.33/debian/control 2005-10-15 00:29:45.000000000 -0600 @@ -1,7 +1,7 @@ Source: qdbm Priority: optional Maintainer: Fumitoshi UKAI <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), autotools-dev, zlib1g-dev, perl-modules, ruby1.8-dev, ruby1.8, ruby, gcj (>= 3:3.2.2-0) [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], libgcj-dev [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], fastjar [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], sablevm [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386] +Build-Depends: debhelper (>= 4.0.0), autotools-dev, zlib1g-dev, perl-modules, ruby1.8-dev, ruby1.8, ruby, gcj (>= 3:3.2.2-0) [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], libgcj-dev [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], fastjar [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], sablevm [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], g++-3.4 [arm m68k hppa] Standards-Version: 3.6.1 Section: libs diff -ur ../../t/qdbm-1.8.33/debian/rules qdbm-1.8.33/debian/rules --- ../../t/qdbm-1.8.33/debian/rules 2005-10-14 13:22:36.000000000 -0600 +++ qdbm-1.8.33/debian/rules 2005-10-15 00:29:45.000000000 -0600 @@ -21,6 +21,15 @@ DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU) DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM) +GCC4_ICES_HERE := arm m68k hppa +DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) + +ifneq (,$(filter $(DEB_HOST_ARCH_CPU),$(GCC4_ICES_HERE))) + export CC=gcc-3.4 + export CPP=cpp-3.4 + export CXX=g++-3.4 +endif + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) --------------------------------------- Received: (at 334038-close) by bugs.debian.org; 14 Nov 2005 17:11:34 +0000 >From [EMAIL PROTECTED] Mon Nov 14 09:11:34 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1Ebhim-0006tr-Ru; Mon, 14 Nov 2005 09:02:20 -0800 From: Fumitoshi UKAI <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#334038: fixed in qdbm 1.8.33-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 14 Nov 2005 09:02:20 -0800 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 X-CrossAssassin-Score: 2 Source: qdbm Source-Version: 1.8.33-2 We believe that the bug you reported is fixed in the latest version of qdbm, which is due to be installed in the Debian FTP archive: libqdbm++-dev_1.8.33-2_i386.deb to pool/main/q/qdbm/libqdbm++-dev_1.8.33-2_i386.deb libqdbm-dev_1.8.33-2_i386.deb to pool/main/q/qdbm/libqdbm-dev_1.8.33-2_i386.deb libqdbm-java_1.8.33-2_i386.deb to pool/main/q/qdbm/libqdbm-java_1.8.33-2_i386.deb libqdbm-perl_1.8.33-2_i386.deb to pool/main/q/qdbm/libqdbm-perl_1.8.33-2_i386.deb libqdbm-ruby1.8_1.8.33-2_i386.deb to pool/main/q/qdbm/libqdbm-ruby1.8_1.8.33-2_i386.deb libqdbm11_1.8.33-2_i386.deb to pool/main/q/qdbm/libqdbm11_1.8.33-2_i386.deb libqdbm2++c2_1.8.33-2_i386.deb to pool/main/q/qdbm/libqdbm2++c2_1.8.33-2_i386.deb qdbm-cgi_1.8.33-2_i386.deb to pool/main/q/qdbm/qdbm-cgi_1.8.33-2_i386.deb qdbm-doc_1.8.33-2_all.deb to pool/main/q/qdbm/qdbm-doc_1.8.33-2_all.deb qdbm-util_1.8.33-2_i386.deb to pool/main/q/qdbm/qdbm-util_1.8.33-2_i386.deb qdbm_1.8.33-2.diff.gz to pool/main/q/qdbm/qdbm_1.8.33-2.diff.gz qdbm_1.8.33-2.dsc to pool/main/q/qdbm/qdbm_1.8.33-2.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. Fumitoshi UKAI <[EMAIL PROTECTED]> (supplier of updated qdbm 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: Tue, 15 Nov 2005 01:43:21 +0900 Source: qdbm Binary: libqdbm-java libqdbm-perl libqdbm++-dev qdbm-util libqdbm2++c2 libqdbm11 qdbm-cgi libqdbm-ruby1.8 qdbm-doc libqdbm-dev Architecture: source i386 all Version: 1.8.33-2 Distribution: unstable Urgency: low Maintainer: Fumitoshi UKAI <[EMAIL PROTECTED]> Changed-By: Fumitoshi UKAI <[EMAIL PROTECTED]> Description: libqdbm++-dev - QDBM Database Libraries for C++ [development] libqdbm-dev - QDBM Database Libraries [development] libqdbm-java - QDBM Database Libraries for Java libqdbm-perl - QDBM Database Libraries for Perl libqdbm-ruby1.8 - QDBM Database Libraries for Ruby 1.8 libqdbm11 - QDBM Database Libraries [runtime] libqdbm2++c2 - QDBM Database Libraries for C++ [runtime] qdbm-cgi - QDBM Database CGI commands qdbm-doc - QDBM Database Documentation qdbm-util - QDBM Database Utilities Closes: 334038 334666 Changes: qdbm (1.8.33-2) unstable; urgency=low . * work around gcc-4.0 FTBFS on arm, m68k, hppa debian/control: add "g++-3.4 [arm m68k hppa]" in Build-Depends: debian/rules: check GCC4_ICES_HERE and modify CC/CPP/CXX to -3.4 closes: Bug#334038 * fix FTBFS java library on m68k debian/rules: CC=gcc to configure in java/ jni.h is provided by libgcj6-dev, so java binary should be compiled by gcc-4.0 instead of gcc-3.4. closes: Bug#334666 Files: ccd27586b5ab8724a96f0c5b33ed91c2 1013 libs optional qdbm_1.8.33-2.dsc c8820ccf97347b9d40fa238c70a46363 29962 libs optional qdbm_1.8.33-2.diff.gz d75b10a1afcbeace4d1fafa918ebac99 284854 doc optional qdbm-doc_1.8.33-2_all.deb 6d0bb3fbc7e881451341684b971dab17 78050 libs optional libqdbm11_1.8.33-2_i386.deb be097035c46080b86f24a8866ba2121d 149904 libdevel optional libqdbm-dev_1.8.33-2_i386.deb 8822d1a9d16ce86a8700b79d3e29e104 30602 libs optional libqdbm2++c2_1.8.33-2_i386.deb d4e239df495afdab6f5794855cac762d 46702 libdevel optional libqdbm++-dev_1.8.33-2_i386.deb 68a0f77f506f2e3f3e40be121f2da01b 45174 perl optional libqdbm-perl_1.8.33-2_i386.deb a11637cf786ca4df6c0eedbf2429cf2e 31228 interpreters optional libqdbm-ruby1.8_1.8.33-2_i386.deb 2dafe0ae08a28a194eb83629e1071917 83342 utils optional qdbm-util_1.8.33-2_i386.deb e3d259abe54e1af7ca08ab91555864ea 32446 web optional qdbm-cgi_1.8.33-2_i386.deb b0b385c893e22f934802d0562145a167 34412 libs optional libqdbm-java_1.8.33-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDeL909D5yZjzIjAkRApgkAJ9WES6O8IA7dYhGWvtx0EYtcG9DAwCfatxr ZshyW2iGokPG9YotF2EIYEM= =vE2U -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]