Source: obconf-qt
Version: 0.16.3-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240615 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
> -DOBCONFQT_VERSION=\"0.16.3\" -DPACKAGE_DATA_DIR=\"/usr/share/obconf-qt\"
> -DPIXMAPS_DIR=\"/usr/share/pixmaps\" -DQT_CORE_LIB -DQT_GUI_LIB
> -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII
> -DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_URL_CAST_FROM_STRING
> -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB
> -DTHEME_DIR=\"/usr/share/openbox/themes\"
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/obconf-qt_autogen/include
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/openbox/3.6 -I/usr/include/sysprof-6 -I/usr/include/libxml2
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pango-1.0
> -I/usr/include/harfbuzz -I/usr/include/libmount -I/usr/include/blkid
> -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1
> -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/webp
> -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem
> /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fno-exceptions -Wall -Wextra
> -Wchar-subscripts -Wno-long-long -Wpointer-arith -Wundef -Wformat-security
> -Wnon-virtual-dtor -Woverloaded-virtual -Wpedantic -DQT_NO_KEYWORDS -O2 -g
> -DNDEBUG -std=c++17 -fPIE -fvisibility=hidden -fvisibility-inlines-hidden
> -fPIC -MD -MT src/CMakeFiles/obconf-qt.dir/windows.cpp.o -MF
> CMakeFiles/obconf-qt.dir/windows.cpp.o.d -o
> CMakeFiles/obconf-qt.dir/windows.cpp.o -c /<<PKGBUILDDIR>>/src/windows.cpp
> /<<PKGBUILDDIR>>/src/windows.cpp: In member function ‘void
> Obconf::MainDialog::on_primary_monitor_popup_currentIndexChanged(int)’:
> /<<PKGBUILDDIR>>/src/windows.cpp:97:12: warning: comparison of integer
> expressions of different signedness: ‘int’ and ‘long unsigned int’
> [-Wsign-compare]
> 97 | if(index < G_N_ELEMENTS(strs) && index >= 0) {
> /<<PKGBUILDDIR>>/src/windows.cpp: In member function ‘void
> Obconf::MainDialog::on_place_active_popup_currentIndexChanged(int)’:
> /<<PKGBUILDDIR>>/src/windows.cpp:138:12: warning: comparison of integer
> expressions of different signedness: ‘int’ and ‘long unsigned int’
> [-Wsign-compare]
> 138 | if(index < G_N_ELEMENTS(strs) && index >= 0)
> /<<PKGBUILDDIR>>/src/maindialog.cpp: In destructor ‘virtual
> Obconf::MainDialog::~MainDialog()’:
> /<<PKGBUILDDIR>>/src/maindialog.cpp:61:28: warning: cast between incompatible
> function types from ‘void (*)(gpointer)’ {aka ‘void (*)(void*)’} to ‘GFunc’
> {aka ‘void (*)(void*, void*)’} [-Wcast-function-type]
> 61 | g_list_foreach(themes, (GFunc)g_free, NULL);
> | ^~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/obconf-qt.cpp: In function ‘void obconf_error(gchar*,
> gboolean)’:
> /<<PKGBUILDDIR>>/src/obconf-qt.cpp:51:40: warning: unused parameter ‘modal’
> [-Wunused-parameter]
> 51 | void obconf_error(gchar* msg, gboolean modal) {
> | ~~~~~~~~~^~~~~
> /<<PKGBUILDDIR>>/src/obconf-qt.cpp: In function ‘int main(int, char**)’:
> /<<PKGBUILDDIR>>/src/obconf-qt.cpp:233:36: error: invalid conversion from
> ‘const xmlError*’ {aka ‘const _xmlError*’} to ‘xmlErrorPtr’ {aka
> ‘_xmlError*’} [-fpermissive]
> 233 | xmlErrorPtr e = xmlGetLastError();
> | ~~~~~~~~~~~~~~~^~
> | |
> | const xmlError* {aka const
> _xmlError*}
> /<<PKGBUILDDIR>>/src/moveresize.cpp: In member function ‘void
> Obconf::MainDialog::on_resize_position_currentIndexChanged(int)’:
> /<<PKGBUILDDIR>>/src/moveresize.cpp:181:26: warning: comparison of integer
> expressions of different signedness: ‘int’ and ‘long unsigned int’
> [-Wsign-compare]
> 181 | if(index >= 0 && index < G_N_ELEMENTS(strs)) {
> /<<PKGBUILDDIR>>/src/moveresize.cpp: In member function ‘void
> Obconf::MainDialog::on_fixed_x_popup_currentIndexChanged(int)’:
> /<<PKGBUILDDIR>>/src/moveresize.cpp:187:59: warning: unused parameter ‘index’
> [-Wunused-parameter]
> 187 | void MainDialog::on_fixed_x_popup_currentIndexChanged(int index) {
> | ~~~~^~~~~
> /<<PKGBUILDDIR>>/src/moveresize.cpp: In member function ‘void
> Obconf::MainDialog::on_fixed_y_popup_currentIndexChanged(int)’:
> /<<PKGBUILDDIR>>/src/moveresize.cpp:192:59: warning: unused parameter ‘index’
> [-Wunused-parameter]
> 192 | void MainDialog::on_fixed_y_popup_currentIndexChanged(int index) {
> | ~~~~^~~~~
> /<<PKGBUILDDIR>>/src/moveresize.cpp: In member function ‘void
> Obconf::MainDialog::on_fixed_x_pos_valueChanged(int)’:
> /<<PKGBUILDDIR>>/src/moveresize.cpp:225:50: warning: unused parameter
> ‘newValue’ [-Wunused-parameter]
> 225 | void MainDialog::on_fixed_x_pos_valueChanged(int newValue) {
> | ~~~~^~~~~~~~
> /<<PKGBUILDDIR>>/src/moveresize.cpp: In member function ‘void
> Obconf::MainDialog::on_fixed_y_pos_valueChanged(int)’:
> /<<PKGBUILDDIR>>/src/moveresize.cpp:229:50: warning: unused parameter
> ‘newValue’ [-Wunused-parameter]
> 229 | void MainDialog::on_fixed_y_pos_valueChanged(int newValue) {
> | ~~~~^~~~~~~~
> make[3]: *** [src/CMakeFiles/obconf-qt.dir/build.make:271:
> src/CMakeFiles/obconf-qt.dir/obconf-qt.cpp.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/06/15/obconf-qt_0.16.3-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.