[opensuse-kernel] failing xconfig (a qt problem I suppose)
Sorry if this arrives for the second time: did not receive back the message I sent Trying to execute "make xconfig" I receive the following set of error messages: # make xconfig HOSTCXX scripts/kconfig/qconf.o scripts/kconfig/qconf.cc: In constructor 'ConfigSettings::ConfigSettings()': scripts/kconfig/qconf.cc:73:35: error: no matching function for call to 'QSettings::QSettings(const char [11], const char [6])' : QSettings("kernel.org", "qconf") ^ scripts/kconfig/qconf.cc:73:35: note: candidates are: In file included from scripts/kconfig/qconf.h:11:0, from scripts/kconfig/qconf.cc:47: /usr/lib/qt3//include/qsettings.h:149:5: note: QSettings::QSettings(const QSettings&) QSettings(const QSettings &); ^ /usr/lib/qt3//include/qsettings.h:149:5: note: candidate expects 1 argument, 2 provided /usr/lib/qt3//include/qsettings.h:72:5: note: QSettings::QSettings(QSettings::Format) QSettings( Format format ); ^ /usr/lib/qt3//include/qsettings.h:72:5: note: candidate expects 1 argument, 2 provided /usr/lib/qt3//include/qsettings.h:71:5: note: QSettings::QSettings() QSettings(); ^ /usr/lib/qt3//include/qsettings.h:71:5: note: candidate expects 0 arguments, 2 provided scripts/Makefile.host:125: recipe for target 'scripts/kconfig/qconf.o' failed make[1]: *** [scripts/kconfig/qconf.o] Error 1 Makefile:543: recipe for target 'xconfig' failed make: *** [xconfig] Error 2 I tried under yast to install every package with qt5 and qt3 and deve in its name, but this did not help at all. Anyone a suggestion what packages I should install as well? Thanks Julien -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Fri 2015-07-03 14:55:10, Julien Michielsen wrote:
Sorry if this arrives for the second time: did not receive back the message I sent
It arrived 4-times to me ;-)
Trying to execute "make xconfig" I receive the following set of error messages:
# make xconfig HOSTCXX scripts/kconfig/qconf.o scripts/kconfig/qconf.cc: In constructor 'ConfigSettings::ConfigSettings()': scripts/kconfig/qconf.cc:73:35: error: no matching function for call to 'QSettings::QSettings(const char [11], const char [6])' : QSettings("kernel.org", "qconf")
Hmm, this rather looks like a question for QT developers. I doubt that anyone on this list uses xconfig. Anyway, it seems to be related to the commit 00d4f8fc2c729b1b ("xconfig: Fix the filename for GUI settings") See also http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=00... It seems that the change is not much important, so you could revert it in your sources. Also you might ask the author of the commit about the needed QT version. In each case, I suggest to use "make menuconfig" ;-) Best Regards, Petr -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (2)
-
Julien Michielsen
-
Petr Mladek