Hi everyone,
I'm trying to compile digikam 5.0.0-beta3, but am having a problem installing the dependencies. [master//dk]% sudo apt-get build-dep digikam [sudo] password for l: Reading package lists... Done Building dependency tree Reading state information... Done E: Build-Depends dependency for digikam cannot be satisfied because candidate version of package libkexiv2-dev can't satisfy version requirements [master//dk]% What must I do to overcome this problem? drl _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On 22/03/16 05:53, Louis A. Turk wrote:
> Hi everyone, > > I'm trying to compile digikam 5.0.0-beta3, but am having a problem > installing the dependencies. > > [master//dk]% sudo apt-get build-dep digikam > [sudo] password for l: > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Build-Depends dependency for digikam cannot be satisfied because > candidate version of package libkexiv2-dev can't satisfy version > requirements > [master//dk]% > > What must I do to overcome this problem? Unfortunately build-dep digikam is not going to help you as it will attempt to get the dependencies for the version of digikam that is in the repositories which is not the one you want to build anyway. Follow the instructions linked below and tell us what problems you have, with the addition of the command export GITSLAVE=.gitslave.devel before the command ./download-repos https://www.digikam.org/download/GIT Andrew _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi Andrew,
Thanks for responding. On 03/22/2016 04:33 PM, Andrew Goodbody wrote: > On 22/03/16 05:53, Louis A. Turk wrote: >> Hi everyone, >> >> I'm trying to compile digikam 5.0.0-beta3, but am having a problem >> installing the dependencies. >> >> [master//dk]% sudo apt-get build-dep digikam >> [sudo] password for l: >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> E: Build-Depends dependency for digikam cannot be satisfied because >> candidate version of package libkexiv2-dev can't satisfy version >> requirements >> [master//dk]% >> >> What must I do to overcome this problem? > > Unfortunately build-dep digikam is not going to help you as it will > attempt to get the dependencies for the version of digikam that is in > the repositories which is not the one you want to build anyway. > > Follow the instructions linked below and tell us what problems you have, > with the addition of the command > export GITSLAVE=.gitslave.devel > before the command ./download-repos > > https://www.digikam.org/download/GIT I now get: [master//dk]% ./bootstrap.linux (l@l:~/dk5/dk/) This script require kf5-config CLI tool from KDE project but it's not installed. Aborting. [master//dk]% Hope I can get dk5 working soon: looks exciting. drl > > Andrew > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Note : libkdexiv2 is not used anymore by digiKam... kf5-config must come with KDE devel packages. Gilles Caulier 2016-03-22 9:53 GMT+01:00 Louis A. Turk <[hidden email]>: Hi Andrew, _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hello Gilles, I'm using archlinux (manjaro - XFCE) and love digikam over all! But since last Installation of my OS I got new 5.0 beta of digikam and only the default theme. I couldn't update with kdebase-workspace as before, it was running several minutes but ended with errors... Then I tried the old Version 4.14 and its the same. Have I to wait for the new version of KDE or is there another option for us manjaro's ? Thank you 2016-03-22 10:16 GMT+01:00 Gilles Caulier <[hidden email]>:
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
Hi Gilles,
On 03/22/2016 05:16 PM, Gilles Caulier wrote: > Note : libkdexiv2 is not used anymore by digiKam... > > kf5-config must come with KDE devel packages. > > Gilles Caulier Thanks, but I've still not been able to locate the package containing kf5-config. I'm using Linux Mint 17.3. drl > > 2016-03-22 9:53 GMT+01:00 Louis A. Turk <[hidden email] > <mailto:[hidden email]>>: > > Hi Andrew, > > Thanks for responding. > > On 03/22/2016 04:33 PM, Andrew Goodbody wrote: > > On 22/03/16 05:53, Louis A. Turk wrote: > >> Hi everyone, > >> > >> I'm trying to compile digikam 5.0.0-beta3, but am having a problem > >> installing the dependencies. > >> > >> [master//dk]% sudo apt-get build-dep digikam > >> [sudo] password for l: > >> Reading package lists... Done > >> Building dependency tree > >> Reading state information... Done > >> E: Build-Depends dependency for digikam cannot be satisfied because > >> candidate version of package libkexiv2-dev can't satisfy version > >> requirements > >> [master//dk]% > >> > >> What must I do to overcome this problem? > > > > Unfortunately build-dep digikam is not going to help you as it will > > attempt to get the dependencies for the version of digikam that is in > > the repositories which is not the one you want to build anyway. > > > > Follow the instructions linked below and tell us what problems you have, > > with the addition of the command > > export GITSLAVE=.gitslave.devel > > before the command ./download-repos > > > > https://www.digikam.org/download/GIT > > I now get: > > [master//dk]% ./bootstrap.linux > (l@l:~/dk5/dk/) > This script require kf5-config CLI tool from KDE project but it's not > installed. Aborting. > [master//dk]% > > Hope I can get dk5 working soon: looks exciting. > > drl > > > > > Andrew > > _______________________________________________ > > Digikam-users mailing list > > [hidden email] <mailto:[hidden email]> > > https://mail.kde.org/mailman/listinfo/digikam-users > > _______________________________________________ > Digikam-users mailing list > [hidden email] <mailto:[hidden email]> > https://mail.kde.org/mailman/listinfo/digikam-users > > > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Is this the complete package list from Linux Mint 17.3?
http://packages.linuxmint.com/list.php?release=Rosa Then it is not possible to compile digiKam5. Or exist repositories with KF5 and Qt5 packages? Maik On Montag, 28. März 2016 14:46:59 CEST Louis A. Turk wrote: > Hi Gilles, > > On 03/22/2016 05:16 PM, Gilles Caulier wrote: > > Note : libkdexiv2 is not used anymore by digiKam... > > > > kf5-config must come with KDE devel packages. > > > > Gilles Caulier > > Thanks, but I've still not been able to locate the package containing > kf5-config. I'm using Linux Mint 17.3. > > drl > > > 2016-03-22 9:53 GMT+01:00 Louis A. Turk <[hidden email] > > > > <mailto:[hidden email]>>: > > Hi Andrew, > > > > Thanks for responding. > > > > On 03/22/2016 04:33 PM, Andrew Goodbody wrote: > > > On 22/03/16 05:53, Louis A. Turk wrote: > > >> Hi everyone, > > >> > > >> I'm trying to compile digikam 5.0.0-beta3, but am having a problem > > >> installing the dependencies. > > >> > > >> [master//dk]% sudo apt-get build-dep digikam > > >> [sudo] password for l: > > >> Reading package lists... Done > > >> Building dependency tree > > >> Reading state information... Done > > >> E: Build-Depends dependency for digikam cannot be satisfied because > > >> candidate version of package libkexiv2-dev can't satisfy version > > >> requirements > > >> [master//dk]% > > >> > > >> What must I do to overcome this problem? > > > > > > Unfortunately build-dep digikam is not going to help you as it will > > > attempt to get the dependencies for the version of digikam that is > > > in > > > the repositories which is not the one you want to build anyway. > > > > > > Follow the instructions linked below and tell us what problems you > > > have, > > > with the addition of the command > > > export GITSLAVE=.gitslave.devel > > > before the command ./download-repos > > > > > > https://www.digikam.org/download/GIT > > > > I now get: > > > > [master//dk]% ./bootstrap.linux > > (l@l:~/dk5/dk/) > > This script require kf5-config CLI tool from KDE project but it's not > > installed. Aborting. > > [master//dk]% > > > > Hope I can get dk5 working soon: looks exciting. > > > > drl > > > > > Andrew > > > _______________________________________________ > > > Digikam-users mailing list > > > [hidden email] <mailto:[hidden email]> > > > https://mail.kde.org/mailman/listinfo/digikam-users > > > > _______________________________________________ > > Digikam-users mailing list > > [hidden email] <mailto:[hidden email]> > > https://mail.kde.org/mailman/listinfo/digikam-users > > > > _______________________________________________ > > Digikam-users mailing list > > [hidden email] > > https://mail.kde.org/mailman/listinfo/digikam-users > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On 03/28/2016 03:27 PM, Maik Qualmann wrote:
> Is this the complete package list from Linux Mint 17.3? > > http://packages.linuxmint.com/list.php?release=Rosa > > Then it is not possible to compile digiKam5. > Or exist repositories with KF5 and Qt5 packages? Thanks for responding. It looks like I'm at a deadend. Too bad. > > Maik > > On Montag, 28. März 2016 14:46:59 CEST Louis A. Turk wrote: >> Hi Gilles, >> >> On 03/22/2016 05:16 PM, Gilles Caulier wrote: >>> Note : libkdexiv2 is not used anymore by digiKam... >>> >>> kf5-config must come with KDE devel packages. >>> >>> Gilles Caulier >> >> Thanks, but I've still not been able to locate the package containing >> kf5-config. I'm using Linux Mint 17.3. >> >> drl >> >>> 2016-03-22 9:53 GMT+01:00 Louis A. Turk <[hidden email] >>> >>> <mailto:[hidden email]>>: >>> Hi Andrew, >>> >>> Thanks for responding. >>> >>> On 03/22/2016 04:33 PM, Andrew Goodbody wrote: >>> > On 22/03/16 05:53, Louis A. Turk wrote: >>> >> Hi everyone, >>> >> >>> >> I'm trying to compile digikam 5.0.0-beta3, but am having a problem >>> >> installing the dependencies. >>> >> >>> >> [master//dk]% sudo apt-get build-dep digikam >>> >> [sudo] password for l: >>> >> Reading package lists... Done >>> >> Building dependency tree >>> >> Reading state information... Done >>> >> E: Build-Depends dependency for digikam cannot be satisfied because >>> >> candidate version of package libkexiv2-dev can't satisfy version >>> >> requirements >>> >> [master//dk]% >>> >> >>> >> What must I do to overcome this problem? >>> > >>> > Unfortunately build-dep digikam is not going to help you as it will >>> > attempt to get the dependencies for the version of digikam that is >>> > in >>> > the repositories which is not the one you want to build anyway. >>> > >>> > Follow the instructions linked below and tell us what problems you >>> > have, >>> > with the addition of the command >>> > export GITSLAVE=.gitslave.devel >>> > before the command ./download-repos >>> > >>> > https://www.digikam.org/download/GIT >>> >>> I now get: >>> >>> [master//dk]% ./bootstrap.linux >>> (l@l:~/dk5/dk/) >>> This script require kf5-config CLI tool from KDE project but it's not >>> installed. Aborting. >>> [master//dk]% >>> >>> Hope I can get dk5 working soon: looks exciting. >>> >>> drl >>> >>> > Andrew >>> > _______________________________________________ >>> > Digikam-users mailing list >>> > [hidden email] <mailto:[hidden email]> >>> > https://mail.kde.org/mailman/listinfo/digikam-users >>> >>> _______________________________________________ >>> Digikam-users mailing list >>> [hidden email] <mailto:[hidden email]> >>> https://mail.kde.org/mailman/listinfo/digikam-users >>> >>> _______________________________________________ >>> Digikam-users mailing list >>> [hidden email] >>> https://mail.kde.org/mailman/listinfo/digikam-users >> >> _______________________________________________ >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Anton Mitlmeier
Currently, no. 5.0.0 do not include any color theme yet. Regarding all the reports about this topic, we will need to include some customized one instead to delegate all to KDE Plasma themes. After all we need to be not cependant of any desktop. So, the current way is only to install kdebase-workspace Gilles Caulier 2016-03-22 14:10 GMT+01:00 Anton Mitlmeier <[hidden email]>:
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |