How to install latest digikam on ubuntu?

classic Classic list List threaded Threaded
16 messages Options
Reply | Threaded
Open this post in threaded view
|

How to install latest digikam on ubuntu?

John Stumbles
I've been advised I should try dk 2.5 instead of the 2.1.1 that's
shipped with ubuntu 11.10 'oneiric'.

I found a 'ppa' (whatever that is) and instructions for using it at
http://www.linuxnov.com/install-digikam-2-4-0-on-ubuntu-11-10-oneiric-ocelot-using-ppa/

did: apt-add-repository ppa:philip5/extra
and: apt-get update
got: W: Failed to fetch
http://ppa.launchpad.net/philip5/kde44/ubuntu/dists/oneiric/main/source/Sources 
  404  Not Found
        E: Some index files failed to download. They have been ignored, or old
ones used instead.

and: apt-get install digikam

but when I ran digikam (2.5.0) from the console I got:

QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is
still in use, all queries will cease to work.

as usual, but then, after a couple of minutes of the splash screen it
exited with:

digikam: symbol lookup error: digikam: undefined symbol:
_ZN4KIPI21ImageCollectionSharedD2Ev

Googling this error takes me off in all different directions which looks
like taking more time than I can currently  spare to pursue and I'd
really appreciate a heads-up if anyone knows how I should be going about
this.


--
John Stumbles                                    http://stumbles.org.uk
:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

John Stumbles
Forgot to mention, this is on Ubuntu 11.10 oneirc i386

On 31/01/12 11:00, John Stumbles wrote:

> I've been advised I should try dk 2.5 instead of the 2.1.1 that's
> shipped with ubuntu 11.10 'oneiric'.
>
> I found a 'ppa' (whatever that is) and instructions for using it at
> http://www.linuxnov.com/install-digikam-2-4-0-on-ubuntu-11-10-oneiric-ocelot-using-ppa/
>
>
> did: apt-add-repository ppa:philip5/extra
> and: apt-get update
> got: W: Failed to fetch
> http://ppa.launchpad.net/philip5/kde44/ubuntu/dists/oneiric/main/source/Sources
> 404 Not Found
> E: Some index files failed to download. They have been ignored, or old
> ones used instead.
>
> and: apt-get install digikam
>
> but when I ran digikam (2.5.0) from the console I got:
>
> QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is
> still in use, all queries will cease to work.
>
> as usual, but then, after a couple of minutes of the splash screen it
> exited with:
>
> digikam: symbol lookup error: digikam: undefined symbol:
> _ZN4KIPI21ImageCollectionSharedD2Ev
>
> Googling this error takes me off in all different directions which looks
> like taking more time than I can currently spare to pursue and I'd
> really appreciate a heads-up if anyone knows how I should be going about
> this.
>
>


--
John Stumbles                                    http://stumbles.org.uk
:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

Jim Householder
In reply to this post by John Stumbles
I was having the same ConnectionTest message.
It appears related to using a network drive, as it has gone away since
moving my albums back to a USB drive.
I suspect, but have not verified, that it is related to using sqlite for
the database since if I select sqlite in the options there is a message
saying it is not suitable for network files.  That message is not
present if mysql is selected.  I will attempt to verify that tonight.

HTH
Jim


On 31/01/12 19:00, John Stumbles wrote:

> I've been advised I should try dk 2.5 instead of the 2.1.1 that's
> shipped with ubuntu 11.10 'oneiric'.
>
> I found a 'ppa' (whatever that is) and instructions for using it at
> http://www.linuxnov.com/install-digikam-2-4-0-on-ubuntu-11-10-oneiric-ocelot-using-ppa/ 
>
>
> did: apt-add-repository ppa:philip5/extra
> and: apt-get update
> got: W: Failed to fetch
> http://ppa.launchpad.net/philip5/kde44/ubuntu/dists/oneiric/main/source/Sources 
>  404  Not Found
>     E: Some index files failed to download. They have been ignored, or
> old ones used instead.
>
> and: apt-get install digikam
>
> but when I ran digikam (2.5.0) from the console I got:
>
> QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is
> still in use, all queries will cease to work.
>
> as usual, but then, after a couple of minutes of the splash screen it
> exited with:
>
> digikam: symbol lookup error: digikam: undefined symbol:
> _ZN4KIPI21ImageCollectionSharedD2Ev
>
> Googling this error takes me off in all different directions which
> looks like taking more time than I can currently  spare to pursue and
> I'd really appreciate a heads-up if anyone knows how I should be going
> about this.
>
>

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

Philip Johnsson
In reply to this post by John Stumbles

That guide is old. You don't use the kde44 PPA anymore. On Ubuntu 11.10 you only use my "extra" PPA (so far).

The database warning is something that happen and doesn't effect the usage.

The symbol lookup error on the other hand stop Digikam from working. It mean that you have installed versions of some KDE graphic libraries on your system that Digikam isn't built against. Make sure you also update those packages from my PPA.

Regards,

Philip

On Jan 31, 2012 12:01 PM, "John Stumbles" <[hidden email]> wrote:
I've been advised I should try dk 2.5 instead of the 2.1.1 that's shipped with ubuntu 11.10 'oneiric'.

I found a 'ppa' (whatever that is) and instructions for using it at
http://www.linuxnov.com/install-digikam-2-4-0-on-ubuntu-11-10-oneiric-ocelot-using-ppa/

did: apt-add-repository ppa:philip5/extra
and: apt-get update
got: W: Failed to fetch http://ppa.launchpad.net/philip5/kde44/ubuntu/dists/oneiric/main/source/Sources  404  Not Found
       E: Some index files failed to download. They have been ignored, or old ones used instead.

and: apt-get install digikam

but when I ran digikam (2.5.0) from the console I got:

QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in use, all queries will cease to work.

as usual, but then, after a couple of minutes of the splash screen it exited with:

digikam: symbol lookup error: digikam: undefined symbol: _ZN4KIPI21ImageCollectionSharedD2Ev

Googling this error takes me off in all different directions which looks like taking more time than I can currently  spare to pursue and I'd really appreciate a heads-up if anyone knows how I should be going about this.


--
John Stumbles                                    http://stumbles.org.uk
:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:

_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

John Stumbles
On 31/01/12 15:30, Philip Johnsson wrote:
> That guide is old. You don't use the kde44 PPA anymore. On Ubuntu 11.10
> you only use my "extra" PPA (so far).

Sorry, I think my email contained console messages from an earlier
attempt using the wrong PPA.

I had actually added ppa:philip5/extra, and in /etc/apt/sources.list.d/
I had (only) philip5-extra-oneiric.list.

apt-get update and apt-get install digikam ran without errors or
warnings, giving me digikam (2:2.5.0-oneiric~ppa1), but I still got that
"undefined symbol: ___ZN4KIPI21ImageCollectionShared__D2Ev" error.


> The symbol lookup error on the other hand stop Digikam from working. It
> mean that you have installed versions of some KDE graphic libraries on
> your system that Digikam isn't built against. Make sure you also update
> those packages from my PPA.

How do I do that?

--
John Stumbles                                    http://stumbles.org.uk
:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

Philip Johnsson
The symbol lookup error you get there is an error from the wrong
version of libkipi8 (I think). Make sure that your installed package
of libkipi8 is from me and my PPA (or use libkipi8 that comes with at
least KDE 4.8). You find newer version of libkipi8 and some other
updated packages for KDE that comes bundled with Digikam on my PPA. It
should update by it self if you update your system with my PPA active
if there is no conflict holding things back.

/Philip


On Tue, Jan 31, 2012 at 7:27 PM, John Stumbles <[hidden email]> wrote:

> On 31/01/12 15:30, Philip Johnsson wrote:
>>
>> That guide is old. You don't use the kde44 PPA anymore. On Ubuntu 11.10
>> you only use my "extra" PPA (so far).
>
>
> Sorry, I think my email contained console messages from an earlier attempt
> using the wrong PPA.
>
> I had actually added ppa:philip5/extra, and in /etc/apt/sources.list.d/
> I had (only) philip5-extra-oneiric.list.
>
> apt-get update and apt-get install digikam ran without errors or warnings,
> giving me digikam (2:2.5.0-oneiric~ppa1), but I still got that "undefined
> symbol: ___ZN4KIPI21ImageCollectionShared__D2Ev" error.
>
>
>
>> The symbol lookup error on the other hand stop Digikam from working. It
>> mean that you have installed versions of some KDE graphic libraries on
>> your system that Digikam isn't built against. Make sure you also update
>> those packages from my PPA.
>
>
> How do I do that?
>
>
> --
> John Stumbles                                    http://stumbles.org.uk
> :-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

John Stumbles
On 31/01/12 19:52, Philip Johnsson wrote:
> The symbol lookup error you get there is an error from the wrong
> version of libkipi8 (I think). Make sure that your installed package
> of libkipi8 is from me and my PPA (or use libkipi8 that comes with at
> least KDE 4.8).

According to synaptic ( I don't know how else to find out) my libkipi8
is 4:4.7.4-0ubunto0.1 (oneiric-updates)

There's also a 4:4.7.1-0ubuntu2 (oneiric).

Maintainer is listed as Kubuntu Developers <[hidden email]>

My kde is 4.7.4

 >       You find newer version of libkipi8 and some other
 > updated packages for KDE that comes bundled with Digikam on my PPA. It
 > should update by it self if you update your system with my PPA active
 > if there is no conflict holding things back.

I've got /etc/apt/sources.list.d/philip5-extra-oneiric.list and I've
done apt-get update. Do I need to do something else?

thanks

--
John Stumbles                                    http://stumbles.org.uk
:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

Philip Johnsson
If you have my philip5/extra PPA active (make sure you have it active
as a source and not just there) then you should get a rebuild update
of libkipi8 of 4.7.4 with the full package version name of
"4:4.7.4-oneiric~ppa2". There is also other kdelibs that should be
updated like this to make the digikam 2.5.0 package work. Must be
something wrong with your sources and what it finds as it's there on
my PPA as you can see if you browse to it on launchpad but somehow
your apt doesn't find the source.

/Philip


On Wed, Feb 1, 2012 at 12:16 AM, John Stumbles <[hidden email]> wrote:

> On 31/01/12 19:52, Philip Johnsson wrote:
>>
>> The symbol lookup error you get there is an error from the wrong
>> version of libkipi8 (I think). Make sure that your installed package
>> of libkipi8 is from me and my PPA (or use libkipi8 that comes with at
>> least KDE 4.8).
>
>
> According to synaptic ( I don't know how else to find out) my libkipi8 is
> 4:4.7.4-0ubunto0.1 (oneiric-updates)
>
> There's also a 4:4.7.1-0ubuntu2 (oneiric).
>
> Maintainer is listed as Kubuntu Developers <[hidden email]>
>
> My kde is 4.7.4
>
>
>>       You find newer version of libkipi8 and some other
>> updated packages for KDE that comes bundled with Digikam on my PPA. It
>> should update by it self if you update your system with my PPA active
>> if there is no conflict holding things back.
>
> I've got /etc/apt/sources.list.d/philip5-extra-oneiric.list and I've done
> apt-get update. Do I need to do something else?
>
> thanks
>
>
> --
> John Stumbles                                    http://stumbles.org.uk
> :-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

John Stumbles
On 31/01/12 23:24, Philip Johnsson wrote:
> If you have my philip5/extra PPA active (make sure you have it active
> as a source and not just there)  then you should get a rebuild update
> of libkipi8 of 4.7.4 with the full package version name of
> "4:4.7.4-oneiric~ppa2". There is also other kdelibs that should be
> updated like this to make the digikam 2.5.0 package work. Must be
> something wrong with your sources and what it finds as it's there on
> my PPA as you can see if you browse to it on launchpad but somehow
> your apt doesn't find the source.

OK I am getting libkipi8 with package version name 4:4.7.4-oneiric~ppa2,
but digikam still fails to start up with the error undefined symbol:
_ZN4KIPI21ImageCollectionSharedD2Ev

(Sorry, in my earlier message I was looking at my system where I'd
reverted to the regular ubunto 11.10 version of digikam without your ppa
in my sources.)

************************************************************

This is what happens when I try to upgrade to your 2.5 again:

......................................
root# apt-get purge digikam digikam-data

.......................................
root# apt-add-repository  ppa:philip5/extra

You are about to add the following PPA to your system:
  extra
  Ubuntu experimental rolling release repository.

Mainly assorted media apps and other programs that I use myself or by
requests.
  More info: https://launchpad.net/~philip5/+archive/extra
Press [ENTER] to continue or ctrl-c to cancel adding it

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring
--secret-keyring /tmp/tmp.4OyegM2k49 --trustdb-name /etc/apt/trustdb.gpg
--keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg
--keyserver hkp://keyserver.ubuntu.com:80/ --recv
E658B2DB517E2C7CAA0498C4500E60CE43C56F3F
gpg: requesting key 43C56F3F from hkp server keyserver.ubuntu.com
gpg: key 43C56F3F: "Launchpad extra" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

...........................................
root# cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)]/
oneiric main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ oneiric main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ oneiric universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric universe
deb http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://gb.archive.ubuntu.com/ubuntu/ oneiric multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ oneiric-backports main
restricted universe multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric-backports main
restricted universe multiverse

deb http://security.ubuntu.com/ubuntu oneiric-security main restricted
deb-src http://security.ubuntu.com/ubuntu oneiric-security main restricted
deb http://security.ubuntu.com/ubuntu oneiric-security universe
deb-src http://security.ubuntu.com/ubuntu oneiric-security universe
deb http://security.ubuntu.com/ubuntu oneiric-security multiverse
deb-src http://security.ubuntu.com/ubuntu oneiric-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu oneiric partner
# deb-src http://archive.canonical.com/ubuntu oneiric partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu oneiric main
deb-src http://extras.ubuntu.com/ubuntu oneiric main

.........................................
root# cat /etc/apt/sources.list.d/philip5-extra-oneiric.list
deb http://ppa.launchpad.net/philip5/extra/ubuntu oneiric main
deb-src http://ppa.launchpad.net/philip5/extra/ubuntu oneiric main

........................................
root# apt-get update

(do you want the output of this?!)

.........................................
root# apt-get install digikam
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
   linux-headers-3.0.0-14-generic-pae
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
   digikam-data
The following NEW packages will be installed
   digikam digikam-data
0 upgraded, 2 newly installed, 0 to remove and 45 not upgraded.
Need to get 0 B/27.4 MB of archives.
After this operation, 54.2 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Selecting previously deselected package digikam-data.
(Reading database ... 234217 files and directories currently installed.)
Unpacking digikam-data (from
.../digikam-data_2%3a2.5.0-oneiric~ppa1_all.deb) ...
Selecting previously deselected package digikam.
Unpacking digikam (from .../digikam_2%3a2.5.0-oneiric~ppa1_i386.deb) ...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for man-db ...
Setting up digikam-data (2:2.5.0-oneiric~ppa1) ...
Setting up digikam (2:2.5.0-oneiric~ppa1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place


....................................
john$ digikam
QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is
still in use, all queries will cease to work.
digikam: symbol lookup error: digikam: undefined symbol:
_ZN4KIPI21ImageCollectionSharedD2Ev


--
John Stumbles                                    http://stumbles.org.uk
:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

Philip Johnsson
apt-get install digikam works fine for install digikam but it will not
update the kdelibs automatically as needed. The problem lies in that
some kdelib package is not updated.

What does "apt-get update && apt-get upgrade" say?

The important packages to check are libkipi8, libkdcraw20 and
libkexiv2-10 they should all (at the moment of writing this) have
package version name as follow:

libkipi8 = 4:4.7.4-oneiric~ppa2
libkexiv2-10 = 4:4.7.2-oneiric~ppa2
libkdcraw20 = 4:4.7.2-oneiric~ppa2

Check those and see if you find what is missing.

/Philip

On Wed, Feb 1, 2012 at 12:53 AM, John Stumbles <[hidden email]> wrote:

> On 31/01/12 23:24, Philip Johnsson wrote:
>>
>> If you have my philip5/extra PPA active (make sure you have it active
>> as a source and not just there)  then you should get a rebuild update
>> of libkipi8 of 4.7.4 with the full package version name of
>> "4:4.7.4-oneiric~ppa2". There is also other kdelibs that should be
>> updated like this to make the digikam 2.5.0 package work. Must be
>> something wrong with your sources and what it finds as it's there on
>> my PPA as you can see if you browse to it on launchpad but somehow
>> your apt doesn't find the source.
>
>
> OK I am getting libkipi8 with package version name 4:4.7.4-oneiric~ppa2, but
> digikam still fails to start up with the error undefined symbol:
> _ZN4KIPI21ImageCollectionSharedD2Ev
>
> (Sorry, in my earlier message I was looking at my system where I'd reverted
> to the regular ubunto 11.10 version of digikam without your ppa in my
> sources.)
>
> ************************************************************
>
> This is what happens when I try to upgrade to your 2.5 again:
>
> ......................................
> root# apt-get purge digikam digikam-data
>
> .......................................
> root# apt-add-repository  ppa:philip5/extra
>
> You are about to add the following PPA to your system:
>  extra
>  Ubuntu experimental rolling release repository.
>
> Mainly assorted media apps and other programs that I use myself or by
> requests.
>  More info: https://launchpad.net/~philip5/+archive/extra
> Press [ENTER] to continue or ctrl-c to cancel adding it
>
> Executing: gpg --ignore-time-conflict --no-options --no-default-keyring
> --secret-keyring /tmp/tmp.4OyegM2k49 --trustdb-name /etc/apt/trustdb.gpg
> --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg
> --keyserver hkp://keyserver.ubuntu.com:80/ --recv
> E658B2DB517E2C7CAA0498C4500E60CE43C56F3F
> gpg: requesting key 43C56F3F from hkp server keyserver.ubuntu.com
> gpg: key 43C56F3F: "Launchpad extra" not changed
> gpg: Total number processed: 1
> gpg:              unchanged: 1
>
> ...........................................
> root# cat /etc/apt/sources.list
> # deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)]/
> oneiric main restricted
>
> # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
> # newer versions of the distribution.
> deb http://gb.archive.ubuntu.com/ubuntu/ oneiric main restricted
> deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric main restricted
>
> ## Major bug fix updates produced after the final release of the
> ## distribution.
> deb http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted
> deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted
>
> ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
> ## team. Also, please note that software in universe WILL NOT receive any
> ## review or updates from the Ubuntu security team.
> deb http://gb.archive.ubuntu.com/ubuntu/ oneiric universe
> deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric universe
> deb http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates universe
> deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates universe
>
> ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
> ## team, and may not be under a free licence. Please satisfy yourself as to
> ## your rights to use the software. Also, please note that software in
> ## multiverse WILL NOT receive any review or updates from the Ubuntu
> ## security team.
> deb http://gb.archive.ubuntu.com/ubuntu/ oneiric multiverse
> deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric multiverse
> deb http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse
> deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse
>
> ## N.B. software from this repository may not have been tested as
> ## extensively as that contained in the main release, although it includes
> ## newer versions of some applications which may provide useful features.
> ## Also, please note that software in backports WILL NOT receive any review
> ## or updates from the Ubuntu security team.
> deb http://gb.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted
> universe multiverse
> deb-src http://gb.archive.ubuntu.com/ubuntu/ oneiric-backports main
> restricted universe multiverse
>
> deb http://security.ubuntu.com/ubuntu oneiric-security main restricted
> deb-src http://security.ubuntu.com/ubuntu oneiric-security main restricted
> deb http://security.ubuntu.com/ubuntu oneiric-security universe
> deb-src http://security.ubuntu.com/ubuntu oneiric-security universe
> deb http://security.ubuntu.com/ubuntu oneiric-security multiverse
> deb-src http://security.ubuntu.com/ubuntu oneiric-security multiverse
>
> ## Uncomment the following two lines to add software from Canonical's
> ## 'partner' repository.
> ## This software is not part of Ubuntu, but is offered by Canonical and the
> ## respective vendors as a service to Ubuntu users.
> # deb http://archive.canonical.com/ubuntu oneiric partner
> # deb-src http://archive.canonical.com/ubuntu oneiric partner
>
> ## This software is not part of Ubuntu, but is offered by third-party
> ## developers who want to ship their latest software.
> deb http://extras.ubuntu.com/ubuntu oneiric main
> deb-src http://extras.ubuntu.com/ubuntu oneiric main
>
> .........................................
> root# cat /etc/apt/sources.list.d/philip5-extra-oneiric.list
> deb http://ppa.launchpad.net/philip5/extra/ubuntu oneiric main
> deb-src http://ppa.launchpad.net/philip5/extra/ubuntu oneiric main
>
> ........................................
> root# apt-get update
>
> (do you want the output of this?!)
>
> .........................................
> root# apt-get install digikam
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following package was automatically installed and is no longer required:
>  linux-headers-3.0.0-14-generic-pae
> Use 'apt-get autoremove' to remove them.
> The following extra packages will be installed:
>  digikam-data
> The following NEW packages will be installed
>  digikam digikam-data
> 0 upgraded, 2 newly installed, 0 to remove and 45 not upgraded.
> Need to get 0 B/27.4 MB of archives.
> After this operation, 54.2 MB of additional disk space will be used.
> Do you want to continue [Y/n]?
> Selecting previously deselected package digikam-data.
> (Reading database ... 234217 files and directories currently installed.)
> Unpacking digikam-data (from
> .../digikam-data_2%3a2.5.0-oneiric~ppa1_all.deb) ...
> Selecting previously deselected package digikam.
> Unpacking digikam (from .../digikam_2%3a2.5.0-oneiric~ppa1_i386.deb) ...
> Processing triggers for desktop-file-utils ...
> Processing triggers for gnome-menus ...
> Processing triggers for bamfdaemon ...
> Rebuilding /usr/share/applications/bamf.index...
> Processing triggers for man-db ...
> Setting up digikam-data (2:2.5.0-oneiric~ppa1) ...
> Setting up digikam (2:2.5.0-oneiric~ppa1) ...
> Processing triggers for libc-bin ...
> ldconfig deferred processing now taking place
>
>
> ....................................
> john$ digikam
>
> QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in
> use, all queries will cease to work.
> digikam: symbol lookup error: digikam: undefined symbol:
> _ZN4KIPI21ImageCollectionSharedD2Ev
>
>
> --
> John Stumbles                                    http://stumbles.org.uk
> :-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:
>
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

John Stumbles
On 01/02/12 06:58, Philip Johnsson wrote:
> apt-get install digikam works fine for install digikam but it will not
> update the kdelibs automatically as needed. The problem lies in that
> some kdelib package is not updated.
>
> What does "apt-get update&&  apt-get upgrade" say?

Ah! I was missing the 'upgrade' step.

"The following packages have been kept back:
   exiv2 gwenview libkexiv2-10
The following packages will be upgraded:
   accountsservice evince evince-common ifupdown kipi-plugins
kipi-plugins-common libaccountsservice0 libdc1394-22 libevince3-3
libicu44 libimage-exiftool-perl libkdcraw-data libkdcraw20 libkexiv2-data
   libkface-data libkgeomap-data libkipi-data libkipi8
libkvkontakte-data libkvkontakte1 libmetacity-private0 libnux-1.0-0
libnux-1.0-common libunity-core-4.0-4 metacity metacity-common nux-tools
   python-software-properties software-properties-common
software-properties-gtk transmission-common transmission-gtk unity
unity-common unity-services update-notifier update-notifier-common
x11-common xorg
   xserver-xorg xserver-xorg-input-all xserver-xorg-video-all

...etc...

> The important packages to check are libkipi8, libkdcraw20 and
> libkexiv2-10 they should all (at the moment of writing this) have
> package version name as follow:
>
> libkipi8 = 4:4.7.4-oneiric~ppa2
> libkexiv2-10 = 4:4.7.2-oneiric~ppa2
> libkdcraw20 = 4:4.7.2-oneiric~ppa2

apt-cache showpkg says:

Package: libkipi8 4:4.7.4-oneiric~ppa2
Package: libkexiv2-10 4:4.7.2-oneiric~ppa2
Package: libkdcraw20 4:4.7.2-oneiric~ppa2

digikam now starts up ok. Yay! :-)

but still crashes :-(

pure virtual method called
terminate called without an active exception
Unable to start Dr. Konqi

--
John Stumbles                                    http://stumbles.org.uk
:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

Mark Fraser

On Wednesday 01 Feb 2012 10:15:11 John Stumbles wrote:

> On 01/02/12 06:58, Philip Johnsson wrote:

> > apt-get install digikam works fine for install digikam but it will not

> > update the kdelibs automatically as needed. The problem lies in that

> > some kdelib package is not updated.

> >

> > What does "apt-get update&& apt-get upgrade" say?

>

> Ah! I was missing the 'upgrade' step.

>

> "The following packages have been kept back:

> exiv2 gwenview libkexiv2-10

 

Might want to try aptitude full-upgrade or apt-get dist-upgrade instead.


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

John Stumbles
On 01/02/12 11:38, Mark Fraser wrote:

> Might want to try aptitude full-upgrade or apt-get dist-upgrade instead.

Would that do anything for me that I haven't got so far - I do now have
digikam 2.5 working.

--
John Stumbles                                    http://stumbles.org.uk
:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

Mark Fraser

On Wednesday 01 Feb 2012 17:00:57 John Stumbles wrote:

> On 01/02/12 11:38, Mark Fraser wrote:

> > Might want to try aptitude full-upgrade or apt-get dist-upgrade instead.

>

> Would that do anything for me that I haven't got so far - I do now have

> digikam 2.5 working.

 

It might upgrade the packages that were held back for some reason.


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

John Stumbles
On 01/02/12 22:27, Mark Fraser wrote:

> It might upgrade the packages that were held back for some reason.

OK, but that wouldn't affect digikam crashing, would it?

--
John Stumbles                                    http://stumbles.org.uk
:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: How to install latest digikam on ubuntu?

Mark Fraser

On Wednesday 01 Feb 2012 23:21:31 John Stumbles wrote:

> On 01/02/12 22:27, Mark Fraser wrote:

> > It might upgrade the packages that were held back for some reason.

>

> OK, but that wouldn't affect digikam crashing, would it?

 

Might do as libkexiv2-10 was one of the packages held back.


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users