Your message dated Wed, 17 Aug 2022 11:21:33 +0000
with message-id <e1ooh77-007wod...@fasolo.debian.org>
and subject line Bug#1017510: fixed in exactimage 1.0.2-9
has caused the Debian Bug report #1017510,
regarding exactimage FTBFS with openexr 3.1.5
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 ow...@bugs.debian.org
immediately.)
--
1017510: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017510
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: exactimage
Version: 1.0.2-8
Severity: serious
Tags: ftbfs bookworm sid
https://buildd.debian.org/status/fetch.php?pkg=exactimage&arch=ppc64el&ver=1.0.2-8%2Bb7&stamp=1660728909&raw=0
...
codecs/openexr.cc:65:11: error: ‘Int64’ does not name a type; did you mean
‘int64_t’?
65 | virtual Int64 tellg ()
| ^~~~~
| int64_t
codecs/openexr.cc:70:23: error: ‘Int64’ has not been declared
70 | virtual void seekg (Int64 pos)
| ^~~~~
codecs/openexr.cc:106:11: error: ‘Int64’ does not name a type; did you mean
‘int64_t’?
106 | virtual Int64 tellp ()
| ^~~~~
| int64_t
codecs/openexr.cc:111:23: error: ‘Int64’ has not been declared
111 | virtual void seekp (Int64 pos)
| ^~~~~
codecs/openexr.cc: In member function ‘virtual int
OpenEXRCodec::readImage(std::istream*, Image&, const std::string&)’:
codecs/openexr.cc:128:14: error: cannot declare variable ‘istream’ to be of
abstract type ‘STDIStream’
128 | STDIStream istream (stream, "");
| ^~~~~~~
codecs/openexr.cc:43:7: note: because the following virtual functions are
pure within ‘STDIStream’:
43 | class STDIStream : public IStream
| ^~~~~~~~~~
In file included from codecs/openexr.cc:22:
/usr/include/OpenEXR/ImfIO.h:82:25: note: ‘virtual uint64_t
Imf_3_1::IStream::tellg()’
82 | virtual uint64_t tellg () = 0;
| ^~~~~
/usr/include/OpenEXR/ImfIO.h:90:25: note: ‘virtual void
Imf_3_1::IStream::seekg(uint64_t)’
90 | virtual void seekg (uint64_t pos) = 0;
| ^~~~~
codecs/openexr.cc: In member function ‘virtual bool
OpenEXRCodec::writeImage(std::ostream*, Image&, int, const std::string&)’:
codecs/openexr.cc:201:14: error: cannot declare variable ‘ostream’ to be of
abstract type ‘STDOStream’
201 | STDOStream ostream (stream, "");
| ^~~~~~~
codecs/openexr.cc:85:7: note: because the following virtual functions are
pure within ‘STDOStream’:
85 | class STDOStream : public OStream
| ^~~~~~~~~~
/usr/include/OpenEXR/ImfIO.h:154:25: note: ‘virtual uint64_t
Imf_3_1::OStream::tellp()’
154 | virtual uint64_t tellp () = 0;
| ^~~~~
/usr/include/OpenEXR/ImfIO.h:162:25: note: ‘virtual void
Imf_3_1::OStream::seekp(uint64_t)’
162 | virtual void seekp (uint64_t pos) = 0;
| ^~~~~
make[4]: *** [build/bottom.make:54: objdir/codecs/openexr.o] Error 1
make[4]: *** Waiting for unfinished jobs....
codecs/dcraw.h: In function ‘void dcraw::tiff_head(tiff_hdr*, int)’:
codecs/dcraw.h:9963:28: warning: ‘%02d’ directive writing between 2 and 11
bytes into a region of size between 8 and 15 [-Wformat-overflow=]
9963 | sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d",
| ^~~~
codecs/dcraw.h:9963:22: note: directive argument in the range [-2147483647,
2147483647]
9963 | sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:888,
from /usr/include/c++/12/cstdio:42,
from /usr/include/c++/12/ext/string_conversions.h:43,
from /usr/include/c++/12/bits/basic_string.h:3960,
from /usr/include/c++/12/string:53,
from /usr/include/c++/12/bits/locale_classes.h:40,
from /usr/include/c++/12/bits/ios_base.h:41,
from /usr/include/c++/12/ios:42,
from /usr/include/c++/12/istream:38,
from codecs/dcraw.cc:18:
In function ‘int sprintf(char*, const char*, ...)’,
inlined from ‘void dcraw::tiff_head(tiff_hdr*, int)’ at
codecs/dcraw.h:9963:11:
/usr/include/powerpc64le-linux-gnu/bits/stdio2.h:38:34: note:
‘__builtin___sprintf_chk’ output between 20 and 72 bytes into a destination of
size 20
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
codecs/dcraw.h: In function ‘void dcraw::identify()’:
codecs/dcraw.h:9195:33: warning: ‘%-10s’ directive writing between 10 and 56
bytes into a region of size 38 [-Wformat-overflow=]
9195 | sprintf (model+20, "DYNAX %-10s", model+6+(model[0]=='M'));
| ^~~~~
In function ‘int sprintf(char*, const char*, ...)’,
inlined from ‘void dcraw::identify()’ at codecs/dcraw.h:9195:15:
/usr/include/powerpc64le-linux-gnu/bits/stdio2.h:38:34: note:
‘__builtin___sprintf_chk’ output between 17 and 63 bytes into a destination of
size 44
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 all X_SYSTEM=Linux Q= returned exit code 2
make[3]: *** [debian/rules:28: override_dh_auto_build] Error 25
--- End Message ---
--- Begin Message ---
Source: exactimage
Source-Version: 1.0.2-9
Done: Sven Eckelmann <s...@narfation.org>
We believe that the bug you reported is fixed in the latest version of
exactimage, 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 1017...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sven Eckelmann <s...@narfation.org> (supplier of updated exactimage 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 17 Aug 2022 12:48:23 +0200
Source: exactimage
Architecture: source
Version: 1.0.2-9
Distribution: unstable
Urgency: medium
Maintainer: Sven Eckelmann <s...@narfation.org>
Changed-By: Sven Eckelmann <s...@narfation.org>
Closes: 1017510
Changes:
exactimage (1.0.2-9) unstable; urgency=medium
.
* debian/control:
- Upgraded to policy 4.6.0, no changes required
- Switch to correct DEP-14 unstable branch name
- Remove versioned constraints unnecessary since buster
* debian/patches:
- Add openexr-Fix-FTBFS-due-to-usage-of-deprecated-Int64-data-t.patch,
Fix FTBFS due to usage of deprecated Int64 data types (Closes: #1017510)
- Add code25i-Fix-const-initialization-of-non-integral-static-v.patch,
Fix const initialization of non-integral static variables
Checksums-Sha1:
4968573e6d88bc889a3834cc5b49245fc36751f3 2256 exactimage_1.0.2-9.dsc
66d1b7b4b2f36b07e1e0246ac8412d1ad3a4992c 32804 exactimage_1.0.2-9.debian.tar.xz
7eaa6e2b59f1398b1ea8f1ccf7aa9f1a5376a005 10036
exactimage_1.0.2-9_amd64.buildinfo
Checksums-Sha256:
d2661268569f8f587362535d089fcd069d40207c064a1c0ffb14aeff8d3ecd5f 2256
exactimage_1.0.2-9.dsc
149e31d5eb1578ac4c72a387cd740f725fe1ba99706544440b8b2d11901dcd59 32804
exactimage_1.0.2-9.debian.tar.xz
5769e4b2ca8a75ed1cc28ee42bc52e02362082a20d87c2b51489586294af49c1 10036
exactimage_1.0.2-9_amd64.buildinfo
Files:
9c7bb498719f408db1f1275092f6656f 2256 graphics optional exactimage_1.0.2-9.dsc
b15beb95f19c323436099d3ea89c3ab7 32804 graphics optional
exactimage_1.0.2-9.debian.tar.xz
523aac55c6e40618832e57819d532e47 10036 graphics optional
exactimage_1.0.2-9_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEF10rh2Elc9zjMuACXYcKB8Eme0YFAmL8yVcACgkQXYcKB8Em
e0b9/xAAxYL8T+/Ap9dhjxqb1mEn4Rf8T2KX7szoS9WYDguS7ZRdQYsjdBWBdkR1
doxRrILJWv2XdoPu6HkgoOusrnyeP/3Qlwz6D6Q+I0toDNC1CN7xnzIP2P0qEDWI
0xmmp3cA22s7o+iOwS/gLg9CzZkjLr5J8e9Tzsn6+Nmj4gtjTEv7lpMEDGh6kJ8A
Fb+75S8/I6/5xyN3HQqnirzpQ0TXfu+zSJS9twM+4m13MCMvHgTL+lJKgEGnux8J
xQmzFqLBTRgKEbD1/dXTd8AbyaGo2Rj0c4VuCktMUfx7SxnbuUf4oqZp6AVpzaOr
eSmmmF40aXwxlYALii2V47TARAoQhpNrW1NpDYi1kS6UmpvocZTZLe5vi557Y2kA
+iwHv/+dUlrFD1Hue9kRzx8jbPbwV65vAGQbjhGJM1LusnWvu4KdPYoODzhWUKVy
PMNr18SVW1t8F8vOOvUrIlxSBlExESCRQ3w0RBDcfxdGuHgRcKpv5my70uWQqkDy
nOv7mxdjWNvodGhGsNlyDuZ4s3F0Ki2oa+0BVu1GrcsLgiMGhc6Aq7hpIqgLQjAz
8uud0Vzn8BCOATLLiX8HJZp9sOhnPO5RY/aoDlyf3IVhkno4fPrvAfKN9roJ3APF
U79gCQqB+1Y851H/rixovuk1BgR+t8+g4CuWrpA4eD2smlMlcUI=
=y2pB
-----END PGP SIGNATURE-----
--- End Message ---