Your message dated Mon, 25 Mar 2024 21:20:44 +0000
with message-id <e1rorkk-00fqci...@fasolo.debian.org>
and subject line Bug#1066675: fixed in pvrg-jpeg 1.2.1+dfsg1-7
has caused the Debian Bug report #1066675,
regarding pvrg-jpeg: FTBFS: codec.c:120:15: error: implicit declaration of 
function ‘abs’ [-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.)


-- 
1066675: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066675
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pvrg-jpeg
Version: 1.2.1+dfsg1-6
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):
> /usr/bin/cc -DNOTRUNCATE -DSYSV -I/<<PKGBUILDDIR>> -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD 
> -MT CMakeFiles/pvrg-jpeg.dir/chendct.o -MF 
> CMakeFiles/pvrg-jpeg.dir/chendct.o.d -o CMakeFiles/pvrg-jpeg.dir/chendct.o -c 
> /<<PKGBUILDDIR>>/chendct.c
> /<<PKGBUILDDIR>>/codec.c: In function ‘FrequencyAC’:
> /<<PKGBUILDDIR>>/codec.c:120:15: error: implicit declaration of function 
> ‘abs’ [-Werror=implicit-function-declaration]
>   120 |       cofac = abs(matrix[k]);           /* Find absolute size */
>       |               ^~~
> /<<PKGBUILDDIR>>/codec.c:33:1: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘abs’
>    32 | #include "csize.h"
>   +++ |+#include <stdlib.h>
>    33 | 
> /<<PKGBUILDDIR>>/marker.c:206:1: warning: return type defaults to ‘int’ 
> [-Wimplicit-int]
>   206 | WriteDnl()
>       | ^~~~~~~~
> /<<PKGBUILDDIR>>/marker.c: In function ‘ReadSof’:
> /<<PKGBUILDDIR>>/marker.c:369:12: error: implicit declaration of function 
> ‘bgetw’; did you mean ‘bgetc’? [-Werror=implicit-function-declaration]
>   369 |   Length = bgetw();
>       |            ^~~~~
>       |            bgetc
> /<<PKGBUILDDIR>>/jpeg.c: In function ‘JpegEncodeScan’:
> /<<PKGBUILDDIR>>/huffman.c: In function ‘UseDCHuffmanCheckingGEMSBug’:
> /<<PKGBUILDDIR>>/jpeg.c:817:9: error: implicit declaration of function 
> ‘WriteDnl’; did you mean ‘WriteDht’? [-Werror=implicit-function-declaration]
>   817 |         WriteDnl();  /* Automatically write a dnl if no resync is 
> enabled.*/
>       |         ^~~~~~~~
>       |         WriteDht
> /<<PKGBUILDDIR>>/marker.c: In function ‘CheckMarker’:
> /<<PKGBUILDDIR>>/huffman.c:714:14: warning: too many arguments for format 
> [-Wformat-extra-args]
>   714 |       printf("GE table selection bug detected - assuming predictor 
> bug also\n",index);
>       |              
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/marker.c:604:12: error: implicit declaration of function 
> ‘brtell’; did you mean ‘mrtell’? [-Werror=implicit-function-declaration]
>   604 |   Length = brtell();
>       |            ^~~~~~
>       |            mrtell
> /<<PKGBUILDDIR>>/marker.c:609:7: error: implicit declaration of function 
> ‘brseek’; did you mean ‘mrseek’? [-Werror=implicit-function-declaration]
>   609 |       brseek(Length,0L);
>       |       ^~~~~~
>       |       mrseek
> /<<PKGBUILDDIR>>/jpeg.c: In function ‘JpegLosslessDecodeScan’:
> /<<PKGBUILDDIR>>/jpeg.c:1493:15: error: implicit declaration of function 
> ‘CheckMarker’ [-Werror=implicit-function-declaration]
>  1493 |           if (CheckMarker()==0xdc)
>       |               ^~~~~~~~~~~
> /<<PKGBUILDDIR>>/io.c: In function ‘SeekEndIob’:
> /<<PKGBUILDDIR>>/io.c:789:11: warning: ignoring return value of ‘write’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   789 |           write(Iob->file,Terminator,1);
>       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/io.c: In function ‘TerminateFile’:
> /<<PKGBUILDDIR>>/io.c:945:19: warning: ignoring return value of ‘write’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   945 |                   write(CScan->Iob[i]->file,Terminator,1);
>       |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> [ 83%] Building C object CMakeFiles/pvrg-jpeg.dir/transform.o
> /usr/bin/cc -DNOTRUNCATE -DSYSV -I/<<PKGBUILDDIR>> -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD 
> -MT CMakeFiles/pvrg-jpeg.dir/transform.o -MF 
> CMakeFiles/pvrg-jpeg.dir/transform.o.d -o 
> CMakeFiles/pvrg-jpeg.dir/transform.o -c /<<PKGBUILDDIR>>/transform.c
> cc1: some warnings being treated as errors
> [ 91%] Building C object CMakeFiles/pvrg-jpeg.dir/lexer.o
> /usr/bin/cc -DNOTRUNCATE -DSYSV -I/<<PKGBUILDDIR>> -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD 
> -MT CMakeFiles/pvrg-jpeg.dir/lexer.o -MF CMakeFiles/pvrg-jpeg.dir/lexer.o.d 
> -o CMakeFiles/pvrg-jpeg.dir/lexer.o -c 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lexer.c
> make[3]: *** [CMakeFiles/pvrg-jpeg.dir/build.make:97: 
> CMakeFiles/pvrg-jpeg.dir/codec.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pvrg-jpeg_1.2.1+dfsg1-6_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: pvrg-jpeg
Source-Version: 1.2.1+dfsg1-7
Done: Étienne Mollier <emoll...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pvrg-jpeg, 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.
Étienne Mollier <emoll...@debian.org> (supplier of updated pvrg-jpeg 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, 25 Mar 2024 21:18:55 +0100
Source: pvrg-jpeg
Architecture: source
Version: 1.2.1+dfsg1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 1066675
Changes:
 pvrg-jpeg (1.2.1+dfsg1-7) unstable; urgency=medium
 .
   * d/control: add myself to uploaders.
   * implicit-declarations.patch: new: fix ftbfs. (Closes: 1066675)
   * Use secure URI in Homepage field.
   * Bump debhelper from old 11 to 13.
   * Set debhelper-compat version in Build-Depends.
   * Refer to specific version of license GPL-3+.
   * Update standards version to 4.6.2, no changes needed.
   * Avoid explicitly specifying -Wl,--as-needed linker flag.
   * Update watch file format version to 4.
   * d/control: Rules-Requires-Root: no.
Checksums-Sha1:
 571a7931886d63957bec8404a394f9c8e40e4e1d 2163 pvrg-jpeg_1.2.1+dfsg1-7.dsc
 a6c44ba68eed71d2243efa7d354851ed7fedf475 17112 
pvrg-jpeg_1.2.1+dfsg1-7.debian.tar.xz
Checksums-Sha256:
 fcf932ad475a1b078a7caeb632a753ff30a0ed3f8a66a85ab00997902acd5c47 2163 
pvrg-jpeg_1.2.1+dfsg1-7.dsc
 f098d9891a7e5d28bc4f37006783912b03491b51465a39b3bf92d799499ae3d8 17112 
pvrg-jpeg_1.2.1+dfsg1-7.debian.tar.xz
Files:
 fa0a2bfbc4ee49558ee2b0271d28cc0c 2163 graphics optional 
pvrg-jpeg_1.2.1+dfsg1-7.dsc
 4b3cf9388502638d04c81f634f376a0e 17112 graphics optional 
pvrg-jpeg_1.2.1+dfsg1-7.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmYB3UMUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdqLWw/9F9vBEVNR87pXFV0eDV6dwPV1KdV1
8mhi4NRaTmuMqSuRtReVpiwpEuI8mjMlbagkoy3e7OOv//AQz0dJlZZENslVqz8S
j6QScAsr03dpIfpZ5fvLHu0GXKQzArnsCmY6O8gpKefiQP9U0pxmjDW0QOjLq1K8
k2B7eeUIUl4gQvGvD4y2ngW/cFQ2Wk72po0VWFD9NAix4PczYU/1MSj9QXYuyozo
y7hVHN0DU1uc1J9Q84l8VOnsywj/ieCLuqBu+jN0fFHUOOYldF1FTLfWByRi4GWt
wrBEmTgZm+cjmey/Q/CNpyvL5coJDSFgqAIRCfOeYsiJfvwFMPIB71rtXKW3q8Zw
/R83r0J9tvUE8cdXt/yu+tpk7950JWJE/1q81rW1vrjCCdeQ3lC0h+klCy4nMgH4
w7BitRzEPHLDurf0eM7V4+QvjQQ7IUKFy8LhzKqTXOOo8UXLltOFWniOBwdUS7Ef
fuJiBtOrMcWL1vL711UscnDlVsRfoj5/hMWM4nwzx3MjZyQahuiVKC/u2ev0BTjK
ZdZFQn0X0YCu2yzQDI62mNn205wZF3Nc3sBvjon2fPsfWJgzSoEcULL3TkPgAkjI
v/nGBbmLSQ8P6D64m/rzBSiu7nNGdRQHxbIa1s2Sw9/fl8BaRwgIwGAPKzoYsqhS
eLip4fB5NU+XpaI=
=O1AS
-----END PGP SIGNATURE-----

Attachment: pgpMvhXOV_fqQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to