Your message dated Mon, 10 Oct 2016 05:07:52 +0300
with message-id <20161010020752.5vm6dhib3jlyr...@bunk.spdns.de>
and subject line Closing gcc 6 FTBFS bugs already fixed in testing
has caused the Debian Bug report #811865,
regarding postbooks: FTBFS with GCC 6: no matching function for call to
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.)
--
811865: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811865
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: postbooks
Version: 4.9.2-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match
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
...
> g++ -c -m64 -pipe -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT
> -DQT_WEBKIT -DHUNSPELL_STATIC -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB
> -DQT_SCRIPTTOOLS_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB
> -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
> -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtUiTools
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui
> -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns
> -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools
> -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtWebKit -I/usr/include/qt4
> -I/usr/include/qt4/QtHelp -I/usr/include/openrpt/common
> -I/usr/include/openrpt/OpenRPT/renderer
> -I/usr/include/openrpt/OpenRPT/wrtembed -I/usr/include/openrpt/MetaSQL
> -I/usr/include/openrpt/MetaSQL/tmp -I/usr/include/csvimp -I../scriptapi
> -I../common -I../widgets -I../widgets/tmp/
> lib -I../../xtuple-build-desktop/scriptapi
> -I../../xtuple-build-desktop/common -I../../xtuple-build-desktop/widgets
> -I../../xtuple-build-desktop/widgets/tmp/lib
> -I../../xtuple-build-desktop/guiclient -I. -I/usr/include/csvimp/csvimpcommon
> -I/usr/include/csvimp/plugin -Idisplays -Imoc -Iui -o
> unx_obj/dspFreightPricesByCustomerType.o
> displays/dspFreightPricesByCustomerType.cpp
> displays/dspBookings.cpp: In member function 'virtual void
> dspBookings::sViewOrder()':
> displays/dspBookings.cpp:163:52: error: no matching function for call to
> 'salesOrder::viewSalesOrder(int, bool)'
> salesOrder::viewSalesOrder(list()->altId(), false);
> ^
>
> In file included from displays/dspBookings.cpp:12:0:
> ./salesOrder.h:33:31: note: candidate: static void
> salesOrder::viewSalesOrder(int, QWidget*)
> Q_INVOKABLE static void viewSalesOrder( int pId, QWidget *parent = 0 );
> ^~~~~~~~~~~~~~
>
> ./salesOrder.h:33:31: note: no known conversion for argument 2 from 'bool'
> to 'QWidget*'
> g++ -c -m64 -pipe -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT
> -DQT_WEBKIT -DHUNSPELL_STATIC -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB
> -DQT_SCRIPTTOOLS_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB
> -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
> -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtUiTools
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui
> -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns
> -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools
> -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtWebKit -I/usr/include/qt4
> -I/usr/include/qt4/QtHelp -I/usr/include/openrpt/common
> -I/usr/include/openrpt/OpenRPT/renderer
> -I/usr/include/openrpt/OpenRPT/wrtembed -I/usr/include/openrpt/MetaSQL
> -I/usr/include/openrpt/MetaSQL/tmp -I/usr/include/csvimp -I../scriptapi
> -I../common -I../widgets -I../widgets/tmp/
> lib -I../../xtuple-build-desktop/scriptapi
> -I../../xtuple-build-desktop/common -I../../xtuple-build-desktop/widgets
> -I../../xtuple-build-desktop/widgets/tmp/lib
> -I../../xtuple-build-desktop/guiclient -I. -I/usr/include/csvimp/csvimpcommon
> -I/usr/include/csvimp/plugin -Idisplays -Imoc -Iui -o
> unx_obj/dspFrozenItemSites.o displays/dspFrozenItemSites.cpp
> g++ -c -m64 -pipe -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT
> -DQT_WEBKIT -DHUNSPELL_STATIC -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB
> -DQT_SCRIPTTOOLS_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB
> -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
> -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtUiTools
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui
> -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns
> -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools
> -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtWebKit -I/usr/include/qt4
> -I/usr/include/qt4/QtHelp -I/usr/include/openrpt/common
> -I/usr/include/openrpt/OpenRPT/renderer
> -I/usr/include/openrpt/OpenRPT/wrtembed -I/usr/include/openrpt/MetaSQL
> -I/usr/include/openrpt/MetaSQL/tmp -I/usr/include/csvimp -I../scriptapi
> -I../common -I../widgets -I../widgets/tmp/
> lib -I../../xtuple-build-desktop/scriptapi
> -I../../xtuple-build-desktop/common -I../../xtuple-build-desktop/widgets
> -I../../xtuple-build-desktop/widgets/tmp/lib
> -I../../xtuple-build-desktop/guiclient -I. -I/usr/include/csvimp/csvimpcommon
> -I/usr/include/csvimp/plugin -Idisplays -Imoc -Iui -o unx_obj/dspGLSeries.o
> displays/dspGLSeries.cpp
> Makefile:58455: recipe for target 'unx_obj/dspBookings.o' failed
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
These are gcc 6 FTBFS bugs already marked as fixed in testing.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--- End Message ---