[Bug 143200] New: Renaming like crasy with F2 crash digikam

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

[Bug 143200] Renaming like crasy with F2 crash digikam

Arnd Baecker
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From arnd.baecker web de  2007-04-22 21:57 -------
Hmm, sounds a bit like an incompatibility with libkexiv2 -
but you did install libkexiv2 from svn, right?
(should be under libs in the installation directory and lib/libkexiv2.so.*
in the compilation).
Well, the script should take care of this, so I am not sure
what is wrong now ...
Gilles, do you have any idea?
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143200] Renaming like crasy with F2 crash digikam

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From caulier.gilles gmail com  2007-04-23 08:34 -------
Hum, sound like he use digiKam source code from svn without using extragear/libs from svn too (witch include libkexiv2/libkdcraw,kipi-plugins etc...)

With digiKam from trunk require to use extragear/libs from trunk too...

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

[Bug 143200] Renaming like crasy with F2 crash digikam

Bugzilla from alexandreracine@gmail.com
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From alexandreracine gmail com  2007-04-23 18:52 -------
Gilles,

I use the scripts to download, compile and install digikam.

In the second file compile_digikam.sh there is those lines :

echo "Get, compile and install required libs and kipiplugins"
svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/libs

Are those two lines what you are talking about?
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143200] Renaming like crasy with F2 crash digikam

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From caulier.gilles gmail com  2007-04-23 19:53 -------
Yes of course. in trunk/extragear/libs, you can find current implementation of libkexiv2, libkdcraw, libkipi, and kipi-plugins

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

[Bug 143200] Renaming like crasy with F2 crash digikam

Bugzilla from alexandreracine@gmail.com
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From alexandreracine gmail com  2007-04-23 22:01 -------
 Gilles : Yep, all those directories are there.

 Arnd : I am using the two scripts to download-compile-install, but I have libkexiv2-0 version 0.1.1-0ubuntu1 installed on my system.

The directory [path]/temp/digikam/libs/libkexiv2 exist and has some files in it.


 All : So, somebody else has any idears?
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Bug 143200] Renaming like crasy with F2 crash digikam

Arnd Baecker
> but I have libkexiv2-0 version 0.1.1-0ubuntu1 installed on my system.

Could you maybe remove this?
(It might be that this is found instead of the
[path]/temp/digikam/libs/libkexiv2 one? - just guessing ...)
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143200] Renaming like crasy with F2 crash digikam

Arnd Baecker
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From arnd.baecker web de  2007-04-23 22:15 -------
> but I have libkexiv2-0 version 0.1.1-0ubuntu1 installed on my system.


Could you maybe remove this?
(It might be that this is found instead of the
[path]/temp/digikam/libs/libkexiv2 one? - just guessing ...)
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143200] Renaming like crasy with F2 crash digikam

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From caulier.gilles gmail com  2007-04-24 09:14 -------
You must remove libkexiv2 0.1.1 witch cannot be used to compile digiKam from svn trunk and compile and install extragear/libs before to compile digiKam again.

Note than there is a risk than your old digiKam 0.9.1 will not work with the new libkexiv2 installed with extragear/libs because the binary compatibilty have been broken between 0.1.1 and 0.1.2.

But digiKam 0.9.1 can be compiled with libkexiv2 0.1.2 (witch is the current version from svn trunk). If you want to use the both version without problem, just recompile and install digiKam 0.9.1 and al wil be fine.

Note : i have fixed some crash duing to wrong tests on bytes array in libkexiv2 0.1.2 (appear for special cases). It will always better to use libkexiv2 0.1.2 instead 0.1.1...

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

[Bug 143200] Renaming like crasy with F2 crash digikam

Bugzilla from alexandreracine@gmail.com
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From alexandreracine gmail com  2007-04-24 18:23 -------
Mmmm, I really need my current digiKam to work so I can't risk anything. I'll have to wait for the official version and I'll then test the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143200] Renaming like crasy with F2 crash digikam

Arnd Baecker
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From arnd.baecker web de  2007-06-26 10:00 -------
OK, 0.9.2 is out.
There are packages for kubuntu, see
http://www.digikam.org/?q=download/binary/

Could you give this a fresh try? Maybe we can quickly close this bug ... ;-)

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

[Bug 143200] Renaming like crasy with F2 crash digikam

Bugzilla from alexandreracine@gmail.com
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From alexandreracine gmail com  2007-06-27 14:24 -------
I have downloaded the latest 0.9.2 so I'll try to reproduce.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143200] Renaming like crasy with F2 crash digikam

Bugzilla from ach@mpe.mpg.de
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From ach mpe mpg de  2007-06-27 19:32 -------
On Tuesday, 26. June 2007, Arnd Baecker wrote:
[bugs.kde.org quoted mail]

Hi Arnd, can you replace dapper with feisty in this page?  I don't
backport to dapper anymore (too much work).

Achim

>
> Could you give this a fresh try? Maybe we can quickly close this bug ... ;-)
>
> Arnd
> _______________________________________________
> Digikam-devel mailing list
> Digikam-devel kde org
> https://mail.kde.org/mailman/listinfo/digikam-devel
>
>
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143200] Renaming like crasy with F2 crash digikam

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         




------- Additional Comments From caulier.gilles gmail com  2007-06-27 19:39 -------
Achim,

Patch from Marcel is already in 0.9.2 release.

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

[Bug 143200] Renaming like crasy with F2 crash digikam

Bugzilla from alexandreracine@gmail.com
In reply to this post by Bugzilla from alexandreracine@gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143200         
alexandreracine gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From alexandreracine gmail com  2007-06-28 02:35 -------
Alright, this situation does not seems to reproduce in the 0.9.2 release. If it does it again, I'll reopen.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
12