Your message dated Sat, 21 Jul 2018 14:38:46 +0000
with message-id <[email protected]>
and subject line Bug#897702: fixed in alljoyn-core-1509 15.09a+dfsg.1-3
has caused the Debian Bug report #897702,
regarding alljoyn-core-1509: ftbfs with GCC-8
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.)


-- 
897702: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897702
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:alljoyn-core-1509
Version: 15.09a+dfsg.1-2
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-8

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/alljoyn-core-1509_15.09a+dfsg.1-2_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 8, either set CC=gcc-8 CXX=g++-8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-8/porting_to.html

[...]
Install file: "alljoyn_core/inc/alljoyn/TransportMask.h" as 
"build/linux/x86_64/release/dist/cpp/inc/alljoyn/TransportMask.h"
Install file: "alljoyn_core/inc/alljoyn/DBusStd.h" as 
"build/linux/x86_64/release/dist/cpp/inc/alljoyn/DBusStd.h"
Install file: "common/inc/qcc/CertificateECC.h" as 
"build/linux/x86_64/release/dist/cpp/inc/qcc/CertificateECC.h"
Install file: "common/inc/qcc/GUID.h" as 
"build/linux/x86_64/release/dist/cpp/inc/qcc/GUID.h"
Install file: "common/inc/qcc/KeyInfoECC.h" as 
"build/linux/x86_64/release/dist/cpp/inc/qcc/KeyInfoECC.h"
Install file: "common/inc/qcc/ManagedObj.h" as 
"build/linux/x86_64/release/dist/cpp/inc/qcc/ManagedObj.h"
Install file: "common/inc/qcc/CryptoECC.h" as 
"build/linux/x86_64/release/dist/cpp/inc/qcc/CryptoECC.h"
Install file: "common/inc/qcc/KeyInfo.h" as 
"build/linux/x86_64/release/dist/cpp/inc/qcc/KeyInfo.h"
g++ -o build/linux/x86_64/release/obj/alljoyn_c/AboutIconObj.o -c -std=c++11 
-Wall -Werror -pipe -fno-exceptions -fno-strict-aliasing 
-fno-asynchronous-unwind-tables -fno-unwind-tables -ffunction-sections 
-fdata-sections -D_FORTIFY_SOURCE=2 -fPIC -Wno-long-long -Wno-deprecated 
-Wno-unknown-pragmas -Wunused-parameter -Os -m64 -fPIC -DNDEBUG -DROUTER 
-DQCC_OS_GROUP_POSIX -DQCC_OS_LINUX -D_GLIBCXX_USE_C99_FP_MACROS_DYNAMIC 
-Ibuild/linux/x86_64/release/dist/cpp/inc 
-Ibuild/linux/x86_64/release/dist/c/inc 
-Ibuild/linux/x86_64/release/dist/cpp/inc/alljoyn -Icommon/inc 
-Ialljoyn_core/src alljoyn_c/src/AboutIconObj.cc
In file included from 
build/linux/x86_64/release/dist/cpp/inc/qcc/CertificateECC.h:29,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/PermissionConfigurator.h:31,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/ApplicationStateListener.h:23,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/BusAttachment.h:46,
                 from alljoyn_c/src/AboutIconObj.cc:22:
build/linux/x86_64/release/dist/cpp/inc/qcc/KeyInfoECC.h: In member function 
'virtual void qcc::SigInfoECC::Init()':
build/linux/x86_64/release/dist/cpp/inc/qcc/KeyInfoECC.h:123:45: error: 'void* 
memset(void*, int, size_t)' clearing an object of type 'struct 
qcc::ECCSignature' with no trivial copy-assignment; use assignment or 
value-initialization instead [-Werror=class-memaccess]
         memset(&sig, 0, sizeof(ECCSignature));
                                             ^
In file included from 
build/linux/x86_64/release/dist/cpp/inc/qcc/CertificateECC.h:28,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/PermissionConfigurator.h:31,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/ApplicationStateListener.h:23,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/BusAttachment.h:46,
                 from alljoyn_c/src/AboutIconObj.cc:22:
build/linux/x86_64/release/dist/cpp/inc/qcc/CryptoECC.h:417:8: note: 'struct 
qcc::ECCSignature' declared here
 struct ECCSignature {
        ^~~~~~~~~~~~
In file included from 
build/linux/x86_64/release/dist/cpp/inc/qcc/CertificateECC.h:29,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/PermissionConfigurator.h:31,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/ApplicationStateListener.h:23,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/BusAttachment.h:46,
                 from alljoyn_c/src/AboutIconObj.cc:22:
build/linux/x86_64/release/dist/cpp/inc/qcc/KeyInfoECC.h: In member function 
'void qcc::SigInfoECC::SetSignature(const qcc::ECCSignature*)':
build/linux/x86_64/release/dist/cpp/inc/qcc/KeyInfoECC.h:173:53: error: 'void* 
memcpy(void*, const void*, size_t)' writing to an object of type 'struct 
qcc::ECCSignature' with no trivial copy-assignment; use copy-assignment or 
copy-initialization instead [-Werror=class-memaccess]
         memcpy(&this->sig, sig, sizeof(ECCSignature));
                                                     ^
In file included from 
build/linux/x86_64/release/dist/cpp/inc/qcc/CertificateECC.h:28,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/PermissionConfigurator.h:31,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/ApplicationStateListener.h:23,
                 from 
build/linux/x86_64/release/dist/cpp/inc/alljoyn/BusAttachment.h:46,
                 from alljoyn_c/src/AboutIconObj.cc:22:
build/linux/x86_64/release/dist/cpp/inc/qcc/CryptoECC.h:417:8: note: 'struct 
qcc::ECCSignature' declared here
 struct ECCSignature {
        ^~~~~~~~~~~~
cc1plus: all warnings being treated as errors
scons: *** [build/linux/x86_64/release/obj/alljoyn_c/AboutIconObj.o] Error 1
scons: building terminated because of errors.
make[1]: *** [debian/rules:41: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/alljoyn-core-1509-15.09a+dfsg.1'
make: *** [debian/rules:33: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: alljoyn-core-1509
Source-Version: 15.09a+dfsg.1-3

We believe that the bug you reported is fixed in the latest version of
alljoyn-core-1509, 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.
Thorsten Alteholz <[email protected]> (supplier of updated alljoyn-core-1509 
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: Fri, 20 Jul 2018 19:01:37 +0200
Source: alljoyn-core-1509
Binary: liballjoyn1509 liballjoyn-dev-1509 liballjoyn-c1509 
liballjoyn-c-dev-1509 alljoyn-daemon-1509 liballjoyn-common-dev-1509
Architecture: source amd64
Version: 15.09a+dfsg.1-3
Distribution: sid
Urgency: medium
Maintainer: Debian IoT Maintainers 
<[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Description:
 alljoyn-daemon-1509 - AllJoyn daemon service
 liballjoyn-c-dev-1509 - AllJoyn C development library
 liballjoyn-c1509 - AllJoyn C run-time library
 liballjoyn-common-dev-1509 - AllJoyn common development files
 liballjoyn-dev-1509 - AllJoyn C++ development library
 liballjoyn1509 - AllJoyn C++ run-time library
Closes: 897702
Changes:
 alljoyn-core-1509 (15.09a+dfsg.1-3) unstable; urgency=medium
 .
   * add gcc8.patch (Closes: #897702)
   * debian/control: bump standard to 4.1.5 (no changes)
Checksums-Sha1:
 5a02942b1d01113fe09ea97e53eaa8fd6d1355f4 2745 
alljoyn-core-1509_15.09a+dfsg.1-3.dsc
 b98d261d1dcec4383a74474bb187c1cbae54467b 4234902 
alljoyn-core-1509_15.09a+dfsg.1.orig.tar.gz
 e16fced178d02022a545c0efa1f58d6eec558041 12516 
alljoyn-core-1509_15.09a+dfsg.1-3.debian.tar.xz
 7af5b4e3d39d8da55aa61df4dabc4fd447f59020 8388 
alljoyn-core-1509_15.09a+dfsg.1-3_amd64.buildinfo
 8b56c857a1de57572d11f87fd6b90a7e794683ae 396728 
alljoyn-daemon-1509_15.09a+dfsg.1-3_amd64.deb
 78996b64a73549b6b70257204eece3d40478e4e4 258344 
liballjoyn-c-dev-1509_15.09a+dfsg.1-3_amd64.deb
 c7c63b130904040d98f5e17700d33e263669c3cf 378288 
liballjoyn-c1509_15.09a+dfsg.1-3_amd64.deb
 f352d3a0ae6c8f15008e8f5186b5cb74c3f5a5b5 130036 
liballjoyn-common-dev-1509_15.09a+dfsg.1-3_amd64.deb
 b02c45b04cc2fd1f1d3b27bfa667119f125c7a37 857764 
liballjoyn-dev-1509_15.09a+dfsg.1-3_amd64.deb
 957959927ab2908b4059f8f0c0d3ab49f7b24784 5204600 
liballjoyn1509_15.09a+dfsg.1-3_amd64.deb
Checksums-Sha256:
 2d6b9a8dc5eade50cfb424ffa6e8841b9e7745ade045cb677f31ceaf36263b62 2745 
alljoyn-core-1509_15.09a+dfsg.1-3.dsc
 7710d7a4594895bfab55123b3e7088897d3149db14398434209c7a0d4d5f7172 4234902 
alljoyn-core-1509_15.09a+dfsg.1.orig.tar.gz
 fa75c3be9de8e2764de449367686fc5756b56ed05003807b8d715ff30baf78f7 12516 
alljoyn-core-1509_15.09a+dfsg.1-3.debian.tar.xz
 f1651a6d69678b55e94dd88b1802280ce37ba7c0583a259aa2c3279a6762dfb1 8388 
alljoyn-core-1509_15.09a+dfsg.1-3_amd64.buildinfo
 3170d87ea5dc2d2d877ab130fc2f9a5a1bb611454790f2d9938c2fd6c42ba52e 396728 
alljoyn-daemon-1509_15.09a+dfsg.1-3_amd64.deb
 f7d36f8f880ec161bfc4d86726fbdf3c5251b261e0e8abecd95ace0ccd6dbd23 258344 
liballjoyn-c-dev-1509_15.09a+dfsg.1-3_amd64.deb
 30e91599315e1e884840ee8fe5af4bc842b46e1a9c46ca118dc59c3b8d9bd415 378288 
liballjoyn-c1509_15.09a+dfsg.1-3_amd64.deb
 c79624ce35d2125b584e8364db760caf36e8f47dfaf7a5502b292087bb48272d 130036 
liballjoyn-common-dev-1509_15.09a+dfsg.1-3_amd64.deb
 70178bf291164c9f8b3f3b6942e97ebc65d28905b65cce1d2b9668886d2c3801 857764 
liballjoyn-dev-1509_15.09a+dfsg.1-3_amd64.deb
 69842552041570805fe45571aeeed02a37a33e61cc243fc369c05f4ad9204d79 5204600 
liballjoyn1509_15.09a+dfsg.1-3_amd64.deb
Files:
 0e89c5e9a9fbe7961dc08d090896b7a5 2745 net optional 
alljoyn-core-1509_15.09a+dfsg.1-3.dsc
 d2d8146dca86b0832f034acb3f0b803c 4234902 net optional 
alljoyn-core-1509_15.09a+dfsg.1.orig.tar.gz
 adf8f8c8f9a997a6f50721ee50d5aad3 12516 net optional 
alljoyn-core-1509_15.09a+dfsg.1-3.debian.tar.xz
 61ff7b3849defb3220fbe838bba6b2e2 8388 net optional 
alljoyn-core-1509_15.09a+dfsg.1-3_amd64.buildinfo
 361c42075143854872f98901d6c24653 396728 net optional 
alljoyn-daemon-1509_15.09a+dfsg.1-3_amd64.deb
 55473b007defb8f8d060de51ff23abd5 258344 libdevel optional 
liballjoyn-c-dev-1509_15.09a+dfsg.1-3_amd64.deb
 30a197bfd562596f35792d04b7f05569 378288 net optional 
liballjoyn-c1509_15.09a+dfsg.1-3_amd64.deb
 94bdb2082fb1e23d6adb5073aefdc739 130036 libdevel optional 
liballjoyn-common-dev-1509_15.09a+dfsg.1-3_amd64.deb
 31458ebdc0e7d13d277228d375b421f0 857764 libdevel optional 
liballjoyn-dev-1509_15.09a+dfsg.1-3_amd64.deb
 475686eef50416604da400e04bc55c1f 5204600 net optional 
liballjoyn1509_15.09a+dfsg.1-3_amd64.deb

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

iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAltTPlxfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR1uPD/9iVQ0z6+LRjQA3A9fC2toOevWO0VuL
H5kWSp14T2XaEIIr6VAhXCavY5kwLTkORQ5Y0KKibbqPxQu4wgC39s9GOWykQAsV
ow3AvD6R1B2uhFwSaZ0tRjQRry+8FBOMXFflmwAJC8iO0NJPxex/EBCpHbqiCFI/
RmvkHgGeOFtkDal29tf3DjAg+ckuEOmKwdpYf4ryAcKeoZxpJhDjLvM+B8n0o15C
rlmrAuqo9ARXVPwveCTd2QgP+fQRu5lxAU8x7hJBPlJt5OMChXNoLZgwKp8V5uxc
6L9xV/aQKEVVU3cM1BJsNxyRLrrh7HqWC7iHdx8F/idzYoREdKMnI2D8C37ZOL5Y
D+i2JHT3iyG2JMVzm5YJ0hoJj8xvzVuMwWZGVc7Ac3gxNn/ybkA0CKpx3+oJ0Zqn
c7wxnN4XH8hjXuYx1Ig3N/+nCPaig7xq811Srk2De4GBMs4bygsNpsmI81fq+tUT
u8gMihBFNnK1RSSZVZWVtsaCmAZnZ9upzAs8LptfEVMkA9hnb6FwJNvqQlc2F3wz
KKZ6Ooc28G2Htn5bkuxgJ7PUeLU7DERFxoooNDMBFHQFP5fY8Wwg2nh4LfPr3S5k
xy+92VgQyrS0hJOmsv5DhEy+wifKvHS8J3+rwHyEFwuKJkRh+YnYE/M9wW1NW1Lz
L7vpWEa2+gx7cQ==
=DUCF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to