[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#905035: marked as done (libkf5kdcraw: FTBFS against libraw 0.19.0)



Your message dated Tue, 04 Sep 2018 21:20:58 +0000
with message-id <E1fxIks-0005ZE-Np@fasolo.debian.org>
and subject line Bug#905035: fixed in libkf5kdcraw 18.08.0-1
has caused the Debian Bug report #905035,
regarding libkf5kdcraw: FTBFS against libraw 0.19.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
905035: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905035
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:libkf5kdcraw
Version: 17.08.3-1
Severity: important
Control: block 904777 -1

Dear Maintainer,

while testing build status of reverse dependencies of libraw for the
upcoming transition (now moving from 0.18.xx to 0.19.0, with a SONAME
bump), your package has shown problems with this new version of the
library I maintain.

Following, here's a snippet of the error encountered:

/<<PKGBUILDDIR>>/src/kdcraw_p.cpp: In member function 'bool KDcrawIface::KDcraw::Private::loadFromLibraw(const QString&, QByteArray&, int&, int&, int&)':
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:377: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;
                                ^~~~~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:378:32: error: 'struct libraw_output_params_t' has no member named 'cfaline'
             raw.imgdata.params.cfaline      = true;
                                ^~~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:385:32: error: 'struct libraw_output_params_t' has no member named 'lclean'
             raw.imgdata.params.lclean       = m_parent->m_rawDecodingSettings.NRThreshold     * 5E-5;
                                ^~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:386:32: error: 'struct libraw_output_params_t' has no member named 'cclean'
             raw.imgdata.params.cclean       = m_parent->m_rawDecodingSettings.NRChroThreshold * 5E-5;
                                ^~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:387:32: error: 'struct libraw_output_params_t' has no member named 'cfa_clean'
             raw.imgdata.params.cfa_clean    = true;
                                ^~~~~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:394:32: error: 'struct libraw_output_params_t' has no member named 'linenoise'
             raw.imgdata.params.linenoise    = 0;
                                ^~~~~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:395:32: error: 'struct libraw_output_params_t' has no member named 'cfaline'
             raw.imgdata.params.cfaline      = false;
                                ^~~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:396:32: error: 'struct libraw_output_params_t' has no member named 'lclean'
             raw.imgdata.params.lclean       = 0;
                                ^~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:397:32: error: 'struct libraw_output_params_t' has no member named 'cclean'
             raw.imgdata.params.cclean       = 0;
                                ^~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:398:32: error: 'struct libraw_output_params_t' has no member named 'cfa_clean'
             raw.imgdata.params.cfa_clean    = false;
                                ^~~~~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:404: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
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:405:24: error: 'struct libraw_output_params_t' has no member named 'cared'
     raw.imgdata.params.cared      = m_parent->m_rawDecodingSettings.caMultiplier[0];
                        ^~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:406:24: error: 'struct libraw_output_params_t' has no member named 'cablue'
     raw.imgdata.params.cablue     = m_parent->m_rawDecodingSettings.caMultiplier[1];
                        ^~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:460:24: error: 'struct libraw_output_params_t' has no member named 'eeci_refine'
     raw.imgdata.params.eeci_refine    = m_parent->m_rawDecodingSettings.eeciRefine;
                        ^~~~~~~~~~~
/<<PKGBUILDDIR>>/src/kdcraw_p.cpp:461: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[4]: *** [src/CMakeFiles/KF5KDcraw.dir/build.make:79: src/CMakeFiles/KF5KDcraw.dir/kdcraw_p.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:154: src/CMakeFiles/KF5KDcraw.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:144: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j8 returned exit code 2
make[1]: *** [/usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: pre_build_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:112: debian/dhmk_build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


The severity of this bug report will be raised once the transition has
started.

Cheers.


-- System Information:
Debian Release: buster/sid
  APT prefers buildd-unstable
  APT policy: (500, 'buildd-unstable'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.17.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: libkf5kdcraw
Source-Version: 18.08.0-1

We believe that the bug you reported is fixed in the latest version of
libkf5kdcraw, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 905035@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pino Toscano <pino@debian.org> (supplier of updated libkf5kdcraw package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 04 Sep 2018 22:59:21 +0200
Source: libkf5kdcraw
Binary: libkf5kdcraw-dev libkf5kdcraw5
Architecture: source
Version: 18.08.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Pino Toscano <pino@debian.org>
Description:
 libkf5kdcraw-dev - RAW picture decoding library -- development files
 libkf5kdcraw5 - RAW picture decoding library
Closes: 905035
Changes:
 libkf5kdcraw (18.08.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * Switch Vcs-* fields to salsa.debian.org.
   * Bump the libraw-dev build dependency to >= 0.18, as indicated by the
     upstream build system.
   * Backport upstream commit f40ebe30dca1cfadc8171364ac325532e6c3f229 to fix
     build with libraw >= 0.19; patch upstream_Fix-build-with-libraw-0.19.patch.
     (Closes: #905035)
   * Fix typo in the version dependency of the symbols file.
   * Bump Standards-Version to 4.2.1, no changes required.
   * Use https for Format in copyright.
   * Mark libkf5kdcraw5 as "Multi-Arch: same".
Checksums-Sha1:
 f7af1e8971a336b5e4f646a076be64ddf1069597 2531 libkf5kdcraw_18.08.0-1.dsc
 b2c81e76cf36925295a1e1993758a98ced454534 42096 libkf5kdcraw_18.08.0.orig.tar.xz
 3fcb87b47785f476995ad8cbc1e5c5eb2a141fd1 774 libkf5kdcraw_18.08.0.orig.tar.xz.asc
 4734b34900c0c413076023e9efcf3c075b6c1c57 13592 libkf5kdcraw_18.08.0-1.debian.tar.xz
 10a1041a4995a5fbde1d56b7d2130967101d1a4a 10761 libkf5kdcraw_18.08.0-1_source.buildinfo
Checksums-Sha256:
 350cab96d4e3596a504dde57ebb73faf76ad6f30e544d6682f768f8cf27f9dc1 2531 libkf5kdcraw_18.08.0-1.dsc
 dd146eebd1e0eea7e6a20ebd66b7d9ac2c79cc573de39faf6d34efaafb9bf376 42096 libkf5kdcraw_18.08.0.orig.tar.xz
 24da807e78bcb2d90f0d7dcb8bbb7608f8f433debcfc4649ff07830e3564388f 774 libkf5kdcraw_18.08.0.orig.tar.xz.asc
 6794755d987b0b920079c33ca9f4d9ad6ac5996d2bd89d85de6433db9b44741a 13592 libkf5kdcraw_18.08.0-1.debian.tar.xz
 791736a0b2953d086491e78ea3037f8aa50869cd1e6e465576c0dafae3164141 10761 libkf5kdcraw_18.08.0-1_source.buildinfo
Files:
 ba1c52d14c90647005ab59107ac06f79 2531 kde optional libkf5kdcraw_18.08.0-1.dsc
 81813d4cff8cdd7dead94db7d67127ae 42096 kde optional libkf5kdcraw_18.08.0.orig.tar.xz
 b2b7a3de939252489990ff7af044009d 774 kde optional libkf5kdcraw_18.08.0.orig.tar.xz.asc
 4a07a9fc7b4ca455eea264f0a642ca0d 13592 kde optional libkf5kdcraw_18.08.0-1.debian.tar.xz
 b35ce74875a1834a51487f01cd4543bf 10761 kde optional libkf5kdcraw_18.08.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAluO8loACgkQLRkciEOx
P03PVhAAk1/f25BsAP4NJ9dtfUbWqslhpon9pcEj0P/g9fyq2UJKuZr4vEuNSqG7
ZTXAZQRXgEJxohf5NFgqcNBBbooSL3yFHlYUbX0CcymwKZ+4CDw7uaG7VbrJ3hRk
/9nLIqzgvUHtNiIQpmxxtTKfgTiAPGUH0yFZmVF99qm/mFVXySpVP6By6G9HH4pA
v93yS1GOMiXXzSGOvElJgO20cf2bp0DD28/WtstjRoCrGsk8QTtlHMsjP76gJBNn
ddISpFVe7OYdZNfg4wTFksb8ygvDWAeFgZLO0/8Fv7lT37h1o7xmLiEhH/gjCcCF
jlBXrOIe9TtAr2NmUUo0XurRnjXx2C6aE+FVdW6QUXfBHzp2lhz5VZ8vA6GgDfWG
2S2zp+0IVF1ISi6QgSnNhARW6Mu5Q8uxW1KxZaBh7TzpYjbLrBAff+vgkDytyHQ5
/SYnbgpIjl99GmEmmdUJlOFyf/SBXaQFvlkrvdYGkMv1vUv0Mtusai/To/Y1QpDZ
WbRhjGPgM2Pq/qCL46cMkdDopeKcqt6bguyYCbYSdRBTcOgwq6RS0vzX8bAlD03E
IsfNK5A2mWLPvDgxUseTzrATvuITYw/oE5q5qX+5R+Nmkb2PWzujgvCk8VlP9VAk
0/OuFF5meq12blxh/3BHXM/KeX8zeRmK9lQXRnalyYV1Pnr3uRo=
=ZcI+
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: