https://bugs.kde.org/show_bug.cgi?id=222841
Andrew Munkres <amunk...@nyx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #9 from Andrew Munkres <amunk...@nyx.net> --- I tried building KsCD from source, using the kf5 branch in the https://invent.kde.org/multimedia/kscd.git Git repository), but it failed to compile: [ 38%] Building CXX object CMakeFiles/kscd.dir/mbmanager.cpp.o /home/amunkres/software/aur/kscd-git/src/kscd/mbmanager.cpp: In member function ‘void MBManager::discUpload(const QString&)’: /home/amunkres/software/aur/kscd-git/src/kscd/mbmanager.cpp:325:43: error: cannot convert ‘QString’ to ‘const QUrl&’ 325 | QDesktopServices::openUrl(url); | ^~~ | | | QString In file included from /usr/include/qt/QtGui/QDesktopServices:1, from /home/amunkres/software/aur/kscd-git/src/kscd/mbmanager.cpp:36: /usr/include/qt/QtGui/qdesktopservices.h:59:37: note: initializing argument 1 of ‘static bool QDesktopServices::openUrl(const QUrl&)’ 59 | static bool openUrl(const QUrl &url); | ~~~~~~~~~~~~^~~ make[2]: *** [CMakeFiles/kscd.dir/build.make:197: CMakeFiles/kscd.dir/mbmanager.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:479: CMakeFiles/kscd.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 (See also the comments at https://aur.archlinux.org/packages/kscd-git -- the AUR package maintainer encountered this same compilation error.) However, the KsCD project on invent.kde.org is currently in "archived" status (see https://invent.kde.org/groups/multimedia/-/archived ), which seems to indicate that KsCD is no longer maintained? If so, then I suppose there's no reason to keep this bug open. -- You are receiving this mail because: You are watching all bug changes.