Your message dated Mon, 27 Jun 2022 11:19:52 +0000
with message-id <[email protected]>
and subject line Bug#1012572: fixed in android-platform-frameworks-base 
1:13~beta3-1~exp1
has caused the Debian Bug report #1012572,
regarding android-platform-frameworks-base: FTBFS with protobuf 3.20.1+
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.)


-- 
1012572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012572
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: android-platform-frameworks-base
Version: 1:10.0.0+r36-5
Severity: important
Usertags: protobuf3_20
Tags: ftbfs upstream bookworm sid patch

Hi,

I would like to start the Protobuf 3.20.1 transition in a few days.
Your package is currently FTBFS for a simple reason. The function
SetTotalBytesLimit doesn't have a second argument for long (protobuf
3.6) and it was ignored previously. Now it's finally removed and hence
your package doesn't build anymore.
As it was ignored for a long time, the fix is easy, just remove that
argument when calling the mentioned function. Patch is attached,
please apply it soon.

Thanks,
Laszlo/GCS
Description: fix Protobuf FTBFS
 SetTotalBytesLimit no longer has second argument.
Author: Laszlo Boszormenyi (GCS) <[email protected]>
Forwarded: no
Last-Update: 2022-06-06

---

--- android-platform-frameworks-base-10.0.0+r36.orig/tools/aapt2/io/Util.h
+++ android-platform-frameworks-base-10.0.0+r36/tools/aapt2/io/Util.h
@@ -131,8 +131,7 @@ class ProtoInputStreamReader {
   template <typename T> bool ReadMessage(T *message_lite) {
     ZeroCopyInputAdaptor adapter(in_);
     google::protobuf::io::CodedInputStream coded_stream(&adapter);
-    coded_stream.SetTotalBytesLimit(std::numeric_limits<int32_t>::max(),
-                                    coded_stream.BytesUntilTotalBytesLimit());
+    coded_stream.SetTotalBytesLimit(std::numeric_limits<int32_t>::max());
     return message_lite->ParseFromCodedStream(&coded_stream);
   }
 

--- End Message ---
--- Begin Message ---
Source: android-platform-frameworks-base
Source-Version: 1:13~beta3-1~exp1
Done: Roger Shimizu <[email protected]>

We believe that the bug you reported is fixed in the latest version of
android-platform-frameworks-base, which is due to be installed in the Debian 
FTP archive.

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.
Roger Shimizu <[email protected]> (supplier of updated 
android-platform-frameworks-base 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: SHA512

Format: 1.8
Date: Mon, 27 Jun 2022 19:54:55 +0900
Source: android-platform-frameworks-base
Architecture: source
Version: 1:13~beta3-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Android Tools Maintainers 
<[email protected]>
Changed-By: Roger Shimizu <[email protected]>
Closes: 1012572
Changes:
 android-platform-frameworks-base (1:13~beta3-1~exp1) experimental; 
urgency=medium
 .
   * Team upload.
   * New upstream version: 13~beta3
   * debian/patches: Refresh patches.
   * debian/patches: Add patch to fix Protobuf FTBFS (Closes: #1012572).
   * Update d/*.mk and d/rules
   * Remove dependency of chrpath
   * Tentatively disable invoking aapt2
Checksums-Sha1:
 cd97bdea3be9d8cec907ea7c71e97f1f49b0ae9b 3220 
android-platform-frameworks-base_13~beta3-1~exp1.dsc
 d47c49666b1e6d801171128498b656acddc25016 205747976 
android-platform-frameworks-base_13~beta3.orig.tar.xz
 af1e19e7a6c9db6371f66172865e7fc1961ec11f 16164 
android-platform-frameworks-base_13~beta3-1~exp1.debian.tar.xz
 303767a5c8d0b791126d9bf5c93cfd2cd2c0fd0f 5837 
android-platform-frameworks-base_13~beta3-1~exp1_source.buildinfo
Checksums-Sha256:
 72262ff4fec11f3330e3319b1a5af267327093d31c7c78930b4df452961d0204 3220 
android-platform-frameworks-base_13~beta3-1~exp1.dsc
 40ec460be84bd512f36aa85a0837813091255b8230b17ecfd05c555442368fb1 205747976 
android-platform-frameworks-base_13~beta3.orig.tar.xz
 9380391418472efead8679b54b44eb02a5a2e5d7f7ca0bb97886fe1c92177c70 16164 
android-platform-frameworks-base_13~beta3-1~exp1.debian.tar.xz
 6972278e19762d7979f6f65419d81ba6b23ac167e6f228201853178147631b89 5837 
android-platform-frameworks-base_13~beta3-1~exp1_source.buildinfo
Files:
 e926893c612afb62cbd1d89facccaada 3220 devel optional 
android-platform-frameworks-base_13~beta3-1~exp1.dsc
 3b1b7d5f4fd2db54ee350c5cb2365992 205747976 devel optional 
android-platform-frameworks-base_13~beta3.orig.tar.xz
 20dfa9685ce965b55f967ff5171d63cc 16164 devel optional 
android-platform-frameworks-base_13~beta3-1~exp1.debian.tar.xz
 efcdadf7200e092fd8d8ff9fc6db99e7 5837 devel optional 
android-platform-frameworks-base_13~beta3-1~exp1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmK5jt4QHHJvc2hAZGVi
aWFuLm9yZwAKCRCkeGsNpwM0qO7JD/4r1/YeXPECNPMK05xw9igD7jETrFfahh3J
TD0g2ZuzOS0LuTyATbltr2uTwL4G9buLfaw9yx4aDz+Y4kIDpZqeccEsDIiZHEPY
91o2yFA9ZzyLS82fcNN7bNb51uyRa0r06027PxYXRw46+0kcQ/zv44j0afmHF075
zD51u+3QKIqjos7U4xP3yYsUe1358DxEbOjveHtYBMrk4D/HNlcYu5rI7S4WPwY8
KvNQTzwg+Qk6SyeBhpzj4xKs0igpY0ld6EEA06zg2YCQdyiwj6qrf5DXlGH3J+7L
1L4eu2s3m/IrTljNaHmzrIZmqBIp0JZS/VCP59rzjm4ZL8oyxOYLItSmqzA0I1N5
y032YeyerVgZ6Raui8ol9eAhSe+nPUumsLjDuDaUi/acjm2N1cXMXiINl8yBEoCe
vp7weZ1Jx51OETO2LWhEDr50XlyJq4j5e3bhteibDlExG22C63QSUcz7CNUw/CKL
tOmtKxxljimP2OK/4kUPFYJS0P41GU/mVmSOUXGYT0tRuCS1bSX7nXIQyHU+Rhi0
YFXmqxTNbq3YyFbu2BnCi1lCqsLwvGW3nIwrXGvuEvezcrmQ6Vap1fssVeme8j6P
b6nDU+nV/YQfs1AP4fiZrl45QXF8aJadTJj1Ns2EgfkQvAC+GhkNPeZ9hpV0vvNp
LVet2Ezgqw==
=Cts8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to