Your message dated Thu, 15 Sep 2005 15:38:47 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#317314: fixed in firebird2 1.5.2-7 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; 7 Jul 2005 16:00:18 +0000 >From [EMAIL PROTECTED] Thu Jul 07 09:00:18 2005 Return-path: <[EMAIL PROTECTED]> Received: from uittosatama.fi [217.30.179.138] (postfix) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DqYnR-000324-00; Thu, 07 Jul 2005 09:00:17 -0700 Received: by uittosatama.fi (Postfix, from userid 573) id B2775EC8012; Thu, 7 Jul 2005 19:00:13 +0300 (EEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Riku Voipio <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: firebird2: FTBFS with gcc4 X-Mailer: reportbug 3.12 Date: Thu, 07 Jul 2005 19:00:13 +0300 Message-Id: <[EMAIL PROTECTED]> 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: firebird2 Severity: serious Justification: FTBFS Policy 4.2 firebird no longer compiles in sid, most likely because of the gcc4 migration. since libfirebird2-classic is a build depency of qt-x11-free, this is a major gcc4 migration blocker. make[4]: Entering directory `/tmp/firebird2-1.5.1/src' g++ -I../src/include/gen -I../src/include -ggdb -O3 -march=i586 -mcpu=i586 -fno-omit-frame-pointer -fno-builtin -DNDEBUG -DLINUX -pipe -MMD -fPIC -DPROD_BUILD -c ../src/common/classes/alloc.cpp -o ../temp/libfbcommon/common/classes/alloc.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. ../src/common/classes/../../include/../common/classes/vector.h: In member function 'bool Firebird::SortedVector<Value, Capacity, Key, KeyOfValue, Cmp>::find(const Key&, int&)': ../src/common/classes/../../include/../common/classes/vector.h:103: error: 'count' was not declared in this scope ../src/common/classes/../../include/../common/classes/vector.h:106: error: 'data' was not declared in this scope ../src/common/classes/../../include/../common/classes/vector.h:113: error: 'data' was not declared in this scope ../src/common/classes/../../include/../common/classes/tree.h: In member function 'int Firebird::BePlusTree<Value, Key, Allocator, KeyOfValue, Cmp, LeafCount, NodeCount>::getCount() const': ../src/common/classes/../../include/../common/classes/tree.h:218: error: 'count' was not declared in this scope ../src/common/classes/../../include/../common/classes/tree.h: In static member function 'static const Key& Firebird::BePlusTree<Value, Key, Allocator, KeyOfValue, Cmp, LeafCount, NodeCount>::NodeList::generate(void*, void*)': ../src/common/classes/../../include/../common/classes/tree.h:263: error: expected primary-expression before ')' token ../src/common/classes/../../include/../common/classes/tree.h:263: error: expected `)' before 'item' ../src/common/classes/../../include/../common/classes/tree.h:263: error: expected `)' before ';' token ../src/common/classes/../../include/../common/classes/alloc.h: At global scope: ../src/common/classes/../../include/../common/classes/alloc.h:248: error: 'void* operator new(size_t)' may not be declared as static ../src/common/classes/../../include/../common/classes/alloc.h:261: error: 'void* operator new [](size_t)' may not be declared as static ../src/common/classes/../../include/../common/classes/alloc.h:274: error: 'void operator delete(void*)' may not be declared as static ../src/common/classes/../../include/../common/classes/alloc.h:278: error: 'void operator delete [](void*)' may not be declared as static ../src/common/classes/../../include/../common/classes/alloc.h:283: error: 'void* operator new(size_t, void*)' may not be declared as static ../src/common/classes/../../include/../common/classes/alloc.h:284: error: 'void* operator new [](size_t, void*)' may not be declared as static ../src/common/classes/../../include/../common/classes/alloc.h:310: error: 'void* operator new(size_t, Firebird::MemoryPool&)' may not be declared as static ../src/common/classes/../../include/../common/classes/alloc.h:314: error: 'void* operator new [](size_t, Firebird::MemoryPool&)' may not be declared as static /usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../include/c++/4.0.1/new:55: error: redefinition of 'class std::bad_alloc' ../src/common/classes/../../include/../common/classes/alloc.h:245: error: previous definition of 'class std::bad_alloc' /usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../include/c++/4.0.1/new:84: error: declaration of 'void* operator new(size_t) throw (std::bad_alloc)' throws different exceptions ../src/common/classes/../../include/../common/classes/alloc.h:248: error: than previous declaration 'void* operator new(size_t)' /usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../include/c++/4.0.1/new:85: error: declaration of 'void* operator new [](size_t) throw (std::bad_alloc)' throws different exceptions ../src/common/classes/../../include/../common/classes/alloc.h:261: error: than previous declaration 'void* operator new [](size_t)' /usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../include/c++/4.0.1/new: In function 'void* operator new(size_t, void*)': /usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../include/c++/4.0.1/new:94: error: redefinition of 'void* operator new(size_t, void*)' ../src/common/classes/../../include/../common/classes/alloc.h:283: error: 'void* operator new(size_t, void*)' previously defined here /usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../include/c++/4.0.1/new: In function 'void* operator new [](size_t, void*)': /usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../include/c++/4.0.1/new:95: error: redefinition of 'void* operator new [](size_t, void*)' ../src/common/classes/../../include/../common/classes/alloc.h:284: error: 'void* operator new [](size_t, void*)' previously defined here make[4]: *** [../temp/libfbcommon/common/classes/alloc.o] Error 1 make[4]: Leaving directory `/tmp/firebird2-1.5.1/src' make[3]: *** [libfbcommon] Error 2 make[3]: Leaving directory `/tmp/firebird2-1.5.1/src' make[2]: *** [../gen/firebird/bin/gpre_static] Error 2 make[2]: Leaving directory `/tmp/firebird2-1.5.1/src' make[1]: *** [firebird] Error 2 make[1]: Leaving directory `/tmp/firebird2-1.5.1' make: *** [build-super-server] Error 2 -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11.7 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) --------------------------------------- Received: (at 317314-close) by bugs.debian.org; 15 Sep 2005 22:48:24 +0000 >From [EMAIL PROTECTED] Thu Sep 15 15:48:24 2005 Return-path: <[EMAIL PROTECTED]> Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EG2NT-0008PI-00; Thu, 15 Sep 2005 15:38:47 -0700 From: Damyan Ivanov <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.30 $ Subject: Bug#317314: fixed in firebird2 1.5.2-7 Message-Id: <[EMAIL PROTECTED]> Sender: Joerg Jaspert <[EMAIL PROTECTED]> Date: Thu, 15 Sep 2005 15:38:47 -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=-5.2 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER, REMOVE_REMOVAL_NEAR autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 6 Source: firebird2 Source-Version: 1.5.2-7 We believe that the bug you reported is fixed in the latest version of firebird2, which is due to be installed in the Debian FTP archive: firebird2-classic-server_1.5.2-7_i386.deb to pool/main/f/firebird2/firebird2-classic-server_1.5.2-7_i386.deb firebird2-dev_1.5.2-7_i386.deb to pool/main/f/firebird2/firebird2-dev_1.5.2-7_i386.deb firebird2-examples_1.5.2-7_i386.deb to pool/main/f/firebird2/firebird2-examples_1.5.2-7_i386.deb firebird2-server-common_1.5.2-7_i386.deb to pool/main/f/firebird2/firebird2-server-common_1.5.2-7_i386.deb firebird2-super-server_1.5.2-7_i386.deb to pool/main/f/firebird2/firebird2-super-server_1.5.2-7_i386.deb firebird2-utils-classic_1.5.2-7_i386.deb to pool/main/f/firebird2/firebird2-utils-classic_1.5.2-7_i386.deb firebird2-utils-super_1.5.2-7_i386.deb to pool/main/f/firebird2/firebird2-utils-super_1.5.2-7_i386.deb firebird2_1.5.2-7.diff.gz to pool/main/f/firebird2/firebird2_1.5.2-7.diff.gz firebird2_1.5.2-7.dsc to pool/main/f/firebird2/firebird2_1.5.2-7.dsc firebird2_1.5.2.orig.tar.gz to pool/main/f/firebird2/firebird2_1.5.2.orig.tar.gz libfbclient1_1.5.2-7_i386.deb to pool/main/f/firebird2/libfbclient1_1.5.2-7_i386.deb libfbembed1_1.5.2-7_i386.deb to pool/main/f/firebird2/libfbembed1_1.5.2-7_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. Damyan Ivanov <[EMAIL PROTECTED]> (supplier of updated firebird2 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: Wed, 14 Sep 2005 17:30:24 +0300 Source: firebird2 Binary: firebird2-utils-classic libfbclient1 firebird2-super-server libfbembed1 firebird2-dev firebird2-server-common firebird2-utils-super firebird2-examples firebird2-classic-server Architecture: source i386 Version: 1.5.2-7 Distribution: unstable Urgency: high Maintainer: Debian Firebird Group <[EMAIL PROTECTED]> Changed-By: Damyan Ivanov <[EMAIL PROTECTED]> Description: firebird2-classic-server - Firebird Classic Server - an RDBMS based on InterBase 6.0 code firebird2-dev - Development files for Firebird - an RDBMS based on InterBase 6.0 firebird2-examples - Examples for Firebird - an RDBMS based on InterBase 6.0 code firebird2-server-common - Common files for Firebird - an RDBMS based on InterBase 6.0 code firebird2-super-server - Firebird Super Server - a RDBMS based on InterBase 6.0 code firebird2-utils-classic - Utilities for Firebird - an RDBMS based on InterBase 6.0 code firebird2-utils-super - Utilities for Firebird - an RDBMS based on InterBase 6.0 code libfbclient1 - Firebird client library files libfbembed1 - Firebird embedded client/server library files Closes: 193154 243989 276532 278924 294199 299972 299973 299975 299978 299979 299981 299988 306714 308790 317314 Changes: firebird2 (1.5.2-7) unstable; urgency=high . * Urgency still high, since previous releases were not uploaded Fixes RC bug #317314 "FTBFS with gcc-4.0" . * Ease upgrade procedure: + libfbclient1: - Added Replaces: libfirebird2-{super,classic} - Removed Conflicts: libfirebird2-super + libfbembed1: - Added Replaces: libfirebird2-classic - Removed Conflicts: libfirebird2-classic . * Improved short description of libfbclient1 and libfbembed1 . firebird2 (1.5.2-6) unstable; urgency=high . * Urgency still high, since previous releases were not uploaded Fixes RC bug #317314 "FTBFS with gcc-4.0" . * Changes suggested by Christopher Martin. Thanks. . * firebird2-dev: + depend on *both* libfbembed1 and libfbclient1, since -dev provides symlinks for both of them. [debian/control.in] * libfbembed1: + do not provide compatibility symlinks to libgds.so - avoids conflicting with libfbembed1. [debian/make_packages.sh] * Updated src/extern/editline/config.{sub,in}. - new patch: editline.update-autotools-files.dpatch - added in debian/patches/00list - added debian/source.lintian-overrides to reflect this . firebird2 (1.5.2-5) unstable; urgency=high . * Urgency still high, since previous releases were not uploaded Fixes RC bug #317314 "FTBFS with gcc-4.0" . * debian/control.in + firebird2-dev - removed Conflicts with firebird-dev, which is not in Debian anymore - added Replaces: libfirebird2-{super,classic}, which incorrectly provided dev symlinks that belong to -dev. . Thanks to Christopher Martin for spotting this. . * debian/firebird2-server-common.lintian.override: fixed libib-util name . firebird2 (1.5.2-4) unstable; urgency=high . * Urgency still high, since previous releases were not uploaded Fixes RC bug #317314 "FTBFS with gcc-4.0" . * Many improvements in this release are inspired by suggestions from George Danchev <danchev at spnet dot net>. Thanks! . * Moved libib_util.so to -common * libfbembed1 and libfbclient1 no longer conflict with each other * Manuals: + Renamed isql.sgml to isql-fb.sgml + Renamed gstat.sgml to fbstat.sgml + debian/rules: streamlined building of manual pages * Added lintian overrides for missing shlibs and soname vs. package name mismatch in firebird-server-common * Added lintian override for soname vs. package name mismatch for firebird-classic-server * debian/patches + new clean-more.dpatch: remove more generated files in clean.sh + 00list: added clean-more.dpatch * debian/rules: + Removed dh_make template header + clean-patched: depend on patch, since we count on patched clean.sh to clean everything that make clean does not + clean-patched: removed lines deleting generated files from source tree, since this is now done in clean.sh + binary-arch: removed unneeded strip calls. dh_strip handles stripping good enough . firebird2 (1.5.2-3) unstable; urgency=high . * Urgency high, because last version was uninstallable. . * debian/make_packages.sh: Move UDF/ib_udf.so and UDF/*.sql to -common; make -common and -server-* installable at the same time as required. . firebird2 (1.5.2-2) unstable; urgency=high . * Urgency high, due to fixing RC bug #317314 . * Packaging heavily based in work by Daniel Urban * Switched to dpatch + debian/rules - include dpatch.make - configure-* depends on patch - clean renamed to clean-patched - new target clean depends on clean-patched and unpatch + 001_no-rpath.dpatch: - builds/posix/Makefile.in.*: remove $(LIB_LINK_RPATH_LINE) + 002_fix-mcpu-to-mtune.dpatch - builds/posix/prefix.linux*: s/-mcpu/-mtune/ - Fix g++ warnings + 003_no-custom-errno-and-sys_XXerrXX.dpatch - remove explicit definitions of errno and sys_*err* + 004_separate-file-and-sem-perms.dpatch - Use separate `"define"s for semaphore and file permissions + 005_fix-pthreads-detect.dpatch - src/common/classes/locks.h + 006_fix-os-detection.dpatch - fix OS patterns in src/extern/editline/configure[.in] + 007_create-run-dir.dpatch - configure.in: create gen/firebird/run directory + 008_link-with-g++.dpatch - builds/posix/make.rules: use $(CXX) for LIB_LINK instead of $(CC) + 009_opt-bypass-redundant-sort.dpatch - src/jrd/opt.cpp: RP: optimize sort with OUTER JOIN if all the fields in the sort list are from one stream, check the stream is the most outer stream, if true update rse and ignore the sort (stolen from CVS?) + 010_clean-is-phony.dpatch - Makefile.in: declare clean as .PHONY so make clean actually do something after first cleaning * Debhelper compatibility level 4 + debian/rules: DH_COMPAT=4 + debian/control.in: Build-Depends debhelper (>> 4.0.0) * debian/control.in + Changed Standards-Version to 3.6.2. No changes necessary + Added myself to uploaders + Removed Remco Seesink from Uploaders since he's leaving Debian and pkg-firebird. Many thanks for your hard work, Remco. http://lists.alioth.debian.org/pipermail/pkg-firebird-general/2005-July/000411.html + Library packages renamed (taken the opportunity to do this right now that library packages have to be renamed due to C++ ABI transition) - libfirebird2-super --> libfbclient1 - libfirebird2-classic --> libfbembed1 Eliminates two lintian warnings * debian/rules: + added amd64 to supported architectures (clean target) + export CC=gcc-3.4, CXX=g++-3.4, CPP|CXXPP=cpp-3.4. Added gcc-3.4 and g++-3.4 to Build-Depends accordingly Closes: #317314 "FTBFS with gcc4" + STRIPPARAMS: --remove-sectio --> -remove-section * debian/make_packages.sh: + moved examples to /usr/share/doc/firebird2-examples/examples Closes: #193154 + install ib_udf.so to UDF; install appropriate .sql scripts too * debian/firebird2-super-server-postinst: made so that a #DEBHELPER# stub is in an appropriate place. Saves a lintian override. * debian/firebird2-examples.postinst: dropped. No need to add user account for examples * libib_util.so is copied without changing its name. Closes: #243989 * libib_util.so is supplied. Closes: #306714 . firebird2 (1.5.2-1) unstable; urgency=high . * fix creating include symlink. Closes: #308790 * fix misplaces link in examples. Closes: #276532 * new upstream release resolves "libfbclient depends on libpthread" bug. Closes: #278924 * fix typo in debian/make_packages.sh that caused that libib_util.so wasn't copied. * add amd64 architecture. * fix typo in debian/control.in. Closes: #299972 * fix typo in debian/control.in. Closes: #299975 * fix typo in debian/control.in. Closes: #299978 * fix typo in debian/control.in. Closes: #299979 * fix typo in debian/control.in. Closes: #299981 * fix typo in debian/control.in. Closes: #299973 * fix typo in debian/control.in. Closes: #299988 * New upstream release. Closes: #294199 . firebird2 (1.5.2-0mentors2) unstable; urgency=low . * New upstream release * debian/make_packages.sh - put some comments regarding libgds.so.0 links - Cleaned libfbclient and libfbembed links (see Policy, 8.1): + *.so.1 -> *.so.1.5.2 links in lib* packages + *.so -> *.so.1.5.2 links in -dev package * 1.5.2 replaced with $FB_VERSION (currently defined equal to "1.5.2", but will ease packaging of future versions * debian/rules - clean: + remove object and other generated files in src/extern/editline + call sh clean.sh for cleaning additional generated files + remove src/dsql/dsql.tab.h which is generated too * added debian/source.lintian-overrides, containing - maintainer-script-lacks-debhelper-token debian/firebird2-super-server.postinst This is normal, super.postinst explicitly does what #DEBHELPER# does Files: 3378179ffc568c3cc4146293936f3ca9 1225 misc optional firebird2_1.5.2-7.dsc 33def5f8d761dce16b68eed2a2ec9e63 7414728 misc optional firebird2_1.5.2.orig.tar.gz 42a0ada0cd5c24912b1d54b6f3b305d1 66631 misc optional firebird2_1.5.2-7.diff.gz 6a3e3157f58612945f3059ad8bcf6eef 1258968 misc optional firebird2-super-server_1.5.2-7_i386.deb 8d5802c139f404c7b967906922d07d8f 375174 misc optional firebird2-classic-server_1.5.2-7_i386.deb 625dfef3fd690da57d8f005260c66bf7 371196 misc optional libfbclient1_1.5.2-7_i386.deb 63167d9a40cd548e5165cbe5d9d0820f 1051696 misc optional libfbembed1_1.5.2-7_i386.deb 8fca591f0794300a61535b4f423b24f4 566704 misc optional firebird2-server-common_1.5.2-7_i386.deb 571ccf63ba330ed761a9e081f33491a6 1050990 misc optional firebird2-utils-super_1.5.2-7_i386.deb f50c73a561fef4e48c238ab93e444b1b 1024296 misc optional firebird2-utils-classic_1.5.2-7_i386.deb 8ddda235328b43892c36f98c7516517e 263856 misc optional firebird2-dev_1.5.2-7_i386.deb 30f8337b0efbaf47910a2b3cab3bd3fd 335760 misc optional firebird2-examples_1.5.2-7_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Signed by Christopher Martin <[EMAIL PROTECTED]> iD8DBQFDKGgXU+gWW+vtsysRAtGeAJwOaoLosvtlavdZEsi32sBDWBFZMACgsaQq 6lDOruSlCAVtss4E8jB060w= =bJ16 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]