Re: Digikam-users Digest, Vol 58, Issue 28

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Digikam-users Digest, Vol 58, Issue 28

Hawken Rives
unsubscribe

On Tue, Mar 30, 2010 at 5:00 AM, <[hidden email]> wrote:
Send Digikam-users mailing list submissions to
       [hidden email]

To subscribe or unsubscribe via the World Wide Web, visit
       https://mail.kde.org/mailman/listinfo/digikam-users
or, via email, send a message with subject or body 'help' to
       [hidden email]

You can reach the person managing the list at
       [hidden email]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Digikam-users digest..."


Today's Topics:

  1. Re: libkdcraw problem (Gilles Caulier)
  2. Digikam unable to convert DB4 to 5 - SQL error ("Umberto" K.)


----------------------------------------------------------------------

Message: 1
Date: Tue, 30 Mar 2010 11:28:55 +0200
From: Gilles Caulier <[hidden email]>
Subject: Re: [Digikam-users] libkdcraw problem
To: digiKam - Home Manage your photographs as a professional with the
       power of        open source <[hidden email]>
Message-ID:
       <[hidden email]>
Content-Type: text/plain; charset=windows-1252

yes, i can reproduce this problem there too... i take a look

Gilles

2010/3/30 Gandalf Lechner <[hidden email]>:
> Now it works in the beginning, but fails while building
>
> make[2]: ***
> [kipi-plugins/rawconverter/CMakeFiles/kipiplugin_rawconverter.dir/batchdialog.o] Fehler 1
>
> I'll try again later
>
> Gandalf
>
> On Die, 2010-03-30 at 10:35 +0200, Gilles Caulier wrote:
>> yes, i'm working on (:=)))
>>
>> Just commited fixes this morning. checkout again all (digiKam,
>> kipi-plugins, and libkdcraw), remove all CMakeCache.txt files from
>> root dir and try again
>>
>> Gilles Caulier
>>
>> 2010/3/30 Gandalf Lechner <[hidden email]>:
>> > Hi all,
>> >
>> > following the instructions on
>> > http://www.digikam.org/drupal/download?q=download/KDE4 as usual, I
>> > compiled and installed the kdegraphics libs (using kubuntu 10.04 beta1).
>> > Before that, I removed all libkdcraw packages installed via the package
>> > manager. But still, compiling digikam fails. (It used to work a couple
>> > of days ago.) In the config output, it says
>> >
>> > -- ?libkdcraw library found.................. YES
>> >
>> > but also
>> >
>> > -- ?libkdcraw >= 1.0.0 library found......... NO ?(optional)
>> >
>> > which is strange because I just installed the very newest version
>> > available. Compilation of digikam then fails with the message
>> >
>> > [ .. ]
>> > [ ?1%] Building CXX object
>> > digikam/digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimg.o
>> > In file included
>> > from /home/gandalf/down/svn/kde4/graphics/digikam/libs/dimg/dimg.h:42,
>> >
>> > from /home/gandalf/down/svn/kde4/graphics/digikam/libs/dimg/dimg.cpp:26:
>> > /home/gandalf/down/svn/kde4/graphics/digikam/libs/dimg/drawdecoding.h:
>> > In constructor ?Digikam::DRawDecoding::DRawDecoding(const
>> > KDcrawIface::RawDecodingSettings&)?:
>> > /home/gandalf/down/svn/kde4/graphics/digikam/libs/dimg/drawdecoding.h:70: error: ?DontStretchPixels? was not declared in this scope
>> > /home/gandalf/down/svn/kde4/graphics/digikam/libs/dimg/drawdecoding.h:70: error: ?const class KDcrawIface::RawDecodingSettings? has no member named ?DontStretchPixels?
>> > make[2]: ***
>> > [digikam/digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimg.o] Fehler
>> > 1
>> > make[1]: *** [digikam/digikam/CMakeFiles/digikamcore.dir/all] Fehler 2
>> > make: *** [all] Fehler 2
>> >
>> >
>> > Any idea what's wrong here?
>> >
>> > Best,
>> > Gandalf
>> >
>> >
>> >
>> >
>> >
>> >
>> > _______________________________________________
>> > 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
>


------------------------------

Message: 2
Date: Tue, 30 Mar 2010 11:45:42 +0200
From: "\"Umberto\" K." <[hidden email]>
Subject: [Digikam-users] Digikam unable to convert DB4 to 5 - SQL
       error
To: [hidden email]
Message-ID:
       <[hidden email]>
Content-Type: text/plain; charset="iso-8859-1"

Hi!

After an upgrade of digikam package (ubuntu backports) I get this output on
konsole. It looks like the DB file has a

...
digikam(6979)/digikam (core) Digikam::SchemaUpdater::updateV4toV5: Inserted
album root
digikam(6979)/digikam (core) Digikam::SchemaUpdater::updateV4toV5: Populated
albums
digikam(6979)/digikam (core) Digikam::DatabaseCoreBackend::exec: Failure
executing query:
digikam(6979)/digikam (core) Digikam::DatabaseCoreBackend::exec: "REPLACE
INTO Images  (id, album, name, status, category, modificationDate, fileSize,
uniqueHash) SELECT id, dirid, name, ?, ?, NULL, NULL, NULL FROM ImagesV3;"
digikam(6979)/digikam (core) Digikam::DatabaseCoreBackend::exec: "constraint
failed Zeile kann nicht abgeholt werden" 19
digikam(6979)/digikam (core) Digikam::DatabaseCoreBackend::exec: Bound
values:  (QVariant(int, 1) ,  QVariant(int, 0) )
QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-165520384'
is still in use, all queries will cease to work.
...
A I know this is the problem:
"SELECT id, dirid, name, ?, ?, NULL, NULL, NULL FROM ImagesV3;"
...it's missing column names (SQL-prepare failed?)


Best
Umberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/digikam-users/attachments/20100330/4cc68c46/attachment-0001.htm

------------------------------

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


End of Digikam-users Digest, Vol 58, Issue 28
*********************************************


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