Your message dated Sat, 21 Jul 2018 14:39:00 +0000
with message-id <[email protected]>
and subject line Bug#897703: fixed in alljoyn-core-1604 16.04a+dfsg.1-3
has caused the Debian Bug report #897703,
regarding alljoyn-core-1604: 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.)
--
897703: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897703
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:alljoyn-core-1604
Version: 16.04a+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-1604_16.04a+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: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/KeyInfoECC.h: In member function
'virtual void qcc::SigInfoECC::Init()':
build/linux/x86_64/release/dist/cpp/inc/qcc/KeyInfoECC.h:127: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:27,
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:426:8: note: 'struct
qcc::ECCSignature' declared here
struct 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/KeyInfoECC.h: In member function
'void qcc::SigInfoECC::SetSignature(const qcc::ECCSignature*)':
build/linux/x86_64/release/dist/cpp/inc/qcc/KeyInfoECC.h:178: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:27,
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:426: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-1604-16.04a+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-1604
Source-Version: 16.04a+dfsg.1-3
We believe that the bug you reported is fixed in the latest version of
alljoyn-core-1604, 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-1604
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: Sat, 21 Jul 2018 15:01:37 +0200
Source: alljoyn-core-1604
Binary: liballjoyn1604 liballjoyn-dev-1604 liballjoyn-c1604
liballjoyn-c-dev-1604 alljoyn-daemon-1604 liballjoyn-common-dev-1604
Architecture: source amd64
Version: 16.04a+dfsg.1-3
Distribution: sid
Urgency: medium
Maintainer: Debian IoT Maintainers
<[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Description:
alljoyn-daemon-1604 - AllJoyn daemon service
liballjoyn-c-dev-1604 - AllJoyn C development library
liballjoyn-c1604 - AllJoyn C run-time library
liballjoyn-common-dev-1604 - AllJoyn common development files
liballjoyn-dev-1604 - AllJoyn C++ development library
liballjoyn1604 - AllJoyn C++ run-time library
Closes: 897703
Changes:
alljoyn-core-1604 (16.04a+dfsg.1-3) unstable; urgency=medium
.
* add gcc8.patch (Closes: #897703)
* debian/control: bump standard to 4.1.5 (no changes)
Checksums-Sha1:
1aaaab0f24ce493e4877d5c9f4551909e03f27ea 2745
alljoyn-core-1604_16.04a+dfsg.1-3.dsc
02294f73dab036d2098e516160c79c87d92dd5a9 4711459
alljoyn-core-1604_16.04a+dfsg.1.orig.tar.gz
46e3796d1ab9d3f8f5c599b1bfe94c692d4396df 12484
alljoyn-core-1604_16.04a+dfsg.1-3.debian.tar.xz
3d04fd70df857a62bbe2bcff959f283dd686832c 8388
alljoyn-core-1604_16.04a+dfsg.1-3_amd64.buildinfo
325e200003b7748a610071281a0a8e3dbfc1d33c 421652
alljoyn-daemon-1604_16.04a+dfsg.1-3_amd64.deb
ab0305ae74d3b45e9060f9a4ad4065e432fa5052 281796
liballjoyn-c-dev-1604_16.04a+dfsg.1-3_amd64.deb
eb8614a44a5611f14412d02e4526bb892200c640 434176
liballjoyn-c1604_16.04a+dfsg.1-3_amd64.deb
0942c22f82e9daa6bc85aa498fe1df440ced824d 137620
liballjoyn-common-dev-1604_16.04a+dfsg.1-3_amd64.deb
82ac9b5dfab125b161a4e89e33afdb29a082f1ec 943836
liballjoyn-dev-1604_16.04a+dfsg.1-3_amd64.deb
c37fdcbe958dc0ca00e56c855c7cd83ca9a713a9 4656984
liballjoyn1604_16.04a+dfsg.1-3_amd64.deb
Checksums-Sha256:
9e20f43ffb79250115d2b79bcbb16c5913b7e0682293c3a2eead367acf024248 2745
alljoyn-core-1604_16.04a+dfsg.1-3.dsc
2dca4bb6f82286057ce2d2d37c74ac3af8d83520d22131832c077a4226ad8656 4711459
alljoyn-core-1604_16.04a+dfsg.1.orig.tar.gz
5f5d3e627032ae85fcdd529447c56aa6444d0e446694f71b2a3bbe9968833a0a 12484
alljoyn-core-1604_16.04a+dfsg.1-3.debian.tar.xz
beab0a0fdf43eb83e2f35c95f56194d68c3cc19f38697843e486d5e669e4b2b8 8388
alljoyn-core-1604_16.04a+dfsg.1-3_amd64.buildinfo
e0935d3931215988ce84af62eb3bb410e311aa99d941e32bd6fee0bd9c9b2fa7 421652
alljoyn-daemon-1604_16.04a+dfsg.1-3_amd64.deb
cdb7e4eab557558c91328d0f697f10c58531ae29cab79469e56367c5d0ba1432 281796
liballjoyn-c-dev-1604_16.04a+dfsg.1-3_amd64.deb
90ff7a0fd79c04d87943861f796065117c1491e00c47cc9a8763340d1b0aacdf 434176
liballjoyn-c1604_16.04a+dfsg.1-3_amd64.deb
2d2e3ebd134428e1040692479e932d6f3d63dd6b7b00a65b9781e10d784702da 137620
liballjoyn-common-dev-1604_16.04a+dfsg.1-3_amd64.deb
b380a75bdb3a44e6cf20fbbdc0b7f6a1621d6a722be9eece90c692db65aa493a 943836
liballjoyn-dev-1604_16.04a+dfsg.1-3_amd64.deb
22419c0775998734f27af7c57fd13ff770f48b7c08c4d2d656cf88fa3c857e41 4656984
liballjoyn1604_16.04a+dfsg.1-3_amd64.deb
Files:
60b0c166a7b2a6e1aa7846c0dea8e23c 2745 net optional
alljoyn-core-1604_16.04a+dfsg.1-3.dsc
e3598b7149e17ebed6948e1ec50c893b 4711459 net optional
alljoyn-core-1604_16.04a+dfsg.1.orig.tar.gz
9a3d74526b9e759c988b37c5e4595b15 12484 net optional
alljoyn-core-1604_16.04a+dfsg.1-3.debian.tar.xz
7f4879b71ec7986d66baeb7ff328a5c8 8388 net optional
alljoyn-core-1604_16.04a+dfsg.1-3_amd64.buildinfo
965ab7affdc307c038b752ada311a8cb 421652 net optional
alljoyn-daemon-1604_16.04a+dfsg.1-3_amd64.deb
9ade593790b192faf32df19299a3cebc 281796 libdevel optional
liballjoyn-c-dev-1604_16.04a+dfsg.1-3_amd64.deb
235094a83940325e8afff93ad50580e8 434176 net optional
liballjoyn-c1604_16.04a+dfsg.1-3_amd64.deb
c94694455b45de50def76091151e5884 137620 libdevel optional
liballjoyn-common-dev-1604_16.04a+dfsg.1-3_amd64.deb
0714737ec64710088f0201c3b5fa70e6 943836 libdevel optional
liballjoyn-dev-1604_16.04a+dfsg.1-3_amd64.deb
53f7bd6661dfabf1644af10246d5e90c 4656984 net optional
liballjoyn1604_16.04a+dfsg.1-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAltTQttfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYRwHHD/9y+d1SrkKxFVV16PIVcLWn8yluILQ0
SVE/bo6CMqUX5/kEKbzAc5jHDAwkPUzXxZzvtJYNnxVOY1zAO/u6oVtuS43HwaWB
mLHxvRvH9lYf+S7+GcDwLYYPXVlLuXXOWndhlKuEP1dKy74pSFrdWCCCfhyTdvVS
dNCZfpsO8IT4pTap7wbGxRurDll5tYix6OUoDL2wOX2IdI955s7JEnu6/S4IckDx
Zz8pcOU9KGwTyQF+befQ6f8fsejhH8emzsQRKPhbZiySxEOHUD68zzevhuq8puOK
Gj8d3rihh8rvtNZ7ZUXes10dr+1YsHvyf3yg02Vp6Z3b4I/czl1w4ts0c/FPsoUu
U+z1Z4slesJIj6+l7jWg4GbVDRiWYw97bQttIvL5KxeV69TwIydY1mYBRGEkuN7E
Sd9EzshMfZZlQvvrgCCngD0xqpdzsTFSvjsQGixofFPGYkA2/pD9/a67qkpms1ie
DnDTmFM3NQ8v4IE1SA2KwsA0mUDtzG9fK3KiFifvLJMBARGCjJiVkSE7LFBx8qlp
btFJm3tYHqy6X10lW8O7qtbjRcZL8IYqxool12pLMXcEC3U9wL+eyYgX2wFsrkb+
97vJd2snJAIS4vQnSlEPbNiJbzxFn698OjY0LZH65lcBs1tJKVwpxHz6+JZG+Xfm
OtIVfACHmnV6Rw==
=fDjY
-----END PGP SIGNATURE-----
--- End Message ---