Discussion:
[krita] [Bug 396121] New: Build failure with libraw-0.19
Lars Wendler (Polynomial-C)
2018-07-03 09:22:48 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396121

Bug ID: 396121
Summary: Build failure with libraw-0.19
Product: krita
Version: 4.1.0
Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: General
Assignee: krita-bugs-***@kde.org
Reporter: polynomial-***@gentoo.org
Target Milestone: ---

/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:381:32:
error: ‘struct libraw_output_params_t’ has no member named ‘linenoise’
raw.imgdata.params.linenoise =
m_parent->m_rawDecodingSettings.NRThreshold * 2.11E-5 + 0.00111111;
^~~~~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:382:32:
error: ‘struct libraw_output_params_t’ has no member named ‘cfaline’
raw.imgdata.params.cfaline = true;
^~~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:389:32:
error: ‘struct libraw_output_params_t’ has no member named ‘lclean’
raw.imgdata.params.lclean =
m_parent->m_rawDecodingSettings.NRThreshold * 5E-5;
^~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:390:32:
error: ‘struct libraw_output_params_t’ has no member named ‘cclean’
raw.imgdata.params.cclean =
m_parent->m_rawDecodingSettings.NRChroThreshold * 5E-5;
^~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:391:32:
error: ‘struct libraw_output_params_t’ has no member named ‘cfa_clean’
raw.imgdata.params.cfa_clean = true;
^~~~~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:398:32:
error: ‘struct libraw_output_params_t’ has no member named ‘linenoise’
raw.imgdata.params.linenoise = 0;
^~~~~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:399:32:
error: ‘struct libraw_output_params_t’ has no member named ‘cfaline’
raw.imgdata.params.cfaline = false;
^~~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:400:32:
error: ‘struct libraw_output_params_t’ has no member named ‘lclean’
raw.imgdata.params.lclean = 0;
^~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:401:32:
error: ‘struct libraw_output_params_t’ has no member named ‘cclean’
raw.imgdata.params.cclean = 0;
^~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:402:32:
error: ‘struct libraw_output_params_t’ has no member named ‘cfa_clean’
raw.imgdata.params.cfa_clean = false;
^~~~~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:408:24:
error: ‘struct libraw_output_params_t’ has no member named ‘ca_correc’; did you
mean ‘exp_correc’?
raw.imgdata.params.ca_correc =
m_parent->m_rawDecodingSettings.enableCACorrection;
^~~~~~~~~
exp_correc
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:409:24:
error: ‘struct libraw_output_params_t’ has no member named ‘cared’
raw.imgdata.params.cared =
m_parent->m_rawDecodingSettings.caMultiplier[0];
^~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:410:24:
error: ‘struct libraw_output_params_t’ has no member named ‘cablue’
raw.imgdata.params.cablue =
m_parent->m_rawDecodingSettings.caMultiplier[1];
^~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:464:24:
error: ‘struct libraw_output_params_t’ has no member named ‘eeci_refine’
raw.imgdata.params.eeci_refine =
m_parent->m_rawDecodingSettings.eeciRefine;
^~~~~~~~~~~
/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp:465:24:
error: ‘struct libraw_output_params_t’ has no member named ‘es_med_passes’; did
you mean ‘med_passes’?
raw.imgdata.params.es_med_passes =
m_parent->m_rawDecodingSettings.esMedPasses;
^~~~~~~~~~~~~
med_passes
make[2]: *** [plugins/impex/raw/CMakeFiles/krita_raw_import.dir/build.make:119:
plugins/impex/raw/CMakeFiles/krita_raw_import.dir/3rdparty/libkdcraw/src/kdcraw_p.cpp.o]
Error 1
make[2]: Leaving directory
'/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0_pre_build'
make[1]: *** [CMakeFiles/Makefile2:12963:
plugins/impex/raw/CMakeFiles/krita_raw_import.dir/all] Error 2
make[1]: Leaving directory
'/var/tmp/portage/media-gfx/krita-4.1.0_pre/work/krita-4.1.0_pre_build'
make: *** [Makefile:141: all] Error 2
--
You are receiving this mail because:
You are watching all bug changes.
Lars Wendler (Polynomial-C)
2018-07-03 09:24:02 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396121

--- Comment #1 from Lars Wendler (Polynomial-C) <polynomial-***@gentoo.org> ---
Created attachment 113732
--> https://bugs.kde.org/attachment.cgi?id=113732&action=edit
build.log.xz
--
You are receiving this mail because:
You are watching all bug changes.
Lars Wendler (Polynomial-C)
2018-07-03 09:25:19 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396121

--- Comment #2 from Lars Wendler (Polynomial-C) <polynomial-***@gentoo.org> ---
Downstream bug report: https://bugs.gentoo.org/659904
--
You are receiving this mail because:
You are watching all bug changes.
b***@kde.org
2018-07-03 09:26:07 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396121

***@gmail.com changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@gmail.
| |com
--
You are receiving this mail because:
You are watching all bug changes.
b***@kde.org
2018-07-08 12:25:37 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396121

***@gmail.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0 |1
--
You are receiving this mail because:
You are watching all bug changes.
b***@kde.org
2018-07-08 15:03:25 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396121

***@gmail.com changed:

What |Removed |Added
----------------------------------------------------------------------------
URL| |https://github.com/LibRaw/L
| |ibRaw/blob/master/Changelog
| |.txt#L100
No more built-in support for LibRaw demosaic packs (GPL2/GPL3).
We're unable to support this (very old code), so we'll be happy to transfer
this code to some maintainer who wish to work with it.
--
You are receiving this mail because:
You are watching all bug changes.
Gwyn Ciesla
2018-08-10 14:05:55 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396121

Gwyn Ciesla <***@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@gmail.com

--- Comment #4 from Gwyn Ciesla <***@gmail.com> ---
Seeing this failure on Fedora rawhide(29) as well.
--
You are receiving this mail because:
You are watching all bug changes.
Rex Dieter
2018-08-10 14:39:01 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396121

Rex Dieter <***@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@gmail.com
--
You are receiving this mail because:
You are watching all bug changes.
Pino Toscano
2018-09-04 06:46:18 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396121

Pino Toscano <***@kde.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Resolution|--- |FIXED

--- Comment #5 from Pino Toscano <***@kde.org> ---
This was fixed recently in master (future krita 4.2) by:
https://commits.kde.org/krita/3b7d0f2cbf66b06e12c57be26b262b71d8030d1a

I guess a backport to 4.1 would be a good idea too, unless krita people plan to
release 4.2.0 soon.
--
You are receiving this mail because:
You are watching all bug changes.
Pino Toscano
2018-09-04 06:46:28 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396121

Pino Toscano <***@kde.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@kde.org
--
You are receiving this mail because:
You are watching all bug changes.
Boudewijn Rempt
2018-09-04 09:56:57 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=396121

Boudewijn Rempt <***@valdyas.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@valdyas.org

--- Comment #6 from Boudewijn Rempt <***@valdyas.org> ---
We're planning a 4.1.2 this month.
--
You are receiving this mail because:
You are watching all bug changes.
Loading...