Your message dated Tue, 29 Mar 2005 20:32:28 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#301807: fixed in mysql-dfsg-4.1 4.1.10a-4
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; 28 Mar 2005 14:10:27 +0000
>From [EMAIL PROTECTED] Mon Mar 28 06:10:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223251.adsl.hansenet.de (localhost.localdomain)
[213.39.223.251]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DFuwk-0002Be-00; Mon, 28 Mar 2005 06:10:26 -0800
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DFuwk-0005eb-SX; Mon, 28 Mar 2005 16:10:26 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: mysql-dfsg-4.1: FTBFS (amd64/gcc-4.0): Please use CXX=g++ instead of
CXX=gcc
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 28 Mar 2005 16:10:26 +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: mysql-dfsg-4.1
Version: 4.1.10a-3
Severity: normal
Tags: patch
When building 'mysql-dfsg-4.1' on amd64/unstable with gcc-4.0,
I get the following error:
../../../ndb/src/common/util/.libs/libgeneral.a(BaseString.o)(.gnu.linkonce.t._ZN6VectorI10BaseStringED1Ev+0x3f):
In function `Vector<BaseString>::~Vector()':
: undefined reference to `operator delete[](void*)'
../../../ndb/src/common/util/.libs/libgeneral.a(ConfigValues.o)(.text+0xe37):
In function
`ConfigValuesFactory::extractCurrentSection(ConfigValues::ConstIterator
const&)':
: undefined reference to `operator new(unsigned long)'
../../../ndb/src/common/util/.libs/libgeneral.a(ConfigValues.o)(.text+0xeca):
In function
`ConfigValuesFactory::extractCurrentSection(ConfigValues::ConstIterator
const&)':
: undefined reference to `operator delete(void*)'
collect2: ld returned 1 exit status
make[6]: *** [ndbd] Error 1
make[6]: Leaving directory `/mysql-dfsg-4.1-4.1.10a/ndb/src/kernel'
With the attached patch 'mysql-dfsg-4.1' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/mysql-dfsg-4.1-4.1.10a/debian/rules ./debian/rules
--- ../tmp-orig/mysql-dfsg-4.1-4.1.10a/debian/rules 2005-03-28
15:24:33.828739462 +0200
+++ ./debian/rules 2005-03-28 15:05:12.000000000 +0200
@@ -53,7 +53,7 @@
sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/bin:/usr/bin"} \
CC=$${MYSQL_BUILD_CC:-gcc} \
CFLAGS=$${MYSQL_BUILD_CFLAGS:-"-DBIG_JOINS=1 -O3"} \
- CXX=$${MYSQL_BUILD_CXX:-gcc} \
+ CXX=$${MYSQL_BUILD_CXX:-g++} \
CXXFLAGS=$${MYSQL_BUILD_CXXFLAGS:-"-DBIG_JOINS=1
-felide-constructors -fno-rtti -O3"} \
./configure \
--build=${DEB_BUILD_GNU_TYPE} \
---------------------------------------
Received: (at 301807-close) by bugs.debian.org; 30 Mar 2005 01:50:20 +0000
>From [EMAIL PROTECTED] Tue Mar 29 17:50:20 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 1DGSLc-00022B-00; Tue, 29 Mar 2005 17:50:20 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DGS4K-00024k-00; Tue, 29 Mar 2005 20:32:28 -0500
From: sean finney <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#301807: fixed in mysql-dfsg-4.1 4.1.10a-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 29 Mar 2005 20:32:28 -0500
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: mysql-dfsg-4.1
Source-Version: 4.1.10a-4
We believe that the bug you reported is fixed in the latest version of
mysql-dfsg-4.1, which is due to be installed in the Debian FTP archive:
libmysqlclient14-dev_4.1.10a-4_i386.deb
to pool/main/m/mysql-dfsg-4.1/libmysqlclient14-dev_4.1.10a-4_i386.deb
libmysqlclient14_4.1.10a-4_i386.deb
to pool/main/m/mysql-dfsg-4.1/libmysqlclient14_4.1.10a-4_i386.deb
mysql-client-4.1_4.1.10a-4_i386.deb
to pool/main/m/mysql-dfsg-4.1/mysql-client-4.1_4.1.10a-4_i386.deb
mysql-common-4.1_4.1.10a-4_all.deb
to pool/main/m/mysql-dfsg-4.1/mysql-common-4.1_4.1.10a-4_all.deb
mysql-dfsg-4.1_4.1.10a-4.diff.gz
to pool/main/m/mysql-dfsg-4.1/mysql-dfsg-4.1_4.1.10a-4.diff.gz
mysql-dfsg-4.1_4.1.10a-4.dsc
to pool/main/m/mysql-dfsg-4.1/mysql-dfsg-4.1_4.1.10a-4.dsc
mysql-server-4.1_4.1.10a-4_i386.deb
to pool/main/m/mysql-dfsg-4.1/mysql-server-4.1_4.1.10a-4_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.
sean finney <[EMAIL PROTECTED]> (supplier of updated mysql-dfsg-4.1 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, 29 Mar 2005 18:54:42 -0500
Source: mysql-dfsg-4.1
Binary: libmysqlclient14-dev mysql-common-4.1 libmysqlclient14 mysql-server-4.1
mysql-client-4.1
Architecture: source i386 all
Version: 4.1.10a-4
Distribution: unstable
Urgency: low
Maintainer: Christian Hammers <[EMAIL PROTECTED]>
Changed-By: sean finney <[EMAIL PROTECTED]>
Description:
libmysqlclient14 - mysql database client library
libmysqlclient14-dev - mysql database development files
mysql-client-4.1 - mysql database client binaries
mysql-common-4.1 - mysql database common files (e.g. /etc/mysql/my.cnf)
mysql-server-4.1 - mysql database server binaries
Closes: 295312 301807
Changes:
mysql-dfsg-4.1 (4.1.10a-4) unstable; urgency=low
.
* Sean Finney:
- FTBFS fix for amd64/gcc-4.0. Thanks to Andreas Jochens <[EMAIL
PROTECTED]>
for reporting this (closes: #301807).
- ANSI-compatible quoting fix in daily cron job. thanks to
Karl Hammar <[EMAIL PROTECTED]> for pointing out the problem in
the 4.0 branch.
- Added myself as a co-maintainer in the control file (closes: #295312).
Files:
3defddd8d74c657a0132aa959e55e83a 1024 misc optional
mysql-dfsg-4.1_4.1.10a-4.dsc
861c21c3179d9a3f5244b98bf9a58126 158902 misc optional
mysql-dfsg-4.1_4.1.10a-4.diff.gz
0d4cbc7fba40bbf063ea51c624a35731 33856 misc optional
mysql-common-4.1_4.1.10a-4_all.deb
a5c232c25981055cfb15903bf5bcad7e 1411844 libs optional
libmysqlclient14_4.1.10a-4_i386.deb
7fba0b40bde117aae527d5559a0295d7 5630024 libdevel optional
libmysqlclient14-dev_4.1.10a-4_i386.deb
a5cf47292bfb52efab05f3547f192a19 826182 misc optional
mysql-client-4.1_4.1.10a-4_i386.deb
dca5a20a48de0e4dd8489d25883bec8e 14521346 misc optional
mysql-server-4.1_4.1.10a-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCSfUUynjLPm522B0RAoI+AJ4odTKacbj0mwLDQu3mxzltlbJcUQCeLQ/G
cgG+5AyDtBNsNSJz+0GBo3c=
=TJA4
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]