Problem compiling SVN digikam

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

Problem compiling SVN digikam

Bugzilla from pwaldo@waldoware.com
Hi all,

I'm trying to configure digikam (stable) from SVN sources, and I get
stuck right at the beginning!  I followed the instructions at
http://www.digikam.org/?q=download/svn and immediately got an error
(below).  Thanks for any insight!

Paul

pwaldo@office /home/local_pwaldo/src/graphics/digikam/svn/graphics
$ export UNSERMAKE=no

pwaldo@office /home/local_pwaldo/src/graphics/digikam/svn/graphics
$ make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** automake (GNU automake) 1.9.6 found.
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating Makefile.am
*** Creating configure.files
*** Creating configure.in
*** Creating aclocal.m4
configure.in:427: error:
`digikam/utilities/hotplug/digikam-download.desktop' is already
registered with AC_CONFIG_FILES.
autoconf/status.m4:300: AC_CONFIG_FILES is expanded from...
configure.in:427: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: /usr/bin/autom4te failed with exit status: 1
make[1]: *** [cvs] Error 1
make: *** [all] Error 2

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

Re: Problem compiling SVN digikam

Bugzilla from sami_cokar@hotmail.com
Paul:

Since your issue is with 0.9.1 (stable) you will want to build the TRUNK
(future 0.9.2) release.

Please try the 3 scripts on the download page to build exiv2, digikam, and
to start digikam from your own home directory and see if you have different
results.

download the scripts. rename from ".txt" to ".sh", chmod 755 and edit the
environment variable DIGIKAMDEST to point to the folder you are working in.

What results does this give you?

Your other question re: Canon Digital  Rebel (300D) .  I have used digikam
0.9.1 with my 300D with mixed results:  the thumbnails were rotated
incorrectly,  the batch RAW conversion did not work. but i was able to bring
up a picture at a time with image editor.

with 0.9.2 from TRUNK, batch conversion works and the thumbnails are better,
but not yet fully 100%.

>From: Paul Waldo <[hidden email]>
>Reply-To: digiKam - Digital Photo Management for the masses
><[hidden email]>
>To: digiKam - Digital Photo Management for the masses
><[hidden email]>
>Subject: [Digikam-users] Problem compiling SVN digikam
>Date: Fri, 30 Mar 2007 09:01:38 -0400
>
>Hi all,
>
>I'm trying to configure digikam (stable) from SVN sources, and I get
>stuck right at the beginning!  I followed the instructions at
>http://www.digikam.org/?q=download/svn and immediately got an error
>(below).  Thanks for any insight!
>
>Paul
>
>pwaldo@office /home/local_pwaldo/src/graphics/digikam/svn/graphics
>$ export UNSERMAKE=no
>
>pwaldo@office /home/local_pwaldo/src/graphics/digikam/svn/graphics
>$ make -f Makefile.cvs
>This Makefile is only for the CVS repository
>This will be deleted before making the distribution
>
>*** automake (GNU automake) 1.9.6 found.
>*** Creating acinclude.m4
>*** Creating list of subdirectories
>*** Creating Makefile.am
>*** Creating configure.files
>*** Creating configure.in
>*** Creating aclocal.m4
>configure.in:427: error:
>`digikam/utilities/hotplug/digikam-download.desktop' is already
>registered with AC_CONFIG_FILES.
>autoconf/status.m4:300: AC_CONFIG_FILES is expanded from...
>configure.in:427: the top level
>autom4te: /usr/bin/m4 failed with exit status: 1
>aclocal: /usr/bin/autom4te failed with exit status: 1
>make[1]: *** [cvs] Error 1
>make: *** [all] Error 2
>
>_______________________________________________
>Digikam-users mailing list
>[hidden email]
>https://mail.kde.org/mailman/listinfo/digikam-users

_________________________________________________________________
Win a trip for four to a concert anywhere in the world!
http://www.mobilelivetour.ca/

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

Re: Problem compiling SVN digikam

Gilles Caulier-4


2007/3/30, Sami Cokar <[hidden email]>:
Paul:

Since your issue is with 0.9.1 (stable) you will want to build the TRUNK
(future 0.9.2) release.

Please try the 3 scripts on the download page to build exiv2, digikam, and
to start digikam from your own home directory and see if you have different
results.

download the scripts. rename from ".txt" to ".sh", chmod 755 and edit the
environment variable DIGIKAMDEST to point to the folder you are working in.

What results does this give you?

Your other question re: Canon Digital  Rebel (300D) .  I have used digikam
0.9.1 with my 300D with mixed results:  the thumbnails were rotated
incorrectly,  

==> relevant of Exiv2. Please update to 0.14


the batch RAW conversion did not work. but i was able to bring
up a picture at a time with image editor.

Update kipi-plugins using trunk. it use libkdcraw (witch include dcraw 8.60) like digiKam core...
 

with 0.9.2 from TRUNK, batch conversion works and the thumbnails are better,
but not yet fully 100%.

fully 100% .give me more info...

Gilles


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

Re: Problem compiling SVN digikam

Bugzilla from pwaldo@waldoware.com
In reply to this post by Bugzilla from sami_cokar@hotmail.com
Hi Sami:

I tried as you suggested, and the exiv2 and digikam compilation went
well.  Unfortunately, when I try to run digikam, I get this:

$ ./start_digikam.sh
digikam: symbol lookup error: digikam: undefined symbol:
_ZN7Digikam12AlbumManagerC1Ev

It sounds like you got your version 0.9.1 to work reasonably with RAW
files.  How is this so?  Gilles states "digikam 0.9.1 use dcraw 8.41
witch not support these RAW camera files.  current implementation of
digiKam (next 0.9.2) use dcraw 8.60 witch support it."  Based on this
statement, I'm not sure how you got things to work!

Paul

Sami Cokar wrote:

> Paul:
>
> Since your issue is with 0.9.1 (stable) you will want to build the TRUNK
> (future 0.9.2) release.
>
> Please try the 3 scripts on the download page to build exiv2, digikam, and
> to start digikam from your own home directory and see if you have different
> results.
>
> download the scripts. rename from ".txt" to ".sh", chmod 755 and edit the
> environment variable DIGIKAMDEST to point to the folder you are working in.
>
> What results does this give you?
>
> Your other question re: Canon Digital  Rebel (300D) .  I have used digikam
> 0.9.1 with my 300D with mixed results:  the thumbnails were rotated
> incorrectly,  the batch RAW conversion did not work. but i was able to bring
> up a picture at a time with image editor.
>
> with 0.9.2 from TRUNK, batch conversion works and the thumbnails are better,
> but not yet fully 100%.
>
>  
>> From: Paul Waldo <[hidden email]>
>> Reply-To: digiKam - Digital Photo Management for the masses
>> <[hidden email]>
>> To: digiKam - Digital Photo Management for the masses
>> <[hidden email]>
>> Subject: [Digikam-users] Problem compiling SVN digikam
>> Date: Fri, 30 Mar 2007 09:01:38 -0400
>>
>> Hi all,
>>
>> I'm trying to configure digikam (stable) from SVN sources, and I get
>> stuck right at the beginning!  I followed the instructions at
>> http://www.digikam.org/?q=download/svn and immediately got an error
>> (below).  Thanks for any insight!
>>
>> Paul
>>
>> pwaldo@office /home/local_pwaldo/src/graphics/digikam/svn/graphics
>> $ export UNSERMAKE=no
>>
>> pwaldo@office /home/local_pwaldo/src/graphics/digikam/svn/graphics
>> $ make -f Makefile.cvs
>> This Makefile is only for the CVS repository
>> This will be deleted before making the distribution
>>
>> *** automake (GNU automake) 1.9.6 found.
>> *** Creating acinclude.m4
>> *** Creating list of subdirectories
>> *** Creating Makefile.am
>> *** Creating configure.files
>> *** Creating configure.in
>> *** Creating aclocal.m4
>> configure.in:427: error:
>> `digikam/utilities/hotplug/digikam-download.desktop' is already
>> registered with AC_CONFIG_FILES.
>> autoconf/status.m4:300: AC_CONFIG_FILES is expanded from...
>> configure.in:427: the top level
>> autom4te: /usr/bin/m4 failed with exit status: 1
>> aclocal: /usr/bin/autom4te failed with exit status: 1
>> make[1]: *** [cvs] Error 1
>> make: *** [all] Error 2
>>
>> _______________________________________________
>> Digikam-users mailing list
>> [hidden email]
>> https://mail.kde.org/mailman/listinfo/digikam-users
>>    
>
> _________________________________________________________________
> Win a trip for four to a concert anywhere in the world!
> http://www.mobilelivetour.ca/
>
> _______________________________________________
> 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: Problem compiling SVN digikam

Gilles Caulier-4


2007/4/3, Paul Waldo <[hidden email]>:
Hi Sami:

I tried as you suggested, and the exiv2 and digikam compilation went
well.  Unfortunately, when I try to run digikam, I get this:

$ ./start_digikam.sh
digikam: symbol lookup error: digikam: undefined symbol:
_ZN7Digikam12AlbumManagerC1Ev

the shared libdigikam.so installed on your computer is not undapted, or still 0.9.1 not 0.9.2.

Check your system.
 

It sounds like you got your version 0.9.1 to work reasonably with RAW
files.  How is this so?  Gilles states "digikam 0.9.1 use dcraw 8.41
witch not support these RAW camera files.  current implementation of
digiKam (next 0.9.2) use dcraw 8.60 witch support it."

and to be more clear, digiKam 0.9.2 use libkdcraw now, witch include dcraw 8.60.


  Based on this
statement, I'm not sure how you got things to work!

because, i'm developper and i have digiKam from svn installed over 5 computers to test (:=)))

Gilles


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

Re: Problem compiling SVN digikam

Bugzilla from pwaldo@waldoware.com
Gilles Caulier wrote:

>
>
> 2007/4/3, Paul Waldo <[hidden email]
> <mailto:[hidden email]>>:
>
>     Hi Sami:
>
>     I tried as you suggested, and the exiv2 and digikam compilation went
>     well.  Unfortunately, when I try to run digikam, I get this:
>
>     $ ./start_digikam.sh
>     digikam: symbol lookup error: digikam: undefined symbol:
>     _ZN7Digikam12AlbumManagerC1Ev
>
>
> the shared libdigikam.so installed on your computer is not undapted,
> or still 0.9.1 not 0.9.2.
>
> Check your system.
I had an old libdigikam in /usr/lib.  This goes with the digikam that
comes with Kubuntu.  I thought that
LD_LIBRARY_PATH=/usr/local/lib
LDPATH=/usr/local/lib:
should make the new libdigikam (in /usr/local/lib) be seen first.  What
am I missing?
BTW, I moved the /usr/lib/libdigikam out of the way and 0.9.2 digikam
did start, but I'm still curious as to why the above scheme doesn't
work...  Thanks!

Paul

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

Re: Problem compiling SVN digikam

Bugzilla from sami_cokar@hotmail.com
In reply to this post by Bugzilla from pwaldo@waldoware.com
Hello Paul,

I had to re-install kubuntu feisty so i do not fully recall your issue.

However  a complete fresh may help us see the status of digikam 0.9.1.as
well as taking up my beloved vacation time.

lets compare notes:

OS:  kubuntu 7.04 ( feisty beta)
KDE: 3.5.6

( below is from help->about inside digikam bundled with kubuntu )
digikam: 0.9.1
KIPI library:  0.1.5
KExiv2 library: 0.1.1
Exiv2 library: 0.12.0
PNG library: 1.2.15beta5
Gphoto library: 2.3.0

My cameras:
Canon EOS Digital Rebel XT  or 350D ==> RAW files = "*.cr2"
Canon EOS Digital Rebel or 300D       ==> RAW files = "*.crw"

Inside Digikam:

a) 300D and 350D JPEG thumbnail images display.
b) 300D and 350D RAW thumbnail images display
c) 350D RAW thumbnails are correctly rotated for portrait/landscape
orientation
    right click thumbnail -> VIEW  ==> correct portrait/landscape
orientation
    right click thumbnail -> EDIT  ==> correct portrait/landscape
orientation

d) 300D RAW thumbnails are NOT correctly rotated for portrait/landscape
orientation
    right click thumbnail -> VIEW  ==> INCORRECT portrait/landscape
orientation
    right click thumbnail -> EDIT  ==> correct portrait/landscape
orientation


** SUMMARY **
*) digikam 0.9.1 has minor rotation issues for MY Canon EOS Digital Rebel /
300D camera RAW images AND is very usable.
*) There do NOT exist any issues for Canon EOS Digital Rebel / 300D cameras


NOW, as gilles asks us to do frequently is test the SVN version ( now due to
the libkdcraw feature).  I have created a parallel installation of my OS,
one for "out of the box" digikam 0.91 and the second for playing with SVN
digikam.  I will rebuild SVN digikam and give you my feedback.

Paul, i hope some of this helps and is not too overwhelming and that I am
actually answering your question instead of rambling in my old age :)

NOTE:  a lot of time is spent by developers trying to resolve issues arising
from people trying to get SVN builds compiling and executing.  I will try to
look at this after my SVN testing for Paul.



>From: Paul Waldo <[hidden email]>
>Reply-To: digiKam - Digital Photo Management for the masses
><[hidden email]>
>To: digiKam - Digital Photo Management for the masses
><[hidden email]>
>Subject: Re: [Digikam-users] Problem compiling SVN digikam
>Date: Tue, 03 Apr 2007 10:27:06 -0400
>
>Hi Sami:
>
>I tried as you suggested, and the exiv2 and digikam compilation went
>well.  Unfortunately, when I try to run digikam, I get this:
>
>$ ./start_digikam.sh
>digikam: symbol lookup error: digikam: undefined symbol:
>_ZN7Digikam12AlbumManagerC1Ev
>
>It sounds like you got your version 0.9.1 to work reasonably with RAW
>files.  How is this so?  Gilles states "digikam 0.9.1 use dcraw 8.41
>witch not support these RAW camera files.  current implementation of
>digiKam (next 0.9.2) use dcraw 8.60 witch support it."  Based on this
>statement, I'm not sure how you got things to work!
>
>Paul
>
>Sami Cokar wrote:
> > Paul:
> >
> > Since your issue is with 0.9.1 (stable) you will want to build the TRUNK
> > (future 0.9.2) release.
> >
> > Please try the 3 scripts on the download page to build exiv2, digikam,
>and
> > to start digikam from your own home directory and see if you have
>different
> > results.
> >
> > download the scripts. rename from ".txt" to ".sh", chmod 755 and edit
>the
> > environment variable DIGIKAMDEST to point to the folder you are working
>in.
> >
> > What results does this give you?
> >
> > Your other question re: Canon Digital  Rebel (300D) .  I have used
>digikam
> > 0.9.1 with my 300D with mixed results:  the thumbnails were rotated
> > incorrectly,  the batch RAW conversion did not work. but i was able to
>bring
> > up a picture at a time with image editor.
> >
> > with 0.9.2 from TRUNK, batch conversion works and the thumbnails are
>better,
> > but not yet fully 100%.
> >
> >
> >> From: Paul Waldo <[hidden email]>
> >> Reply-To: digiKam - Digital Photo Management for the masses
> >> <[hidden email]>
> >> To: digiKam - Digital Photo Management for the masses
> >> <[hidden email]>
> >> Subject: [Digikam-users] Problem compiling SVN digikam
> >> Date: Fri, 30 Mar 2007 09:01:38 -0400
> >>
> >> Hi all,
> >>
> >> I'm trying to configure digikam (stable) from SVN sources, and I get
> >> stuck right at the beginning!  I followed the instructions at
> >> http://www.digikam.org/?q=download/svn and immediately got an error
> >> (below).  Thanks for any insight!
> >>
> >> Paul
> >>
> >> pwaldo@office /home/local_pwaldo/src/graphics/digikam/svn/graphics
> >> $ export UNSERMAKE=no
> >>
> >> pwaldo@office /home/local_pwaldo/src/graphics/digikam/svn/graphics
> >> $ make -f Makefile.cvs
> >> This Makefile is only for the CVS repository
> >> This will be deleted before making the distribution
> >>
> >> *** automake (GNU automake) 1.9.6 found.
> >> *** Creating acinclude.m4
> >> *** Creating list of subdirectories
> >> *** Creating Makefile.am
> >> *** Creating configure.files
> >> *** Creating configure.in
> >> *** Creating aclocal.m4
> >> configure.in:427: error:
> >> `digikam/utilities/hotplug/digikam-download.desktop' is already
> >> registered with AC_CONFIG_FILES.
> >> autoconf/status.m4:300: AC_CONFIG_FILES is expanded from...
> >> configure.in:427: the top level
> >> autom4te: /usr/bin/m4 failed with exit status: 1
> >> aclocal: /usr/bin/autom4te failed with exit status: 1
> >> make[1]: *** [cvs] Error 1
> >> make: *** [all] Error 2
> >>

_________________________________________________________________
Your Space. Your Friends. Your Stories. Share your world with Windows Live
Spaces. http://spaces.live.com/?mkt=en-ca

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

Re: Problem compiling SVN digikam

Bugzilla from pwaldo@waldoware.com
Sami Cokar wrote:
> ** SUMMARY **
> *) digikam 0.9.1 has minor rotation issues for MY Canon EOS Digital Rebel /
> 300D camera RAW images AND is very usable.
> *) There do NOT exist any issues for Canon EOS Digital Rebel / 300D cameras
>  
Sami,

Thanks for taking time out of your vacation :-)  Since 0.9.1 seems to
work for Rebel RAW files, I will abandon the SVN version and go back to
0.9.1--it's a lot easier to get a tarball working!

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

Possible database speedup

Bugzilla from sami_cokar@hotmail.com
(Try at your own risk)

Once possible way of speeding up digikam is to reduce table fragmentation
from the database.

*) install sqlite3 (debian flavors: aptitude install sqlite3)
*) play around in digikam to get an idea of how your larger albums perform
*) close digikam

*) cd to the directory where digikam3.db is located
*) cp digikam3.db digikam3.db.bak     (always backup)
*) sqlite3 digikam3.db
inside sqlite, type:
   vacuum;

that's the word "vacuum" followed by a semi-colon.

wait until the prompt returns

*) type ".exit" to quit sqlite3 (  a dot/period/fullstop followed by the
word exit  )
*) start digikam and play around with your larger albums

--> any speed increases?

And since you do have a backup, you should be able to recover from any
issues.

concept From a POTN posting:
http://photography-on-the.net/forum/showthread.php?p=2945992#post2945992

and original source:
http://www.adobeforums.com/cgi-bin/webx?14@@.3bc3587a/9

_________________________________________________________________
http://local.live.com/?mkt=en-ca/?v=2&cid=A6D6BDB4586E357F!420

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