Your message dated Thu, 26 May 2022 12:04:30 +0000
with message-id <[email protected]>
and subject line Bug#1011710: fixed in freeimage 3.18.0+ds2-7
has caused the Debian Bug report #1011710,
regarding freeimage: FTBFS: ld: /<<PKGBUILDDIR>>/Dist/libfreeimage.so:
undefined reference to `_TIFFDataSize'
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 [email protected]
immediately.)
--
1011710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011710
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: freeimage
Version: 3.18.0+ds2-6
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220525 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -pedantic -fPIC -Wdate-time -D_FORTIFY_SOURCE=2
> -I/<<PKGBUILDDIR>>/Dist *.cpp -specs=/usr/share/dpkg/no-pie-link.specs
> -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/<<PKGBUILDDIR>>/Dist -lfreeimage
> -o testAPI && \
> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/Dist ./testAPI
> testHeaderOnly.cpp: In function ‘void ParseMetadata(FIBITMAP*,
> FREE_IMAGE_MDMODEL)’:
> testHeaderOnly.cpp:81:37: warning: unused variable ‘key’ [-Wunused-variable]
> 81 | const char *key = FreeImage_GetTagKey(tag);
> | ^~~
> testHeaderOnly.cpp:83:37: warning: unused variable ‘value’ [-Wunused-variable]
> 83 | const char *value =
> FreeImage_TagToString(model, tag);
> | ^~~~~
> testHeaderOnly.cpp: In function ‘BOOL testHeaderData(const char*)’:
> testHeaderOnly.cpp:121:33: warning: unused variable ‘type’ [-Wunused-variable]
> 121 | FREE_IMAGE_TYPE type = FreeImage_GetImageType(dib);
> | ^~~~
> testHeaderOnly.cpp:122:26: warning: unused variable ‘width’
> [-Wunused-variable]
> 122 | unsigned width = FreeImage_GetWidth(dib);
> | ^~~~~
> testHeaderOnly.cpp:123:26: warning: unused variable ‘height’
> [-Wunused-variable]
> 123 | unsigned height = FreeImage_GetHeight(dib);
> | ^~~~~~
> testHeaderOnly.cpp:124:26: warning: unused variable ‘bpp’ [-Wunused-variable]
> 124 | unsigned bpp = FreeImage_GetBPP(dib);
> | ^~~
> testHeaderOnly.cpp: In function ‘BOOL testExifRawFile(const char*, int, int)’:
> testHeaderOnly.cpp:188:45: warning: unused variable ‘key’ [-Wunused-variable]
> 188 | const char *key =
> FreeImage_GetTagKey(dst_tag);
> | ^~~
> testHeaderOnly.cpp:189:38: warning: unused variable ‘dst_id’
> [-Wunused-variable]
> 189 | WORD dst_id =
> FreeImage_GetTagID(dst_tag);
> | ^~~~~~
> testHeaderOnly.cpp:190:51: warning: unused variable ‘dst_type’
> [-Wunused-variable]
> 190 | FREE_IMAGE_MDTYPE dst_type =
> FreeImage_GetTagType(dst_tag);
> | ^~~~~~~~
> testHeaderOnly.cpp:191:39: warning: unused variable ‘dst_count’
> [-Wunused-variable]
> 191 | DWORD dst_count =
> FreeImage_GetTagCount(dst_tag);
> | ^~~~~~~~~
> testHeaderOnly.cpp:193:39: warning: unused variable ‘dst_value’
> [-Wunused-variable]
> 193 | BYTE *dst_value =
> (BYTE*)FreeImage_GetTagValue(dst_tag);
> | ^~~~~~~~~
> testHeaderOnly.cpp:169:37: warning: unused variable ‘key’ [-Wunused-variable]
> 169 | const char *key = FreeImage_GetTagKey(tag);
> | ^~~
> testHeaderOnly.cpp:170:30: warning: unused variable ‘id’ [-Wunused-variable]
> 170 | WORD id = FreeImage_GetTagID(tag);
> | ^~
> testHeaderOnly.cpp:171:43: warning: unused variable ‘type’ [-Wunused-variable]
> 171 | FREE_IMAGE_MDTYPE type =
> FreeImage_GetTagType(tag);
> | ^~~~
> testHeaderOnly.cpp:172:31: warning: unused variable ‘count’
> [-Wunused-variable]
> 172 | DWORD count = FreeImage_GetTagCount(tag);
> | ^~~~~
> testHeaderOnly.cpp:174:31: warning: unused variable ‘value’
> [-Wunused-variable]
> 174 | BYTE *value =
> (BYTE*)FreeImage_GetTagValue(tag);
> | ^~~~~
> testHeaderOnly.cpp:186:30: warning: unused variable ‘bResult’
> [-Wunused-variable]
> 186 | BOOL bResult =
> FreeImage_GetMetadata(FIMD_EXIF_RAW, dib, "ExifRaw", &dst_tag);
> | ^~~~~~~
> testHeaderOnly.cpp:167:22: warning: unused variable ‘bResult’
> [-Wunused-variable]
> 167 | BOOL bResult = FreeImage_GetMetadata(FIMD_EXIF_RAW,
> dib, "ExifRaw", &tag);
> | ^~~~~~~
> testImageType.cpp: In function ‘BOOL
> testAllocateCloneUnloadType(FREE_IMAGE_TYPE, unsigned int, unsigned int)’:
> testImageType.cpp:75:23: warning: enumeration value ‘FIT_UNKNOWN’ not handled
> in switch [-Wswitch]
> 75 | switch(image_type) {
> | ^
> testImageType.cpp:194:23: warning: enumeration value ‘FIT_UNKNOWN’ not
> handled in switch [-Wswitch]
> 194 | switch(image_type) {
> | ^
> testMPageMemory.cpp: In function ‘void testMultiPageMemory(const char*)’:
> testMPageMemory.cpp:268:68: warning: ISO C++ forbids converting a string
> constant to ‘char*’ [-Wwrite-strings]
> 268 | bSuccess = testMemoryStreamMultiPageOpenSave("sample.tif",
> "mpage-mstream-redirect.tif", 0, 0);
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> testMPageMemory.cpp: In function ‘void testLoadMultiBitmapFromMemory(const
> char*)’:
> testMPageMemory.cpp:68:38: warning: ignoring return value of ‘size_t
> fread(void*, size_t, size_t, FILE*)’ declared with attribute
> ‘warn_unused_result’ [-Wunused-result]
> 68 | fread(mem_buffer, sizeof(BYTE),
> buf.st_size, stream);
> |
> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> testMemIO.cpp: In function ‘void testLoadMemIO(const char*)’:
> testMemIO.cpp:83:38: warning: ignoring return value of ‘size_t fread(void*,
> size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’
> [-Wunused-result]
> 83 | fread(mem_buffer, sizeof(BYTE),
> buf.st_size, stream);
> |
> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/bin/ld: /<<PKGBUILDDIR>>/Dist/libfreeimage.so: undefined reference to
> `_TIFFDataSize'
> collect2: error: ld returned 1 exit status
The full build log is available from:
http://qa-logs.debian.net/2022/05/25/freeimage_3.18.0+ds2-6_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: freeimage
Source-Version: 3.18.0+ds2-7
Done: Anton Gladky <[email protected]>
We believe that the bug you reported is fixed in the latest version of
freeimage, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anton Gladky <[email protected]> (supplier of updated freeimage 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 26 May 2022 13:31:41 +0200
Source: freeimage
Architecture: source
Version: 3.18.0+ds2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Anton Gladky <[email protected]>
Closes: 1011416 1011710
Changes:
freeimage (3.18.0+ds2-7) unstable; urgency=medium
.
[ Steve Langasek ]
* [242e474] Use jpeg_read_icc_profile() from libjpeg.
.
[ Anton Gladky ]
* [7fdce91] Update to the new ffmpeg_4.4.0+. (Closes: #1011416, #1011710)
* [53c97ea] Update .gitlab-ci.yml
* [2184c25] Update standards version to 4.6.0, no changes needed.
* [d32e2a2] Avoid explicitly specifying -Wl,--as-needed linker flag.
* [9060df4] Update watch file format version to 4.
* [e40bdff] Drop unnecesary build version restrictions
Checksums-Sha1:
d99e1b20fc0f46f06c5d4a324c6dfb663f927dcc 2540 freeimage_3.18.0+ds2-7.dsc
f4066a60f690ad8ada3efa6e8a2b15ec4366d39a 24684
freeimage_3.18.0+ds2-7.debian.tar.xz
eaf3d4024b0569e8896a98670fd009ad8af88f2f 5842
freeimage_3.18.0+ds2-7_source.buildinfo
Checksums-Sha256:
853f060cb799596299151ba9c515f7c15358a7002395fed41c9257f885ac8c44 2540
freeimage_3.18.0+ds2-7.dsc
936b835cadc6061926a3d46ee74d90594ad37a156abdaaffca06ba70c7c33a28 24684
freeimage_3.18.0+ds2-7.debian.tar.xz
84b54d7e1291e69a7f21f00e8b7416c364b5da93bbda81b7e99e0a84c7f2a852 5842
freeimage_3.18.0+ds2-7_source.buildinfo
Files:
3bdece39135fa4152444b61905f60c04 2540 libs optional freeimage_3.18.0+ds2-7.dsc
d1468388553fcadda935306faf5b0b3a 24684 libs optional
freeimage_3.18.0+ds2-7.debian.tar.xz
393d858010c933b6d60e8f2bf2fc3ddf 5842 libs optional
freeimage_3.18.0+ds2-7_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmKPZ50ACgkQ0+Fzg8+n
/wYbzA/+NYzxnjy4NoKVOoFykOFjw8sj2oxEpvjw4Mm3bjNECh/fiDV2FZbjiUws
seSbBylSs/Xvm18Yk2UGgaGsnYtFSxF1Ihdp2hyHFdNTPltwDFxSBjWXmrTHSd7R
AIpdtWiUgaD3TNM13wqJ3QfAM5n1UtDpfQIoWc8dgtKzGlxgQl9h1mQ1vNqid1SW
JJeEeykYAoKpRDjo7P817JzNAIrBDiXUmk9ubVADW6BJQGMTTI3jXl5H4o2wtw3S
60f2G+OgtRRWGkoJWiKdEP+h2Jj+EHtb4Tf76GaaQt5g2y7W4g5r2QHacPaNRycH
FAnaVxJiEIPpbL2fNpuh0KIryKnYhjte2DSk1advHAXlbjR1tmem64EDM6TvQJTy
zFUK94MM47JXtNtSwnXz2+mluqhCitZiKXrllgnwoQB9cpmUyv7CvwBe/Fl8ibVg
Lpg0PV1waOq7K5C0eaS8Ftkycu16BNJvkBQBsF1jcPSVpV5siabxSNx/NzcJR8Wx
2TGaJIyTD0itPOiXZifxPe2oql8dxpdWPXrPcZ3DUW4X3WuU4Q0VWMc+qXMN+eTJ
RHUdwjInnqsVIidbuG7mUBkjk41sRpwAqG8VKBind7X52wG2Er8ZAXSRi8HIq/Iy
l1bnIwwEBpC9pfgjrZgUzGidDg++QF7j01kMfwP+pe2MleRiPjE=
=x5dn
-----END PGP SIGNATURE-----
--- End Message ---