Your message dated Mon, 18 Mar 2024 19:19:30 +0000
with message-id <e1rmiwa-00g7um...@fasolo.debian.org>
and subject line Bug#1066465: fixed in dcraw 9.28-3.1
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-3.1
Done: Andrey Rakhmatullin <w...@debian.org>

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.
Andrey Rakhmatullin <w...@debian.org> (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: Fri, 15 Mar 2024 23:31:51 +0500
Source: dcraw
Architecture: source
Version: 9.28-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Andrey Rakhmatullin <w...@debian.org>
Closes: 1066465
Changes:
 dcraw (9.28-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066465).
Checksums-Sha1:
 9a1f3f7f05fc2b590098e96dde2007b340ec32ea 1986 dcraw_9.28-3.1.dsc
 32ed56c9138f87ae1d6f13e2d3eff23e7dc3553c 6866340 dcraw_9.28-3.1.debian.tar.xz
 8a07e570c91eb9da2e6b2e0ebfb5a1863ae78f7a 6437 dcraw_9.28-3.1_amd64.buildinfo
Checksums-Sha256:
 ff21e7827369ab93bf19bea40d52e59cd7782b07393b2a51dcb7d3d93ea9f1ab 1986 
dcraw_9.28-3.1.dsc
 43c44397b91c7ecaebd54eb6333b56ae525ae7572af922781969fdc1563a33bd 6866340 
dcraw_9.28-3.1.debian.tar.xz
 2e2ac4d59c668843f8ed63da7dbebb3529d87579db5291fa2090dd1c2b49d899 6437 
dcraw_9.28-3.1_amd64.buildinfo
Files:
 97d9b1eae66bb03df81cc33822871e08 1986 graphics optional dcraw_9.28-3.1.dsc
 a8b7d2cf4e579c568d2b5d10dc106358 6866340 graphics optional 
dcraw_9.28-3.1.debian.tar.xz
 0c29c08a292a5de8406ba8d73ca86392 6437 graphics optional 
dcraw_9.28-3.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmX0lkYACgkQM2L3AxpJ
kuGG5hAAkFcXA3OYDeCKlH13fA7HixkPEAbmROMhxgGpaZoquGNWyUYbWGg07K7y
DLyIc83pK/5dAoUZWU5GbsDFhzjKj/wQcdTvz5FmbymLl4v8JPR5jnIa6N2l+rAj
mZk8r4Dfr09X01okztkA3YqvcBsWGHLJc2JvfMC4fJBHKdGBk6pfLe7zXAfrqJsS
zIcJXGZl7JOGlt3Jicq1bFLYNmuWZ5qvfHVveNNpOBJRbfqSHqJ+Ex2YEv3VA8j/
l6cHAHyV8Hxd2AxmZryQaaCT8RcHX3kG/IVkMY+upUMLaOGAeuXHTMuqzGWJditw
sYe9wa44AoE0fkReeX25VoDw+uLLYGj0mohErOod5dbORqE3CwjXxg2499djiCrt
W7OOF9kgL+CEy5xWTxIl/emiTKvkudRpALBtAhVRyB0fonEiQ+fctXLN2px+r/ur
mJn9iDN70s+/UKA6qfg0zdQiW86vEs7ooPAgBiBBKdMS5Kr/lmECmS+L2UCX59hT
zxKRrNrBjH43rSWmXixWCEDoet+gwP7Yj/bv2MLBaetieRctxdQy7D2it8lXiEHf
2xNtwwut4N5ImbREGozIRFlQJNFHwLsMO6Pgv1w4xFyafZbWM0cs7LUMiztvn0n3
j5BaFsNv7Od2xzdZ9lWAJFbaYJZBXj+2+2DpL3wmadGwTZQ4Wyc=
=SuBB
-----END PGP SIGNATURE-----

Attachment: pgpskKk2N_kHm.pgp
Description: PGP signature


--- End Message ---

Reply via email to