Your message dated Fri, 29 Jul 2016 01:03:42 +0000 with message-id <[email protected]> and subject line Bug#828926: fixed in wxwidgets3.0 3.0.2+dfsg-2 has caused the Debian Bug report #828926, regarding wxwidgets3.0: FTBFS with gcc-6 and glibc 2.23 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.) -- 828926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828926 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: wxwidgets3.0 Version: 3.0.2+dfsg-1.4 Severity: important >From my pbuilder build log, using a chroot preferring gcc-defaults and glibc from experimental: ... ../src/stc/scintilla/src/Editor.cxx: In member function 'long int Editor::FindText(uptr_t, sptr_t)': ../src/stc/scintilla/src/Editor.cxx:5708:7: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr<CaseFolder> pcf(CaseFolderForEncoding()); ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from ../src/stc/scintilla/src/Editor.cxx:18: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template<typename> class auto_ptr; ^~~~~~~~ ../src/stc/scintilla/src/Editor.cxx: In function 'bool Close(Point, Point)': ../src/stc/scintilla/src/Editor.cxx:5844:23: error: call of overloaded 'abs(XYPOSITION)' is ambiguous if (abs(pt1.x - pt2.x) > 3) ^ In file included from /usr/include/c++/6/cstdlib:75:0, from /usr/include/c++/6/stdlib.h:36, from ../src/stc/scintilla/src/Editor.cxx:8: /usr/include/stdlib.h:774:12: note: candidate: int abs(int) extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur; ^~~ In file included from /usr/include/c++/6/stdlib.h:36:0, from ../src/stc/scintilla/src/Editor.cxx:8: /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128) abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } ^~~ /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int std::abs(long long int) abs(long long __x) { return __builtin_llabs (__x); } ^~~ /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int) abs(long __i) { return __builtin_labs(__i); } ^~~ ../src/stc/scintilla/src/Editor.cxx:5846:23: error: call of overloaded 'abs(XYPOSITION)' is ambiguous if (abs(pt1.y - pt2.y) > 3) ^ ... Makefile:16880: recipe for target 'wxscintilla_Editor.o' failed make[1]: *** [wxscintilla_Editor.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/build/wxwidgets3.0-3.0.2+dfsg/objs_gtk_sh' debian/rules:288: recipe for target 'build-gtk-shared-stamp' failed make: *** [build-gtk-shared-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- Daniel Schepler
--- End Message ---
--- Begin Message ---Source: wxwidgets3.0 Source-Version: 3.0.2+dfsg-2 We believe that the bug you reported is fixed in the latest version of wxwidgets3.0, 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. Olly Betts <[email protected]> (supplier of updated wxwidgets3.0 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: SHA1 Format: 1.8 Date: Fri, 29 Jul 2016 11:57:57 +1200 Source: wxwidgets3.0 Binary: libwxbase3.0-0v5 libwxbase3.0-dev libwxbase3.0-0v5-dbg libwxgtk3.0-0v5 libwxgtk3.0-dev libwxgtk3.0-0v5-dbg libwxgtk-media3.0-0v5 libwxgtk-media3.0-0v5-dbg libwxgtk-media3.0-dev libwxgtk-webview3.0-0v5 libwxgtk-webview3.0-0v5-dbg libwxgtk-webview3.0-dev wx-common wx3.0-headers wx3.0-i18n wx3.0-examples wx3.0-doc Architecture: source Version: 3.0.2+dfsg-2 Distribution: unstable Urgency: medium Maintainer: wxWidgets Maintainers <[email protected]> Changed-By: Olly Betts <[email protected]> Description: libwxbase3.0-0v5 - wxBase library (runtime) - non-GUI support classes of wxWidgets t libwxbase3.0-0v5-dbg - debugging symbols for the wxBase library libwxbase3.0-dev - wxBase library (development) - non-GUI support classes of wxWidge libwxgtk-media3.0-0v5 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ media library runt libwxgtk-media3.0-0v5-dbg - debugging symbols for the wxGTK media library libwxgtk-media3.0-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ media library deve libwxgtk-webview3.0-0v5 - wxWidgets Cross-platform C++ GUI toolkit (webview library runtime libwxgtk-webview3.0-0v5-dbg - debugging symbols for the wxGTK webview library libwxgtk-webview3.0-dev - wxWidgets Cross-platform C++ GUI toolkit (webview library develop libwxgtk3.0-0v5 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime) libwxgtk3.0-0v5-dbg - debugging symbols for the wxGTK GUI toolkit library libwxgtk3.0-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development) wx-common - wxWidgets Cross-platform C++ GUI toolkit (common support files) wx3.0-doc - wxWidgets Cross-platform C++ GUI toolkit (documentation) wx3.0-examples - wxWidgets Cross-platform C++ GUI toolkit (examples) wx3.0-headers - wxWidgets Cross-platform C++ GUI toolkit (header files) wx3.0-i18n - wxWidgets Cross-platform C++ GUI toolkit (i18n support) Closes: 802770 828926 Changes: wxwidgets3.0 (3.0.2+dfsg-2) unstable; urgency=medium . * ACK NMUs. * debian/rules: Remove non-functional --with-sdl from configure invocation, reported by gregory hainaut. (Closes: #802770) * New patch Fix-STC-compilation-with-GCC6.patch to fix FTBFS with GCC6. (Closes: #828926) * Note conformance with Standards-Version 3.9.8. Checksums-Sha1: db830b296a8abd31200105227f196f28ae85dc1e 3432 wxwidgets3.0_3.0.2+dfsg-2.dsc d93cee57dc5c67bae1f20723e6f8c1ddad00e00d 48816 wxwidgets3.0_3.0.2+dfsg-2.debian.tar.xz Checksums-Sha256: 15888fd959d2e4f53815f9b6dbca0dc6d1fcf548a1163717b352305dc92e4686 3432 wxwidgets3.0_3.0.2+dfsg-2.dsc 4698bc8d3746655832c2d883bfcdcba728523271b41920bc51606159a18757c8 48816 wxwidgets3.0_3.0.2+dfsg-2.debian.tar.xz Files: f36574f6929d07f2cebf06324ad68d3e 3432 libs optional wxwidgets3.0_3.0.2+dfsg-2.dsc 173d57e8ac13de30cd093edd2e03e016 48816 libs optional wxwidgets3.0_3.0.2+dfsg-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXmqcxAAoJEBgUewc7rSsHeiEQANIM3viCMqzM0UcADf5aCiy5 Y+aDyzt5cnK4cc0KWnLFZ+wXT3fAgO1JRvn8VNunFvrIGISuKFz+9NkmjTS9ZVf5 VP6EXDug2+xxCs4JMdisZGtPMNlidR/40gSgZ2QyKzRPyUJPQ8e5lzE7UhqYiw3d 5chXTfiw1xFKngYNz9u9lFAWqsjJ5sUXg4l7jPkdU8rOIyJvk8dTGrOCkYRHn/YG C3dcZykSqtp7EqUSxGg4LQKWJFODkSFKoqMhYTNCzyB6laUnwEeC0Ds8rthkqVza G5XmBbBqBhkS5ddJCRC/TR0Jz+e+r9C9IWWuDScGZp6Lad+4ihcwmt9W4RNpQ0PK BlgKFpI84vmmjj7X9iplP2yhDEn6paez5ovRMdICz+1xjveSkdHunaM5sjkEYolQ J7ztzIyQF1zR7W1uCrzKTNaKVEa46fWQX63nwWEtVRQc8YRUhaC3B95Vo5VPTAFh lmOKjBCwMAQ3OHZBYcx2skKtrBt0Ai1/O2tS9Wva9Sbcbvfu+5Z9tYtOENP4vFnr 6iu3z71ip5c0URM3Jqaotoa8TndCBl9RQU1CRmmIRTLx01RsTBbc3NqzeMgRtyMj x7PnZzRSx07i4T+2emNYT0mhSm8xHVMPHDTNNHtwl2CIi7EKqVW9q64B4+mMl8A2 GY+C6RPKZLx6HZyZesHr =bWS5 -----END PGP SIGNATURE-----
--- End Message ---

