Bug#811156: FTBFS: undefined reference to `vtable for CategoryTypeComboBox'

2016-01-16 Thread Martin Michlmayr
Package: kdebugsettings
Version: 15.08.3-1
Severity: serious

kdebugsettings fails to build in unstable:

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> [ 51%] Building CXX object 
> src/CMakeFiles/kdebugsettings.dir/kdebugsettings_automoc.cpp.o
> CMakeFiles/categorytypecomboboxtest.dir/__/src/categorytypecombobox.cpp.o: In 
> function `CategoryTypeComboBox::CategoryTypeComboBox(QWidget*)':
> /<>/src/categorytypecombobox.cpp:25: undefined reference to 
> `vtable for CategoryTypeComboBox'
> CMakeFiles/categorytypecomboboxtest.dir/__/src/categorytypecombobox.cpp.o: In 
> function `CategoryTypeComboBox::~CategoryTypeComboBox()':
> /<>/src/categorytypecombobox.cpp:33: undefined reference to 
> `vtable for CategoryTypeComboBox'
> collect2: error: ld returned 1 exit status

...
> FY_SOURCE=2  -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align 
> -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
> -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type   
> -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -fPIC -o 
> CMakeFiles/configurecustomsettingwidgettest.dir/configurecustomsettingwidgettest_automoc.cpp.o
>  -c 
> /<>/obj-x86_64-linux-gnu/autotests/configurecustomsettingwidgettest_automoc.cpp
> CMakeFiles/configurecustomsettingdialogtest.dir/__/src/categorytypecombobox.cpp.o:
>  In function `CategoryTypeComboBox::CategoryTypeComboBox(QWidget*)':
> /<>/src/categorytypecombobox.cpp:25: undefined reference to 
> `vtable for CategoryTypeComboBox'
> CMakeFiles/configurecustomsettingdialogtest.dir/__/src/categorytypecombobox.cpp.o:
>  In function `CategoryTypeComboBox::~CategoryTypeComboBox()':
> /<>/src/categorytypecombobox.cpp:33: undefined reference to 
> `vtable for CategoryTypeComboBox'
> collect2: error: ld returned 1 exit status

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#811683: FTBFS with GCC 6: could not convert a from x to y

2016-01-19 Thread Martin Michlmayr
Package: kopete
Version: 4:15.08.3-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert

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.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> cd /<>/obj-x86_64-linux-gnu/protocols/gadu && /usr/bin/c++   
> -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=20 -DKDE_DEPRECATED_WARNINGS 
> -DMAKE_KOPETE_GADU_LIB -DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS 
> -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DQT_USE_FAST_CONCATENATION 
> -DQT_USE_FAST_OPERATOR_PLUS -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_REENTRANT 
> -D_XOPEN_SOURCE=500 -I/<>/obj-x86_64-linux-gnu/protocols/gadu 
> -I/<>/protocols/gadu -I/<>/libkopete 
> -I/<>/obj-x86_64-linux-gnu/libkopete 
> -I/<>/libkopete/ui -I/<>/libkopete/private 
> -I/<>/libkopete/contactlist -I/<>/libkopete/tasks 
> -I/<>/protocols/gadu/} -I/usr/include/KDE 
> -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
> -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtUiTools 
> -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql 
> -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript 
> -I/usr/include/qt4/Qt
> Network -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtDesigner 
> -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus 
> -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui 
> -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
> -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wnon-virtual-dtor 
> -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W 
> -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS 
> -fno-check-new -fno-common -Woverloaded-virtual -DNDEBUG -DQT_NO_DEBUG -fPIC  
>  -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o 
> CMakeFiles/kopete_gadu.dir/gaduprotocol.o -c 
> /<>/protocols/gadu/gaduprotocol.cpp
> In file included from 
> /<>/plugins/history2/history2plugin.cpp:42:0:
> /<>/plugins/history2/history2logger.h:97:81: error: could not 
> convert 'false' from 'bool' to 'const Kopete::MetaContact*'
>   int offset=0, const Kopete::MetaContact 
> *c=false, bool reverseOrder=true);
>   
>^
> 

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#811759: kdepim-runtime: FTBFS with GCC 6: narrowing conversion

2016-01-19 Thread Martin Michlmayr
Package: kdepim-runtime
Version: 4:4.14.10-2
Severity: important
User: debian-...@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 '/<>/obj-x86_64-linux-gnu'
> /<>/plugins/tests/kcalcoreserializertest.cpp: In member function 
> 'void KCalCoreSerializerTest::testCharsets()':
> /<>/plugins/tests/kcalcoreserializertest.cpp:106:49: error: 
> narrowing conversion of '252' from 'int' to 'char' inside { } [-Wnarrowing]
>const char latin1_umlaut[] = { 0xFC, '\0' };
>  ^
> 
> /<>/plugins/tests/kcalcoreserializertest.cpp:114:52: error: 
> narrowing conversion of '195' from 'int' to 'char' inside { } [-Wnarrowing]
>const char utf_umlaut[] = { 0xC3, 0XBC, '\0' };
>         ^
> 
> /<>/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



Bug#811895: kde4libs: FTBFS with GCC 6: misc errors

2016-01-19 Thread Martin Michlmayr
Package: kde4libs
Version: 4:4.14.14-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-literal-suffixes

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
...
>^
> 
> /<>/kjs/JSImmediate.h:254:47: note: suggested alternative:
> In file included from /usr/include/c++/6/random:38:0,
>  from /usr/include/c++/6/bits/stl_algo.h:66,
>  from /usr/include/c++/6/algorithm:62,
>  from /<>/kjs/wtf/RefPtr.h:25,
>  from /<>/kjs/ustring.h:31,
>  from /<>/kjs/lexer.h:27,
>  from /<>/kjs/lexer.cpp:25:
> /usr/include/c++/6/cmath:690:5: note:   'std::signbit'
>  signbit(_Tp __x)
>  ^~~
> 
> Generating backends/hal/halmanager.moc
> In file included from /<>/kjs/value.h:27:0,
>  from /<>/kjs/ExecState.h:29,
>  from /<>/kjs/interpreter.h:27,
>  from /<>/kjs/object.h:30,
>  from /<>/kjs/operations.cpp:26:
> /<>/kjs/JSImmediate.h: In static member function 'static 
> KJS::JSValue* KJS::JSImmediate::from(double)':
> /<>/kjs/JSImmediate.h:254:47: error: 'signbit' was not declared 
> in this scope
>  if ((intVal != d) || (!intVal && signbit(d)))
>^
> 
> /<>/kjs/JSImmediate.h:254:47: note: suggested alternative:
> In file included from /usr/include/c++/6/random:38:0,
>  from /usr/include/c++/6/bits/stl_algo.h:66,
>  from /usr/include/c++/6/algorithm:62,
>  from /<>/kjs/wtf/RefPtr.h:25,
>  from /<>/kjs/ustring.h:31,
>  from /<>/kjs/identifier.h:25,
>  from /<>/kjs/CommonIdentifiers.h:24,
>  from /<>/kjs/completion.h:28,
>  from /<>/kjs/ExecState.h:28,
>  from /<>/kjs/interpreter.h:27,
>  from /<>/kjs/object.h:30,
>  from /<>/kjs/operations.cpp:26:
> /usr/include/c++/6/cmath:690:5: note:   'std::signbit'
>  signbit(_Tp __x)
>  ^~~
> 
> Generating moc_fstabdevice.cpp
> Generating networkinterface.moc
> Generating moc_kdescendantsproxymodel.cpp
> Generating backends/udev/udevgenericinterface.moc
> Generating fade_p.moc
> In file included from /<>/kjs/value.h:27:0,
>  from /<>/kjs/ExecState.h:29,
>  from /<>/kjs/interpreter.h:27,
>  from /<>/kjs/object.h:30,
>  from /<>/kjs/JSVariableObject.h:53,
>  from /<>/kjs/function.h:30,
>  from /<>/kjs/object_object.h:25,
>  from /<>/kjs/function_object.h:26,
>  from /<>/kjs/function_object.cpp:24:
> /<>/kjs/JSImmediate.h: In static member function 'static 
> KJS::JSValue* KJS::JSImmediate::from(double)':
> /<>/kjs/JSImmediate.h:254:47: error: 'signbit' was not declared 
> in this scope
>  if ((intVal != d) || (!intVal && signbit(d)))
>^
...
> cd /<>/obj-x86_64-linux-gnu/solid/solid && /usr/bin/c++   
> -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=22 -DKDE_DEPRECATED_WARNINGS 
> -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DQT_USE_FAST_CONCATENATION 
> -DQT_USE_FAST_OPERATOR_PLUS -DWITH_SOLID_UDISKS2 -D_BSD_SOURCE 
> -D_DEFAULT_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 
> -I/<>/obj-x86_64-linux-gnu/solid/solid 
> -I/<>/solid/solid -I/<> 
> -I/<>/obj-x86_64-linux-gnu -I/<>/interfaces 
> -I/<>/solid -I/<>/obj-x86_64-linux-gnu/solid 
> -I/usr/include/QtCrypto -I/usr/include/qt4 -I/usr/include/qt4/QtCore 
> -I/usr/include/qt4/QtDBus  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time 
> -D_FORTIFY_SOURCE=2  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align 
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions 
> -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -DNDEBUG 
> -DQT
> _NO_DEBUG   -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o 
> CMakeFiles/solid_static.dir/backends/shared/cpufeatures.cpp.o -c 
> /<>/solid/solid/backends/shared/cpufeatures.cpp
> /<>/solid/solid/backends/shared/cpufeatures.cpp: In function 
> 'Solid::Processor::InstructionSets Solid::Backends::Shared::cpuFeatures()':
> /<>/solid/solid/backends/shared/cpufeatures.cpp:69:37: error: 
> inconsistent user-defined literal suffixes 'reg' and 'reg1' in string literal
>#define ASM_MOV_REG(reg1, reg2)   "movq   %%r"reg1", %%r"reg2" \n\t"
>

Bug#811961: libindi: FTBFS with GCC 6: symbol changes

2016-01-19 Thread Martin Michlmayr
1piecewise_construct_tSt5tupleIIRS1_EESD_IIESt17_Rb_tree_iteratorIS2_ESt23_Rb_tree_const_iteratorIS2_EDpOT_@Base
>  1.0.0
> +#MISSING: 1.0.0-4# 
> (optional=templinst)_ZNSt8_Rb_treeIiSt4pairIKiiESt10_Select1stIS2_ESt4lessIiESaIS2_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESD_IJESt17_Rb_tree_iteratorIS2_ESt23_Rb_tree_const_iteratorIS2_EDpOT_@Base
>  1.0.0
>   
> _ZNSt8_Rb_treeIiSt4pairIKiiESt10_Select1stIS2_ESt4lessIiESaIS2_EE24_M_get_insert_unique_posERS1_@Base
>  1.0.0
>   (optional=templinst|arch=!armel !armhf !i386 !kfreebsd-i386 !mips !mipsel 
> !powerpc !ppc64 
> !s390x)_ZNSt8_Rb_treeIiSt4pairIKiiESt10_Select1stIS2_ESt4lessIiESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base
>  1.0.0
>   
> _ZNSt8_Rb_treeIiSt4pairIKiiESt10_Select1stIS2_ESt4lessIiESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base
>  1.0.0
> @@ -163,8 +163,8 @@
>   _ZTVN4INDI18AlignmentSubsystem20MathPluginManagementE@Base 1.0.0
>   _ZTVN4INDI18AlignmentSubsystem28AlignmentSubsystemForDriversE@Base 1.0.0
>   _ZTVN4INDI18AlignmentSubsystem31MapPropertiesToInMemoryDatabaseE@Base 1.0.0
> - (optional=gccinternal|arch=!armel !armhf !hppa !i386 !kfreebsd-amd64 
> !kfreebsd-i386 !mips !mipsel !powerpc !ppc64 !ppc64el !s390x 
> !x32)_ZTVN4INDI18AlignmentSubsystem32AlignmentSubsystemForMathPluginsE@Base 
> 1.0.0
> - (optional=gccinternal|arch=!armel !armhf !hppa !i386 !kfreebsd-amd64 
> !kfreebsd-i386 !mips !mipsel !powerpc !ppc64 !ppc64el !s390x 
> !x32)_ZTVN4INDI18AlignmentSubsystem40TelescopeDirectionVectorSupportFunctionsE@Base
>  1.0.0
> +#MISSING: 1.0.0-4# (optional=gccinternal|arch=!armel !armhf !hppa !i386 
> !kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !powerpc !ppc64 !ppc64el !s390x 
> !x32)_ZTVN4INDI18AlignmentSubsystem32AlignmentSubsystemForMathPluginsE@Base 
> 1.0.0
> +#MISSING: 1.0.0-4# (optional=gccinternal|arch=!armel !armhf !hppa !i386 
> !kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !powerpc !ppc64 !ppc64el !s390x 
> !x32)_ZTVN4INDI18AlignmentSubsystem40TelescopeDirectionVectorSupportFunctionsE@Base
>  1.0.0
>   (c++)"non-virtual thunk to 
> INDI::AlignmentSubsystem::AlignmentSubsystemForDrivers::~AlignmentSubsystemForDrivers()@Base"
>  1.0.0
>   (c++)"non-virtual thunk to 
> INDI::AlignmentSubsystem::BasicMathPlugin::~BasicMathPlugin()@Base" 1.0.0
>   (c++)"non-virtual thunk to 
> INDI::AlignmentSubsystem::BuiltInMathPlugin::~BuiltInMathPlugin()@Base" 1.0.0
> dh_makeshlibs: failing due to earlier errors
> debian/rules:19: recipe for target 'override_dh_makeshlibs' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#811977: kjs: FTBFS with GCC 6: symbol changes

2016-01-19 Thread Martin Michlmayr
Package: kjs
Version: 5.16.0-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-symbols

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
...
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libkf5js5/DEBIAN/symbols doesn't match 
> completely debian/libkf5js5.symbols
> --- debian/libkf5js5.symbols (libkf5js5_5.16.0-1_amd64)
> +++ dpkg-gensymbols6dzBMP 2016-01-19 16:13:00.047977922 +
> @@ -116,7 +116,7 @@
>   _ZN3KJS13ArrayInstanceD1Ev@Base 4.96.0
>   _ZN3KJS13ArrayInstanceD2Ev@Base 4.96.0
>   _ZN3KJS13PackageObject4infoE@Base 4.96.0
> - _ZN3KJS14ScopeChainLink5derefEv@Base 4.96.0
> +#MISSING: 5.16.0-1# _ZN3KJS14ScopeChainLink5derefEv@Base 4.96.0
>   _ZN3KJS14UnicodeSupport18setToLowerFunctionEPFiPtiRS1_E@Base 4.96.0
>   _ZN3KJS14UnicodeSupport18setToUpperFunctionEPFiPtiRS1_E@Base 4.96.0
>   _ZN3KJS14UnicodeSupport19setIdentPartCheckerEPFbiE@Base 4.96.0
> @@ -391,12 +391,12 @@
>   _ZNK3KJS7JSValue20toIntegerPreserveNaNEPNS_9ExecStateE@Base 4.96.0
>   _ZNK3KJS7JSValue7toFloatEPNS_9ExecStateE@Base 4.96.0
>   (optional=gccinternal)_ZNK3KJS7JSValue7toInt32EPNS_9ExecStateE@Base 5.11.0
> - _ZNK3KJS7JSValue8isStringEv@Base 4.96.0
> +#MISSING: 5.16.0-1# _ZNK3KJS7JSValue8isStringEv@Base 4.96.0
>   _ZNK3KJS7JSValue8toNumberEPNS_9ExecStateE@Base 4.96.0
>   _ZNK3KJS7JSValue8toObjectEPNS_9ExecStateE@Base 4.96.0
>   _ZNK3KJS7JSValue8toStringEPNS_9ExecStateE@Base 4.96.0
>   _ZNK3KJS7JSValue8toUInt16EPNS_9ExecStateE@Base 4.96.0
> - (optional=gccinternal)_ZNK3KJS7JSValue9getUInt32ERj@Base 5.11.0
> +#MISSING: 5.16.0-1# (optional=gccinternal)_ZNK3KJS7JSValue9getUInt32ERj@Base 
> 5.11.0
>   _ZNK3KJS7JSValue9toIntegerEPNS_9ExecStateE@Base 4.96.0
>   _ZNK3KJS7UString10UTF8StringEv@Base 4.96.0
>   _ZNK3KJS7UString14toStrictUInt32EPb@Base 4.96.0
> @@ -440,7 +440,7 @@
>   
> (optional=templinst|subst)_ZNSt11_Deque_baseIPN3KJS7JSValueESaIS2_EE17_M_initialize_mapE{size_t}@Base
>  4.96.0
>   (optional=templinst)_ZNSt11_Deque_baseIPN3KJS7JSValueESaIS2_EED1Ev@Base 
> 4.96.0
>   (optional=templinst)_ZNSt11_Deque_baseIPN3KJS7JSValueESaIS2_EED2Ev@Base 
> 4.96.0
> - 
> (optional=templinst)_ZNSt5dequeIPN3KJS7JSValueESaIS2_EE16_M_push_back_auxIIRKS2_EEEvDpOT_@Base
>  4.96.0
> +#MISSING: 5.16.0-1# 
> (optional=templinst)_ZNSt5dequeIPN3KJS7JSValueESaIS2_EE16_M_push_back_auxIIRKS2_EEEvDpOT_@Base
>  4.96.0
>   
> (optional=templinst)_ZNSt5dequeIPN3KJS7JSValueESaIS2_EE16_M_push_back_auxIJRKS2_EEEvDpOT_@Base
>  4.96.0
>   _ZTIN14WTFNoncopyable11NoncopyableE@Base 4.96.0
>   _ZTIN3KJS11FunctionImpE@Base 4.96.0
> dh_makeshlibs: failing due to earlier errors
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2
> make[1]: Leaving directory '/<>'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#811972: khtml: FTBFS with GCC 6: symbol changes

2016-01-19 Thread Martin Michlmayr
Package: khtml
Version: 5.16.0-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-symbols

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
...
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libkf5khtml5/DEBIAN/symbols doesn't match 
> completely debian/libkf5khtml5.symbols
> --- debian/libkf5khtml5.symbols (libkf5khtml5_5.16.0-1_amd64)
> +++ dpkg-gensymbolssbwl05 2016-01-19 12:57:34.071882639 +
> @@ -1835,9 +1835,9 @@
>   _ZN3DOMeqERKNS_9DOMStringEPKc@Base 4.96.0
>   _ZN3DOMeqERKNS_9DOMStringERK7QString@Base 4.96.0
>   _ZN3DOMeqERKNS_9DOMStringES2_@Base 4.96.0
> - _ZN3KJS14ScopeChainLink5derefEv@Base 4.96.0
> +#MISSING: 5.16.0-1# _ZN3KJS14ScopeChainLink5derefEv@Base 4.96.0
>   (optional=external|arch=!armel !armhf)_ZN3KJS6JSCell4markEv@Base 4.96.0
> - _ZN3KJS7JSValue9getObjectEv@Base 4.96.0
> +#MISSING: 5.16.0-1# _ZN3KJS7JSValue9getObjectEv@Base 4.96.0
>   _ZN3KJS7JSValueD0Ev@Base 4.96.0
>   _ZN3KJS7JSValueD1Ev@Base 4.96.0
>   _ZN3KJS7JSValueD2Ev@Base 4.96.0
> @@ -2871,10 +2871,10 @@
>   _ZNK3KJS10Identifier9domStringEv@Base 4.96.0
>   _ZNK3KJS7JSValue4typeEv@Base 4.96.0
>   _ZNK3KJS7JSValue7toInt32EPNS_9ExecStateE@Base 4.96.0
> - _ZNK3KJS7JSValue8isObjectEv@Base 4.96.0
> +#MISSING: 5.16.0-1# _ZNK3KJS7JSValue8isObjectEv@Base 4.96.0
>   _ZNK3KJS7JSValue8toNumberEPNS_9ExecStateE@Base 4.96.0
>   _ZNK3KJS7JSValue8toStringEPNS_9ExecStateE@Base 4.96.0
> - _ZNK3KJS7JSValue9getNumberERd@Base 5.13.0
> +#MISSING: 5.16.0-1# _ZNK3KJS7JSValue9getNumberERd@Base 5.13.0
>   (optional=external|arch=armel armhf i386 kfreebsd-i386 mips mipsel 
> powerpc)_ZNK3KJS7JSValue9getNumberEv@Base 5.13.0
>   _ZNK3KJS7JSValue9toBooleanEPNS_9ExecStateE@Base 4.96.0
>   _ZNK3KJS7UString7qstringEv@Base 4.96.0
> dh_makeshlibs: failing due to earlier errors
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#812002: smokeqt: FTBFS with GCC 6: deleted function

2016-01-19 Thread Martin Michlmayr
Package: smokeqt
Version: 4:4.14.3-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

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
...
> cd /<>/obj-x86_64-linux-gnu/qtscript && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/smokeqtscript.dir/link.txt --verbose=1
> /usr/bin/c++  -fPIC -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  
> -Wno-deprecated-declarations  -Wl,-z,relro -shared 
> -Wl,-soname,libsmokeqtscript.so.3 -o libsmokeqtscript.so.3.0.0 
> CMakeFiles/smokeqtscript.dir/smokedata.cpp.o 
> CMakeFiles/smokeqtscript.dir/x_1.cpp.o ../qtcore/libsmokeqtcore.so.3.0.0 
> -lQtCore -lQtScript -lsmokebase 
> -Wl,-rpath,/<>/obj-x86_64-linux-gnu/qtcore: 
> cd /<>/obj-x86_64-linux-gnu/qtscript && /usr/bin/cmake -E 
> cmake_symlink_library libsmokeqtscript.so.3.0.0 libsmokeqtscript.so.3 
> libsmokeqtscript.so
> make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> [ 30%] Built target smokeqtscript
> /<>/obj-x86_64-linux-gnu/qtdbus/x_1.cpp:1594:7: error: deleted 
> function 'virtual 
> __smokeqtdbus::x_QDBusConnectionInterface::~x_QDBusConnectionInterface()'
>  class x_QDBusConnectionInterface : public QDBusConnectionInterface {
>^~
> 
> In file included from /usr/include/qt4/QtDBus/QtDBus:8:0,
>  from /<>/qtdbus/qtdbus_includes.h:2,
>  from /<>/obj-x86_64-linux-gnu/qtdbus/x_1.cpp:2:
> /usr/include/qt4/QtDBus/qdbusconnectioninterface.h:73:5: error: overriding 
> non-deleted function 'virtual 
> QDBusConnectionInterface::~QDBusConnectionInterface()'
>  ~QDBusConnectionInterface();
>  ^
> 
> /<>/obj-x86_64-linux-gnu/qtdbus/x_1.cpp:1594:7: note: 'virtual 
> __smokeqtdbus::x_QDBusConnectionInterface::~x_QDBusConnectionInterface()' is 
> implicitly deleted because the default definition would be ill-formed:
>  class x_QDBusConnectionInterface : public QDBusConnectionInterface {
>^~
> 
> /<>/obj-x86_64-linux-gnu/qtdbus/x_1.cpp:1594:7: error: 'virtual 
> QDBusConnectionInterface::~QDBusConnectionInterface()' is private within this 
> context
> In file included from /usr/include/qt4/QtDBus/QtDBus:8:0,
>  from /<>/qtdbus/qtdbus_includes.h:2,
>  from /<>/obj-x86_64-linux-gnu/qtdbus/x_1.cpp:2:
> /usr/include/qt4/QtDBus/qdbusconnectioninterface.h:73:5: note: declared 
> private here
>  ~QDBusConnectionInterface();
>  ^
> 
> qtdbus/CMakeFiles/smokeqtdbus.dir/build.make:98: recipe for target 
> 'qtdbus/CMakeFiles/smokeqtdbus.dir/x_1.cpp.o' failed
> make[3]: *** [qtdbus/CMakeFiles/smokeqtdbus.dir/x_1.cpp.o] Error 1

...

>  from /<>/obj-x86_64-linux-gnu/qtgui/x_13.cpp:2:
> /usr/include/qt4/QtGui/qsessionmanager.h:65:5: error: overriding non-deleted 
> function 'virtual QSessionManager::~QSessionManager()'
>  ~QSessionManager();
>  ^
> 
> /<>/obj-x86_64-linux-gnu/qtgui/x_13.cpp:3572:7: note: 'virtual 
> __smokeqtgui::x_QSessionManager::~x_QSessionManager()' is implicitly deleted 
> because the default definition would be ill-formed:
>  class x_QSessionManager : public QSessionManager {
>^
> 
> /<>/obj-x86_64-linux-gnu/qtgui/x_13.cpp:3572:7: error: 'virtual 
> QSessionManager::~QSessionManager()' is private within this context
> In file included from /usr/include/qt4/QtGui/QtGui:213:0,
>  from /<>/qtgui/qtgui_includes.h:2,
>  from /<>/obj-x86_64-linux-gnu/qtgui/x_13.cpp:2:
> /usr/include/qt4/QtGui/qsessionmanager.h:65:5: note: declared private here
>  ~QSessionManager();

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#812001: smokekde: FTBFS with GCC 6: deleted function

2016-01-19 Thread Martin Michlmayr
Package: smokekde
Version: 4:4.14.3-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

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
...
> /usr/bin/c++  -fPIC -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -Wnon-virtual-dtor 
> -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W 
> -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS 
> -fno-check-new -fno-common -Woverloaded-virtual -Wno-deprecated-declarations 
> -Wl,--enable-new-dtags -Wl,--fatal-warnings -Wl,--no-undefined -lc  
> -Wl,-z,relro -Wl,--as-needed -shared -Wl,-soname,libsmokesolid.so.3 -o 
> ../lib/libsmokesolid.so.3.0.0 CMakeFiles/smokesolid.dir/smokedata.o 
> CMakeFiles/smokesolid.dir/x_1.o CMakeFiles/smokesolid.dir/x_2.o 
> CMakeFiles/smokesolid.dir/x_3.o CMakeFiles/smokesolid.dir/x_4.o 
> CMakeFiles/smokesolid.dir/x_5.o CMakeFiles/smokesolid.dir/x_6.o 
> CMakeFiles/smokesolid.dir/x_7.o CMakeFiles/smokesolid.dir/x_8.o 
> CMakeFiles/smokesolid.dir/x_9.o CMakeFiles/smokesolid.dir/x_10.o 
> /usr/lib/x86_64-linux-gnu/libQtCore.so 
> /usr/lib/x86_64-linux-gnu/libQtNetwork.so /usr/lib/x86_64-linux-gnu/libQtGui.
> so /usr/lib/x86_64-linux-gnu/libQtXml.so 
> /usr/lib/x86_64-linux-gnu/libQtDBus.so /usr/lib/libsolid.so.4.14.14 
> -lsmokeqtcore -lsmokebase 
> cd /<>/obj-x86_64-linux-gnu/solid && /usr/bin/cmake -E 
> cmake_symlink_library ../lib/libsmokesolid.so.3.0.0 ../lib/libsmokesolid.so.3 
> ../lib/libsmokesolid.so
> make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> [ 18%] Built target smokesolid
> /<>/obj-x86_64-linux-gnu/nepomuk/x_8.cpp:12:7: error: deleted 
> function 'virtual 
> __smokenepomuk::x_Nepomuk__ResourceManager::~x_Nepomuk__ResourceManager()'
>  class x_Nepomuk__ResourceManager : public Nepomuk::ResourceManager {
>^~
> 
> In file included from /<>/nepomuk/nepomuk_includes.h:23:0,
>  from /<>/obj-x86_64-linux-gnu/nepomuk/x_8.cpp:2:
> /usr/include/nepomuk/resourcemanager.h:278:9: error: overriding non-deleted 
> function 'virtual Nepomuk::ResourceManager::~ResourceManager()'
>  ~ResourceManager();
>  ^
> 
> /<>/obj-x86_64-linux-gnu/nepomuk/x_8.cpp:12:7: note: 'virtual 
> __smokenepomuk::x_Nepomuk__ResourceManager::~x_Nepomuk__ResourceManager()' is 
> implicitly deleted because the default definition would be ill-formed:
>  class x_Nepomuk__ResourceManager : public Nepomuk::ResourceManager {
>^~
> 
> /<>/obj-x86_64-linux-gnu/nepomuk/x_8.cpp:12:7: error: 'virtual 
> Nepomuk::ResourceManager::~ResourceManager()' is private within this context
> In file included from /<>/nepomuk/nepomuk_includes.h:23:0,
>  from /<>/obj-x86_64-linux-gnu/nepomuk/x_8.cpp:2:
> /usr/include/nepomuk/resourcemanager.h:278:9: note: declared private here
>  ~ResourceManager();
>  ^
> 
> nepomuk/CMakeFiles/smokenepomuk.dir/build.make:292: recipe for target 
> 'nepomuk/CMakeFiles/smokenepomuk.dir/x_8.o' failed
> make[3]: *** [nepomuk/CMakeFiles/smokenepomuk.dir/x_8.o] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#812160: qtwebkit: FTBFS with GCC 6: symbol changes

2016-01-20 Thread Martin Michlmayr
Package: qtwebkit
Version: 2.3.4.dfsg-6
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-symbols

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
...
>dh_makeshlibs -O--parallel -O--fail-missing 
> -O--dbg-package=libqtwebkit4-dbg
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libqtwebkit4/DEBIAN/symbols doesn't match 
> completely debian/libqtwebkit4.symbols
> --- debian/libqtwebkit4.symbols (libqtwebkit4_2.3.4.dfsg-6_amd64)
> +++ dpkg-gensymbolsYBbUq1 2016-01-21 04:29:11.397038924 +
> @@ -939,4 +939,4 @@
>   (c++)"non-virtual thunk to QGraphicsWebView::~QGraphicsWebView()@Base" 
> 2.1.0~2011week13
>   (c++)"non-virtual thunk to QWebInspector::~QWebInspector()@Base" 
> 2.1.0~2011week13
>   (c++)"non-virtual thunk to QWebView::~QWebView()@Base" 2.1.0~2011week13
> - nullptr@Base 2.3.2
> +#MISSING: 2.3.4.dfsg-6# nullptr@Base 2.3.2
> dh_makeshlibs: failing due to earlier errors
> debian/rules:40: recipe for target 'binary' failed
> make: *** [binary] Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Re: Bug#292997: /usr/lib/kde3/kcm_kontactknt.so is also in package kontact

2005-02-01 Thread Martin Michlmayr
reassign 292997 kontact
retitle 292997 doesn't handle upgrades from the old kontact-plugins package
thanks

* Ben Burton <[EMAIL PROTECTED]> [2005-02-02 09:56]:
> > Maybe upgrades aren't handled properly.  I'm CCing Ben.
> 
> The material from the old kontact-plugins package is now part of
> kontact.  Kontact has the correct Replaces: line; since it replaces the
> kontact-plugins package completely I assume it needs a Conflicts: as
> well?

I'm not sure - I always confuse Replaces/Conflicts/etc
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#818395: FTBFS: missing files, aborting

2016-03-19 Thread Martin Michlmayr
Package: calligra
Version: 2.8.5+dfsg-1.2
Severity: serious

calligra fails to build.  I don't see any obvious errors (but I didn't look
through the 22 MB of logs) but it ends with:

dh_install --list-missing
dh_install: karbon missing files: usr/lib/kde4/calligra_filter_eps2svgai.so
dh_install: karbon missing files: 
usr/share/kde4/services/calligra_filter_eps2svgai.desktop
dh_install: kexi-map-form-widget missing files: 
usr/lib/kde4/kformdesigner_mapbrowser.so
dh_install: kexi-map-form-widget missing files: 
usr/share/kde4/services/kformdesigner/kformdesigner_mapbrowser.desktop
dh_install: calligra-reports-map-element missing files: 
usr/lib/kde4/koreport_mapsplugin.so
dh_install: calligra-reports-map-element missing files: 
usr/share/kde4/apps/calligra/icons/hicolor/*/actions/report_map_element.png
dh_install: calligra-reports-map-element missing files: 
usr/share/kde4/services/koreport_mapsplugin.desktop
dh_install: usr/share/kde4/apps/formulashape/fonts/cmex10.ttf exists in 
debian/tmp but is not installed to anywhere
dh_install: usr/bin/cstrunner exists in debian/tmp but is not installed to 
anywhere
dh_install: usr/bin/visualimagecompare exists in debian/tmp but is not 
installed to anywhere
dh_install: usr/bin/cstester exists in debian/tmp but is not installed to 
anywhere
dh_install: missing files, aborting
debian/rules:34: recipe for target 'override_dh_install' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818521: kdevelop-php: FTBFS: error: 'Php::Php' has not been declared

2016-03-19 Thread Martin Michlmayr
Package: kdevelop-php
Version: 1.7.2-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> cd /<>/obj-x86_64-linux-gnu/duchain/tests && /usr/bin/c++   
> -DKDE_DEFAULT_DEBUG_AREA=9043 -D_BSD_SOURCE -D_DEFAULT_SOURCE 
> -I/usr/include/kdevplatform -I/usr/include/KDE -I/usr/include/qt4/phonon 
> -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml 
> -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest 
> -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql 
> -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtHelp 
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative 
> -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support 
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
> -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 
> -I/usr/include/threadweaver -I/<>/obj-x86_64-linux-gnu 
> -I/<> -I/<>/duchain -I/<>/parser 
> -I/<>/obj-x86_64-linux-gnu/parser -I/usr/include/kdevelop-pg-qt 
> -I/<>/obj-x86_64-linux-gnu/du
> chain/tests  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -Wdate-time -D_FORTIFY_SOURCE=2  -Wnon-virtual-dtor -Wno-long-long -Wundef 
> -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security 
> -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common 
> -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden 
> -Werror=return-type -fvisibility-inlines-hidden -std=c++11 -DNDEBUG 
> -DQT_NO_DEBUG   -DKDESRCDIR="\"/<>/duchain/tests/\"" -o 
> CMakeFiles/benchmarks.dir/duchaintestbase.cpp.o -c 
> /<>/duchain/tests/duchaintestbase.cpp
> In file included from 
> /<>/duchain/tests/expressionparser.cpp:630:0:
> /<>/obj-x86_64-linux-gnu/duchain/tests/expressionparser.moc:85:11:
>  error: 'Php::Php' has not been declared
>  void Php::Php::TestExpressionParser::qt_static_metacall(QObject *_o, 
> QMetaObject::Call _c, int _id, void **_a)
>^
> /<>/obj-x86_64-linux-gnu/duchain/tests/expressionparser.moc: In 
> function 'void qt_static_metacall(QObject*, QMetaObject::Call, int, void**)':
> /<>/obj-x86_64-linux-gnu/duchain/tests/expressionparser.moc:89:9:
>  error: 'TestExpressionParser' was not declared in this scope
>  TestExpressionParser *_t = static_cast(_o);
>  ^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818810: FTBFS with libc 2.23: 'isnan' was not declared in this scope

2016-03-20 Thread Martin Michlmayr
Package: kmplot
Version: 4:15.08.3-1
Severity: important
User: debian-gl...@lists.debian.org
Usertags: 2.23

This package fails to build with libc6 2.23 (2.23-0experimental0 from
experimental).

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> In file included from /<>/kmplot/kgradientdialog.cpp:27:0:
> /usr/include/KF5/KDELibs4Support/kcolordialog.h:211:41: note: declared here
>  class KDELIBS4SUPPORT_DEPRECATED_EXPORT KColorDialog : public KDialog
>  ^
> /<>/kmplot/view.cpp: In member function 'QPointF 
> View::toPixel(const QPointF&, View::ClipBehaviour, const QPointF&)':
> /<>/kmplot/view.cpp:479:14: error: 'isnan' was not declared in 
> this scope
>   if ( isnan(x) )
>   ^
> /<>/kmplot/view.cpp:479:14: note: suggested alternative:
> In file included from /usr/include/c++/5/random:38:0,
>  from /usr/include/c++/5/bits/stl_algo.h:66,
>  from /usr/include/c++/5/algorithm:62,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85,
>  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVector:1,
>  from /<>/kmplot/vector.h:28,
>  from /<>/kmplot/function.h:29,
>  from /<>/kmplot/view.h:29,
>  from /<>/kmplot/view.cpp:26:
> /usr/include/c++/5/cmath:641:5: note:   'std::isnan'
>  isnan(_Tp __x)
>  ^
> /<>/kmplot/view.cpp:499:15: error: 'isinf' was not declared in 
> this scope
>if ( isinf(x) == -1 )
>^
> /<>/kmplot/view.cpp:499:15: note: suggested alternative:
> In file included from /usr/include/c++/5/random:38:0,
>  from /usr/include/c++/5/bits/stl_algo.h:66,
>  from /usr/include/c++/5/algorithm:62,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85,
>  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVector:1,
>  from /<>/kmplot/vector.h:28,
>  from /<>/kmplot/function.h:29,
>  from /<>/kmplot/view.h:29,
>  from /<>/kmplot/view.cpp:26:
> /usr/include/c++/5/cmath:621:5: note:   'std::isinf'
>  isinf(_Tp __x)
>  ^
> /<>/kmplot/view.cpp:506:14: error: 'isnan' was not declared in 
> this scope
>   if ( isnan(y) )
>   ^
> /<>/kmplot/view.cpp:506:14: note: suggested alternative:
> In file included from /usr/include/c++/5/random:38:0,
>  from /usr/include/c++/5/bits/stl_algo.h:66,
>  from /usr/include/c++/5/algorithm:62,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85,
>  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVector:1,
>  from /<>/kmplot/vector.h:28,
>      from /<>/kmplot/function.h:29,
>  from /<>/kmplot/view.h:29,
>  from /<>/kmplot/view.cpp:26:
> /usr/include/c++/5/cmath:641:5: note:   'std::isnan'
>  isnan(_Tp __x)
>  ^
> /<>/kmplot/view.cpp:526:15: error: 'isinf' was not declared in 
> this scope
>if ( isinf(y) == -1 )
>^
...

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818824: libksysguard: FTBFS with libc 2.23: 'isinf' was not declared in this scope

2016-03-20 Thread Martin Michlmayr
eclared in this scope
>  if(isnan(mMaxValue) || mMaxValue < value) mMaxValue = value;
>^
> /<>/signalplotter/ksignalplotter.cpp:492:27: note: suggested 
> alternative:
> In file included from /usr/include/c++/5/random:38:0,
>  from /usr/include/c++/5/bits/stl_algo.h:66,
>  from /usr/include/c++/5/algorithm:62,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85,
>  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1,
>  from /<>/signalplotter/ksignalplotter.h:27,
>  from /<>/signalplotter/ksignalplotter.cpp:29:
> /usr/include/c++/5/cmath:641:5: note:   'std::isnan'
>  isnan(_Tp __x)
>  ^
> /<>/signalplotter/ksignalplotter.cpp:499:29: error: 'isinf' was 
> not declared in this scope
>  if( !isinf(value) && !isnan(value) ) {
>  ^
> /<>/signalplotter/ksignalplotter.cpp:499:29: note: suggested 
> alternative:
> In file included from /usr/include/c++/5/random:38:0,
>  from /usr/include/c++/5/bits/stl_algo.h:66,
>  from /usr/include/c++/5/algorithm:62,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85,
>  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1,
>  from /<>/signalplotter/ksignalplotter.h:27,
>  from /<>/signalplotter/ksignalplotter.cpp:29:
> /usr/include/c++/5/cmath:621:5: note:   'std::isinf'
>  isinf(_Tp __x)
>  ^
> /<>/signalplotter/ksignalplotter.cpp:499:46: error: 'isnan' was 
> not declared in this scope
>  if( !isinf(value) && !isnan(value) ) {
>   ^
> /<>/signalplotter/ksignalplotter.cpp:499:46: note: suggested 
> alternative:
> In file included from /usr/include/c++/5/random:38:0,
>  from /usr/include/c++/5/bits/stl_algo.h:66,
>  from /usr/include/c++/5/algorithm:62,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85,
>  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1,
>  from /<>/signalplotter/ksignalplotter.h:27,
>  from /<>/signalplotter/ksignalplotter.cpp:29:
> /usr/include/c++/5/cmath:641:5: note:   'std::isnan'
>  isnan(_Tp __x)
>  ^
> /<>/signalplotter/ksignalplotter.cpp: In member function 'void 
> KSignalPlotterPrivate::calculateNiceRange()':
> /<>/signalplotter/ksignalplotter.cpp:793:28: error: 'isnan' was 
> not declared in this scope
>  if(!isnan(mMaxValue) && mMaxValue * 0.99 > max)  //Allow max value 
> to go very slightly over the given max, for rounding reasons
> ^
> /<>/signalplotter/ksignalplotter.cpp:793:28: note: suggested 
> alternative:
> In file included from /usr/include/c++/5/random:38:0,
>      from /usr/include/c++/5/bits/stl_algo.h:66,
>  from /usr/include/c++/5/algorithm:62,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85,
>  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QList:1,
>  from /<>/signalplotter/ksignalplotter.h:27,
>  from /<>/signalplotter/ksignalplotter.cpp:29:
> /usr/include/c++/5/cmath:641:5: note:   'std::isnan'
>  isnan(_Tp __x)
>  ^
> /<>/signalplotter/ksignalplotter.cpp:795:28: error: 'isnan' was 
> not declared in this scope
>  if(!isnan(mMinValue) && mMinValue * 0.99 < min) {
...

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#818832: marble: FTBFS with libc 2.23: 'isnan' was not declared in this scope

2016-03-20 Thread Martin Michlmayr
Package: marble
Version: 4:15.08.3-1.1
Severity: important
User: debian-gl...@lists.debian.org
Usertags: 2.23

This package fails to build with libc6 2.23 (2.23-0experimental0 from
experimental).

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> Scanning dependencies of target marblethumbnail
> make[4]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> make -f src/thumbnailer/CMakeFiles/marblethumbnail.dir/build.make 
> src/thumbnailer/CMakeFiles/marblethumbnail.dir/build
> /<>/src/plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.cpp:
>  In member function 'void 
> Marble::GpsdPositionProviderPlugin::update(gps_data_t)':
> /<>/src/plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.cpp:79:68:
>  error: 'isnan' was not declared in this scope
>  if ( data.status == STATUS_NO_FIX || isnan( data.fix.longitude ) || 
> isnan( data.fix.latitude ) )
> ^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#822499: baloo-kf5: FTBFS: error: 'pow' is not a member of 'std'

2016-04-24 Thread Martin Michlmayr
Package: baloo-kf5
Version: 5.16.0-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> ctor-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -Wdate-time -D_FORTIFY_SOURCE=2  -std=c++0x -fno-exceptions -Wall -Wextra 
> -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long 
> -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual 
> -Werror=return-type -pedantic   -fPIC -o 
> CMakeFiles/advancedqueryparsertest.dir/__/__/__/src/lib/term.cpp.o -c 
> /<>/src/lib/term.cpp
> /<>/src/file/extractor/iohandler.cpp: In member function 'void 
> Baloo::IOHandler::newBatch()':
> /<>/src/file/extractor/iohandler.cpp:40:55: warning: ignoring 
> return value of 'ssize_t read(int, void*, size_t)', declared with attribute 
> warn_unused_result [-Wunused-result]
>  read(m_stdinHandle, &m_batchSize, sizeof(quint32));
>^
> /<>/src/file/extractor/iohandler.cpp: In member function 
> 'quint64 Baloo::IOHandler::nextId()':
> /<>/src/file/extractor/iohandler.cpp:48:46: warning: ignoring 
> return value of 'ssize_t read(int, void*, size_t)', declared with attribute 
> warn_unused_result [-Wunused-result]
>  read(m_stdinHandle, &id, sizeof(quint64));
>   ^
> /<>/src/file/extractor/autotests/iohandlertest.cpp: In member 
> function 'void Baloo::IOHandlerTest::testInput()':
> /<>/src/file/extractor/autotests/iohandlertest.cpp:57:21: error: 
> 'pow' is not a member of 'std'
>  quint64 a = std::pow(16, i);
>  ^
> src/file/extractor/autotests/CMakeFiles/extractorIOTest.dir/build.make:65: 
> recipe for target 
> 'src/file/extractor/autotests/CMakeFiles/extractorIOTest.dir/iohandlertest.cpp.o'
>  failed
> make[4]: *** 
> [src/file/extractor/autotests/CMakeFiles/extractorIOTest.dir/iohandlertest.cpp.o]
>  Error 1
> make[4]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> CMakeFiles/Makefile2:2568: recipe for target 
> 'src/file/extractor/autotests/CMakeFiles/extractorIOTest.dir/all' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise



Bug#791727: FTBFS with GCC 5: new symbols appeared in the symbols file

2015-07-07 Thread Martin Michlmayr
Package: kconfig
Version: 5.11.0-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

This package fails to build with GCC 5:

> sbuild (Debian sbuild) 0.65.2 (24 Mar 2015) on bl460gen8-30.hlinux.usa.hp.com
...
> dh_strip  --dbg-package=libkf5config5-dbg
> make[2]: Leaving directory '/«PKGBUILDDIR»'
> dh_makeshlibs '-Xusr/lib/libkdeinit5_*'  
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libkf5configgui5/DEBIAN/symbols doesn't 
> match completely debian/libkf5configgui5.symbols
> --- debian/libkf5configgui5.symbols (libkf5configgui5_5.11.0-1_amd64)
> +++ dpkg-gensymbolssrA9v1 2015-07-07 21:20:05.343847220 +
> @@ -25,23 +25,23 @@
>   _ZN15KConfigSkeleton8ItemFont11setPropertyERK8QVariant@Base 4.97.0
>   _ZN15KConfigSkeleton8ItemFontC1ERK7QStringS3_R5QFontRKS4_@Base 4.97.0
>   _ZN15KConfigSkeleton8ItemFontC2ERK7QStringS3_R5QFontRKS4_@Base 4.97.0
> - _ZN15KConfigSkeleton8ItemFontD0Ev@Base 4.97.0
> - _ZN15KConfigSkeleton8ItemFontD1Ev@Base 4.97.0
> - _ZN15KConfigSkeleton8ItemFontD2Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN15KConfigSkeleton8ItemFontD0Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN15KConfigSkeleton8ItemFontD1Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN15KConfigSkeleton8ItemFontD2Ev@Base 4.97.0
>   _ZN15KConfigSkeleton9ItemColor10readConfigEP7KConfig@Base 4.97.0
>   _ZN15KConfigSkeleton9ItemColor11setPropertyERK8QVariant@Base 4.97.0
>   _ZN15KConfigSkeleton9ItemColorC1ERK7QStringS3_R6QColorRKS4_@Base 4.97.0
>   _ZN15KConfigSkeleton9ItemColorC2ERK7QStringS3_R6QColorRKS4_@Base 4.97.0
> - _ZN15KConfigSkeleton9ItemColorD0Ev@Base 4.97.0
> - _ZN15KConfigSkeleton9ItemColorD1Ev@Base 4.97.0
> - _ZN15KConfigSkeleton9ItemColorD2Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN15KConfigSkeleton9ItemColorD0Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN15KConfigSkeleton9ItemColorD1Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN15KConfigSkeleton9ItemColorD2Ev@Base 4.97.0
>   
> _ZN15KConfigSkeletonC1E28QExplicitlySharedDataPointerI13KSharedConfigEP7QObject@Base
>  4.97.0
>   _ZN15KConfigSkeletonC1ERK7QStringP7QObject@Base 4.97.0
>   
> _ZN15KConfigSkeletonC2E28QExplicitlySharedDataPointerI13KSharedConfigEP7QObject@Base
>  4.97.0
>   _ZN15KConfigSkeletonC2ERK7QStringP7QObject@Base 4.97.0
> - _ZN15KConfigSkeletonD0Ev@Base 4.97.0
> - _ZN15KConfigSkeletonD1Ev@Base 4.97.0
> - _ZN15KConfigSkeletonD2Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN15KConfigSkeletonD0Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN15KConfigSkeletonD1Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN15KConfigSkeletonD2Ev@Base 4.97.0
>   _ZN17KStandardShortcut10completionEv@Base 4.97.0
>   _ZN17KStandardShortcut10fullScreenEv@Base 4.97.0
>   _ZN17KStandardShortcut10rotateDownEv@Base 4.97.0
> Use of uninitialized value in numeric eq (==) at /usr/bin/dh_makeshlibs line 
> 270.
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed
> make[1]: Leaving directory '/«PKGBUILDDIR»'
> make: *** [debian/dhmk_binary] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:112: recipe for target 
> 'debian/dhmk_binary' failed
> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
> 2

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707221212.ga3...@jirafa.cyrius.com



Bug#791728: FTBFS with GCC 5: new symbols appeared in the symbols file

2015-07-07 Thread Martin Michlmayr
Package: libkscreen
Version: 4:5.3.2-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

This package fails to build with GCC 5:

> sbuild (Debian sbuild) 0.65.2 (24 Mar 2015) on bl460gen8-30.hlinux.usa.hp.com
...
> dh_makeshlibs '-Xusr/lib/libkdeinit5_*'  
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libkf5screen6/DEBIAN/symbols doesn't match 
> completely debian/libkf5screen6.symbols
> --- debian/libkf5screen6.symbols (libkf5screen6_4:5.3.2-1_amd64)
> +++ dpkg-gensymbolsnXKGPr 2015-07-07 21:23:41.867851702 +
> @@ -27,9 +27,9 @@
>   
> _ZN7KScreen13ConfigMonitor7Private9edidReadyEP23QDBusPendingCallWatcher@Base 
> 5.1.1
>   _ZN7KScreen13ConfigMonitor7PrivateC1EPS0_@Base 5.1.1
>   _ZN7KScreen13ConfigMonitor7PrivateC2EPS0_@Base 5.1.1
> - _ZN7KScreen13ConfigMonitor7PrivateD0Ev@Base 5.1.1
> - _ZN7KScreen13ConfigMonitor7PrivateD1Ev@Base 5.1.1
> - _ZN7KScreen13ConfigMonitor7PrivateD2Ev@Base 5.1.1
> +#MISSING: 4:5.3.2-1# _ZN7KScreen13ConfigMonitor7PrivateD0Ev@Base 5.1.1
> +#MISSING: 4:5.3.2-1# _ZN7KScreen13ConfigMonitor7PrivateD1Ev@Base 5.1.1
> +#MISSING: 4:5.3.2-1# _ZN7KScreen13ConfigMonitor7PrivateD2Ev@Base 5.1.1
>   _ZN7KScreen13ConfigMonitor8instanceEv@Base 5.1.1
>   _ZN7KScreen13ConfigMonitor9addConfigERK14QSharedPointerINS_6ConfigEE@Base 
> 5.1.1
>   _ZN7KScreen13ConfigMonitorC1Ev@Base 5.1.1
> @@ -151,9 +151,9 @@
>   _ZN7KScreen6Config7Private11qt_metacallEN11QMetaObject4CallEiPPv@Base 
> 4:5.3.0
>   _ZN7KScreen6Config7Private11qt_metacastEPKc@Base 4:5.3.0
>   _ZN7KScreen6Config7Private16staticMetaObjectE@Base 4:5.3.0
> - _ZN7KScreen6Config7PrivateD0Ev@Base 4:5.3.0
> - _ZN7KScreen6Config7PrivateD1Ev@Base 4:5.3.0
> - _ZN7KScreen6Config7PrivateD2Ev@Base 4:5.3.0
> +#MISSING: 4:5.3.2-1# _ZN7KScreen6Config7PrivateD0Ev@Base 4:5.3.0
> +#MISSING: 4:5.3.2-1# _ZN7KScreen6Config7PrivateD1Ev@Base 4:5.3.0
> +#MISSING: 4:5.3.2-1# _ZN7KScreen6Config7PrivateD2Ev@Base 4:5.3.0
>   _ZN7KScreen6Config8setValidEb@Base 5.1.1
>   _ZN7KScreen6Config9addOutputERK14QSharedPointerINS_6OutputEE@Base 5.1.1
>   _ZN7KScreen6Config9setScreenERK14QSharedPointerINS_6ScreenEE@Base 5.1.1
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707221511.gb3...@jirafa.cyrius.com



Bug#791732: FTBFS with GCC 5: new symbols appeared in the symbols file

2015-07-07 Thread Martin Michlmayr
Package: modemmanager-qt
Version: 5.11.0-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

This package fails to build with GCC 5:

> sbuild (Debian sbuild) 0.65.2 (24 Mar 2015) on bl460gen8-30.hlinux.usa.hp.com
...
> dh_strip  --dbg-package=libkf5modemmanagerqt6-dbg
> make[2]: Leaving directory '/«PKGBUILDDIR»'
> dh_makeshlibs '-Xusr/lib/libkdeinit5_*'  
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libkf5modemmanagerqt6/DEBIAN/symbols doesn't 
> match completely debian/libkf5modemmanagerqt6.symbols
> --- debian/libkf5modemmanagerqt6.symbols 
> (libkf5modemmanagerqt6_5.11.0-1_amd64)
> +++ dpkg-gensymbolseWZ62M 2015-07-07 21:37:56.547869390 +
> @@ -269,9 +269,9 @@
>   _ZN12ModemManager8Notifier15serviceAppearedEv@Base 5.8.50
>   _ZN12ModemManager8Notifier16staticMetaObjectE@Base 5.8.50
>   _ZN12ModemManager8Notifier18serviceDisappearedEv@Base 5.8.50
> - _ZN12ModemManager8NotifierD0Ev@Base 5.8.50
> - _ZN12ModemManager8NotifierD1Ev@Base 5.8.50
> - _ZN12ModemManager8NotifierD2Ev@Base 5.8.50
> +#MISSING: 5.11.0-1# _ZN12ModemManager8NotifierD0Ev@Base 5.8.50
> +#MISSING: 5.11.0-1# _ZN12ModemManager8NotifierD1Ev@Base 5.8.50
> +#MISSING: 5.11.0-1# _ZN12ModemManager8NotifierD2Ev@Base 5.8.50
>   _ZN12ModemManager8notifierEv@Base 5.8.50
>   _ZN12ModemManager9Interface11qt_metacallEN11QMetaObject4CallEiPPv@Base 
> 5.8.50
>   _ZN12ModemManager9Interface11qt_metacastEPKc@Base 5.8.50
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed
> make[1]: Leaving directory '/«PKGBUILDDIR»'
> make: *** [debian/dhmk_binary] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:112: recipe for target 
> 'debian/dhmk_binary' failed
> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
> 2

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707222312.gd3...@jirafa.cyrius.com



Bug#791733: FTBFS with GCC 5: new symbols appeared in the symbols file

2015-07-07 Thread Martin Michlmayr
Package: networkmanager-qt
Version: 5.11.0-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

This package fails to build with GCC 5:

> sbuild (Debian sbuild) 0.65.2 (24 Mar 2015) on bl460gen8-30.hlinux.usa.hp.com
...
> dh_strip  --dbg-package=libkf5networkmanagerqt6-dbg
> make[2]: Leaving directory '/«PKGBUILDDIR»'
> dh_makeshlibs '-Xusr/lib/libkdeinit5_*'  
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libkf5networkmanagerqt6/DEBIAN/symbols 
> doesn't match completely debian/libkf5networkmanagerqt6.symbols
> --- debian/libkf5networkmanagerqt6.symbols 
> (libkf5networkmanagerqt6_5.11.0-1_amd64)
> +++ dpkg-gensymbolsXBS7mL 2015-07-07 21:44:40.751877756 +
> @@ -593,9 +593,9 @@
>   _ZN14NetworkManager16SettingsNotifier16canModifyChangedEb@Base 
> 5.1.1+git20141203.0020+15.04
>   _ZN14NetworkManager16SettingsNotifier16staticMetaObjectE@Base 
> 5.1.1+git20141203.0020+15.04
>   _ZN14NetworkManager16SettingsNotifier17connectionRemovedERK7QString@Base 
> 5.1.1+git20141203.0020+15.04
> - _ZN14NetworkManager16SettingsNotifierD0Ev@Base 5.1.1+git20141203.0020+15.04
> - _ZN14NetworkManager16SettingsNotifierD1Ev@Base 5.1.1+git20141203.0020+15.04
> - _ZN14NetworkManager16SettingsNotifierD2Ev@Base 5.1.1+git20141203.0020+15.04
> +#MISSING: 5.11.0-1# _ZN14NetworkManager16SettingsNotifierD0Ev@Base 
> 5.1.1+git20141203.0020+15.04
> +#MISSING: 5.11.0-1# _ZN14NetworkManager16SettingsNotifierD1Ev@Base 
> 5.1.1+git20141203.0020+15.04
> +#MISSING: 5.11.0-1# _ZN14NetworkManager16SettingsNotifierD2Ev@Base 
> 5.1.1+git20141203.0020+15.04
>   _ZN14NetworkManager16settingsNotifierEv@Base 5.1.1+git20141203.0020+15.04
>   _ZN14NetworkManager17BridgePortSetting11setPathCostEj@Base 
> 5.1.1+git20141203.0020+15.04
>   _ZN14NetworkManager17BridgePortSetting11setPriorityEj@Base 
> 5.1.1+git20141203.0020+15.04
> @@ -856,9 +856,9 @@
>   _ZN14NetworkManager8Notifier27wimaxHardwareEnabledChangedEb@Base 
> 5.1.1+git20141203.0020+15.04
>   
> _ZN14NetworkManager8Notifier28primaryConnectionTypeChangedENS_18ConnectionSettings14ConnectionTypeE@Base
>  5.10.0
>   _ZN14NetworkManager8Notifier30wirelessHardwareEnabledChangedEb@Base 
> 5.1.1+git20141203.0020+15.04
> - _ZN14NetworkManager8NotifierD0Ev@Base 5.1.1+git20141203.0020+15.04
> - _ZN14NetworkManager8NotifierD1Ev@Base 5.1.1+git20141203.0020+15.04
> - _ZN14NetworkManager8NotifierD2Ev@Base 5.1.1+git20141203.0020+15.04
> +#MISSING: 5.11.0-1# _ZN14NetworkManager8NotifierD0Ev@Base 
> 5.1.1+git20141203.0020+15.04
> +#MISSING: 5.11.0-1# _ZN14NetworkManager8NotifierD1Ev@Base 
> 5.1.1+git20141203.0020+15.04
> +#MISSING: 5.11.0-1# _ZN14NetworkManager8NotifierD2Ev@Base 
> 5.1.1+git20141203.0020+15.04
>   _ZN14NetworkManager8WimaxNsp11nameChangedERK7QString@Base 
> 5.1.1+git20141203.0020+15.04
>   _ZN14NetworkManager8WimaxNsp11qt_metacallEN11QMetaObject4CallEiPPv@Base 
> 5.1.1+git20141203.0020+15.04
>   _ZN14NetworkManager8WimaxNsp11qt_metacastEPKc@Base 
> 5.1.1+git20141203.0020+15.04
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed
> make[1]: Leaving directory '/«PKGBUILDDIR»'
> make: *** [debian/dhmk_binary] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:112: recipe for target 
> 'debian/dhmk_binary' failed
> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
> 2

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707222353.ge3...@jirafa.cyrius.com



Bug#791734: FTBFS with GCC 5: some symbols or patterns disappeared in the symbols file

2015-07-07 Thread Martin Michlmayr
Package: polkit-qt-1
Version: 0.112.0-3
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

This package fails to build with GCC 5:

> sbuild (Debian sbuild) 0.65.2 (24 Mar 2015) on bl460gen8-30.hlinux.usa.hp.com
...
> dh_makeshlibs '-Xusr/lib/kde4/' -O'--list-missing' 
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libpolkit-qt5-1-1/DEBIAN/symbols doesn't 
> match completely debian/libpolkit-qt5-1-1.symbols
> --- debian/libpolkit-qt5-1-1.symbols (libpolkit-qt5-1-1_0.112.0-3_amd64)
> +++ dpkg-gensymbolsz46K4K 2015-07-07 21:41:13.375873464 +
> @@ -54,8 +54,8 @@
>   _ZTVN9PolkitQt15Agent7SessionE@Base 0.112.0
>   _ZTVN9PolkitQt15Agent8ListenerE@Base 0.112.0
>  libpolkit-qt5-core-1.so.1 libpolkit-qt5-1-1 #MINVER#
> - _ZN10QDBusErrorD1Ev@Base 0.112.0
> - _ZN10QDBusErrorD2Ev@Base 0.112.0
> +#MISSING: 0.112.0-3# _ZN10QDBusErrorD1Ev@Base 0.112.0
> +#MISSING: 0.112.0-3# _ZN10QDBusErrorD2Ev@Base 0.112.0
>   _ZN9PolkitQt116UnixUserIdentity6setUidEj@Base 0.112.0
>   _ZN9PolkitQt116UnixUserIdentityC1EP15_PolkitUnixUser@Base 0.112.0
>   _ZN9PolkitQt116UnixUserIdentityC1ERK7QString@Base 0.112.0
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [pre_binary_dh_makeshlibs] Error 1
> /usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed
> make[1]: Leaving directory '/«PKGBUILDDIR»'
> make: *** [debian/dhmk_binary] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:110: recipe for target 
> 'debian/dhmk_binary' failed
> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
> 2

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707222524.gf3...@jirafa.cyrius.com



Bug#791738: FTBFS with GCC 5: changes to symbols file

2015-07-07 Thread Martin Michlmayr
Package: solid
Version: 5.11.0-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

This package fails to build with GCC 5:

> sbuild (Debian sbuild) 0.65.2 (24 Mar 2015) on bl460gen8-30.hlinux.usa.hp.com
...
> dh_makeshlibs '-Xusr/lib/libkdeinit5_*'  
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libkf5solid5/DEBIAN/symbols doesn't match 
> completely debian/libkf5solid5.symbols
> --- debian/libkf5solid5.symbols (libkf5solid5_5.11.0-1_amd64)
> +++ dpkg-gensymbolsERp0x_ 2015-07-07 21:50:36.623885121 +
> @@ -110,9 +110,9 @@
>   _ZN5Solid14DeviceNotifier13deviceRemovedERK7QString@Base 4.97.0
>   _ZN5Solid14DeviceNotifier16staticMetaObjectE@Base 4.97.0
>   _ZN5Solid14DeviceNotifier8instanceEv@Base 4.97.0
> - _ZN5Solid14DeviceNotifierD0Ev@Base 4.97.0
> - _ZN5Solid14DeviceNotifierD1Ev@Base 4.97.0
> - _ZN5Solid14DeviceNotifierD2Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN5Solid14DeviceNotifierD0Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN5Solid14DeviceNotifierD1Ev@Base 4.97.0
> +#MISSING: 5.11.0-1# _ZN5Solid14DeviceNotifierD2Ev@Base 4.97.0
>   _ZN5Solid15DeviceInterface11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.97.0
>   _ZN5Solid15DeviceInterface11qt_metacastEPKc@Base 4.97.0
>   _ZN5Solid15DeviceInterface12stringToTypeERK7QString@Base 4.97.0
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed
> make[1]: Leaving directory '/«PKGBUILDDIR»'
> make: *** [debian/dhmk_binary] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:112: recipe for target 
> 'debian/dhmk_binary' failed
> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
> 2

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707222833.gi3...@jirafa.cyrius.com



Bug#791739: FTBFS with GCC 5: changes to symbols file

2015-07-07 Thread Martin Michlmayr
1# _ZN12ThreadWeaver9JobFailedD2Ev@Base 4.96.0
>   _ZNK12ThreadWeaver10Collection12elementCountEv@Base 4.98.0
>   _ZNK12ThreadWeaver10Collection13jobListLengthEv@Base 4.96.0
>   _ZNK12ThreadWeaver10Collection1dEv@Base 4.98.0
> @@ -343,10 +343,10 @@
>   _ZTVN12ThreadWeaver10CollectionE@Base 4.96.0
>   _ZTVN12ThreadWeaver10JobAbortedE@Base 4.96.0
>   _ZTVN12ThreadWeaver11IdDecoratorE@Base 4.96.0
> - _ZTVN12ThreadWeaver11QueuePolicyE@Base 4.96.0
> - _ZTVN12ThreadWeaver12JobInterfaceE@Base 4.96.0
> - _ZTVN12ThreadWeaver14QueueInterfaceE@Base 4.96.0
> - _ZTVN12ThreadWeaver15WeaverInterfaceE@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZTVN12ThreadWeaver11QueuePolicyE@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZTVN12ThreadWeaver12JobInterfaceE@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZTVN12ThreadWeaver14QueueInterfaceE@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZTVN12ThreadWeaver15WeaverInterfaceE@Base 4.96.0
>   _ZTVN12ThreadWeaver16DependencyPolicyE@Base 4.96.0
>   _ZTVN12ThreadWeaver16QObjectDecoratorE@Base 4.96.0
>   _ZTVN12ThreadWeaver25ResourceRestrictionPolicyE@Base 4.96.0
> @@ -363,7 +363,7 @@
>   _ZZN12ThreadWeaver6Thread7Private6makeIdEvE4s_id@Base 4.96.0
>   (c++)"non-virtual thunk to 
> ThreadWeaver::QObjectDecorator::defaultBegin(QSharedPointer
>  const&, ThreadWeaver::Thread*)@Base" 4.98.0
>   (c++)"non-virtual thunk to 
> ThreadWeaver::QObjectDecorator::defaultEnd(QSharedPointer
>  const&, ThreadWeaver::Thread*)@Base" 4.98.0
> - (c++)"non-virtual thunk to 
> ThreadWeaver::QObjectDecorator::~QObjectDecorator()@Base" 4.96.0
> +#MISSING: 5.11.0-1# (c++)"non-virtual thunk to 
> ThreadWeaver::QObjectDecorator::~QObjectDecorator()@Base" 4.96.0
>   (c++)"non-virtual thunk to ThreadWeaver::Queue::currentNumberOfThreads() 
> const@Base" 4.96.0
>   (c++)"non-virtual thunk to ThreadWeaver::Queue::dequeue()@Base" 4.96.0
>   (c++)"non-virtual thunk to 
> ThreadWeaver::Queue::dequeue(QSharedPointer 
> const&)@Base" 4.96.0
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707223027.gj3...@jirafa.cyrius.com



Bug#791742: FTBFS with GCC 5: changes to symbols file

2015-07-07 Thread Martin Michlmayr
StateE@Base 4.96.0
> + _ZNK3KJS7JSValue7toInt32EPNS_9ExecStateE@Base 5.11.0-1
>   _ZNK3KJS7JSValue8isStringEv@Base 4.96.0
>   _ZNK3KJS7JSValue8toNumberEPNS_9ExecStateE@Base 4.96.0
>   _ZNK3KJS7JSValue8toObjectEPNS_9ExecStateE@Base 4.96.0
>   _ZNK3KJS7JSValue8toStringEPNS_9ExecStateE@Base 4.96.0
>   _ZNK3KJS7JSValue8toUInt16EPNS_9ExecStateE@Base 4.96.0
> + _ZNK3KJS7JSValue9getUInt32ERj@Base 5.11.0-1
>   _ZNK3KJS7JSValue9toIntegerEPNS_9ExecStateE@Base 4.96.0
>   _ZNK3KJS7UString10UTF8StringEv@Base 4.96.0
>   _ZNK3KJS7UString14toStrictUInt32EPb@Base 4.96.0
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libkf5jsapi5/DEBIAN/symbols doesn't match 
> completely debian/libkf5jsapi5.symbols
> --- debian/libkf5jsapi5.symbols (libkf5jsapi5_5.11.0-1_amd64)
> +++ dpkg-gensymbolsOk3S5E 2015-07-07 22:36:51.355942547 +
> @@ -35,9 +35,9 @@
>   _ZN14KJSInterpreteraSERKS_@Base 4.96.0
>   _ZN15KJSGlobalObjectC1Ev@Base 4.96.0
>   _ZN15KJSGlobalObjectC2Ev@Base 4.96.0
> - _ZN3KJS14JSGlobalObjectD0Ev@Base 4.96.0
> - _ZN3KJS14JSGlobalObjectD1Ev@Base 4.96.0
> - _ZN3KJS14JSGlobalObjectD2Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN3KJS14JSGlobalObjectD0Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN3KJS14JSGlobalObjectD1Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN3KJS14JSGlobalObjectD2Ev@Base 4.96.0
>   (arch=!armel !armhf)_ZN3KJS6JSCell4markEv@Base 5.0.0
>   _ZN3KJS7JSValueD0Ev@Base 4.96.0
>   _ZN3KJS7JSValueD1Ev@Base 4.96.0
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed
> make[1]: Leaving directory '/«PKGBUILDDIR»'
> make: *** [debian/dhmk_binary] Error 2

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707224632.ga5...@jirafa.cyrius.com



Bug#791744: FTBFS with GCC 5: changes to symbols file

2015-07-07 Thread Martin Michlmayr
Package: kservice
Version: 5.11.0-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

This package fails to build with GCC 5:

> sbuild (Debian sbuild) 0.65.2 (24 Mar 2015) on bl460gen8-30.hlinux.usa.hp.com
...
> dh_makeshlibs '-Xusr/lib/libkdeinit5_*'  
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libkf5service5/DEBIAN/symbols doesn't match 
> completely debian/libkf5service5.symbols
> --- debian/libkf5service5.symbols (libkf5service5_5.11.0-1_amd64)
> +++ dpkg-gensymbols4CTsps 2015-07-07 22:38:18.891944358 +
> @@ -202,13 +202,13 @@
>   _ZN16KMimeTypeFactory13MimeTypeEntryC1ERK7QStringS3_@Base 4.96.0
>   _ZN16KMimeTypeFactory13MimeTypeEntryC2ER11QDataStreami@Base 4.96.0
>   _ZN16KMimeTypeFactory13MimeTypeEntryC2ERK7QStringS3_@Base 4.96.0
> - _ZN16KMimeTypeFactory13MimeTypeEntryD0Ev@Base 4.96.0
> - _ZN16KMimeTypeFactory13MimeTypeEntryD1Ev@Base 4.96.0
> - _ZN16KMimeTypeFactory13MimeTypeEntryD2Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN16KMimeTypeFactory13MimeTypeEntryD0Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN16KMimeTypeFactory13MimeTypeEntryD1Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN16KMimeTypeFactory13MimeTypeEntryD2Ev@Base 4.96.0
>   _ZN16KMimeTypeFactory19serviceOffersOffsetERK7QString@Base 4.96.0
> - _ZN16KMimeTypeFactory20MimeTypeEntryPrivateD0Ev@Base 4.96.0
> - _ZN16KMimeTypeFactory20MimeTypeEntryPrivateD1Ev@Base 4.96.0
> - _ZN16KMimeTypeFactory20MimeTypeEntryPrivateD2Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN16KMimeTypeFactory20MimeTypeEntryPrivateD0Ev@Base 
> 4.96.0
> +#MISSING: 5.11.0-1# _ZN16KMimeTypeFactory20MimeTypeEntryPrivateD1Ev@Base 
> 4.96.0
> +#MISSING: 5.11.0-1# _ZN16KMimeTypeFactory20MimeTypeEntryPrivateD2Ev@Base 
> 4.96.0
>   _ZN16KMimeTypeFactory4selfEv@Base 4.96.0
>   _ZN16KMimeTypeFactoryC1Ev@Base 4.96.0
>   _ZN16KMimeTypeFactoryC2Ev@Base 4.96.0
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707224751.gc5...@jirafa.cyrius.com



Bug#791743: FTBFS with GCC 5: changes to symbols file

2015-07-07 Thread Martin Michlmayr
;   
> _ZN8KJSEmbed6Engine10callMethodEPN3KJS8JSObjectERKNS1_7UStringERKNS1_4ListE@Base
>  4.96.0
>   _ZN8KJSEmbed6Engine10callMethodERKN3KJS7UStringERKNS1_4ListE@Base 4.96.0
>   _ZN8KJSEmbed6Engine7executeERKN3KJS7UStringE@Base 4.96.0
> @@ -188,9 +188,9 @@
>   _ZN8KJSEmbed6Layout9p_staticsE@Base 4.96.0
>   _ZN8KJSEmbed6LayoutC1EPN3KJS9ExecStateEP7QLayout@Base 4.96.0
>   _ZN8KJSEmbed6LayoutC2EPN3KJS9ExecStateEP7QLayout@Base 4.96.0
> - _ZN8KJSEmbed6LayoutD0Ev@Base 4.96.0
> - _ZN8KJSEmbed6LayoutD1Ev@Base 4.96.0
> - _ZN8KJSEmbed6LayoutD2Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN8KJSEmbed6LayoutD0Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN8KJSEmbed6LayoutD1Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN8KJSEmbed6LayoutD2Ev@Base 4.96.0
>   _ZN8KJSEmbed6conerrEv@Base 4.96.0
>   _ZN8KJSEmbed6conoutEv@Base 4.96.0
>   _ZN8KJSEmbed9SlotProxy10callMethodERK10QByteArrayPPv@Base 4.96.0
> @@ -210,9 +210,9 @@
>   _ZN8KJSEmbed9SvgWidget9p_staticsE@Base 4.96.0
>   _ZN8KJSEmbed9SvgWidgetC1EPN3KJS9ExecStateEP10QSvgWidget@Base 4.96.0
>   _ZN8KJSEmbed9SvgWidgetC2EPN3KJS9ExecStateEP10QSvgWidget@Base 4.96.0
> - _ZN8KJSEmbed9SvgWidgetD0Ev@Base 4.96.0
> - _ZN8KJSEmbed9SvgWidgetD1Ev@Base 4.96.0
> - _ZN8KJSEmbed9SvgWidgetD2Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN8KJSEmbed9SvgWidgetD0Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN8KJSEmbed9SvgWidgetD1Ev@Base 4.96.0
> +#MISSING: 5.11.0-1# _ZN8KJSEmbed9SvgWidgetD2Ev@Base 4.96.0
>   (arch=arm64 armel armhf hurd-i386 i386 mips mipsel powerpc ppc64 ppc64el 
> s390x)_ZN8QToolBox7addItemEP7QWidgetRK7QString@Base 5.9.0
>   _ZNK3KJS10Identifier7qstringEv@Base 4.96.0
>   _ZNK3KJS7UString7qstringEv@Base 4.96.0
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2
> /usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: recipe for target 
> 'pre_binary_dh_makeshlibs' failed

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707224703.gb5...@jirafa.cyrius.com



Bug#791741: FTBFS with GCC 5: changes to symbols file

2015-07-07 Thread Martin Michlmayr
Package: kdegraphics-mobipocket
Version: 4:4.14.2-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

This package fails to build with GCC 5:

sbuild (Debian sbuild) 0.64.1 (13 Oct 2013) on m400-c4n1.hlinux.usa.hp.com
...
dh_makeshlibs '-Xusr/lib/kde4/'  
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libqmobipocket1/DEBIAN/symbols doesn't match 
completely debian/libqmobipocket1.symbols
--- debian/libqmobipocket1.symbols (libqmobipocket1_4:4.14.2-1_arm64)
+++ dpkg-gensymbolsMlHIRJ   2015-07-02 00:10:04.402666000 +
@@ -24,4 +24,4 @@
  _ZTSN10Mobipocket11QFileStreamE@Base 4:4.11.80
  _ZTSN10Mobipocket6StreamE@Base 4:4.11.80
  _ZTVN10Mobipocket11QFileStreamE@Base 4:4.11.80
- _ZTVN10Mobipocket6StreamE@Base 4:4.11.80
+#MISSING: 4:4.14.2-1# _ZTVN10Mobipocket6StreamE@Base 4:4.11.80
dh_makeshlibs: failing due to earlier errors
/usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:97: recipe for target 
'pre_binary_dh_makeshlibs' failed
make[1]: *** [pre_binary_dh_makeshlibs] Error 2

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707224517.ga5...@jirafa.cyrius.com



Bug#791745: FTBFS with GCC 5: changes to symbols file

2015-07-07 Thread Martin Michlmayr
ayland6Server19CompositorInterfaceD0Ev@Base 4:5.1.1+git20141128.0009
> @@ -455,9 +455,9 @@
>   _ZN8KWayland6Server21ShellSurfaceInterface7Private8setTitleERK7QString@Base 
> 4:5.1.1+git20141128.0009
>   
> _ZN8KWayland6Server21ShellSurfaceInterface7PrivateC1EPS1_PNS0_14ShellInterfaceEPNS0_16SurfaceInterfaceEP11wl_resource@Base
>  4:5.1.1+git20141128.0009
>   
> _ZN8KWayland6Server21ShellSurfaceInterface7PrivateC2EPS1_PNS0_14ShellInterfaceEPNS0_16SurfaceInterfaceEP11wl_resource@Base
>  4:5.1.1+git20141128.0009
> - _ZN8KWayland6Server21ShellSurfaceInterface7PrivateD0Ev@Base 
> 4:5.1.1+git20141128.0009
> - _ZN8KWayland6Server21ShellSurfaceInterface7PrivateD1Ev@Base 
> 4:5.1.1+git20141128.0009
> - _ZN8KWayland6Server21ShellSurfaceInterface7PrivateD2Ev@Base 
> 4:5.1.1+git20141128.0009
> +#MISSING: 4:5.3.2-1# 
> _ZN8KWayland6Server21ShellSurfaceInterface7PrivateD0Ev@Base 
> 4:5.1.1+git20141128.0009
> +#MISSING: 4:5.3.2-1# 
> _ZN8KWayland6Server21ShellSurfaceInterface7PrivateD1Ev@Base 
> 4:5.1.1+git20141128.0009
> +#MISSING: 4:5.3.2-1# 
> _ZN8KWayland6Server21ShellSurfaceInterface7PrivateD2Ev@Base 
> 4:5.1.1+git20141128.0009
>   
> _ZN8KWayland6Server21ShellSurfaceInterfaceC1EPNS0_14ShellInterfaceEPNS0_16SurfaceInterfaceEP11wl_resource@Base
>  4:5.1.1+git20141128.0009
>   
> _ZN8KWayland6Server21ShellSurfaceInterfaceC2EPNS0_14ShellInterfaceEPNS0_16SurfaceInterfaceEP11wl_resource@Base
>  4:5.1.1+git20141128.0009
>   _ZN8KWayland6Server21ShellSurfaceInterfaceD0Ev@Base 4:5.1.1+git20141128.0009
> @@ -475,9 +475,9 @@
>   
> _ZN8KWayland6Server22SubCompositorInterface7Private6unbindEP11wl_resource@Base
>  4:5.1.1+git20141128.0009
>   
> _ZN8KWayland6Server22SubCompositorInterface7PrivateC1EPS1_PNS0_7DisplayE@Base 
> 4:5.1.1+git20141128.0009
>   
> _ZN8KWayland6Server22SubCompositorInterface7PrivateC2EPS1_PNS0_7DisplayE@Base 
> 4:5.1.1+git20141128.0009
> - _ZN8KWayland6Server22SubCompositorInterface7PrivateD0Ev@Base 
> 4:5.1.1+git20141128.0009
> - _ZN8KWayland6Server22SubCompositorInterface7PrivateD1Ev@Base 
> 4:5.1.1+git20141128.0009
> - _ZN8KWayland6Server22SubCompositorInterface7PrivateD2Ev@Base 
> 4:5.1.1+git20141128.0009
> +#MISSING: 4:5.3.2-1# 
> _ZN8KWayland6Server22SubCompositorInterface7PrivateD0Ev@Base 
> 4:5.1.1+git20141128.0009
> +#MISSING: 4:5.3.2-1# 
> _ZN8KWayland6Server22SubCompositorInterface7PrivateD1Ev@Base 
> 4:5.1.1+git20141128.0009
> +#MISSING: 4:5.3.2-1# 
> _ZN8KWayland6Server22SubCompositorInterface7PrivateD2Ev@Base 
> 4:5.1.1+git20141128.0009
>   _ZN8KWayland6Server22SubCompositorInterfaceC1EPNS0_7DisplayEP7QObject@Base 
> 4:5.1.1+git20141128.0009
>   _ZN8KWayland6Server22SubCompositorInterfaceC2EPNS0_7DisplayEP7QObject@Base 
> 4:5.1.1+git20141128.0009
>   _ZN8KWayland6Server22SubCompositorInterfaceD0Ev@Base 
> 4:5.1.1+git20141128.0009
> @@ -497,9 +497,9 @@
>   
> _ZN8KWayland6Server26DataDeviceManagerInterface7Private6unbindEP11wl_resource@Base
>  4:5.1.1+git20141128.0009
>   
> _ZN8KWayland6Server26DataDeviceManagerInterface7PrivateC1EPS1_PNS0_7DisplayE@Base
>  4:5.1.1+git20141128.0009
>   
> _ZN8KWayland6Server26DataDeviceManagerInterface7PrivateC2EPS1_PNS0_7DisplayE@Base
>  4:5.1.1+git20141128.0009
> - _ZN8KWayland6Server26DataDeviceManagerInterface7PrivateD0Ev@Base 
> 4:5.1.1+git20141128.0009
> - _ZN8KWayland6Server26DataDeviceManagerInterface7PrivateD1Ev@Base 
> 4:5.1.1+git20141128.0009
> - _ZN8KWayland6Server26DataDeviceManagerInterface7PrivateD2Ev@Base 
> 4:5.1.1+git20141128.0009
> +#MISSING: 4:5.3.2-1# 
> _ZN8KWayland6Server26DataDeviceManagerInterface7PrivateD0Ev@Base 
> 4:5.1.1+git20141128.0009
> +#MISSING: 4:5.3.2-1# 
> _ZN8KWayland6Server26DataDeviceManagerInterface7PrivateD1Ev@Base 
> 4:5.1.1+git20141128.0009
> +#MISSING: 4:5.3.2-1# 
> _ZN8KWayland6Server26DataDeviceManagerInterface7PrivateD2Ev@Base 
> 4:5.1.1+git20141128.0009
>   
> _ZN8KWayland6Server26DataDeviceManagerInterfaceC1EPNS0_7DisplayEP7QObject@Base
>  4:5.1.1+git20141128.0009
>   
> _ZN8KWayland6Server26DataDeviceManagerInterfaceC2EPNS0_7DisplayEP7QObject@Base
>  4:5.1.1+git20141128.0009
>   _ZN8KWayland6Server26DataDeviceManagerInterfaceD0Ev@Base 
> 4:5.1.1+git20141128.0009
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [pre_binary_dh_makeshlibs] Error 2

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707224832.gd5...@jirafa.cyrius.com



Bug#791746: FTBFS with GCC 5: changes to symbols file

2015-07-07 Thread Martin Michlmayr
Package: libindi
Version: 0.9.7-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

This package fails to build with GCC 5:

> sbuild (Debian sbuild) 0.65.2 (24 Mar 2015) on bl460gen8-30.hlinux.usa.hp.com
...
> make[1]: Entering directory '/«PKGBUILDDIR»'
> dh_makeshlibs -V
> dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
> diff output below
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libindidriver0b/DEBIAN/symbols doesn't match 
> completely debian/libindidriver0b.symbols
> --- debian/libindidriver0b.symbols (libindidriver0b_0.9.7-1_amd64)
> +++ dpkg-gensymbolsmve_bu 2015-07-07 22:41:57.143948875 +
> @@ -213,7 +213,8 @@
>   _ZN4INDI3CCD16ExposureCompleteEP7CCDChip@Base 0.9.7
>   _ZN4INDI3CCD16updateGuideFrameE@Base 0.9.7
>   _ZN4INDI3CCD16updatePropertiesEv@Base 0.9.7
> - _ZN4INDI3CCD17fits_update_key_sEP8fitsfileiSsPvSsPi@Base 0.9.7
> + 
> _ZN4INDI3CCD17fits_update_key_sEP8fitsfileiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPvS8_Pi@Base
>  0.9.7-1
> +#MISSING: 0.9.7-1# _ZN4INDI3CCD17fits_update_key_sEP8fitsfileiSsPvSsPi@Base 
> 0.9.7
>   _ZN4INDI3CCD18AbortGuideExposureEv@Base 0.9.7
>   _ZN4INDI3CCD18SetGuideHeadParamsEiiiff@Base 0.9.7
>   _ZN4INDI3CCD18StartGuideExposureEf@Base 0.9.7
> @@ -249,9 +250,12 @@
>   _ZN4INDI6Logger2m_E@Base 0.9.7
>   _ZN4INDI6Logger4TagsE@Base 0.9.7
>   _ZN4INDI6Logger4rankEj@Base 0.9.7
> - _ZN4INDI6Logger5printEPKcjRKSsiS2_z@Base 0.9.7
> - _ZN4INDI6Logger8logFile_E@Base 0.9.7
> - _ZN4INDI6Logger9configureERKSsNS0_11loggerConf_Eii@Base 0.9.7
> + 
> _ZN4INDI6Logger5printEPKcjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS2_z@Base
>  0.9.7-1
> +#MISSING: 0.9.7-1# _ZN4INDI6Logger5printEPKcjRKSsiS2_z@Base 0.9.7
> + _ZN4INDI6Logger8logFile_B5cxx11E@Base 0.9.7-1
> +#MISSING: 0.9.7-1# _ZN4INDI6Logger8logFile_E@Base 0.9.7
> + 
> _ZN4INDI6Logger9configureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_11loggerConf_Eii@Base
>  0.9.7-1
> +#MISSING: 0.9.7-1# _ZN4INDI6Logger9configureERKSsNS0_11loggerConf_Eii@Base 
> 0.9.7
>   _ZN4INDI6LoggerC1Ev@Base 0.9.7
>   _ZN4INDI6LoggerC2Ev@Base 0.9.7
>   _ZN4INDI6LoggerD1Ev@Base 0.9.7
> @@ -347,10 +351,11 @@
>   _ZN7CCDChipC2Ev@Base 0.9.7
>   _ZN7CCDChipD1Ev@Base 0.9.7
>   _ZN7CCDChipD2Ev@Base 0.9.7
> - 
> (optional=templinst)_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base
>  0.9.7
> - 
> (optional=templinst)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 
> 0.9.7
> - 
> (optional=templinst)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 
> 0.9.7
> - 
> (optional=templinst)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 
> 0.9.7
> + _ZNKSt5ctypeIcE8do_widenEc@Base 0.9.7-1
> +#MISSING: 0.9.7-1# 
> (optional=templinst)_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base
>  0.9.7
> +#MISSING: 0.9.7-1# 
> (optional=templinst)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 
> 0.9.7
> +#MISSING: 0.9.7-1# 
> (optional=templinst)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 
> 0.9.7
> +#MISSING: 0.9.7-1# 
> (optional=templinst)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 
> 0.9.7
>   
> (optional=templinst)_ZNSt3tr114_Function_base13_Base_managerIPFvPKcddEE10_M_managerERNS_9_Any_dataERKS7_NS_18_Manager_operationE@Base
>  0.9.7
>   
> (optional=templinst)_ZNSt3tr114_Function_base13_Base_managerIPFvPKciEE10_M_managerERNS_9_Any_dataERKS7_NS_18_Manager_operationE@Base
>  0.9.7
>   
> (optional=templinst)_ZNSt3tr117_Function_handlerIFvPKc7ISStateEPFvS2_iEE9_M_invokeERKNS_9_Any_dataES2_S3_@Base
>  0.9.7
> @@ -361,7 +366,8 @@
>   _ZNSt3tr117bad_function_callD2Ev@Base 0.9.7
>   
> (optional=templinst)_ZNSt6vectorIPKcSaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_@Base
>  0.9.7
>   
> (optional=templinst)_ZNSt6vectorIPN4INDI8PropertyESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base
>  0.9.7
> - 
> (optional=templinst)_ZNSt6vectorIPN4INDI8PropertyESaIS2_EE5eraseEN9__gnu_cxx17__normal_iteratorIPS2_S4_EE@Base
>  0.9.7
> +#MISSING: 0.9.7-1# 
> (optional=templinst)_ZNSt6vectorIPN4INDI8PropertyESaIS2_EE5eraseEN9__gnu_cxx17__normal_iteratorIPS2_S4_EE@Base
>  0.9.7
> + 
> _ZNSt6vectorIPN4INDI8PropertyESaIS2_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS2_S4_EE@Base
>  0.9.7-1
>   _ZTIFvPKcddE@Base 0.9.7
>   _ZTIFvPKciE@Base 0.9.7
>   _ZTIN4INDI10BaseDeviceE@Base 0.9.7
> dh_makeshlibs: failing due to earlier errors
> make[1]: *** [override_dh_makeshlibs] Error 2
> debian/rules:19: recipe for target 'override_dh_makeshlibs' failed

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150707225135.ga5...@jirafa.cyrius.com



Bug#454821: FTBFS with GCC 4.3: missing #includes & co

2007-12-07 Thread Martin Michlmayr
 
> declared in this scope
> In file included from libartsflow_la.all_cc.cc:5:
> /build/tbm/arts-1.5.8/./flow/pipebuffer.cc: In constructor 
> 'Arts::PipeSegment::PipeSegment(long int, void*)':
> /build/tbm/arts-1.5.8/./flow/pipebuffer.cc:33: error: 'memcpy' was not 
> declared in this scope
> /build/tbm/arts-1.5.8/./flow/pipebuffer.cc: In member function 'long int 
> Arts::PipeBuffer::read(long int, void*)':
> /build/tbm/arts-1.5.8/./flow/pipebuffer.cc:132: error: 'memcpy' was not 
> declared in this scope
> make[4]: *** [libartsflow_la.all_cc.lo] Error 1
> make[4]: Leaving directory `/build/tbm/arts-1.5.8/obj-x86_64-linux-gnu/flow'
> make[3]: *** [all-recursive] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#441614: #warning and -pedantic

2007-12-09 Thread Martin Michlmayr
You cannot use #warning together with -pedantic.  You have to get rid
of one or the other.

(sid)2537:[EMAIL PROTECTED]: ~/src] cat > t.cc
#warning "foo"
(sid)2538:[EMAIL PROTECTED]: ~/src] /usr/lib/gcc-snapshot/bin/g++ -c t.cc
t.cc:1:2: warning: #warning "foo"
(sid)2539:[EMAIL PROTECTED]: ~/src] /usr/lib/gcc-snapshot/bin/g++ -c -pedantic 
t.cc
t.cc:1:2: error: #warning is a GCC extension
t.cc:1:2: warning: #warning "foo"
zsh: exit 1 /usr/lib/gcc-snapshot/bin/g++ -c -pedantic t.cc

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#456084: FTBFS with GCC 4.3: #define redefined

2007-12-12 Thread Martin Michlmayr
Package: kdebase
Version: 4:3.5.8.dfsg.1-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  GCC 4.3 has converted a number
of warnings into errors.  With GCC 4.3, you're no longer to
just redefine a previous #define.  You need to either avoid
redefinitions directly or to use #ifndef to make sure that something
has not been defined already.  See
http://www.cyrius.com/journal/gcc/gcc-4.3-pedwarn.html

You can reproduce this problem with gcc-snapshot from unstable.  Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere.  I suggest you talk to your upstream.

> Automatic build of kdebase_4:3.5.8.dfsg.1-2 on em64t by sbuild/amd64 0.53
...
> mkdir .libs
>  g++ -DHAVE_CONFIG_H -I. -I../.. 
> -I/build/tbm/kdebase-3.5.8.dfsg.1/./kcontrol/konqhtml 
> -I/build/tbm/kdebase-3.5.8.dfsg.1/./libkonq 
> -I/build/tbm/kdebase-3.5.8.dfsg.1/./kcontrol/input -I/usr/include/kde 
> -I/usr/share/qt3/include -I. -I/usr/include/sasl -DQT_THREAD_SUPPORT 
> -D_REENTRANT -D_LARGE_FILES=1 -Wno-long-long -Wundef -ansi 
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W 
> -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -DSMB_CTX_FLAG_USE_KERBEROS 
> -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS -g -Wall -O2 -Wformat-security 
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c 
> kcm_konqhtml_la.all_cpp.cpp  -fPIC -DPIC -o .libs/kcm_konqhtml_la.all_cpp.o
> In file included from kcm_konqhtml_la.all_cpp.cpp:7:
> /build/tbm/kdebase-3.5.8.dfsg.1/./kcontrol/konqhtml/appearance.cpp:330:1: 
> error: "READ_ENTRY" redefined
> In file included from kcm_konqhtml_la.all_cpp.cpp:3:
> /build/tbm/kdebase-3.5.8.dfsg.1/./kcontrol/konqhtml/htmlopts.cpp:219:1: 
> error: this is the location of the previous definition
> In file included from /usr/include/kde/kaboutdata.h:24,
>  from 
> /build/tbm/kdebase-3.5.8.dfsg.1/./kcontrol/konqhtml/main.cpp:41,
>  from kcm_konqhtml_la.all_cpp.cpp:10:
> /usr/share/qt3/include/qimage.h: In member function 'bool 
> QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
> /usr/share/qt3/include/qimage.h:58: warning: suggest parentheses around && 
> within ||
> make[4]: *** [kcm_konqhtml_la.all_cpp.lo] Error 1
> make[4]: Leaving directory 
> `/build/tbm/kdebase-3.5.8.dfsg.1/obj-x86_64-linux-gnu/kcontrol/konqhtml'
> make[3]: *** [all-recursive] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#461675: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: kdegraphics
Version: 4:3.5.8-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

> Automatic build of kdegraphics_4:3.5.8-2 on em64t by sbuild/amd64 0.53
...
>  g++ -DHAVE_CONFIG_H -I. 
> -I/build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu 
> -I../../../.. -I/build/tbm/kdegraphics-3.5.8/. -I/usr/include/kde 
> -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT 
> -D_LARGE_FILES=1 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
> -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
> -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 -Wformat-security 
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c 
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/Arrays.cpp  
> -fPIC -DPIC -o .libs/Arrays.o
> In file included from 
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GException.h:122,
>  from 
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/Arrays.h:66,
>  from 
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/Arrays.cpp:64:
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/DjVuGlobal.h:73:18:
>  error: new.h: No such file or directory
^^
> In file included from 
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/Arrays.h:67,
>  from 
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/Arrays.cpp:64:
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:117:
>  error: expected ',' or '...' before 'n'
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:117:
>  error: ISO C++ forbids declaration of 'size_t' with no type
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:119:
>  error: expected ',' or '...' before 'n'
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:119:
>  error: ISO C++ forbids declaration of 'size_t' with no type
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:120:
>  error: expected ',' or '...' before 'n'
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:120:
>  error: ISO C++ forbids declaration of 'size_t' with no type
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:121:
>  error: expected ',' or '...' before 't'
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:121:
>  error: ISO C++ forbids declaration of 'size_t' with no type
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:126:
>  error: 'size_t' does not name a type
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:
>  In member function 'GPBufferBase::operator int() const':
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:123:
>  error: 'num' was not declared in this scope
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:
>  At global scope:
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:133:
>  error: expected ',' or '...' before 'n'
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:133:
>  error: ISO C++ forbids declaration of 'size_t' with no type
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:134:
>  error: expected ',' or '...' before 'n'
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:134:
>  error: ISO C++ forbids declaration of 'size_t' with no type
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:
>  In constructor 'GPBuffer::GPBuffer(TYPE*&, int)':
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:133:
>  error: 'n' was not declared in this scope
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:
>  In member function 'void GPBuffer::resize(int)':
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:134:
>  error: 'n' was not declared in this scope
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:
>  At global scope:
> /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:341:
>  warning: unused parameter 'obj'
...

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#441542: More problems

2008-01-20 Thread Martin Michlmayr
There are more problems with 4.3: in GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

> Automatic build of kdemultimedia_4:3.5.8-1 on em64t by sbuild/amd64 0.53
...
> make[6]: Entering directory 
> `/build/tbm/kdemultimedia-3.5.8/obj-x86_64-linux-gnu/mpeglib/example/yaf/yafvorbis'
> g++ -DHAVE_CONFIG_H -I. -I../../../.. 
> -I/build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis 
> -I../../include -I../../include/vorbis/include -I/usr/include/kde 
> -I/usr/share/qt3/include -I.  -I/usr/include/speex -I/usr/include/kde/arts  
> -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi 
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W 
> -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 -Wformat-security 
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o vorbis_control.o 
> /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp
> /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:22:22:
>  error: iostream.h: No such file or directory
> /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:
>  In function 'void control_vorbis(InputInterface*, OutputInterface*, 
> InputDecoder*)':
> /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:43:
>  error: 'cout' was not declared in this scope
> /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:43:
>  error: 'endl' was not declared in this scope
> /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:
>  In function 'void usage()':
> /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:61:
>  error: 'cout' was not declared in this scope
> /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:61:
>  error: 'endl' was not declared in this scope
> /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:
>  In function 'int main(int, char**)':
> /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:82:
>  error: 'cout' was not declared in this scope
> make[6]: *** [vorbis_control.o] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#456084: pedwarnings no longer errors in GCC 4.3

2008-01-20 Thread Martin Michlmayr
user [EMAIL PROTECTED]
usertag 456084 - ftbfs-gcc-4.3
retitle 456084 gcc warnings: #define redefined
severity 456084 minor
thanks

I mentioned that GCC 4.3 converted a number of C++ warnings into
errors.  This change has now been reverted after a lot of
discussion.  I just compiled your package with the latest snapshot
of GCC 4.3 and it compiles now, so I'm downgrading this bug.  There
will be changes in GCC 4.4 as to how these warnings are handled,
but I believe this one will stay a warning, so I don't mind if you
simply close this bug report.

Sorry for all the hassle.  I filed this bug only after there was
a big discussion with the consensus that these messages would be
errors in 4.3, but recently there was yet another discussion with
a different outcome.

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#504870: FTBFS with GCC 4.4: #elif used instead of #else

2008-11-07 Thread Martin Michlmayr
Package: koffice
Version: 1:1.6.3-7
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 will introduce better checks in the preprocessor.  The problem
is pretty obvious: you're using a #elif without any condition when
you really want a #else.

You can reproduce this problem with gcc-snapshot from unstable.

> Automatic build of koffice_1:1.6.3-7 on em64t by sbuild/amd64 0.53
...
>  g++ -DHAVE_CONFIG_H -I. -I.. -I/build/tbm/koffice-1.6.3/./kspread 
> -I/build/tbm/koffice-1.6.3/./lib/kofficeui -I../lib/kofficeui 
> -I/build/tbm/koffice-1.6.3/./lib/kofficecore -I../lib/kofficecore 
> -I/build/tbm/koffice-1.6.3/./lib/store -I../lib/store 
> -I/build/tbm/koffice-1.6.3/./lib/kwmf -I../lib/kwmf 
> -I/build/tbm/koffice-1.6.3/./lib/kopalette -I../lib/kopalette 
> -I/build/tbm/koffice-1.6.3/./lib/kotext -I../lib/kotext 
> -I/build/tbm/koffice-1.6.3/./lib/interfaces 
> -I/build/tbm/koffice-1.6.3/./kspread/tests -Idialogs 
> -I/build/tbm/koffice-1.6.3/./interfaces 
> -I/build/tbm/koffice-1.6.3/./kchart/kdchart -I/usr/include/kde 
> -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long 
> -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
> -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -g 
> -Wall -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
> -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
> -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION 
> -DHAVE_KNEWSTUFF -c libkspreadcommon_la.all_cc.cc  -fPIC -DPIC -o 
> .libs/libkspreadcommon_la.all_cc.o
> In file included from libkspreadcommon_la.all_cc.cc:2:
> /build/tbm/koffice-1.6.3/./kspread/digest.cc:53:6: error: #elif with no 
> expression
> In file included from /usr/share/qt3/include/qdragobject.h:50,
>  from /build/tbm/koffice-1.6.3/./kspread/kspread_sheet.h:26,

--- kspread/digest.cc~  2008-11-07 17:25:29.0 +
+++ kspread/digest.cc   2008-11-07 17:25:36.0 +
@@ -50,7 +50,7 @@
 
 #if  SIZEOF_INT == 4
 typedef unsigned int sal_uInt32;
-#elif
+#else
 typedef unsigned long sal_uInt32;
 #endif
 

-- 
Martin Michlmayr
http://www.cyrius.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#505428: FTBFS with GCC 4.4: missing #include

2008-11-12 Thread Martin Michlmayr
Package: kdesdk
Version: 4:3.5.9-2
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

> Automatic build of kdesdk_4:3.5.9-2 on em64t by sbuild/amd64 0.53
...
> mkdir .libs
>  g++ -DHAVE_CONFIG_H -I. -I/build/tbm/kdesdk-3.5.9/./kbabel/common/libgettext 
> -I../../.. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi 
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W 
> -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -g -Wall -O2 -Wformat-security 
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c pofiles.cc  -fPIC -DPIC -o 
> .libs/pofiles.o
> pofiles.cc: In member function 'int GettextBaseFlexLexer::yyinput()':
> pofiles.cc:1263: error: 'EOF' was not declared in this scope
> make[5]: *** [pofiles.lo] Error 1

--- poxml/antlr/antlr/CharScanner.hpp~  2008-11-12 08:35:50.0 +
+++ poxml/antlr/antlr/CharScanner.hpp   2008-11-12 08:35:57.0 +
@@ -41,6 +41,7 @@
 #include "antlr/InputBuffer.hpp"
 #include "antlr/BitSet.hpp"
 #include "antlr/LexerSharedInputState.hpp"
+#include 
 #include 
 
 ANTLR_BEGIN_NAMESPACE(antlr)
--- kbabel/common/libgettext/pofiles.cc~2008-11-12 08:13:03.0 
+
+++ kbabel/common/libgettext/pofiles.cc 2008-11-12 08:13:26.0 +
@@ -95,6 +95,7 @@
 /* begin standard C++ headers. */
 #include  
 #include 
+#include 
 #include 
 #include 
 /* end standard C++ headers. */

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#505425: Ships with a copy of antlr

2008-11-12 Thread Martin Michlmayr
Package: kdesdk
Version: 4:3.5.9-2

kdesdk ships with a copy of antlr instead of build-depending on it.

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#526211: FTBFS with GCC 4.4: missing #include

2009-04-29 Thread Martin Michlmayr
Package: kdebindings
Version: 4:4.2.2-3
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.4

Your package fails to build with GCC 4.4, which has cleaned up some more
C++ headers.  You always have to #include headers directly and cannot
rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable or
gcc-4.4 from experimental.

I didn't generated a patch since I'd assume this is fixed upstream
already.

> Automatic build of kdebindings_4:4.2.2-3 on em64t by sbuild/amd64 0.53
...
> [ 84%] Building CXX object 
> csharp/qyoto/CMakeFiles/qyotoshared.dir/src/qyotosmokebinding.o
> cd csharp/qyoto && /usr/lib/gcc-snapshot/bin/c++   -D_BSD_SOURCE 
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII 
> -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DQT3_SUPPORT -Dqyotoshared_EXPORTS 
> -Wall -g -O2 -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align 
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions 
> -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics 
> -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -DQT_NO_DEBUG -fPIC 
> -I. -I../../../csharp/qyoto -I../../.. -I../.. -I../../../smoke 
> -I../../../smoke/qt -I../../../csharp/qyoto/src -I/usr/include/KDE 
> -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
> -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtHelp 
> -I/usr/include/qt4/QtAssistant -I/usr/include/qt4/QtDBus 
> -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools 
> -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtXml 
> -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtOpenGL 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDesigner 
> -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui 
> -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
> -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4   -D_GNU_SOURCE 
> -D_LARGEFILE64_SOURCE -o CMakeFiles/qyotoshared.dir/src/qyotosmokebinding.o 
> -c ../../../csharp/qyoto/src/qyotosmokebinding.cpp
> ../../../csharp/qyoto/src/qyotosmokebinding.cpp: In member function 'virtual 
> void Qyoto::Binding::deleted(short int, void*)':
> ../../../csharp/qyoto/src/qyotosmokebinding.cpp:47: error: 'printf' was not 
> declared in this scope
> ../../../csharp/qyoto/src/qyotosmokebinding.cpp:48: error: 'stdout' was not 
> declared in this scope
> ../../../csharp/qyoto/src/qyotosmokebinding.cpp:48: error: 'fflush' was not 
> declared in this scope
> ../../../csharp/qyoto/src/qyotosmokebinding.cpp: In member function 'virtual 
> bool Qyoto::Binding::callMethod(short int, void*, Smoke::StackItem*, bool)':
> ../../../csharp/qyoto/src/qyotosmokebinding.cpp:92: error: 'printf' was not 
> declared in this scope
> ../../../csharp/qyoto/src/qyotosmokebinding.cpp:99: error: 'printf' was not 
> declared in this scope
> ../../../csharp/qyoto/src/qyotosmokebinding.cpp:100: error: 'stdout' was not 
> declared in this scope
> ../../../csharp/qyoto/src/qyotosmokebinding.cpp:100: error: 'fflush' was not 
> declared in this scope
> make[3]: *** 
> [csharp/qyoto/CMakeFiles/qyotoshared.dir/src/qyotosmokebinding.o] Error 1
> make[3]: Leaving directory `/build/tbm/kdebindings-4.2.2/obj-x86_64-linux-gnu'
> make[2]: *** [csharp/qyoto/CMakeFiles/qyotoshared.dir/all] Error 2
> make[2]: Leaving directory `/build/tbm/kdebindings-4.2.2/obj-x86_64-linux-gnu'

-- 
Martin Michlmayr
http://www.cyrius.com/



--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#526211: FTBFS with GCC 4.4: missing #include

2009-06-05 Thread Martin Michlmayr
found 526211 4:4.2.4-1
thanks

Did you forward this upstream?

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#548708: FTBFS with GCC 4.4: #elif is missing defined()

2009-09-28 Thread Martin Michlmayr
Package: wv2
Version: 0.4.0.dfsg-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.4
Tags: patch

This package fails to build with GCC 4.4 which has introduced better
checks in the preprocessor.  Your code does something like:

 #ifdef A
 #elif B
 #endif

but the #elif is wrong: #elif requires a condition whereas you're
trying to test whether B is defined.  You therefore have to use:
 #elif defined(B)

You can reproduce this problem with gcc-4.4/g++-4.4 from unstable.

> Automatic build of wv2_0.4.0.dfsg-1 on em64t by sbuild/amd64 0.53
...
> [ 41%] Building CXX object src/CMakeFiles/wv2.dir/ustring.cpp.o
> cd /build/tbm/wv2-0.4.0.dfsg/obj-x86_64-linux-gnu/src && /usr/bin/c++   
> -Dwv2_EXPORTS -DHAVE_CONFIG_H -g -O2  -fPIC -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 
> -I/build/tbm/wv2-0.4.0.dfsg/src 
> -I/build/tbm/wv2-0.4.0.dfsg/obj-x86_64-linux-gnu   -o 
> CMakeFiles/wv2.dir/ustring.cpp.o -c /build/tbm/wv2-0.4.0.dfsg/src/ustring.cpp
> /build/tbm/wv2-0.4.0.dfsg/src/ustring.cpp:81:23: error: #elif with no 
> expression
> /build/tbm/wv2-0.4.0.dfsg/src/ustring.cpp:94:23: error: #elif with no 
> expression
> make[3]: *** [src/CMakeFiles/wv2.dir/ustring.cpp.o] Error 1
> make[3]: Leaving directory `/build/tbm/wv2-0.4.0.dfsg/obj-x86_64-linux-gnu'
> make[2]: *** [src/CMakeFiles/wv2.dir/all] Error 2
> make[2]: Leaving directory `/build/tbm/wv2-0.4.0.dfsg/obj-x86_64-linux-gnu'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/tbm/wv2-0.4.0.dfsg/obj-x86_64-linux-gnu'
> dh_auto_build: make returned exit code 2
> make: *** [build] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- src/ustring.cpp~2009-09-28 09:27:00.0 +
+++ src/ustring.cpp 2009-09-28 09:27:59.0 +
@@ -78,9 +78,9 @@
 {
 #if defined(HAVE_FUNC_ISINF)
   return (isinf(d) == 1);
-#elif HAVE_FUNC_FINITE
+#elif defined(HAVE_FUNC_FINITE)
   return finite(d) == 0 && d == d; // ### can we distinguish between + and - ?
-#elif HAVE_FUNC__FINITE
+#elif defined(HAVE_FUNC__FINITE)
   return _finite(d) == 0 && d == d; // ###
 #else
   return false;
@@ -91,9 +91,9 @@
 {
 #if defined(HAVE_FUNC_ISINF)
   return (isinf(d) == -1);
-#elif HAVE_FUNC_FINITE
+#elif defined(dHAVE_FUNC_FINITE)
   return finite(d) == 0 && d == d; // ###
-#elif HAVE_FUNC__FINITE
+#elif defined(HAVE_FUNC__FINITE)
   return _finite(d) == 0 && d == d; // ###
 #else
   return false;

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#350725: Please upgrade build depends to libmysqlclient15-dev

2006-01-31 Thread Martin Michlmayr
Package: qt-x11-free
Version: 3:3.3.5-3
Severity: important
Tags: transition-libmysqlclient15-dev

Please upgrade the build dependencies of your package to use
libmysqlclient15-dev

I'm trying to built qt-x11-free on armeb but it fails because it
depends on libmysqlclient12-dev which cannot be built anymore because
libreadline4 has been removed...

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#350642: Please move to libreadline5-dev

2006-01-31 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2006-01-31 11:49]:
> FWIW, I basically want to build aptitude on armeb but the dependency
> chain goes like this:
> aptitude
>  cppunit
>doxygen
>   libqt3-mt-dev, libqt3-compat-headers (qt-x11-free)
>libmysqlclient12-dev (mysql-dfsg) -> needs readline4 that's
>... plus other stuff here I already built ...

Err, blah, this won't really help much.  Because mysql-dfsg-4.1 needs
doxygen which in turn needs qt-x11-free to build...

I think I'll just locally build libreadline4, build mysql-dfsg with
it, get qt-x11-free to build and then build oxygen, and then I can
build mysql-dfsg-4.1 and re-build qt-x11-free when it has been
upgraded to the new mysql...
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#350642: Please move to libreadline5-dev

2006-01-31 Thread Martin Michlmayr
* Christian Hammers <[EMAIL PROTECTED]> [2006-01-31 02:19]:
> > Package: mysql-dfsg
> > Version: 4.0.24-10sarge1
> > Severity: serious
> > 
> > libreadline4-dev has been removed from the archive (see #339320),
> > please change your build-depends to libreadline5-dev.
> 
> MySQL 4.0 and 4.1 will be removed from testing/unstable as soon as all
> packages have rebuild against libmysqlclient15 (see OngoingTransitions
> on wiki.debian.net)

My problem is that I'm trying to build qt-x11-free on armeb but it
needs libmysqlclient12, but building it (mysql-dfsg) fails because
readline4 is gone.  I looked at the transition page and cannot find a
bug on qt-x11-free.  I'll file one now and hope that this is done
soon.

FWIW, I basically want to build aptitude on armeb but the dependency
chain goes like this:

aptitude
 cppunit
   doxygen
  libqt3-mt-dev, libqt3-compat-headers (qt-x11-free)
   libmysqlclient12-dev (mysql-dfsg) -> needs readline4 that's
   ... plus other stuff here I already built ...

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#356893: FTBFS with G++ 4.1: extra qualification

2006-03-14 Thread Martin Michlmayr
Package: kdenetwork
Version: 4:3.5.1-2
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of kdenetwork_4:3.5.1-2 on bigsur by sbuild/mips 1.94
...
>  g++ -DHAVE_CONFIG_H -I. 
> -I/build/tbm/kdenetwork-3.5.1/./kopete/protocols/meanwhile -I../../.. 
> -I/build/tbm/kdenetwork-3.5.1/./kopete/libkopete -I../../../kopete/libkopete 
> -I/build/tbm/kdenetwork-3.5.1/./kopete/libkopete/avdevice 
> -I/build/tbm/kdenetwork-3.5.1/./kopete/libkopete/ui 
> -I../../../kopete/libkopete/ui 
> -I/build/tbm/kdenetwork-3.5.1/./kopete/protocols/meanwhile/ui -I./ui 
> -I/usr/include/kde -I/usr/share/qt3/include -I. -I/usr/include/meanwhile 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DQT_THREAD_SUPPORT 
> -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wno-long-long -Wundef -ansi 
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
> -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 
> -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
> -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
> -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT 
> kopete_meanwhile_la.all_cpp.lo -MD -MP -MF 
> .deps/kopete_meanwhile_la.all_cpp.Tpo -c kopete_meanwhile_la.all_cpp.cpp  
> -fPIC -DPIC -o .libs/kopete_meanwhile_la.all_cpp.o
> /build/tbm/kdenetwork-3.5.1/./kopete/protocols/meanwhile/meanwhilesession.h:187:
>  error: extra qualification 'MeanwhileSession::' on member 
> 'createConversationData'
> /build/tbm/kdenetwork-3.5.1/./kopete/protocols/meanwhile/meanwhileplugin.cpp:35:
>  warning: unused parameter 'menu'
> make[6]: *** [kopete_meanwhile_la.all_cpp.lo] Error 1


--- kdenetwork-3.5.1/kopete/protocols/meanwhile/meanwhilesession.h~ 
2006-03-14 15:48:24.0 +
+++ kdenetwork-3.5.1/kopete/protocols/meanwhile/meanwhilesession.h  
2006-03-14 15:48:35.0 +
@@ -182,7 +182,7 @@
  *conversation
  * @return The created conversation data struct
  */
-struct ConversationData *MeanwhileSession::createConversationData(
+struct ConversationData *createConversationData(
     struct mwConversation *conv, MeanwhileContact *contact,
 bool createQueue = false);
 

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#364630: FTBFS with GCC 4.2: invalid use of incomplete type

2006-04-24 Thread Martin Michlmayr
Package: koffice
Version: 1:1.5.0-1

Your package fails to build with GCC 4.2.  Version 4.2 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  I assume the problem below is
because G++ is constantly becoming stricter regarding the C++
standard.  However, if you believe this is a bug in the compiler
please let me know.  You can reproduce the problem with the
gcc-snapshot package.


> Automatic build of koffice_1:1.5.0-1 on test.track.rz.uni-augsburg.de by 
> sbuild/powerpc 0.44
...
>  g++ -DHAVE_CONFIG_H -I. -I/build/tbm/koffice-1.5.0/./lib/kross/api 
> -I../../.. -I/build/tbm/koffice-1.5.0/./lib/kross -I../../../lib/kross 
> -I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT 
> -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
> -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG 
> -DNO_DEBUG -O2 -g -Wall -O2 -Wformat-security -Wmissing-format-attribute 
> -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common 
> -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
> -DQT_NO_TRANSLATION -DHAVE_KNEWSTUFF -fexceptions -c 
> libkrossapi_la.all_cpp.cpp  -fPIC -DPIC -o .libs/libkrossapi_la.all_cpp.o
> /build/tbm/koffice-1.5.0/./lib/kross/api/object.h: In static member function 
> 'static T* Kross::Api::Object::fromObject(KSharedPtr)':
> /build/tbm/koffice-1.5.0/./lib/kross/api/object.h:202: error: invalid use of 
> incomplete type 'struct Kross::Api::Exception'
> /build/tbm/koffice-1.5.0/./lib/kross/api/object.h:41: error: forward 
> declaration of 'struct Kross::Api::Exception'
> make[6]: *** [libkrossapi_la.all_cpp.lo] Error 1
> make[6]: Leaving directory 
> `/build/tbm/koffice-1.5.0/obj-powerpc-linux-gnu/lib/kross/api'

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#366633: FTBFS with GCC 4.2: invalid conversion from 'int' to 'khtml::EBorderStyle'

2006-05-09 Thread Martin Michlmayr
Package: kdelibs
Version: 4:3.5.2-2

Your package fails to build with GCC 4.2.  Version 4.2 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  The bug below appears to be in
your package and not because I'm using a snapshot of the compiler so
please take a look at it.  You can reproduce this with the
gcc-snapshot package.


> Automatic build of kdelibs_4:3.5.2-2 on test.track.rz.uni-augsburg.de by 
> sbuild/powerpc 0.44
...
>  g++ -DHAVE_CONFIG_H -I. -I/build/tbm/kdelibs-3.5.2/./khtml/misc -I../.. 
> -I../../dcop -I../../kdecore -I../../kio/kssl -I../../kjs 
> -I/build/tbm/kdelibs-3.5.2/. -I/build/tbm/kdelibs-3.5.2/./dcop 
> -I/build/tbm/kdelibs-3.5.2/./kio -I/build/tbm/kdelibs-3.5.2/./libltdl 
> -I/build/tbm/kdelibs-3.5.2/./khtml -I/build/tbm/kdelibs-3.5.2/./kutils 
> -I/build/tbm/kdelibs-3.5.2/./dcop -I/build/tbm/kdelibs-3.5.2/./libltdl 
> -I/build/tbm/kdelibs-3.5.2/./kdefx -I../../kdecore 
> -I/build/tbm/kdelibs-3.5.2/./kdecore -I/build/tbm/kdelibs-3.5.2/./kdeui 
> -I/build/tbm/kdelibs-3.5.2/./kio -I/build/tbm/kdelibs-3.5.2/./kio/kio 
> -I/build/tbm/kdelibs-3.5.2/./kio/kfile -I/build/tbm/kdelibs-3.5.2/. 
> -I/usr/share/qt3/include -I. -I/usr/include/kde -DQT_THREAD_SUPPORT 
> -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
> -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG 
> -DNO_DEBUG -O2 -g -Wall -O2 -DDEBIAN_VERSION=4:3.5.2-2 -Wformat-security 
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c libkhtmlmisc_la.all_cpp.cpp 
>  -fPIC -DPIC -o .libs/libkhtmlmisc_la.all_cpp.o
> /build/tbm/kdelibs-3.5.2/./khtml/rendering/render_style.h: In member function 
> 'khtml::EBorderStyle khtml::CollapsedBorderValue::style() const':
> /build/tbm/kdelibs-3.5.2/./khtml/rendering/render_style.h:267: warning: 
> enumeral and non-enumeral type in conditional expression
> /build/tbm/kdelibs-3.5.2/./khtml/rendering/render_style.h:267: error: invalid 
> conversion from 'int' to 'khtml::EBorderStyle'
> make[4]: *** [libkhtmlmisc_la.all_cpp.lo] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#368884: FTBFS with GCC 4.2: invalid conversion

2006-05-25 Thread Martin Michlmayr
Package: kdegraphics
Version: 4:3.5.2-1

Your package fails to build with GCC 4.2.  Version 4.2 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  The bug below is in your package
and not because I'm using a snapshot of the compiler so please take a
look at it.  You can reproduce this with the gcc-snapshot package.


> Automatic build of kdegraphics_4:3.5.2-1 on test.track.rz.uni-augsburg.de by 
> sbuild/powerpc 0.44
...
>  g++ -DHAVE_CONFIG_H -I. 
> -I/build/tbm/kdegraphics-3.5.2/./ksvg/impl/libs/libtext2path/src 
> -I../../../../.. -I/usr/include -I/usr/include/freetype2 -I/usr/include/kde 
> -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT 
> -D_FILE_OFFSET_BITS=64 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
> -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
> -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 -Wformat-security 
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -c 
> libtext2path_la.all_cpp.cpp  -fPIC -DPIC -o .libs/libtext2path_la.all_cpp.o
> /build/tbm/kdegraphics-3.5.2/./ksvg/impl/libs/libtext2path/src/GlyphTracer.cpp:
>  In member function 'FT_Outline_Funcs* T2P::GlyphTracer::outlineFuncs()':
> /build/tbm/kdegraphics-3.5.2/./ksvg/impl/libs/libtext2path/src/GlyphTracer.cpp:65:
>  error: invalid conversion from 'int (*)(FT_Vector*, void*)' to 'int 
> (*)(const FT_Vector*, void*)'
> /build/tbm/kdegraphics-3.5.2/./ksvg/impl/libs/libtext2path/src/GlyphTracer.cpp:66:
>  error: invalid conversion from 'int (*)(FT_Vector*, void*)' to 'int 
> (*)(const FT_Vector*, void*)'
> /build/tbm/kdegraphics-3.5.2/./ksvg/impl/libs/libtext2path/src/GlyphTracer.cpp:67:
>  error: invalid conversion from 'int (*)(FT_Vector*, FT_Vector*, void*)' to 
> 'int (*)(const FT_Vector*, const FT_Vector*, void*)'
> /build/tbm/kdegraphics-3.5.2/./ksvg/impl/libs/libtext2path/src/GlyphTracer.cpp:68:
>  error: invalid conversion from 'int (*)(FT_Vector*, FT_Vector*, FT_Vector*, 
> void*)' to 'int (*)(const FT_Vector*, const FT_Vector*, const FT_Vector*, 
> void*)'
> /build/tbm/kdegraphics-3.5.2/./ksvg/impl/libs/libtext2path/src/Converter.cpp: 
> In member function 'T2P::SharedGlyph T2P::Converter::calcGlyph(const 
> T2P::GlyphRenderParams*, T2P::Affine&, bool)':
> /build/tbm/kdegraphics-3.5.2/./ksvg/impl/libs/libtext2path/src/Converter.cpp:195:
>  warning: dereferencing type-punned pointer will break strict-aliasing rules
> make[7]: *** [libtext2path_la.all_cpp.lo] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#368884: not 4.2

2006-06-03 Thread Martin Michlmayr
severity 369113 serious
retitle 369113 FTBFS: invalid conversion; FT_Vector
severity 368884 serious
retitle 368884 FTBFS: invalid conversion; FT_Vector
thanks

This has nothing to do with gcc 4.2.  It happens with gcc 4.0 too.
It's because of a change in freetype2, see e.g. how it was fixed in
lasi:

 lasi (1.0.5-3) unstable; urgency=low
 .
   * debian/patches/outline-funcs-prototypes.patch: Fixed definitions of
 some functions such that they match the prototypes defined in
 /usr/include/freetype2/freetype/ftimage.h.  The package now builds
 correctly in Debian unstable with g++_4.0.3-3 (closes: #370112)

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#378044: FTBFS with GCC 4.2: error: no matches converting function 'marshall_ItemList...

2006-07-12 Thread Martin Michlmayr
dlers.cpp:1728: 
> error: no matches converting function 'marshall_ItemList' to type 'void 
> (*)(class Marshall*)'
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1310: 
> error: candidates are: template ItemListIterator, const char* ItemSTR> void marshall_ItemList(Marshall*)
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1731: 
> error: '::QCanvasItemListSTR' cannot appear in a constant-expression
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1731: 
> error: no matches converting function 'marshall_ItemList' to type 'void 
> (*)(class Marshall*)'
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1310: 
> error: candidates are: template ItemListIterator, const char* ItemSTR> void marshall_ItemList(Marshall*)
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1826: 
> error: '::QVariantListSTR' cannot appear in a constant-expression
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1826: 
> error: no matches converting function 'marshall_ValueItemList' to type 'void 
> (*)(class Marshall*)'
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1734: 
> error: candidates are: template ItemListIterator, const char* ItemSTR> void marshall_ValueItemList(Marshall*)
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1827: 
> error: '::QPixmapListSTR' cannot appear in a constant-expression
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1827: 
> error: no matches converting function 'marshall_ValueItemList' to type 'void 
> (*)(class Marshall*)'
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1734: 
> error: candidates are: template ItemListIterator, const char* ItemSTR> void marshall_ValueItemList(Marshall*)
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1828: 
> error: '::QIconDragItemListSTR' cannot appear in a 
> constant-expression
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1828: 
> error: no matches converting function 'marshall_ValueItemList' to type 'void 
> (*)(class Marshall*)'
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1734: 
> error: candidates are: template ItemListIterator, const char* ItemSTR> void marshall_ValueItemList(Marshall*)
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1829: 
> error: '::QImageTextKeyLangListSTR' cannot appear in a 
> constant-expression
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1829: 
> error: no matches converting function 'marshall_ValueItemList' to type 'void 
> (*)(class Marshall*)'
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1734: 
> error: candidates are: template ItemListIterator, const char* ItemSTR> void marshall_ValueItemList(Marshall*)
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1830: 
> error: '::QUrlInfoListSTR' cannot appear in a constant-expression
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1830: 
> error: no matches converting function 'marshall_ValueItemList' to type 'void 
> (*)(class Marshall*)'
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1734: 
> error: candidates are: template ItemListIterator, const char* ItemSTR> void marshall_ValueItemList(Marshall*)
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1831: 
> error: '::QTranslatorMessageListSTR' cannot appear in a 
> constant-expression
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1831: 
> error: no matches converting function 'marshall_ValueItemList' to type 'void 
> (*)(class Marshall*)'
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1734: 
> error: candidates are: template ItemListIterator, const char* ItemSTR> void marshall_ValueItemList(Marshall*)
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1832: 
> error: '::QHostAddressListSTR' cannot appear in a constant-expression
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1832: 
> error: no matches converting function 'marshall_ValueItemList' to type 'void 
> (*)(class Marshall*)'
> /build/tbm/kdebindings-3.5.1/./qtruby/rubylib/qtruby/handlers.cpp:1734: 
> error: candidates are: template ItemListIterator, const char* ItemSTR> void marshall_ValueItemList(Marshall*)
> make[6]: *** [libqtrubyinternal_la.all_cpp.lo] Error 1
> make[6]: Leaving directory 
> `/build/tbm/kdebindings-3.5.1/obj-powerpc-linux-gnu/qtruby/rubylib/qtruby'
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Martin Michlmayr
Half of KDE and a number of other applications currently fail to build
with a message similar to:

| *** YOU'RE USING autoconf (GNU Autoconf) 2.60.
| *** KDE requires autoconf 2.53 or newer

Before I file bugs on these packages, I wanted to check whether this
is a known problem and/or whether the new autoconf reports its version
in an incompatible way (that could be changed to avoid these build
failures).

Comments?


The packages affected include the following (but there are probably
some more):

kdbg_2.0.4-1
kde-style-polyester_0.9.2-1
kdeedu_4:3.5.2-1
kdegames_4:3.5.2-1
kdesvn_0.8.5-1
keybled_0.65-6
kile_1:1.9.1-1
klog_0.3.3-2 (#379492)
knetworkmanager_0.09+0.1r550737-1
konserve_0.10.3-2.1
kpowersave_0.6.2-1
ksimus-boolean_0.3.6-9
ksimus-datarecorder_0.3.6-9
ksimus-floatingpoint_0.3.6-9
ksimus_0.3.6-2-10
kst_1.2.1-1
ksubtile_1.2-4
kxmleditor_1.1.4-3
quiteinsanegimpplugin_0.3-6
scribus_1.2.4.1.dfsg-1
xwnc_0.3.3-8
yakuake_2.7.5-1

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Martin Michlmayr
* Stephen Gran <[EMAIL PROTECTED]> [2006-07-25 19:53]:
> > Half of KDE and a number of other applications currently fail to build
> > with a message similar to:
> [...]
> > kst_1.2.1-1
> 
> This is fixed in -2.

Yes, the following packages have newer versions that fixed the bug.
I checked this before filing the bugs.

keybled_0.65-6 -
ksimus-boolean_0.3.6-9 -
ksimus-datarecorder_0.3.6-9 -
ksimus-floatingpoint_0.3.6-9 -
ksimus_0.3.6-2-10 -
kst_1.2.1-1 -

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#379817: FTBFS: doesn't recognize autoconf 2.60

2006-07-25 Thread Martin Michlmayr
Package: kdeedu
Version: 4:3.5.2-1
Severity: serious

Your package fails to build from source because it doesn't recognize
Autoconf 2.60.  A patch similar to
http://websvn.kde.org/branches/KDE/3.5/kde-common/admin/cvs.sh?rev=555946&r1=543983&r2=555946
should fix this problem.  For some background, please see the
discussion at
http://lists.debian.org/debian-devel/2006/07/msg00958.html


> Automatic build of kdeedu_4:3.5.2-1 on juist by sbuild/alpha 0.44
...
> make[1]: Entering directory `/build/tbm/kdeedu-3.5.2/build-tree/kdeedu-3.5.2'
> *** YOU'RE USING autoconf (GNU Autoconf) 2.60.
> *** KDE requires autoconf 2.53 or newer
> make[1]: *** [dist] Error 1
> make[1]: Leaving directory `/build/tbm/kdeedu-3.5.2/build-tree/kdeedu-3.5.2'
> make: *** [debian/stamp-cvs-make] Error 2

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#379816: FTBFS: doesn't recognize autoconf 2.60

2006-07-25 Thread Martin Michlmayr
Package: kdegames
Version: 4:3.5.2-1
Severity: serious

Your package fails to build from source because it doesn't recognize
Autoconf 2.60.  A patch similar to
http://websvn.kde.org/branches/KDE/3.5/kde-common/admin/cvs.sh?rev=555946&r1=543983&r2=555946
should fix this problem.  For some background, please see the
discussion at
http://lists.debian.org/debian-devel/2006/07/msg00958.html


> Automatic build of kdegames_4:3.5.2-1 on usurper by sbuild/amd64 0.46
...
> make[1]: Entering directory 
> `/build/tbm/kdegames-3.5.2/build-tree/kdegames-3.5.2'
> *** YOU'RE USING autoconf (GNU Autoconf) 2.60.
> *** KDE requires autoconf 2.53 or newer
> make[1]: *** [dist] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#392173: FTBFS: /usr/bin/ld: cannot find -lglib-2.0

2006-10-14 Thread Martin Michlmayr
* Steve Robbins <[EMAIL PROTECTED]> [2006-10-14 00:01]:
> reassign 392173 libqt4-dev
> merge 392173 392797

Sorry, I wanted to do that but forgot.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#446403: Whishlist: soundkonverter

2007-10-13 Thread Martin Michlmayr
retitle 446403 RFP: soundkonverter -- KDE frontend to various sound-format 
converters and other utilities
severity 446403 wishlist
reassign 446403 wnpp
merge 416580 446403
thanks

* Stefan Ebner <[EMAIL PROTECTED]> [2007-10-12 22:08]:
> Package: soundkonverter
> Version: 1.3.6
>
> I don't know if this is the right place for it but I'll just try.
> It would be nice to see this great peace of software in debian.

The proper thing to do is file an RFP - a Request for Package, see
http://www.debian.org/devel/wnpp   I just converted your bug report
into a RFP, but someone else actually filed an RFP for soundkonverter
back in March.  I'm CCing the debian-qt-kde@lists.debian.org mailing
list in hope someone there is interested in packaging soundkonverter.

>KDE frontend to various audio converters
>
> With soundKonverter you can convert between various audio file formats. 
> Supported formats are: (encode/decode)
>
> - ogg (e/d)
> - flac (e/d)
> - mp3 (e/d)
> - wav (e/d)
> - wma (d)
>
> Currently supported backends are oggenc, oggdec, flac, lame, ffmpeg 
> (partly), mplayer (partly).
>
> Homepage: http://kde-apps.org/content/show.php?content=29024
>
> **Taken from the ubuntu-package search**
>
> The actual version is in gutsy and maybe you can take it from there if you 
> don't want to package it.
>
> Best regards,
>
>
> Stefan Ebner

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#236443: juk from KDE and juk now

2004-04-01 Thread Martin Michlmayr
   juk | 1.95-1 |   testing | source, alpha, arm, hppa, i386, ia64, 
m68k, mips, mipsel, powerpc, s390, sparc
   juk | 1.95-3 |  unstable | source, alpha, arm, hppa, ia64, m68k, 
mips, mipsel, powerpc, s390, sparc
   juk |  4:3.2.1-1 |  unstable | i386

The KDE 3.2 package builds a juk binary now, but this will maybe not
enter testing soon.  So perhaps a fixed juk should be uploaded
directly to testing-proposed updates?

-- 
Martin Michlmayr
[EMAIL PROTECTED]



Re: KMail nastiness in binary package with Sarge

2004-05-15 Thread Martin Michlmayr
* James Buchanan <[EMAIL PROTECTED]> [2004-05-16 00:23]:
> There is a serious bug in KMail which comes with Debian Sarge which 
> causes the loss of mail (all mail is just deleted for some reason).  
> The version of KMail affected is 1.6.2.
> 
> The KMail package with KDE 3.2.2 should be patched up ASAP and the 
> binary rebuilt before any more unfortunate souls who use KDE lose all 
> their mail!  (If you're as lazy as I am and don't regularly backup 
> your mail folders that is ... :-)
> 
> From the KMail News Page:
> 
> 2004-02-05
> WARNING: There are two critical bugs in KMail 1.6 (KDE 3.2) which can 
> lead to loss of mail. Please apply the patch from the KDE 3.2 info 
> page. 
> 
> Patch: 
> http://download.kde.org/stable/3.2/src/kdepim-3.2.0-HOT_FIX_FOR_KMAIL.patch

It's better to file a bug on the kmail package for such things.  Let's
CC the maintainer.
-- 
Martin Michlmayr
[EMAIL PROTECTED]



Bug#266050: Don't built depend on trm (but libtunepimp-bin)

2004-08-16 Thread Martin Michlmayr
Package: kdemultimedia
Severity: important
Version: 4:3.3.0-1

Please don't built depend on trm (but probably on libtunepimp-bin
instead).  trm should be removed from the archive because sarge is out
(hence severity important).


- Forwarded message from Robert Jordens <[EMAIL PROTECTED]> -

From: Robert Jordens <[EMAIL PROTECTED]>
Subject: Re: Bug#212137 acknowledged by developer (Package exist in Debian now)
Date: Sat, 14 Aug 2004 19:46:06 +0200
To: Martin Michlmayr <[EMAIL PROTECTED]>, Robert Kaye <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
User-Agent: Mutt/1.5.6+20040722i
X-Spam-Status: No, hits=-4.2 required=5.0 tests=BAYES_00,DATE_IN_PAST_12_24 
autolearn=no version=2.64

Hello!

[Sat, 14 Aug 2004] Robert Kaye wrote:
> 
> On Aug 14, 2004, at 10:40 AM, Martin Michlmayr wrote:
> 
> >* Robert Joerdens <[EMAIL PROTECTED]> [2004-03-22 14:06]:
> >>Which is, as stated by me and upstream in the bugreport, rather
> >>misplaced.  libtunepimp-bin (ATM in experimental) contains trm, and
> >>upstream does all its work in the tunepimp codebase. trm standalone
> >>(based on libmusicbrainz) is quite abandoned. I should have tagged
> >>that bug fixed in experimental. the trm package can be removed as
> >>soon as upstream releases a new libtunepimp.
> >
> >So can trm now be removed?  Does libtunepimp-bin have its
> >functionality now?
> 
> I don't know if tunepimp-bin installs the trm, but if it does, then the 
> old trm project can be removed.

libtunepimp-bin installs trm, so trm can be removed.

Robert.

-- 
panic: kernel trap (ignored)



- End forwarded message -

-- 
Martin Michlmayr
[EMAIL PROTECTED]



Bug#266050: Don't built depend on trm (but libtunepimp-bin)

2004-08-16 Thread Martin Michlmayr
* Adeodato Simó <[EMAIL PROTECTED]> [2004-08-16 16:38]:
>   libtunepimp-bin Replaces, Conflicts and Provides trm. AIUI, if trm
>   gets removed from the archive, then libtunepimp-bin will be used to
>   satisfy the build-depends (and depends in the juk package).
> 
>   does this make the required fix "less urgent"?

Thanks for pointing this out.

Chris, as the maintainer of trm and kdemultimedia, can you file for
its removal?
-- 
Martin Michlmayr
[EMAIL PROTECTED]



Bug#266050: trm removed

2004-09-28 Thread Martin Michlmayr
severity 266050 wishlist
thanks

trm has now been removed.  libtunepimp-bin provides trm so this bug is
not urgent, but it would probably be good to update the B-Ds anyway at
some point.
-- 
Martin Michlmayr
[EMAIL PROTECTED]



Desktop task broken on !(i386/powerpc)

2005-01-01 Thread Martin Michlmayr
The "Desktop environment" task is broken on non-i386/powerc machines
because of kdegraphics:

  kdegraphics: Depends: kamera (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kcoloredit (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kdegraphics-kfile-plugins (>= 4:3.2.3-1.1) which is a 
virtual package.
   Depends: kdvi (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kfax (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kgamma (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kghostview (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kiconedit (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kmrml (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kooka (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kpaint (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kpdf (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kpovmodeler (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kruler (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: ksnapshot (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: ksvg (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kuickshow (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kview (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: kviewshell (>= 4:3.2.3-1.1) which is a virtual package.
   Depends: libkscan1 (>= 4:3.2.3-1.1) which is a virtual package.
tasksel: aptitude failed

-- 
Martin Michlmayr
http://www.cyrius.com/