Your message dated Fri, 03 Apr 2020 05:33:28 +0000
with message-id <e1jkexm-000ery...@fasolo.debian.org>
and subject line Bug#955544: fixed in capnproto 0.7.0-6
has caused the Debian Bug report #955544,
regarding capnproto: FTBFS on s390x
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.)


-- 
955544: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955544
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: capnproto
Version: 0.7.0-5
Severity: serious
Tags: patch upstream ftbfs
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

capnproto 0.7.0-5 failed to build in Ubuntu Focal on s390x:

https://bugs.launchpad.net/ubuntu/+source/capnproto/+bug/1870055

In an upstream issue:

https://github.com/capnproto/capnproto/issues/962

They pointed at a fix:

https://github.com/capnproto/capnproto/pull/761

The attached patch is that fix.



-- System Information:
Debian Release: bullseye/sid
  APT prefers focal-security
  APT policy: (500, 'focal-security'), (500, 'focal')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-21-generic (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8), 
LANGUAGE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages capnproto depends on:
ii  libc6           2.31-0ubuntu6
pn  libcapnp-0.7.0  <none>
ii  libgcc-s1       10-20200324-1ubuntu1
ii  libstdc++6      10-20200324-1ubuntu1

capnproto recommends no packages.

capnproto suggests no packages.
commit ce4dd5a1031ee741c676daaea89ae3d1b19f2bb2
Author: David Renshaw <dwrens...@gmail.com>
Date:   Fri Nov 16 21:23:58 2018 -0500

    initialize anonymous enums in isPlausiblyText() and isPlausiblyJson()

diff --git a/src/capnp/compiler/capnp.c++ b/c++/src/capnp/compiler/capnp.c++
index e39db556..8e8c459b 100644
--- a/src/capnp/compiler/capnp.c++
+++ b/src/capnp/compiler/capnp.c++
@@ -1377,7 +1377,7 @@ private:
   }
 
   Plausibility isPlausiblyText(kj::ArrayPtr<const byte> prefix) {
-    enum { PREAMBLE, COMMENT, BODY } state;
+    enum { PREAMBLE, COMMENT, BODY } state = PREAMBLE;
 
     for (char c: prefix.asChars()) {
       switch (state) {
@@ -1427,7 +1427,7 @@ private:
   }
 
   Plausibility isPlausiblyJson(kj::ArrayPtr<const byte> prefix) {
-    enum { PREAMBLE, COMMENT, BODY } state;
+    enum { PREAMBLE, COMMENT, BODY } state = PREAMBLE;
 
     for (char c: prefix.asChars()) {
       switch (state) {

--- End Message ---
--- Begin Message ---
Source: capnproto
Source-Version: 0.7.0-6
Done: tony mancill <tmanc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
capnproto, 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 955...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated capnproto 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 02 Apr 2020 21:15:54 -0700
Source: capnproto
Architecture: source
Version: 0.7.0-6
Distribution: unstable
Urgency: medium
Maintainer: Tom Lee <deb...@tomlee.co>
Changed-By: tony mancill <tmanc...@debian.org>
Closes: 955544
Changes:
 capnproto (0.7.0-6) unstable; urgency=medium
 .
   * Apply patch for FTBFS on s390x (Closes: #955544)
     Thank you to Michał Sawicz for the bug report and patch.
   * Bump Standards-Version to 4.5.0
   * Specify debhelper compat 12 via debhelper-compat dependency
   * Specify "Rules-Requires-Root: no" in debian/control
Checksums-Sha1:
 bb462bf69c4155184ea457aa867ed0d1a28c485e 2198 capnproto_0.7.0-6.dsc
 ba848eab6fb15c5a92d1d006eb4c5e012f48fad2 9868 capnproto_0.7.0-6.debian.tar.xz
 ef5976dbd18c6aae06c68c6e53b585c303611156 8511 capnproto_0.7.0-6_amd64.buildinfo
Checksums-Sha256:
 5b0d895652ba8c238a79b6bbd20abb052ae0d6c8a3c38ec5445d4c4a5799a7fa 2198 
capnproto_0.7.0-6.dsc
 5e66706b94cc37a929a1671cb82d91cf8909abf1c5766c47f4f624dc6a420385 9868 
capnproto_0.7.0-6.debian.tar.xz
 82d3f211b75fd74d6306e3fe2e5c7e1cd8b72ec572627452271a634a9bc9063d 8511 
capnproto_0.7.0-6_amd64.buildinfo
Files:
 3ceeda7c07bb03e64aa3a6bb9ed5d0e2 2198 devel optional capnproto_0.7.0-6.dsc
 2f102fadb42228417db46f6cd5075d83 9868 devel optional 
capnproto_0.7.0-6.debian.tar.xz
 abcfdfb5c3640100cd88ec1a7a39e739 8511 devel optional 
capnproto_0.7.0-6_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAl6GxagUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpb1BA/+Ix6qUDufLaFqTd1o/vIOktINE+Xx
vRH02bD+iNkbVW409ijbsDKciA19aXY/A8hleurazQSCa5u2h4kCBqnUWVGpRHJa
A4YXuYLHpGf/rSaYp9LCc2CJxfeukq9j7QxXyb2ePRVGVTrgshX+HOGUTcdtgoqp
VuTusr95oPeIeJhHPcsWC/nAMrMuAu2LHOR+53QXSmuNiSFiiSqhLPr42vJbrJXl
ZcWaafMMR0pXdn8PpCnAYYMQC3DCP8EgbHlNAb+qdqsBYGQLT14nwJK8yDJhMemq
fIgndWnRHbqcU4HQKDn4ywHuMqcb0UTIFGNXKgykubzGES5MzQPbWNoY1HJ8T+Wq
XuFElGSrzXxgcwWHbC2KspErwXA/8W7NjV2fND9xrnraWcM0SPYMEXhOrg1Hu6yc
YzOBb1EAv2brWD/HO/gRoqhbiUVOG7kD++JdByKhP/jrmizGzBZKgvyLqu6FMPb2
H8utQ2JvigCfd9blHzLavwCfuSpVWBOogbVMlwarutWP8fh/+at3z+OwOjbLCaKJ
RoCW9tMtPlNn/DfmBDHMu6lqFddGYHNJcPBNAygy11IMdgiNeXAkz8io8XYcN2Iu
HH1ImdRN8wq8A+z03gNMXXbxxT5yKxnOJX324I4tJekKkhH1xRDe5FyBPhoACFo1
t6KKkxDdj0dj25s=
=FHIV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to