Your message dated Mon, 25 Mar 2024 18:31:52 +0000
with message-id <e1rop6u-00ebje...@fasolo.debian.org>
and subject line Bug#1066990: Removed package(s) from unstable
has caused the Debian Bug report #1066487,
regarding libgpiv: FTBFS: ../../lib/img.c:939:16: error: implicit declaration 
of function ‘gets’; did you mean ‘fgets’? 
[-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.)


-- 
1066487: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066487
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libgpiv
Version: 0.6.1-7.2
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):
> /bin/bash ../libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -fopenmp 
> -DHAVE_CONFIG_H -I. -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include  
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o io_png.lo ../../lib/io_png.c
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/imgproc_deform.c  -fPIC 
> -DPIC -o .libs/imgproc_deform.o
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/io.c  -fPIC -DPIC -o 
> .libs/io.o
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/imgproc_par.c  -fPIC 
> -DPIC -o .libs/imgproc_par.o
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/io_png.c  -fPIC -DPIC -o 
> .libs/io_png.o
> ../../lib/img.c: In function ‘gpiv_img_read_header’:
> ../../lib/img.c:939:16: error: implicit declaration of function ‘gets’; did 
> you mean ‘fgets’? [-Werror=implicit-function-declaration]
>   939 |         while (gets (line) != NULL) {
>       |                ^~~~
>       |                fgets
> ../../lib/img.c:939:28: warning: comparison between pointer and integer
>   939 |         while (gets (line) != NULL) {
>       |                            ^~
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/genpar.c -o genpar.o 
> >/dev/null 2>&1
> ../../lib/io.c: In function ‘gpiv_find_pivdata_origin’:
> ../../lib/io.c:379:28: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>   379 |     if (strstr(line, "rr") != '\0') {
>       |                            ^~
> ../../lib/io.c:379:9: note: did you mean to dereference the pointer?
>   379 |     if (strstr(line, "rr") != '\0') {
>       |         ^
> ../../lib/io.c:381:38: warning: comparison between pointer and zero character 
> constant [-Wpointer-compare]
>   381 |     } else if (strstr(line, "DaVis") != '\0') {
>       |                                      ^~
> ../../lib/io.c:381:16: note: did you mean to dereference the pointer?
>   381 |     } else if (strstr(line, "DaVis") != '\0') {
>       |                ^
> ../../lib/io.c: In function ‘find_data_scaled’:
> ../../lib/io.c:1201:30: warning: comparison between pointer and zero 
> character constant [-Wpointer-compare]
>  1201 |     if (strstr(line,"scale") != '\0') {
>       |                              ^~
> ../../lib/io.c:1201:9: note: did you mean to dereference the pointer?
>  1201 |     if (strstr(line,"scale") != '\0') {
>       |         ^
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/img_utils.c -o 
> img_utils.o >/dev/null 2>&1
> ../../lib/io.c: In function ‘count_asciidata’:
> ../../lib/io.c:1243:16: error: implicit declaration of function ‘gets’; did 
> you mean ‘fgets’? [-Werror=implicit-function-declaration]
>  1243 |         while (gets (line) != NULL) {
>       |                ^~~~
>       |                fgets
> ../../lib/io.c:1243:28: warning: comparison between pointer and integer
>  1243 |         while (gets (line) != NULL) {
>       |                            ^~
> ../../lib/io.c: In function ‘read_pivdata_from_stdin’:
> ../../lib/io.c:1579:27: warning: comparison between pointer and integer
>  1579 |     while (gets (line[k]) != NULL) {
>       |                           ^~
> ../../lib/io.c: In function ‘read_scdata_from_stdin’:
> ../../lib/io.c:1671:27: warning: comparison between pointer and integer
>  1671 |     while (gets (line[k]) != NULL) {
>       |                           ^~
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/imgproc_par.c -o 
> imgproc_par.o >/dev/null 2>&1
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/imgproc.c -o imgproc.o 
> >/dev/null 2>&1
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/io_png.c -o io_png.o 
> >/dev/null 2>&1
> /bin/bash ../libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -fopenmp 
> -DHAVE_CONFIG_H -I. -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include  
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o io_raw.lo ../../lib/io_raw.c
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/io_raw.c  -fPIC -DPIC -o 
> .libs/io_raw.o
> /bin/bash ../libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -fopenmp 
> -DHAVE_CONFIG_H -I. -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include  
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o io_hdf.lo ../../lib/io_hdf.c
> libtool: compile:  x86_64-linux-gnu-gcc -fopenmp -DHAVE_CONFIG_H -I. 
> -I../../lib -I.. -I../../include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/realtime/include 
> -I/usr/include/hdf5/serial -I/usr/include/hdf5/serial -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c ../../lib/imgproc_deform.c -o 
> imgproc_deform.o >/dev/null 2>&1
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:578: img.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libgpiv_0.6.1-7.2_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 ---
Version: 0.6.1-7.2+rm

Dear submitter,

as the package libgpiv has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1066990

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to