You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In the process of updating KDE to 4.10.1 the build of
graphics/digikam-kde4 stops with the following error(s):
/usr/ports/graphics/digikam-kde4#make
[..snip..]
[ 10%] Building CXX object
utilities/cameragui/CMakeFiles/cameragui.dir/devices/umscamera.o
[ 10%] Building CXX object
utilities/queuemanager/CMakeFiles/queuemanager.dir/basetools/color/hslcorrection.o
Generating fileworkeriface.moc
Generating curveswidget.moc
/usr/ports/graphics/digikam-kde4/work/digikam-2.9.0/core/utilities/cameragui/devices/umscamera.cpp:227:26:
error: no member named 'loadDcrawPreview' in 'KDcrawIface::KDcraw'; did
you mean 'loadRawPreview'?
KDcrawIface::KDcraw::loadDcrawPreview(thumbnail, path);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
loadRawPreview
/usr/local/kde4/include/libkdcraw/kdcraw.h:77:17: note: 'loadRawPreview'
declared here
static bool loadRawPreview(QImage& image, const QString& path);
^
1 error generated.
*** [utilities/cameragui/CMakeFiles/cameragui.dir/devices/umscamera.o]
Error code 1
1 error
*** [utilities/cameragui/CMakeFiles/cameragui.dir/all] Error code 2
[ 10%] Building CXX object
utilities/queuemanager/CMakeFiles/queuemanager.dir/basetools/color/iccconvert.o
[ 10%] Building CXX object
utilities/queuemanager/CMakeFiles/queuemanager.dir/basetools/color/invert.o
[..snip..]
Generating tooltipspage.moc
[ 14%] Built target digikam_automoc
1 error
*** [all] Error code 2
1 error
*** [do-build] Error code 1
Stop in /usr/ports/graphics/digikam-kde4.
*** [build] Error code 1
[..snip..]
The full build log is attached. As far as I can see the first error
complains about a problem within graphics/libkdcraw, the second error
gives no causal hint.
This happens on 10.0-CURRENT r248896 (amd64; clang compiled). I am
wondering if I am the only one with this error?
Any help is really appreciated. Please let me know, if you need more
information.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On 01.04.2013 16:53 (UTC+2), Andriy Gapon wrote:
> on 01/04/2013 16:28 Rainer Hurling said the following:
>> This happens on 10.0-CURRENT r248896 (amd64; clang compiled). I am
>> wondering if I am the only one with this error?
>
> No. digikam port has to be updated to a more recent version to be compatible with
> some newer APIs.
>
Thanks for the reply. Nice to hear. So we have to wait until the new
version is ported.