Your message dated Sat, 23 Mar 2024 15:59:07 +0000
with message-id <e1ro3lz-00471i...@fasolo.debian.org>
and subject line Bug#1066268: fixed in sensors-applet 3.0.0+git6-0.6
has caused the Debian Bug report #1066268,
regarding sensors-applet: FTBFS: mbmon-plugin.c:96:29: error: implicit 
declaration of function ‘read’ [-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.)


-- 
1066268: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066268
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sensors-applet
Version: 3.0.0+git6-0.5
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 gcc -DHAVE_CONFIG_H -I. 
> -I../../sensors-applet  -DGNOMELOCALEDIR=\""/usr/share/locale/"\" 
> -DG_LOG_DOMAIN=\""Sensors Applet"\" 
> -DPIXMAPS_DIR=\""/usr/share/pixmaps/sensors-applet/"\" 
> -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib/x86_64-linux-gnu"\" 
> -DSYSCONFDIR=\""/etc"\" -DPREFIX=\""/usr"\" -I../.. -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -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 libmbmon_la-mbmon-plugin.lo `test -f 'mbmon-plugin.c' || echo 
> './'`mbmon-plugin.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../sensors-applet 
> -DGNOMELOCALEDIR=\"/usr/share/locale/\" "-DG_LOG_DOMAIN=\"Sensors Applet\"" 
> -DPIXMAPS_DIR=\"/usr/share/pixmaps/sensors-applet/\" -DDATADIR=\"/usr/share\" 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DSYSCONFDIR=\"/etc\" 
> -DPREFIX=\"/usr\" -I../.. -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -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 
> mbmon-plugin.c  -fPIC -DPIC -o .libs/libmbmon_la-mbmon-plugin.o
> mbmon-plugin.c: In function ‘mbmon_plugin_query_mbmon_daemon’:
> mbmon-plugin.c:64:9: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' 
> instead [-Wdeprecated-declarations]
>    64 |         static GTimeVal previous_query_time;
>       |         ^~~~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from ../../sensors-applet/sensors-applet-sensor.h:22,
>                  from ../../sensors-applet/sensors-applet-plugin.h:22,
>                  from mbmon-plugin.h:22,
>                  from mbmon-plugin.c:39:
> /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
>   580 | struct _GTimeVal
>       |        ^~~~~~~~~
> mbmon-plugin.c:65:9: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' 
> instead [-Wdeprecated-declarations]
>    65 |         GTimeVal current_query_time;
>       |         ^~~~~~~~
> /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
>   580 | struct _GTimeVal
>       |        ^~~~~~~~~
> mbmon-plugin.c:70:17: warning: ‘g_get_current_time’ is deprecated: Use 
> 'g_get_real_time' instead [-Wdeprecated-declarations]
>    70 |                 g_get_current_time(&previous_query_time);
>       |                 ^~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/giochannel.h:35,
>                  from /usr/include/glib-2.0/glib.h:56:
> /usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
>   728 | void   g_get_current_time                 (GTimeVal       *result);
>       |        ^~~~~~~~~~~~~~~~~~
> mbmon-plugin.c:73:9: warning: ‘g_get_current_time’ is deprecated: Use 
> 'g_get_real_time' instead [-Wdeprecated-declarations]
>    73 |         g_get_current_time(&current_query_time);
>       |         ^~~~~~~~~~~~~~~~~~
> /usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
>   728 | void   g_get_current_time                 (GTimeVal       *result);
>       |        ^~~~~~~~~~~~~~~~~~
> mbmon-plugin.c:96:29: error: implicit declaration of function ‘read’ 
> [-Werror=implicit-function-declaration]
>    96 |                 while ((n = read(sockfd, pc, 
> MBMON_OUTPUT_BUFFER_LENGTH - output_length)) > 0) {
>       |                             ^~~~
> mbmon-plugin.c:103:17: error: implicit declaration of function ‘close’ 
> [-Werror=implicit-function-declaration]
>   103 |                 close(sockfd);
>       |                 ^~~~~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:521: libmbmon_la-mbmon-plugin.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/sensors-applet_3.0.0+git6-0.5_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: sensors-applet
Source-Version: 3.0.0+git6-0.6
Done: Dmitry Shachnev <mity...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sensors-applet, 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.
Dmitry Shachnev <mity...@debian.org> (supplier of updated sensors-applet 
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: Sat, 23 Mar 2024 18:16:22 +0300
Source: sensors-applet
Architecture: source
Version: 3.0.0+git6-0.6
Distribution: unstable
Urgency: medium
Maintainer: Sam Morris <s...@robots.org.uk>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Closes: 1066268
Changes:
 sensors-applet (3.0.0+git6-0.6) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Include <unistd.h> in mbmon-plugin.c (closes: #1066268).
Checksums-Sha1:
 cb01dc5819d5901a01b086ba71f66dc4df44e456 2364 sensors-applet_3.0.0+git6-0.6.dsc
 a98bde31ba23581e75075dcb8f33437afb446d15 20800 
sensors-applet_3.0.0+git6-0.6.debian.tar.xz
 f3d6e8512967632872f382200831c5af3643b755 16656 
sensors-applet_3.0.0+git6-0.6_source.buildinfo
Checksums-Sha256:
 5c8869d95019e8ed4fb75cba8a29be461f67571891d9cc9fa1e00e25106fbe25 2364 
sensors-applet_3.0.0+git6-0.6.dsc
 68db7aa55fbf512cd87c3f6b0bcbc1a523983fcc62bb1eb5e7f0f0f5e01170ee 20800 
sensors-applet_3.0.0+git6-0.6.debian.tar.xz
 f78525f21ae9595916f7679a9556d302b0199d859dba7fe2b66aade4558510cc 16656 
sensors-applet_3.0.0+git6-0.6_source.buildinfo
Files:
 d1004f7627f4a8ce837f7c6bf780e6b7 2364 gnome optional 
sensors-applet_3.0.0+git6-0.6.dsc
 42696e41bdf1cb6b01629e6631223c72 20800 gnome optional 
sensors-applet_3.0.0+git6-0.6.debian.tar.xz
 47c21a29a6e8ca4933f09beb3a80c322 16656 gnome optional 
sensors-applet_3.0.0+git6-0.6_source.buildinfo

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

iQJHBAEBCgAxFiEEq2sdvrA0LydXHe1qsmYUtFL0RrYFAmX+8nYTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRCyZhS0UvRGtkn0D/9S3uvNcwc8ELlX34cLUAEWvSyE8pb1
V26sXNEue9eKzradzgfDudcOzqt+Fr34euHQkoTnA0vV9QBu6a/MEsISLdY73R/l
gzBN231UCkxWIGWT6uzk7VKo6jLpxbSVNKyB3qyuH4gpYVR//SwrKO3/FxiVoOLj
WX8eZgwEp3tZJiHdk+R43exICeREn9xkzu5tzVfndXv7IirKuJWbfUPIupOla5MB
7GejJV5v9SzV86sUA+2sGmyXwoLUVdUzEXWb9sKegrXyfZkv5b2zsa8/j5PTYU0e
wp0z0+oGTc7T9uhipPRWBqatM71A3fOQadWrxCZx5dXGoSZzhdMDbANysQfGfpGO
QsWY26f7TvdTw1ppgkbqnn4N6o4FRi4RO7lxzi348Kjbi27d5cSJU1ZYUT9vxbCP
snRsb/jFlcFRiV92cN50VUcW694A3WmkQlnyHfm7/fUzhtDdh8WOWlKpPF/yx2jL
B1wcwPmDp/UKv4EO+aA2KMH9q9tCAgeqcy7qQZarR9CfuteHJcjje/C2YnL+rwK3
4ipY1CNiYSoGtqa5x5CUhbR+NgkwShwJM31OUEMDDMRMsiYzyvXdpI+Vc+aL6g0M
VSUmN6EZSwrpjM/oXDvEimN2SCikWlY8CQrocMV9N3QEcvxqCbUSr8L/+Y6sfkac
3TaMjcWh/SIxEQ==
=y1MP
-----END PGP SIGNATURE-----

Attachment: pgpeqoqJRXv9C.pgp
Description: PGP signature


--- End Message ---

Reply via email to