Your message dated Sun, 24 Mar 2024 17:19:42 +0000
with message-id <e1rorvw-009ayb...@fasolo.debian.org>
and subject line Bug#1066465: fixed in dcraw 9.28-4
has caused the Debian Bug report #1066465,
regarding dcraw: FTBFS: fujiturn.c:76:37: error: implicit declaration of 
function ‘ntohs’ [-Werror=implicit-function-declaration]
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.)


-- 
1066465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066465
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dcraw
Version: 9.28-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"dcraw\" -DPACKAGE_TARNAME=\"dcraw\" 
> -DPACKAGE_VERSION=\"9.28\" -DPACKAGE_STRING=\"dcraw\ 9.28\" 
> -DPACKAGE_BUGREPORT=\"hr...@physics.muni.cz\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"dcraw\" -DVERSION=\"9.28\" -DHAVE_LIBM=1 -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_JPEGLIB_H=1 -DHAVE_LIBJPEG=1 -DHAVE_LCMS2_H=1 
> -DHAVE_LIBLCMS2=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -O4 -c -o clean_crw.o clean_crw.c
> fujiturn.c: In function ‘main’:
> fujiturn.c:61:3: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>    61 |   fread (in, iwide, sizeof *in, ifp);
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> fujiturn.c:78:5: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>    78 |     fread (in, iwide, sizeof *in, ifp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> fujiturn.c: In function ‘main’:
> fujiturn.c:76:37: error: implicit declaration of function ‘ntohs’ 
> [-Werror=implicit-function-declaration]
>    76 |           mid[orow*owide+ocol][i] = ntohs(in[icol][i]);
>       |                                     ^~~~~
> fujiturn.c:90:28: error: implicit declaration of function ‘htons’ 
> [-Werror=implicit-function-declaration]
>    90 |             out[ocol][i] = htons (
>       |                            ^~~~~
> fujiturn.c:61:3: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>    61 |   fread (in, iwide, sizeof *in, ifp);
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> fujiturn.c:78:5: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>    78 |     fread (in, iwide, sizeof *in, ifp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> clean_crw.c: In function ‘main’:
> clean_crw.c:54:5: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>    54 |     fread (buffer, 1, size, fp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> fuji_green.c: In function ‘read_shorts’:
> fuji_green.c:72:29: error: implicit declaration of function ‘ntohs’ 
> [-Werror=implicit-function-declaration]
>    72 |   if ((order == 0x4949) == (ntohs(0x1234) == 0x1234))
>       |                             ^~~~~
> fuji_green.c:73:5: error: implicit declaration of function ‘swab’ 
> [-Werror=implicit-function-declaration]
>    73 |     swab (pixel, pixel, count*2);
>       |     ^~~~
> fuji_green.c: In function ‘write_psd’:
> fuji_green.c:249:11: error: implicit declaration of function ‘htonl’ 
> [-Werror=implicit-function-declaration]
>   249 |   hw[0] = htonl(height*2);      /* write the header */
>       |           ^~~~~
> fuji_green.c: In function ‘main’:
> fuji_green.c:307:9: error: implicit declaration of function ‘isatty’ 
> [-Werror=implicit-function-declaration]
>   307 |     if (isatty(1)) {
>       |         ^~~~~~
> fuji_green.c: In function ‘read_shorts’:
> fuji_green.c:71:3: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>    71 |   fread (pixel, 2, count, ifp);
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> fuji_green.c: In function ‘parse_tiff’:
> fuji_green.c:140:11: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   140 |           fgets (make, 64, ifp);
>       |           ^~~~~~~~~~~~~~~~~~~~~
> fuji_green.c:143:11: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   143 |           fgets (model, 64, ifp);
>       |           ^~~~~~~~~~~~~~~~~~~~~~
> fuji_green.c: In function ‘identify’:
> fuji_green.c:160:3: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   160 |   fread (head, 1, 32, ifp);
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~
> parse.c: In function ‘parse_tiff_ifd’:
> parse.c:431:9: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   431 |         fgets (make, slen, ifp);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~
> parse.c:434:9: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   434 |         fgets (model, slen, ifp);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~
> parse.c:437:9: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   437 |         fgets (model2, slen, ifp);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~
> gcc  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O4 
>  -Wl,-z,relro -Wl,-z,now -o dcfujiturn fujiturn.o  -llcms2 -ljpeg -lm 
> parse.c: In function ‘parse_rollei’:
> parse.c:732:5: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   732 |     fgets (line, 128, ifp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:452: dcfujiturn16-fujiturn.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/dcraw_9.28-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&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 mark 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: dcraw
Source-Version: 9.28-4
Done: Filip Hroch <hr...@physics.muni.cz>

We believe that the bug you reported is fixed in the latest version of
dcraw, 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 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filip Hroch <hr...@physics.muni.cz> (supplier of updated dcraw 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: Mon, 18 Mar 2024 21:44:46 +0100
Source: dcraw
Architecture: source
Version: 9.28-4
Distribution: unstable
Urgency: low
Maintainer: Debian Astronomy Team 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Filip Hroch <hr...@physics.muni.cz>
Closes: 1066465
Changes:
 dcraw (9.28-4) unstable; urgency=low
 .
   * Added missing headers. Closes: #1066465
   * Updated packaging: standards version, copyright.
Checksums-Sha1:
 2c53b553150bfaa15cb9719982a2c4e11b1d3dca 2009 dcraw_9.28-4.dsc
 ba4c9c771349f7238804845bb82d8732169906e8 6866684 dcraw_9.28-4.debian.tar.xz
 e0927d547646ea7b5eb5f5750cfa843c3d24b340 6108 dcraw_9.28-4_source.buildinfo
Checksums-Sha256:
 458b89d4e4a77e0e67bd421e74f788965f81e6058ae595ef9372b6ac45e2536f 2009 
dcraw_9.28-4.dsc
 c56f057c2af38e583ea3f28839e16d64ddcb6fbfa62f4eb55fba1e4464fc0b9e 6866684 
dcraw_9.28-4.debian.tar.xz
 efcc1deb1c594beea86430a1b4b07678b27cec7f8f1ddd4aff83cc5e9c1e9954 6108 
dcraw_9.28-4_source.buildinfo
Files:
 2dbd696da2bdfa17a2d2d583db2917c3 2009 graphics optional dcraw_9.28-4.dsc
 feced580514168d420ef1750c183798a 6866684 graphics optional 
dcraw_9.28-4.debian.tar.xz
 d766bf65a73d25ab30d9cc6134a055ba 6108 graphics optional 
dcraw_9.28-4_source.buildinfo

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

iQJKBAEBCgA0FiEEUDKf13MuKrCBYUNfHmJd9kly/5oFAmYAWqgWHGhyb2NoQHBo
eXNpY3MubXVuaS5jegAKCRAeYl32SXL/mrfLD/0SQzYA2iWfZG0nh8CaeJqVrXsn
b9biVhTELVc0x67Q6MnwuAZfNQ3fiO/ATI9Y9ff0e5AcWg2c06izl5q058gVZ9U9
Lv0/y5SLUWrIVprLHOaEW8y6zboOfX/FtcFN28SHH+zsSidAKuH8B+M6Aw9Yk0cj
NVEeWxjLhgdCTGFetzsJF3tyjQJoC0DNQ95cHWTVp2e+cK/ewR5Bci5FslPz0BFS
v/er+9oOoP1gOGeUSahBjBHMpWcA/FRDpiq9FeUGA+9zrQTQ7+a3AVs/5A5ofbxQ
YJS8sMCk9XlUpvPK+0S5B1pDQmGuN8yevB+jGO0p0vhWNfcr7OT8foqYntrl+F2M
Zp5+eQNailb6XpAIxS8V+s+x/s2cCV2MzcIAnXPW/wWmQdjLuQRccoK37J4UiWTy
R1znUxZ48vKteXV457MVm6yvuYzTaDOS2gKLFPSOxZtIsHLaYhTP6EJ9THlB3D5x
WNekjrnpnotJSuCgyaFHpAhuofEG8qScqCnxWhP+hD/yzHzqwaeDuNjhe8p7KimO
VKRcQbBvRHTk7hdcv4/1/bfYyrMM2cKYvgqaGmFQQN9B19d0ljCF8KH8ntHiY8HA
eYGi6fV5txuFQUKVlyt9m2JlhIEhkBxWV1+p+K4eCDQJKd0HQ5oFa6AujA3X0Au6
ar4qPoQfhG8ahwEgZA==
=VqkF
-----END PGP SIGNATURE-----

Attachment: pgpE4rFidkf9I.pgp
Description: PGP signature


--- End Message ---

Reply via email to