Your message dated Tue, 03 Sep 2024 21:34:02 +0000
with message-id <e1slba2-00go3i...@fasolo.debian.org>
and subject line Bug#1074830: fixed in autolog 0.42.1-2
has caused the Debian Bug report #1074830,
regarding autolog: ftbfs with GCC-14
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.)
--
1074830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074830
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:autolog
Version: 0.42.1-1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/autolog_0.42.1-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html
[...]
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
dh_auto_build
make -j8 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Werror=implicit-function-declaration -D_REGEX_RE_COMP=1 -Wdate-time
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -o autolog autolog.c
autolog.c: In function ‘check_utmp’:
autolog.c:307:38: error: passing argument 1 of ‘ctime’ from incompatible
pointer type [-Wincompatible-pointer-types]
307 | ctime(&utmpp->ut_time));
| ^
| |
| int32_t * {aka int *}
In file included from autolog.c:51:
/usr/include/time.h:184:35: note: expected ‘const time_t *’ {aka ‘const long
int *’} but argument is of type ‘int32_t *’ {aka ‘int *’}
184 | extern char *ctime (const time_t *__timer) __THROW;
| ~~~~~~~~~~~~~~^~~~~~~
autolog.c:333:30: error: passing argument 1 of ‘ctime’ from incompatible
pointer type [-Wincompatible-pointer-types]
333 | ctime(&utmpp->ut_time));
| ^
| |
| int32_t * {aka int *}
/usr/include/time.h:184:35: note: expected ‘const time_t *’ {aka ‘const long
int *’} but argument is of type ‘int32_t *’ {aka ‘int *’}
184 | extern char *ctime (const time_t *__timer) __THROW;
| ~~~~~~~~~~~~~~^~~~~~~
autolog.c: In function ‘load_users’:
autolog.c:428:9: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
428 | fscanf(f, "%d", &userfill);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
autolog.c:438:17: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
438 | fscanf(f, " %s %d %s %d %d %d %d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
439 | userlst[userpos].Name,
| ~~~~~~~~~~~~~~~~~~~~~~
440 | &userlst[userpos].UserID,
| ~~~~~~~~~~~~~~~~~~~~~~~~~
441 | userlst[userpos].Device,
| ~~~~~~~~~~~~~~~~~~~~~~~~
442 | &userlst[userpos].IdleTime,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
443 | &userlst[userpos].SessStrt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
444 | &userlst[userpos].Ban_Ends,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
445 | &userlst[userpos].WarnEnds);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
autolog.c: In function ‘get_PIDs’:
autolog.c:826:9: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
826 | fgets(iline, LINELEN, ps); /* get header-line */
| ^~~~~~~~~~~~~~~~~~~~~~~~~
autolog.c: In function ‘mesg’:
autolog.c:951:25: warning: ignoring return value of ‘system’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
951 | system (mbuf);
| ^~~~~~~~~~~~~
autolog.c:974:25: warning: ignoring return value of ‘system’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
974 | system (mbuf);
| ^~~~~~~~~~~~~
autolog.c:999:25: warning: ignoring return value of ‘system’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
999 | system(mbuf);
| ^~~~~~~~~~~~
autolog.c: In function ‘kill_lost_PIDs’:
autolog.c:1154:9: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1154 | fgets(iline, LINELEN, ps); /* get header-line */
| ^~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:17: autolog] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: autolog
Source-Version: 0.42.1-2
Done: Sven Geuer <s...@debian.org>
We believe that the bug you reported is fixed in the latest version of
autolog, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sven Geuer <s...@debian.org> (supplier of updated autolog 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: Tue, 03 Sep 2024 23:05:29 +0200
Source: autolog
Architecture: source
Version: 0.42.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Sven Geuer <s...@debian.org>
Closes: 1074830
Changes:
autolog (0.42.1-2) unstable; urgency=medium
.
* Team upload.
* d/p/*: Add patch to fix incompatible pointer type errors (Closes:
#1074830).
* d/control: Bump Standards-Version to 4.7.0.
* d/copyright: Update the debian/* stanza.
Checksums-Sha1:
3c5ce9dc52ec5ad5b27b6148df9d4053e43db8d9 1933 autolog_0.42.1-2.dsc
f7237c88b10ac056d5874c0f64e8eaabab111a39 8524 autolog_0.42.1-2.debian.tar.xz
ead89fa9db3a4e2f440856a67796975240000250 5810 autolog_0.42.1-2_amd64.buildinfo
Checksums-Sha256:
f026786b8f9786f24dcfa9a33a914bed8d9c44359ff30275c45fd62cf4e08958 1933
autolog_0.42.1-2.dsc
9f9d6d38121b94abb8b15081262c670a7d0198a09f6ba11f044d025dbc49dfd0 8524
autolog_0.42.1-2.debian.tar.xz
8c588cefdae7399994ed66373bae867cd80faf421d8858ae8207e5e1828efe17 5810
autolog_0.42.1-2_amd64.buildinfo
Files:
9859fd47f4bc21ef7f786b5437dc1453 1933 admin optional autolog_0.42.1-2.dsc
5e98c3f062d8476c09e4654682f907df 8524 admin optional
autolog_0.42.1-2.debian.tar.xz
71cf1f12e7b3dfc7c408847427f3a590 5810 admin optional
autolog_0.42.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEEPfXoqkP8n9/QhvGVrfUO2vit1YUFAmbXezYPHHNnZUBkZWJp
YW4ub3JnAAoJEK31Dtr4rdWF+UcQAJkQuvdmrtJOJcMvLZrs/tVpZan5Emy4xIEH
C1zB2vcaRMf/OgnbZOjmpSksUOL8KQ2ONbGBBkSYeazVZV1pbJGJXTZpX7vQ2sr7
mAceooWtMwHlG/5JvWUj1FAYMfCwwGWDmsO4OJ+PnDTjbHLZMfm0+0rlxQvGls2t
tq//D2HuxMwJcu9NynLWlyLBlaACQeX5k7AZWN0tQrZYPn6mENJVKg1o3B1lLSq/
t9RhJCUXOqcOgipqOcDPN/EhztvSXK8cd1GCEE/zyaoG2ahXa7A1g4qSfgQ4YU30
syZI+SLlV8tpfmiD/hEcxdqhZ4CTJYOLiKjAEz6jT+idAHtUleRtkmOiB136lOc/
EDjEo4rXZ+1MqLGuBUSaT8+ZFAhYKNtLq6oE9CWuzamEGyznMCjC7uezdkCiq8Pd
nzGl+2y+p81Hb/MLQw2MvcmwGp1hheY3UHvf2iwMYYu4o+AUlzy3y9le+YSJ3dSJ
T7Qa+nk700TtpT7FEVxbyk7HHEXQfUPO3esVDtDKuEWHZpC4B7zcCl5NYnh6SprF
7ticY4IsnUJSa9VCe6Z5c5jShzn5FovxyOorazSC7DYrf8zQSQK+aO5S37qBrba9
tqk47d+KYaevYONH9JsaJP8Pq4qT9LcwHYcmc+pR/LoNwUAvymxmpoY3NhoQCxmg
IkjdADWK
=OO+o
-----END PGP SIGNATURE-----
pgpIdaum7P_fk.pgp
Description: PGP signature
--- End Message ---