Your message dated Thu, 7 Jul 2016 16:44:27 +0200 with message-id <20160707144427.GF15592@gnuservers.com.ar> and subject line Re: Bug#811759: kdepim-runtime: FTBFS with GCC 6: narrowing conversion has caused the Debian Bug report #811759, regarding kdepim-runtime: FTBFS with GCC 6: narrowing conversion 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 owner@bugs.debian.org immediately.) -- 811759: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811759 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: kdepim-runtime: FTBFS with GCC 6: narrowing conversion
- From: Martin Michlmayr <tbm@hpe.com>
- Date: Tue, 19 Jan 2016 17:53:37 -0800
- Message-id: <20160120015337.GC4951@jirafa.cyrius.com>
- In-reply-to: <20160119091442.7644B280CCD@dl580gen9-02.hlinux>
- References: <20160119091442.7644B280CCD@dl580gen9-02.hlinux>
Package: kdepim-runtime Version: 4:4.14.10-2 Severity: important User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-6 gcc-6-narrowing This package fails to build with GCC 6. GCC 6 has not been released yet, but it's expected that GCC 6 will become the default compiler for stretch. Note that only the first error is reported; there might be more. You can find a snapshot of GCC 6 in experimental. To build with GCC 6, you can set CC=gcc-6 CXX=g++-6 explicitly. You may be able to find out more about this issue at https://gcc.gnu.org/gcc-6/changes.html > sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux ... > make -f kcm/CMakeFiles/kcm_akonadi_resources.dir/build.make kcm/CMakeFiles/kcm_akonadi_resources.dir/depend > make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' > /<<PKGBUILDDIR>>/plugins/tests/kcalcoreserializertest.cpp: In member function 'void KCalCoreSerializerTest::testCharsets()': > /<<PKGBUILDDIR>>/plugins/tests/kcalcoreserializertest.cpp:106:49: error: narrowing conversion of '252' from 'int' to 'char' inside { } [-Wnarrowing] > const char latin1_umlaut[] = { 0xFC, '\0' }; > ^ > > /<<PKGBUILDDIR>>/plugins/tests/kcalcoreserializertest.cpp:114:52: error: narrowing conversion of '195' from 'int' to 'char' inside { } [-Wnarrowing] > const char utf_umlaut[] = { 0xC3, 0XBC, '\0' }; > ^ > > /<<PKGBUILDDIR>>/plugins/tests/kcalcoreserializertest.cpp:114:52: error: narrowing conversion of '188' from 'int' to 'char' inside { } [-Wnarrowing] -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
- To: Martin Michlmayr <tbm@hpe.com>, 811759-done@bugs.debian.org
- Subject: Re: Bug#811759: kdepim-runtime: FTBFS with GCC 6: narrowing conversion
- From: Maximiliano Curia <maxy@gnuservers.com.ar>
- Date: Thu, 7 Jul 2016 16:44:27 +0200
- Message-id: <20160707144427.GF15592@gnuservers.com.ar>
- In-reply-to: <20160120015337.GC4951@jirafa.cyrius.com>
- References: <20160119091442.7644B280CCD@dl580gen9-02.hlinux> <20160120015337.GC4951@jirafa.cyrius.com>
Version: 4:16.04.2-2 ¡Hola Martin! El 2016-01-19 a las 17:53 -0800, Martin Michlmayr escribió:Package: kdepim-runtime Version: 4:4.14.10-2 Severity: important User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-6 gcc-6-narrowingThis package fails to build with GCC 6. GCC 6 has not been released yet, but it's expected that GCC 6 will become the default compiler for stretch.Note that only the first error is reported; there might be more. You can find a snapshot of GCC 6 in experimental. To build with GCC 6, you can set CC=gcc-6 CXX=g++-6 explicitly.You may be able to find out more about this issue at https://gcc.gnu.org/gcc-6/changes.htmlsbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux...make -f kcm/CMakeFiles/kcm_akonadi_resources.dir/build.make kcm/CMakeFiles/kcm_akonadi_resources.dir/depend make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' /<<PKGBUILDDIR>>/plugins/tests/kcalcoreserializertest.cpp: In member function 'void KCalCoreSerializerTest::testCharsets()':/<<PKGBUILDDIR>>/plugins/tests/kcalcoreserializertest.cpp:106:49: error: narrowing conversion of '252' from 'int' to 'char' inside { } [-Wnarrowing]const char latin1_umlaut[] = { 0xFC, '\0' };/<<PKGBUILDDIR>>/plugins/tests/kcalcoreserializertest.cpp:114:52: error: narrowing conversion of '195' from 'int' to 'char' inside { } [-Wnarrowing]const char utf_umlaut[] = { 0xC3, 0XBC, '\0' };/<<PKGBUILDDIR>>/plugins/tests/kcalcoreserializertest.cpp:114:52: error: narrowing conversion of '188' from 'int' to 'char' inside { } [-Wnarrowing]The new upstream release (currently building for unstable) adds the corresponding static_casts. So closing the issue for now.Happy hacking, -- "Elegance is not a dispensable luxury but a quality that decides between success and failure." -- Edsger W. Dijkstra Saludos /\/\ /\ >< `/Attachment: signature.asc
Description: Digital signature
--- End Message ---