digiKam 7.3.0 is released

Norbert Preining norbert at preining.info
Tue Jul 13 04:32:22 BST 2021


Hi Gilles,

I am providing builds of latest digikam for Debian testing/unstable via
OBS, and I see build failures now, mostly induced by
	undefined reference to `DIGIKAM_WEBSERVICES_LOG()'`
in several files under
core/dplugins/generic/webservices/vkontakte/backend/

I could fix the build on my side by just commenting out the respective
calls (part of the diff):
--- a/core/dplugins/generic/webservices/vkontakte/backend/vkontakte_authenticationdialog.cpp
+++ b/core/dplugins/generic/webservices/vkontakte/backend/vkontakte_authenticationdialog.cpp
@@ -181,7 +181,7 @@ void AuthenticationDialog::start()
         .arg(appPermissionsToStringList(d->permissions).join(QLatin1String(",")))
         .arg(d->displayMode);

-    qCDebug(DIGIKAM_WEBSERVICES_LOG) << "Showing" << url;
+    // qCDebug(DIGIKAM_WEBSERVICES_LOG) << "Showing" << url;
     d->webView->setUrl(QUrl::fromUserInput(url));
     show();
 }
...


This is on Debian/sid with frameworks 5.84.

Is this a known problem or some error on my side (although, 7.2 did
built fine).

Thanks

Norbert

--
PREINING Norbert                              https://www.preining.info
Fujitsu Research  +  IFMGA Guide  +  TU Wien  +  TeX Live  + Debian Dev
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


More information about the Digikam-devel mailing list