Your message dated Sat, 21 Aug 2010 09:33:04 +0000
with message-id <e1omkrk-0007ew...@franck.debian.org>
and subject line Bug#575246: fixed in mysql-proxy 0.8.0-1.1
has caused the Debian Bug report #575246,
regarding mysql-proxy: Patch for FTBFS for 0.8.0 on Sparc
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
575246: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575246
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mysql-proxy
Version: 0.8.0
Severity: grave
Justification: renders package unusable


Having looked at the testing migration for 0.8.0 I saw that this is being held 
up by a build error on Sparc. I lodged a bug report today against MySQL proxy 
and have had a patch sent back (see bug MySQL Bug #52327):


It appears that src/my_rdtsc.h is missing the typedef for ulong. That type is 
only used
with GCC for SPARC, so we've never hit this bug before (we use SunStudio for 
compiling on
Solaris, not sure we even have a build machine with Linux/SPARC).

Please try this patch:

=== modified file 'src/my_rdtsc.h'
--- src/my_rdtsc.h      2009-06-24 15:37:10 +0000
+++ src/my_rdtsc.h      2010-03-24 11:52:43 +0000
@@ -30,7 +30,7 @@
 #define C_MODE_START G_BEGIN_DECLS
 #define C_MODE_END G_END_DECLS
 typedef guint64 ulonglong;
-
+typedef guint32 ulong;
 
 /**
   This structure contains the characteristics of all the supported timers.




http://bugs.mysql.com/bug.php?id=52327

I dont have time to compile this myself - can you test this and see if this is 
helps solve the build problem?


Thanks
  JEB

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (900, 'stable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32.7-kvm-i386-20100201
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
Source: mysql-proxy
Source-Version: 0.8.0-1.1

We believe that the bug you reported is fixed in the latest version of
mysql-proxy, which is due to be installed in the Debian FTP archive:

mysql-proxy_0.8.0-1.1.diff.gz
  to main/m/mysql-proxy/mysql-proxy_0.8.0-1.1.diff.gz
mysql-proxy_0.8.0-1.1.dsc
  to main/m/mysql-proxy/mysql-proxy_0.8.0-1.1.dsc
mysql-proxy_0.8.0-1.1_amd64.deb
  to main/m/mysql-proxy/mysql-proxy_0.8.0-1.1_amd64.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 575...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Wise <p...@debian.org> (supplier of updated mysql-proxy 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 21 Aug 2010 08:29:43 +0000
Source: mysql-proxy
Binary: mysql-proxy
Architecture: source amd64
Version: 0.8.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers <pkg-mysql-ma...@lists.alioth.debian.org>
Changed-By: Paul Wise <p...@debian.org>
Description: 
 mysql-proxy - high availability, load balancing and query modification for mysq
Closes: 575246
Changes: 
 mysql-proxy (0.8.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Clean up after upstream build system properly
   * Fix FTBFS on sparc (Closes: #575246)
   * Correctly version the libevent build-dependency
Checksums-Sha1: 
 d291c5d11bf76bae71d1881651adc9cd437ec27d 1342 mysql-proxy_0.8.0-1.1.dsc
 29ce94e1ef555c2589430497f3a15f999e9cec8d 3862 mysql-proxy_0.8.0-1.1.diff.gz
 13f54b30ef391e2f1bfa23ec50e6c142564ef6ee 237594 mysql-proxy_0.8.0-1.1_amd64.deb
Checksums-Sha256: 
 1dbf8cf922dca6c4ef316c0a4f09ed9fa768df4bb283725b72d7a4af1c8cde40 1342 
mysql-proxy_0.8.0-1.1.dsc
 fffc1418d55be876a9f41ce1ffc4cfbe343a61ddd27c8befe16d143d5f5cf1b4 3862 
mysql-proxy_0.8.0-1.1.diff.gz
 15ff3424dc2bcc06fd973dc4e565e9643c74bf91d07552e69611297248a45f8a 237594 
mysql-proxy_0.8.0-1.1_amd64.deb
Files: 
 5f9d08e43da08b06147ea5103e841a85 1342 database extra mysql-proxy_0.8.0-1.1.dsc
 2e2570995c7c44e710a8b9c84ee25db0 3862 database extra 
mysql-proxy_0.8.0-1.1.diff.gz
 de70793b749f25077d10aaab30681c7d 237594 database extra 
mysql-proxy_0.8.0-1.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkxvk+4ACgkQ5Sc9mGvjxCPLRACfSAZ0kpoCzPfCPt8/mfNrWjjw
TLUAoIp/ad7g/8wV9t4pzCCHo4pgDgNS
=iaw3
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to