Your message dated Thu, 23 Jul 2026 10:16:34 +0000
with message-id <[email protected]>
and subject line Bug#1142228: Removed package(s) from unstable
has caused the Debian Bug report #888965,
regarding mysql-5.7: Please add patch to fix protobuf on sparc64
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 [email protected]
immediately.)


-- 
888965: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888965
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mysql-5.7
Version: 5.7.21-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: sparc64

Hi!

mysql-5.7 FTBFS on sparc64 because the embedded version of protobuf
is ancient and is missing a patch to fix the platform definitions
for sparc64.

I'm attaching a patch which fixes this. Please include it in the
next upload.

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - [email protected]
`. `'   Freie Universitaet Berlin - [email protected]
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
Description: Fix protobuf platform definitions on sparc64
Author: John Paul Adrian Glaubitz <[email protected]>
Last-Update: 2018-01-31

--- 
mysql-5.7-5.7.20.orig/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/platform_macros.h
+++ 
mysql-5.7-5.7.20/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/platform_macros.h
@@ -67,7 +67,7 @@
 #define GOOGLE_PROTOBUF_ARCH_32_BIT 1
 #elif defined(sparc)
 #define GOOGLE_PROTOBUF_ARCH_SPARC 1
-#ifdef SOLARIS_64BIT_ENABLED
+#if defined(__sparc_v9__) || defined(__sparcv9) || defined(__arch64__)
 #define GOOGLE_PROTOBUF_ARCH_64_BIT 1
 #else
 #define GOOGLE_PROTOBUF_ARCH_32_BIT 1

--- End Message ---
--- Begin Message ---
Version: 8.0.46-1+rm

Dear submitter,

as the package mysql-8.0 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1142228

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to