[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1066304: marked as done (engrampa: FTBFS: file-utils.c:691:16: error: implicit declaration of function ‘strcasecmp’ [-Werror=implicit-function-declaration])



Your message dated Mon, 25 Mar 2024 12:34:40 +0000
with message-id <E1rojXE-00DEvD-0L@fasolo.debian.org>
and subject line Bug#1066304: fixed in engrampa 1.26.2-4
has caused the Debian Bug report #1066304,
regarding engrampa: FTBFS: file-utils.c:691:16: error: implicit declaration of function ‘strcasecmp’ [-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 owner@bugs.debian.org
immediately.)


-- 
1066304: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066304
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: engrampa
Version: 1.26.2-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas@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 -DHAVE_CONFIG_H -I. -I..  -I../mate-submodules/libegg/ -I.. -I.. -DENGRAMPA_RESOURCE_UI_PATH="\"/org/mate/Engrampa/ui\"" -DFR_PREFIX=\"/usr\" -DFR_SYSCONFDIR=\"/etc\" -DFR_DATADIR=\"/usr/share\" -DPRIVDATADIR=\"/usr/share/engrampa/\" -DFR_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DPKG_DATA_DIR=\"/usr/share/engrampa\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\" -DGLADEDIR=\"""\" -DLOCALEDIR=\""/usr/share/locale"\" -DSHDIR=\"/usr/libexec/engrampa/\" -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid  -Wall -Wmissing-prototypes  -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 -c -o fr-command-arj.o fr-command-arj.c
> file-utils.c: In function ‘file_extension_is’:
> file-utils.c:691:16: error: implicit declaration of function ‘strcasecmp’ [-Werror=implicit-function-declaration]
>   691 |         return strcasecmp (filename + filename_l - ext_l, ext) == 0;
>       |                ^~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I..  -I../mate-submodules/libegg/ -I.. -I.. -DENGRAMPA_RESOURCE_UI_PATH="\"/org/mate/Engrampa/ui\"" -DFR_PREFIX=\"/usr\" -DFR_SYSCONFDIR=\"/etc\" -DFR_DATADIR=\"/usr/share\" -DPRIVDATADIR=\"/usr/share/engrampa/\" -DFR_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DPKG_DATA_DIR=\"/usr/share/engrampa\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\" -DGLADEDIR=\"""\" -DLOCALEDIR=\""/usr/share/locale"\" -DSHDIR=\"/usr/libexec/engrampa/\" -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid  -Wall -Wmissing-prototypes  -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 -c -o fr-command-cfile.o fr-command-cfile.c
> gcc -DHAVE_CONFIG_H -I. -I..  -I../mate-submodules/libegg/ -I.. -I.. -DENGRAMPA_RESOURCE_UI_PATH="\"/org/mate/Engrampa/ui\"" -DFR_PREFIX=\"/usr\" -DFR_SYSCONFDIR=\"/etc\" -DFR_DATADIR=\"/usr/share\" -DPRIVDATADIR=\"/usr/share/engrampa/\" -DFR_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DPKG_DATA_DIR=\"/usr/share/engrampa\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\" -DGLADEDIR=\"""\" -DLOCALEDIR=\""/usr/share/locale"\" -DSHDIR=\"/usr/libexec/engrampa/\" -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid  -Wall -Wmissing-prototypes  -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 -c -o fr-command-cpio.o fr-command-cpio.c
> gcc -DHAVE_CONFIG_H -I. -I..  -I../mate-submodules/libegg/ -I.. -I.. -DENGRAMPA_RESOURCE_UI_PATH="\"/org/mate/Engrampa/ui\"" -DFR_PREFIX=\"/usr\" -DFR_SYSCONFDIR=\"/etc\" -DFR_DATADIR=\"/usr/share\" -DPRIVDATADIR=\"/usr/share/engrampa/\" -DFR_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DPKG_DATA_DIR=\"/usr/share/engrampa\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\" -DGLADEDIR=\"""\" -DLOCALEDIR=\""/usr/share/locale"\" -DSHDIR=\"/usr/libexec/engrampa/\" -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid  -Wall -Wmissing-prototypes  -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 -c -o fr-command-dpkg.o fr-command-dpkg.c
> gcc -DHAVE_CONFIG_H -I. -I..  -I../mate-submodules/libegg/ -I.. -I.. -DENGRAMPA_RESOURCE_UI_PATH="\"/org/mate/Engrampa/ui\"" -DFR_PREFIX=\"/usr\" -DFR_SYSCONFDIR=\"/etc\" -DFR_DATADIR=\"/usr/share\" -DPRIVDATADIR=\"/usr/share/engrampa/\" -DFR_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DPKG_DATA_DIR=\"/usr/share/engrampa\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\" -DGLADEDIR=\"""\" -DLOCALEDIR=\""/usr/share/locale"\" -DSHDIR=\"/usr/libexec/engrampa/\" -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid  -Wall -Wmissing-prototypes  -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 -c -o fr-command-iso.o fr-command-iso.c
> gcc -DHAVE_CONFIG_H -I. -I..  -I../mate-submodules/libegg/ -I.. -I.. -DENGRAMPA_RESOURCE_UI_PATH="\"/org/mate/Engrampa/ui\"" -DFR_PREFIX=\"/usr\" -DFR_SYSCONFDIR=\"/etc\" -DFR_DATADIR=\"/usr/share\" -DPRIVDATADIR=\"/usr/share/engrampa/\" -DFR_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DPKG_DATA_DIR=\"/usr/share/engrampa\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\" -DGLADEDIR=\"""\" -DLOCALEDIR=\""/usr/share/locale"\" -DSHDIR=\"/usr/libexec/engrampa/\" -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid  -Wall -Wmissing-prototypes  -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 -c -o fr-command-jar.o fr-command-jar.c
> gcc -DHAVE_CONFIG_H -I. -I..  -I../mate-submodules/libegg/ -I.. -I.. -DENGRAMPA_RESOURCE_UI_PATH="\"/org/mate/Engrampa/ui\"" -DFR_PREFIX=\"/usr\" -DFR_SYSCONFDIR=\"/etc\" -DFR_DATADIR=\"/usr/share\" -DPRIVDATADIR=\"/usr/share/engrampa/\" -DFR_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DPKG_DATA_DIR=\"/usr/share/engrampa\" -DPIXMAPSDIR=\""/usr/share/pixmaps"\" -DGLADEDIR=\"""\" -DLOCALEDIR=\""/usr/share/locale"\" -DSHDIR=\"/usr/libexec/engrampa/\" -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread  -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid  -Wall -Wmissing-prototypes  -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 -c -o fr-command-lha.o fr-command-lha.c
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:858: file-utils.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/engrampa_1.26.2-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=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lucas@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: engrampa
Source-Version: 1.26.2-4
Done: Mike Gabriel <sunweaver@debian.org>

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

Debian distribution maintenance software
pp.
Mike Gabriel <sunweaver@debian.org> (supplier of updated engrampa 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 25 Mar 2024 13:08:32 +0100
Source: engrampa
Architecture: source
Version: 1.26.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Changed-By: Mike Gabriel <sunweaver@debian.org>
Closes: 1066304
Changes:
 engrampa (1.26.2-4) unstable; urgency=medium
 .
   * debian/patches:
     + Add 1002_implicit-function-declaration.patch. (Closes: #1066304).
Checksums-Sha1:
 465a8b85804d8260f62e4dbc03635090ba4d8fbe 2393 engrampa_1.26.2-4.dsc
 0898a89ed31b123bee616a3ac3fa6b90167aa14f 12680 engrampa_1.26.2-4.debian.tar.xz
 3e65f749aaee4f0a4e5b2261474200b76c530885 16969 engrampa_1.26.2-4_source.buildinfo
Checksums-Sha256:
 61e7412c71090cd6dbd05dd0d984e89fdd123cdf9075de02add74172fc4e768a 2393 engrampa_1.26.2-4.dsc
 b7933f34e5128933d4760a08434a4353f89eedcc0587c18b40f00005d137d70a 12680 engrampa_1.26.2-4.debian.tar.xz
 18af2a2aa51170a17c9ae2ca368b8ed02d3a8ae997f0e3bfebc9e98c250a75cd 16969 engrampa_1.26.2-4_source.buildinfo
Files:
 e40609ce2b7fb1e7ee5fcc51b5a16a78 2393 x11 optional engrampa_1.26.2-4.dsc
 5e959a7d98a1b5d395d4461fd4cb50be 12680 x11 optional engrampa_1.26.2-4.debian.tar.xz
 979ca181e12fcb8dbb55c79af9a86b98 16969 x11 optional engrampa_1.26.2-4_source.buildinfo

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

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmYBaXEVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxX58P/3arhcEXqvIj0QBwodH76u2qQX5S
xfs/v+z8vsVsluPDPRFSscuLjd2hjHdUQZvWV/zFbOECWgr4VIwDve1VipKr1pzN
HFy6JOACIw21Uq6ZI7VIuyik6zH8b+eXxq3GJ5yuRcYPo1IDI9OGKzDBbBSybFfa
+TI5X6ijGhut4cHAmhwgxxxx+lmMeog1FOaBskSMbwPYfw2M4AzwQMqwoGLSjV7p
UUaLv2cVDhGPz2M+6JUJ6i1+JykJKSHDQGavdj48TkcJiZRBHVei6g3g6VbAXAIq
i8Y4u26u4J+4XGSlvtFSY/r4TNb36cBH5e5IPtrYNILFaZ6L4rBp0GOEPyc8+NXs
u75etOXKmIihSZf+YhDQcxOHOveeMpvIbBmsFzlD5hBxgTUP/x109KI//Rh3m7Xw
z/9eE1F8yKD0vt5Ra2XWGFmxEPOhkathSByJRmJCn6AMRc2K8c5mITUM0OMfdekK
/dWeoJG1HrcJ7u4HKcl+gEj7KCLRWCBdj0mz0X1Wgr2rzSEN5WCymjUW6/6Z6gBN
Ochzdh3qJMFsNSn5S5Ej5mN5sTysBUtB5kJnJLpAbvORF2H6z7lpra36YOLpsfbO
zTuTZNpgjowogZsdyt4CIXTlJtzSGYMiODphn2HR6LdjZ1fXXhA2XEYVbYImB44g
1hVPGlg/6LVPPwLO
=eoF6
-----END PGP SIGNATURE-----

Attachment: pgpFUJheMyhBu.pgp
Description: PGP signature


--- End Message ---

Reply to: