Your message dated Thu, 15 Sep 2005 16:32:26 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327702: fixed in mysql-dfsg-5.0 5.0.12beta-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; 11 Sep 2005 16:14:18 +0000
>From [EMAIL PROTECTED] Sun Sep 11 09:14:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from farad.aurel32.net [82.232.2.251]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EEUTC-0001HZ-00; Sun, 11 Sep 2005 09:14:18 -0700
Received: from hertz.aurel32.net ([2001:618:400:fc13:2e0:18ff:fea3:b80f])
by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
(Exim 4.50)
id 1EEUTB-0007CI-Ab; Sun, 11 Sep 2005 18:14:17 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.52)
id 1EEUSq-0006lt-Ac; Sun, 11 Sep 2005 18:13:56 +0200
Content-Type: multipart/mixed; boundary="===============0530238056=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.17
Date: Sun, 11 Sep 2005 18:13:56 +0200
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-Level:
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
This is a multi-part MIME message sent by reportbug.
--===============0530238056==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: mysql-dfsg-5.0
Severity: important
Tags: patch
Hi,
The current version of mysql-dfsg-5.0 fails to build on GNU/kFreeBSD.
Please find attached a patch to fix that. It would be nice if you can
include it in the next upload.
Thanks in advance,
Aurelien
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
--===============0530238056==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="mysql-dfsg-5.0.diff"
diff -u mysql-dfsg-5.0-5.0.11beta/debian/patches/00list
mysql-dfsg-5.0-5.0.11beta/debian/patches/00list
--- mysql-dfsg-5.0-5.0.11beta/debian/patches/00list
+++ mysql-dfsg-5.0-5.0.11beta/debian/patches/00list
@@ -14,0 +15 @@
+70_kfreebsd.dpatch
--- mysql-dfsg-5.0-5.0.11beta.orig/debian/patches/70_kfreebsd.dpatch
+++ mysql-dfsg-5.0-5.0.11beta/debian/patches/70_kfreebsd.dpatch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Support for GNU/kFreeBSD
+
[EMAIL PROTECTED]@
+
+--- old/include/my_global.h.orig 2005-09-09 23:56:12.000000000 +0200
++++ new/include/my_global.h 2005-09-09 23:56:44.000000000 +0200
+@@ -102,7 +102,7 @@
+
+
+ /* Fix problem with S_ISLNK() on Linux */
+-#if defined(TARGET_OS_LINUX)
++#if defined(TARGET_OS_LINUX) || defined(__GLIBC__)
+ #undef _GNU_SOURCE
+ #define _GNU_SOURCE 1
+ #endif
--===============0530238056==--
---------------------------------------
Received: (at 327702-close) by bugs.debian.org; 15 Sep 2005 23:38:03 +0000
>From [EMAIL PROTECTED] Thu Sep 15 16:38:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EG3DO-0004RS-00; Thu, 15 Sep 2005 16:32:26 -0700
From: Christian Hammers <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#327702: fixed in mysql-dfsg-5.0 5.0.12beta-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 15 Sep 2005 16:32:26 -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
X-CrossAssassin-Score: 4
Source: mysql-dfsg-5.0
Source-Version: 5.0.12beta-2
We believe that the bug you reported is fixed in the latest version of
mysql-dfsg-5.0, which is due to be installed in the Debian FTP archive:
libmysqlclient15-dev_5.0.12beta-2_i386.deb
to pool/main/m/mysql-dfsg-5.0/libmysqlclient15-dev_5.0.12beta-2_i386.deb
libmysqlclient15_5.0.12beta-2_i386.deb
to pool/main/m/mysql-dfsg-5.0/libmysqlclient15_5.0.12beta-2_i386.deb
mysql-client-5.0_5.0.12beta-2_i386.deb
to pool/main/m/mysql-dfsg-5.0/mysql-client-5.0_5.0.12beta-2_i386.deb
mysql-common_5.0.12beta-2_all.deb
to pool/main/m/mysql-dfsg-5.0/mysql-common_5.0.12beta-2_all.deb
mysql-dfsg-5.0_5.0.12beta-2.diff.gz
to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.12beta-2.diff.gz
mysql-dfsg-5.0_5.0.12beta-2.dsc
to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.12beta-2.dsc
mysql-server-5.0_5.0.12beta-2_i386.deb
to pool/main/m/mysql-dfsg-5.0/mysql-server-5.0_5.0.12beta-2_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.
Christian Hammers <[EMAIL PROTECTED]> (supplier of updated mysql-dfsg-5.0
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: Thu, 15 Sep 2005 20:50:19 +0200
Source: mysql-dfsg-5.0
Binary: libmysqlclient15-dev libmysqlclient15 mysql-client-5.0 mysql-server-5.0
mysql-common
Architecture: source i386 all
Version: 5.0.12beta-2
Distribution: unstable
Urgency: low
Maintainer: Christian Hammers <[EMAIL PROTECTED]>
Changed-By: Christian Hammers <[EMAIL PROTECTED]>
Description:
libmysqlclient15 - mysql database client library
libmysqlclient15-dev - mysql database development files
mysql-client-5.0 - mysql database client binaries
mysql-common - mysql database common files (e.g. /etc/mysql/my.cnf)
mysql-server-5.0 - mysql database server binaries
Closes: 311836 313006 313957 327702
Changes:
mysql-dfsg-5.0 (5.0.12beta-2) unstable; urgency=low
.
* Added patch to build on GNU/kFreeBSD (thanks to Aurelien Jarno).
Closes: #327702
* Added patch that was alreay been present on the 4.1 branch which
makes the "status" command of the init script more sensible
(thanks to Stephen Gildea). Closes: #311836
* Added Vietnamese Debconf translation (thanks to Clytie Siddal).
Closes: #313006
* Updated German Debconf translation (thanks to Jens Seidel).
Closes: #313957
* Corrected commends in example debian-log-rotate.conf. The default is
unlike the mysql-sever-4.1 package which needed to stay backwards
compatible now 2 to avoid filling up the disk endlessly.
* Fixed watch file to be "-beta" aware.
Files:
fbc352a8cb033cbd50eb7f63a19487eb 1040 misc optional
mysql-dfsg-5.0_5.0.12beta-2.dsc
f3d7c74ef888742c3567bdaed1f7a3f4 107730 misc optional
mysql-dfsg-5.0_5.0.12beta-2.diff.gz
e95857754e9514bdc3ef5f8f2dd04729 36902 misc optional
mysql-common_5.0.12beta-2_all.deb
1e35110a8b77adc7ba1afca4387fe42f 1607752 libs optional
libmysqlclient15_5.0.12beta-2_i386.deb
690f9e9cc012897e19212361f4dad0fd 5756314 libdevel optional
libmysqlclient15-dev_5.0.12beta-2_i386.deb
9e5b2e48a35776e7012c14eafea6a7ff 6175442 misc optional
mysql-client-5.0_5.0.12beta-2_i386.deb
dc2161d79b10e880a566bede8367f2d6 14465922 misc optional
mysql-server-5.0_5.0.12beta-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iEYEARECAAYFAkMqAB4ACgkQkR9K5oahGOa76wCghaKBa+EuOF6WOmNRG8PleaJh
vCAAoIu3eCtUiAE1Zxi2RIqgSqOdhx9e
=mQ2A
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]