Your message dated Thu, 07 Jan 2021 09:36:22 +0000
with message-id <[email protected]>
and subject line Bug#978181: fixed in pavucontrol-qt 0.16.0-1
has caused the Debian Bug report #978181,
regarding pavucontrol-qt: FTBFS: sinkinputwidget.h:64:22: error: 
‘QString::QString(const char*)’ is private within this context
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
978181: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978181
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pavucontrol-qt
Version: 0.14.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201226 ftbfs-bullseye

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++ 
> -DPAVUCONTROLQT_VERSION=\"0.14.1\" 
> -DPAVUCONTROL_QT_DATA_DIR=\"/usr/share/pavucontrol-qt\" -DQT_CORE_LIB 
> -DQT_DBUS_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 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src 
> -I/<<PKGBUILDDIR>>/src 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/include 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -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/QtDBus -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -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 -O2 -g 
> -DNDEBUG -fPIE -fvisibility=hidden -fvisibility-inlines-hidden -fPIC 
> -std=c++14 -o CMakeFiles/pavucontrol-qt.dir/cardwidget.cc.o -c 
> /<<PKGBUILDDIR>>/src/cardwidget.cc
> In file included from /<<PKGBUILDDIR>>/src/pavucontrol.cc:41:
> /<<PKGBUILDDIR>>/src/sinkinputwidget.h: In constructor 
> ‘SinkInputWidget::SinkMenuItem::SinkMenuItem(SinkInputWidget*, const char*, 
> uint32_t, bool, QObject*)’:
> /<<PKGBUILDDIR>>/src/sinkinputwidget.h:64:22: error: ‘QString::QString(const 
> char*)’ is private within this context
>    64 |             , index(i)
>       |                      ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from /<<PKGBUILDDIR>>/src/minimalstreamwidget.h:25,
>                  from /<<PKGBUILDDIR>>/src/pavucontrol.cc:35:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/pavucontrol.cc:42:
> /<<PKGBUILDDIR>>/src/sourceoutputwidget.h: In constructor 
> ‘SourceOutputWidget::SourceMenuItem::SourceMenuItem(SourceOutputWidget*, 
> const char*, uint32_t, bool, QObject*)’:
> /<<PKGBUILDDIR>>/src/sourceoutputwidget.h:67:22: error: 
> ‘QString::QString(const char*)’ is private within this context
>    67 |             , index(i)
>       |                      ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from /<<PKGBUILDDIR>>/src/minimalstreamwidget.h:25,
>                  from /<<PKGBUILDDIR>>/src/pavucontrol.cc:35:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/mainwindow.cc:31:
> /<<PKGBUILDDIR>>/src/sinkinputwidget.h: In constructor 
> ‘SinkInputWidget::SinkMenuItem::SinkMenuItem(SinkInputWidget*, const char*, 
> uint32_t, bool, QObject*)’:
> /<<PKGBUILDDIR>>/src/sinkinputwidget.h:64:22: error: ‘QString::QString(const 
> char*)’ is private within this context
>    64 |             , index(i)
>       |                      ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/mainwindow.cc:32:
> /<<PKGBUILDDIR>>/src/sourceoutputwidget.h: In constructor 
> ‘SourceOutputWidget::SourceMenuItem::SourceMenuItem(SourceOutputWidget*, 
> const char*, uint32_t, bool, QObject*)’:
> /<<PKGBUILDDIR>>/src/sourceoutputwidget.h:67:22: error: 
> ‘QString::QString(const char*)’ is private within this context
>    67 |             , index(i)
>       |                      ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/EWIEGA46WW/moc_sinkinputwidget.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/mocs_compilation.cpp:8:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/EWIEGA46WW/../../../../src/sinkinputwidget.h:
>  In constructor 
> ‘SinkInputWidget::SinkMenuItem::SinkMenuItem(SinkInputWidget*, const char*, 
> uint32_t, bool, QObject*)’:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/EWIEGA46WW/../../../../src/sinkinputwidget.h:64:22:
>  error: ‘QString::QString(const char*)’ is private within this context
>    64 |             , index(i)
>       |                      ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/include/ui_cardwidget.h:12,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/EWIEGA46WW/../../../../src/cardwidget.h:25,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/EWIEGA46WW/moc_cardwidget.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/mocs_compilation.cpp:2:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In constructor ‘MainWindow::MainWindow()’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:100:89: error: ‘QString::QString(const 
> char*)’ is private within this context
>   100 |     
> showVolumeMetersCheckButton->setChecked(config.value("window/showVolumeMeters",
>  true).toBool());
>       |                                                                       
>                   ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:102:56: error: ‘QString::QString(const 
> char*)’ is private within this context
>   102 |     const QSize last_size  = config.value("window/size").toSize();
>       |                                                        ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/EWIEGA46WW/moc_sourceoutputwidget.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/mocs_compilation.cpp:10:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/EWIEGA46WW/../../../../src/sourceoutputwidget.h:
>  In constructor 
> ‘SourceOutputWidget::SourceMenuItem::SourceMenuItem(SourceOutputWidget*, 
> const char*, uint32_t, bool, QObject*)’:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/EWIEGA46WW/../../../../src/sourceoutputwidget.h:67:22:
>  error: ‘QString::QString(const char*)’ is private within this context
>    67 |             , index(i)
>       |                      ^
> /<<PKGBUILDDIR>>/src/mainwindow.cc:106:80: error: ‘QString::QString(const 
> char*)’ is private within this context
>   106 |     const QVariant sinkInputTypeSelection = 
> config.value("window/sinkInputType");
>       |                                                                       
>          ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/include/ui_cardwidget.h:12,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/EWIEGA46WW/../../../../src/cardwidget.h:25,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/EWIEGA46WW/moc_cardwidget.cpp:10,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/pavucontrol-qt_autogen/mocs_compilation.cpp:2:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:110:86: error: ‘QString::QString(const 
> char*)’ is private within this context
>   110 |     const QVariant sourceOutputTypeSelection = 
> config.value("window/sourceOutputType");
>       |                                                                       
>                ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:114:70: error: ‘QString::QString(const 
> char*)’ is private within this context
>   114 |     const QVariant sinkTypeSelection = 
> config.value("window/sinkType");
>       |                                                                      ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:118:74: error: ‘QString::QString(const 
> char*)’ is private within this context
>   118 |     const QVariant sourceTypeSelection = 
> config.value("window/sourceType");
>       |                                                                       
>    ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In destructor ‘virtual 
> MainWindow::~MainWindow()’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:129:42: error: ‘QString::QString(const 
> char*)’ is private within this context
>   129 |     config.setValue("window/size", size());
>       |                                          ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:130:82: error: ‘QString::QString(const 
> char*)’ is private within this context
>   130 |     config.setValue("window/sinkInputType", 
> sinkInputTypeComboBox->currentIndex());
>       |                                                                       
>            ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:131:88: error: ‘QString::QString(const 
> char*)’ is private within this context
>   131 |     config.setValue("window/sourceOutputType", 
> sourceOutputTypeComboBox->currentIndex());
>       |                                                                       
>                  ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:132:72: error: ‘QString::QString(const 
> char*)’ is private within this context
>   132 |     config.setValue("window/sinkType", 
> sinkTypeComboBox->currentIndex());
>       |                                                                       
>  ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:133:76: error: ‘QString::QString(const 
> char*)’ is private within this context
>   133 |     config.setValue("window/sourceType", 
> sourceTypeComboBox->currentIndex());
>       |                                                                       
>      ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:134:88: error: ‘QString::QString(const 
> char*)’ is private within this context
>   134 |     config.setValue("window/showVolumeMeters", 
> showVolumeMetersCheckButton->isChecked());
>       |                                                                       
>                  ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In function ‘void setIconByName(QLabel*, 
> const char*)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:180:39: error: ‘QString::QString(const 
> char*)’ is private within this context
>   180 |     QIcon icon = QIcon::fromTheme(name);
>       |                                       ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘void 
> MainWindow::updateCard(const pa_card_info&)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:205:34: error: ‘QString::QString(const 
> QByteArray&)’ is private within this context
>   205 |     w->nameLabel->setText(w->name);
>       |                                  ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:974:5: note: declared 
> private here
>   974 |     QString(const QByteArray &a);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/pavucontrol.cc: In function ‘int main(int, char**)’:
> /<<PKGBUILDDIR>>/src/pavucontrol.cc:660:94: error: ‘QString::QString(const 
> char*)’ is private within this context
>   660 |     if(appTranslator.load("pavucontrol-qt_" + locale, 
> PAVUCONTROL_QT_DATA_DIR "/translations"))
>       |                                                                       
>                        ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from /<<PKGBUILDDIR>>/src/minimalstreamwidget.h:25,
>                  from /<<PKGBUILDDIR>>/src/pavucontrol.cc:35:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/pavucontrol.cc:672:51: error: ‘QString::QString(const 
> char*)’ is private within this context
>   672 |     QCommandLineOption tabOption(QStringList() << "tab" << "t", 
> QObject::tr("Select a specific tab on load."), "tab");
>       |                                                   ^~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from /<<PKGBUILDDIR>>/src/minimalstreamwidget.h:25,
>                  from /<<PKGBUILDDIR>>/src/pavucontrol.cc:35:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/pavucontrol.cc:672:60: error: ‘QString::QString(const 
> char*)’ is private within this context
>   672 |     QCommandLineOption tabOption(QStringList() << "tab" << "t", 
> QObject::tr("Select a specific tab on load."), "tab");
>       |                                                            ^~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from /<<PKGBUILDDIR>>/src/minimalstreamwidget.h:25,
>                  from /<<PKGBUILDDIR>>/src/pavucontrol.cc:35:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/pavucontrol.cc:672:117: error: ‘QString::QString(const 
> char*)’ is private within this context
>   672 |     QCommandLineOption tabOption(QStringList() << "tab" << "t", 
> QObject::tr("Select a specific tab on load."), "tab");
>       |                                                                       
>                                               ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from /<<PKGBUILDDIR>>/src/minimalstreamwidget.h:25,
>                  from /<<PKGBUILDDIR>>/src/pavucontrol.cc:35:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/pavucontrol.cc:675:53: error: ‘QString::QString(const 
> char*)’ is private within this context
>   675 |     QCommandLineOption retryOption(QStringList() << "retry" << "r", 
> QObject::tr("Retry forever if pa quits (every 5 seconds)."));
>       |                                                     ^~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from /<<PKGBUILDDIR>>/src/minimalstreamwidget.h:25,
>                  from /<<PKGBUILDDIR>>/src/pavucontrol.cc:35:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/pavucontrol.cc:675:64: error: ‘QString::QString(const 
> char*)’ is private within this context
>   675 |     QCommandLineOption retryOption(QStringList() << "retry" << "r", 
> QObject::tr("Retry forever if pa quits (every 5 seconds)."));
>       |                                                                ^~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from /<<PKGBUILDDIR>>/src/minimalstreamwidget.h:25,
>                  from /<<PKGBUILDDIR>>/src/pavucontrol.cc:35:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/pavucontrol.cc:678:56: error: ‘QString::QString(const 
> char*)’ is private within this context
>   678 |     QCommandLineOption maximizeOption(QStringList() << "maximize" << 
> "m", QObject::tr("Maximize the window."));
>       |                                                        ^~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from /<<PKGBUILDDIR>>/src/minimalstreamwidget.h:25,
>                  from /<<PKGBUILDDIR>>/src/pavucontrol.cc:35:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/pavucontrol.cc:678:70: error: ‘QString::QString(const 
> char*)’ is private within this context
>   678 |     QCommandLineOption maximizeOption(QStringList() << "maximize" << 
> "m", QObject::tr("Maximize the window."));
>       |                                                                      
> ^~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from /<<PKGBUILDDIR>>/src/minimalstreamwidget.h:25,
>                  from /<<PKGBUILDDIR>>/src/pavucontrol.cc:35:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘bool 
> MainWindow::updateSink(const pa_sink_info&)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:332:33: error: ‘QString::QString(const 
> char*)’ is private within this context
>   332 |     w->boldNameLabel->setText("");
>       |                                 ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:334:80: error: ‘QString::QString(const 
> char*)’ is private within this context
>   334 |     w->nameLabel->setText(txt = g_markup_printf_escaped("%s", 
> info.description));
>       |                                                                       
>          ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:335:46: error: ‘QString::QString(const 
> char*)’ is private within this context
>   335 |     w->nameLabel->setToolTip(info.description);
>       |                                              ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘void 
> MainWindow::updateSource(const pa_source_info&)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:498:33: error: ‘QString::QString(const 
> char*)’ is private within this context
>   498 |     w->boldNameLabel->setText("");
>       |                                 ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:500:80: error: ‘QString::QString(const 
> char*)’ is private within this context
>   500 |     w->nameLabel->setText(txt = g_markup_printf_escaped("%s", 
> info.description));
>       |                                                                       
>          ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:501:46: error: ‘QString::QString(const 
> char*)’ is private within this context
>   501 |     w->nameLabel->setToolTip(info.description);
>       |                                              ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘void 
> MainWindow::updateSinkInput(const pa_sink_input_info&)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:619:103: error: ‘QString::QString(const 
> char*)’ is private within this context
>   619 |         w->boldNameLabel->setText(txt = 
> g_markup_printf_escaped("<b>%s</b>", clientNames[info.client]));
>       |                                                                       
>                                 ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:621:79: error: ‘QString::QString(const 
> char*)’ is private within this context
>   621 |         w->nameLabel->setText(txt = g_markup_printf_escaped(": %s", 
> info.name));
>       |                                                                       
>         ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:624:37: error: ‘QString::QString(const 
> char*)’ is private within this context
>   624 |         w->boldNameLabel->setText("");
>       |                                     ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:625:40: error: ‘QString::QString(const 
> char*)’ is private within this context
>   625 |         w->nameLabel->setText(info.name);
>       |                                        ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:628:39: error: ‘QString::QString(const 
> char*)’ is private within this context
>   628 |     w->nameLabel->setToolTip(info.name);
>       |                                       ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘void 
> MainWindow::updateSourceOutput(const pa_source_output_info&)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:675:103: error: ‘QString::QString(const 
> char*)’ is private within this context
>   675 |         w->boldNameLabel->setText(txt = 
> g_markup_printf_escaped("<b>%s</b>", clientNames[info.client]));
>       |                                                                       
>                                 ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:677:79: error: ‘QString::QString(const 
> char*)’ is private within this context
>   677 |         w->nameLabel->setText(txt = g_markup_printf_escaped(": %s", 
> info.name));
>       |                                                                       
>         ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:680:37: error: ‘QString::QString(const 
> char*)’ is private within this context
>   680 |         w->boldNameLabel->setText("");
>       |                                     ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:681:40: error: ‘QString::QString(const 
> char*)’ is private within this context
>   681 |         w->nameLabel->setText(info.name);
>       |                                        ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:684:39: error: ‘QString::QString(const 
> char*)’ is private within this context
>   684 |     w->nameLabel->setToolTip(info.name);
>       |                                       ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘void 
> MainWindow::updateClient(const pa_client_info&)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:711:92: error: ‘QString::QString(const 
> char*)’ is private within this context
>   711 |             w->boldNameLabel->setText(txt = 
> g_markup_printf_escaped("<b>%s</b>", info.name));
>       |                                                                       
>                      ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘bool 
> MainWindow::createEventRoleWidget()’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:758:47: error: ‘QString::QString(const 
> char*)’ is private within this context
>   758 |     eventRoleWidget->boldNameLabel->setText("");
>       |                                               ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc:759:81: error: ‘QString::QString(const 
> char*)’ is private within this context
>   759 |     eventRoleWidget->nameLabel->setText(tr("System 
> Sounds").toUtf8().constData());
>       |                                                                       
>           ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.h:30,
>                  from /<<PKGBUILDDIR>>/src/mainwindow.cc:27:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:973:5: note: declared 
> private here
>   973 |     QString(const char *ch);
>       |     ^~~~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘virtual void 
> MainWindow::onSinkTypeComboBoxChanged(int)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:1096:48: warning: unused parameter ‘index’ 
> [-Wunused-parameter]
>  1096 | void MainWindow::onSinkTypeComboBoxChanged(int index) {
>       |                                            ~~~~^~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘virtual void 
> MainWindow::onSourceTypeComboBoxChanged(int)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:1105:50: warning: unused parameter ‘index’ 
> [-Wunused-parameter]
>  1105 | void MainWindow::onSourceTypeComboBoxChanged(int index) {
>       |                                              ~~~~^~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘virtual void 
> MainWindow::onSinkInputTypeComboBoxChanged(int)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:1114:53: warning: unused parameter ‘index’ 
> [-Wunused-parameter]
>  1114 | void MainWindow::onSinkInputTypeComboBoxChanged(int index) {
>       |                                                 ~~~~^~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘virtual void 
> MainWindow::onSourceOutputTypeComboBoxChanged(int)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:1123:56: warning: unused parameter ‘index’ 
> [-Wunused-parameter]
>  1123 | void MainWindow::onSourceOutputTypeComboBoxChanged(int index) {
>       |                                                    ~~~~^~~~~
> /<<PKGBUILDDIR>>/src/mainwindow.cc: In member function ‘virtual void 
> MainWindow::onShowVolumeMetersCheckButtonToggled(bool)’:
> /<<PKGBUILDDIR>>/src/mainwindow.cc:1133:60: warning: unused parameter 
> ‘toggled’ [-Wunused-parameter]
>  1133 | void MainWindow::onShowVolumeMetersCheckButtonToggled(bool toggled) {
>       |                                                       ~~~~~^~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:2164,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
>                  from /<<PKGBUILDDIR>>/src/minimalstreamwidget.h:25,
>                  from /<<PKGBUILDDIR>>/src/pavucontrol.cc:35:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h: In instantiation 
> of ‘static void QConcatenable<QStringBuilder<A, B> >::appendTo(const type&, 
> T*&) [with T = QChar; A = char [4]; B = QString; 
> QConcatenable<QStringBuilder<A, B> >::type = QStringBuilder<char [4], 
> QString>]’:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:118:56:   required 
> from ‘T QStringBuilder<A, B>::convertTo() const [with T = QString; A = char 
> [4]; B = QString]’
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:131:61:   required 
> from ‘QStringBuilder<A, B>::operator QStringBuilder<A, B>::ConvertTo() const 
> [with A = char [4]; B = QString; QStringBuilder<A, B>::ConvertTo = QString]’
> /<<PKGBUILDDIR>>/src/pavucontrol.cc:656:96:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:428:35: error: 
> cannot convert ‘QChar*’ to ‘char*&’
>   428 |         QConcatenable<A>::appendTo(p.a, out);
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:318:57: note:   
> initializing argument 2 of ‘static void QConcatenable<const char 
> [N]>::appendTo(const char*, char*&) [with int N = 4]’
>   318 |     static inline void appendTo(const char a[N], char *&out)
>       |                                                  ~~~~~~~^~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h: In instantiation 
> of ‘static void QConcatenable<QStringBuilder<A, B> >::appendTo(const type&, 
> T*&) [with T = QChar; A = char [16]; B = QString; 
> QConcatenable<QStringBuilder<A, B> >::type = QStringBuilder<char [16], 
> QString>]’:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:118:56:   required 
> from ‘T QStringBuilder<A, B>::convertTo() const [with T = QString; A = char 
> [16]; B = QString]’
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:131:61:   required 
> from ‘QStringBuilder<A, B>::operator QStringBuilder<A, B>::ConvertTo() const 
> [with A = char [16]; B = QString; QStringBuilder<A, B>::ConvertTo = QString]’
> /<<PKGBUILDDIR>>/src/pavucontrol.cc:660:94:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:428:35: error: 
> cannot convert ‘QChar*’ to ‘char*&’
>   428 |         QConcatenable<A>::appendTo(p.a, out);
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:318:57: note:   
> initializing argument 2 of ‘static void QConcatenable<const char 
> [N]>::appendTo(const char*, char*&) [with int N = 16]’
>   318 |     static inline void appendTo(const char a[N], char *&out)
>       |                                                  ~~~~~~~^~~
> make[3]: *** [src/CMakeFiles/pavucontrol-qt.dir/build.make:258: 
> src/CMakeFiles/pavucontrol-qt.dir/pavucontrol-qt_autogen/mocs_compilation.cpp.o]
>  Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/12/26/pavucontrol-qt_0.14.1-1_unstable.log

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 marking 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 me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: pavucontrol-qt
Source-Version: 0.16.0-1
Done: Andrew Lee (李健秋) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pavucontrol-qt, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrew Lee (李健秋) <[email protected]> (supplier of updated pavucontrol-qt 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 07 Jan 2021 16:48:22 +0800
Source: pavucontrol-qt
Architecture: source
Version: 0.16.0-1
Distribution: unstable
Urgency: medium
Maintainer: LXQt Packaging Team <[email protected]>
Changed-By: Andrew Lee (李健秋) <[email protected]>
Closes: 978181
Changes:
 pavucontrol-qt (0.16.0-1) unstable; urgency=medium
 .
   [ Alf Gaida ]
   * Switched to gbp
   * Bumped Standards-Version to 4.4.0, no changes needed
 .
   [ Andrew Lee (李健秋) ]
   * New upstream release. (Closes: #978181)
Checksums-Sha1:
 6944c3793796ee9fbf1824c6087462906b4bc1e0 2535 pavucontrol-qt_0.16.0-1.dsc
 5e60b8a126fc5f197c41800318815f39e1b1c355 99952 
pavucontrol-qt_0.16.0.orig.tar.xz
 b0d89f477c9ebf7c3b265e1ee098a20bbf374b6a 862 
pavucontrol-qt_0.16.0.orig.tar.xz.asc
 cf705087fc1d63ec0795ed137f1081b990a63801 5724 
pavucontrol-qt_0.16.0-1.debian.tar.xz
 d94f26a5e5ca55377237cf53097a20373f86c888 7063 
pavucontrol-qt_0.16.0-1_source.buildinfo
Checksums-Sha256:
 1b3b46a40ceb35337df0d70c37e47e208634dd9287a12190435c152964bc6c2d 2535 
pavucontrol-qt_0.16.0-1.dsc
 12a9b9965c3cfaf2335a741a6727b2decf7fec7c9a44817a28d66c8b3caa89d4 99952 
pavucontrol-qt_0.16.0.orig.tar.xz
 1ce664e93cb1255c8a352d7c4fe8b07617df18945db98bb7f854d513e2c131b0 862 
pavucontrol-qt_0.16.0.orig.tar.xz.asc
 55d7a5076871f918c9113c393bbaf9cc8843c056bea96288c58316a4c4fcea9b 5724 
pavucontrol-qt_0.16.0-1.debian.tar.xz
 d34512ab749d7ec2a0787a9fc3ce83063a0c8ce1d8a4f80a9edf14fc271ae124 7063 
pavucontrol-qt_0.16.0-1_source.buildinfo
Files:
 39ce05362094b0c9f492af5b2578b941 2535 utils optional 
pavucontrol-qt_0.16.0-1.dsc
 2b3192948d8e8d873a2c219215226993 99952 utils optional 
pavucontrol-qt_0.16.0.orig.tar.xz
 25b538ab47f6781d06714fad3b321269 862 utils optional 
pavucontrol-qt_0.16.0.orig.tar.xz.asc
 4824bdbd48a7498258f54c385a8931c5 5724 utils optional 
pavucontrol-qt_0.16.0-1.debian.tar.xz
 8e0a17d2b5b94890beb9b3ebe1ee1f40 7063 utils optional 
pavucontrol-qt_0.16.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE703UlH90QYpfEyJV58vhUqwX+XMFAl/20aoACgkQ58vhUqwX
+XO7txAAof86WYANcetJaKjUJFARhiyMF9Yf1Y+TBKEnCVYUqtUYG0MI5Fx5UQW6
qj1CF+Cg9Bji1MWL4HLTUcKaqRPWvKBlzcTURrRzP+aeuCVR+HWmIiPZlOkvtDCM
1WzNyslpt5oAa3wmrqb+fcgVuxY77jeGkBgmVt4qJR1mTCsgnehuRHzjaEC6nKAv
/WEpBaTmsbRpPZnxWFcRYoYCIp8Uyo4KRwH239UpMn56KbPI8FtIVxxSTL01nJH+
BFyPYiisXrLe5SREuUbSSSlazx/LdX+NZjM537dzntv0vnV3i3mse6ZOXfg7FCTk
bZhuVkIatOLkR26NtPFe9eDpDPVbDdrJQZf4avKnnZK6FX23Vwupb5xUH9hc/Jzg
PPFgOhQKnjjgcW2f7wdVXJbuvimKhFZm+7MZ1vdJfSY7LLObwZheWIp1/9+qK1+9
6U5MZ2ksRJCdRDCBNS/19mEjqGXexmxA+EQMFgu8myA3ysclp4Wr3SWZoW7CF6sm
cHqANEqqK5ikreSi17s0NwJ7eNPdEq2S3vryBG+MDhJxSjEfszUTbENiJoRA86Xi
uZ+plYYN/p+dt1fVU0EBsNVsEoOCWFbh9KxBrHf8Udk+Hrv+RkGRf0LhbjMcTsur
bzgT2WQxXE0S3yK2h5JLG4k4AD89KkLMvSwZelEgdkhf8Mb4nBc=
=pNhM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to