Your message dated Wed, 03 Jul 2024 14:34:56 +0000
with message-id <[email protected]>
and subject line Bug#1075089: fixed in imaptool 0.9-22
has caused the Debian Bug report #1075089,
regarding imaptool: 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 [email protected]
immediately.)
--
1075089: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075089
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:imaptool
Version: 0.9-21
Severity: important
Tags: sid trixie
User: [email protected]
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/imaptool_0.9-21_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
[...]
899 | if (DGifGetLine(GifFile, sp->RasterBits, ImageSize)
| ~~^~~~~~~~~~~~
| |
| char *
dgif_lib.c:343:53: note: expected ‘GifPixelType *’ {aka ‘unsigned char *’} but
argument is of type ‘char *’
343 | int DGifGetLine(GifFileType *GifFile, GifPixelType *Line, int LineLen)
| ~~~~~~~~~~~~~~^~~~
dgif_lib.c:878:21: warning: unused variable ‘ep’ [-Wunused-variable]
878 | ExtensionBlock *ep;
| ^~
dgif_lib.c:875:15: warning: unused variable ‘Error’ [-Wunused-variable]
875 | int i, j, Error, ImageSize;
| ^~~~~
dgif_lib.c:875:12: warning: unused variable ‘j’ [-Wunused-variable]
875 | int i, j, Error, ImageSize;
| ^
dgif_lib.c:875:9: warning: unused variable ‘i’ [-Wunused-variable]
875 | int i, j, Error, ImageSize;
| ^
dgif_lib.c: In function ‘DGifSetupDecompress’:
dgif_lib.c:592:5: warning: ignoring return value of ‘fread’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
592 | fread(&CodeSize, 1, 1, Private->File); /* Read Code size from
file. */
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dgif_lib.c: At top level:
dgif_lib.c:71:14: warning: ‘VersionStr’ defined but not used [-Wunused-variable]
71 | static char *VersionStr =
| ^~~~~~~~~~
imaptool.c: In function ‘event_handler’:
imaptool.c:663:21: warning: pointer targets in passing argument 7 of
‘XChangeProperty’ differ in signedness [-Wpointer-sign]
663 | position,
| ^~~~~~~~
| |
| char *
In file included from /usr/include/X11/Xlib.h:47,
from /usr/include/X11/Intrinsic.h:53,
from imaptool.c:21:
/usr/include/X11/Xlib.h:2089:5: note: expected ‘const unsigned char *’ but
argument is of type ‘char *’
2089 | _Xconst unsigned char* /* data */,
| ^
imaptool.c:647:9: warning: unused variable ‘i’ [-Wunused-variable]
647 | int i;
| ^
imaptool.c: In function ‘printrectangle’:
imaptool.c:676:25: warning: unused variable ‘i’ [-Wunused-variable]
676 | int x1, x2, y1, y2, i;
| ^
imaptool.c: In function ‘shapeselect’:
imaptool.c:806:15: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
806 | nextshape = (int)call_data;
| ^
imaptool.c: In function ‘drawcircle’:
imaptool.c:834:5: warning: this ‘if’ clause does not guard...
[-Wmisleading-indentation]
834 | if (x<0) x=0; if (y<0) y=0;
| ^~
imaptool.c:834:19: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘if’
834 | if (x<0) x=0; if (y<0) y=0;
| ^~
imaptool.c: In function ‘drawrectangle’:
imaptool.c:873:6: warning: this ‘if’ clause does not guard...
[-Wmisleading-indentation]
873 | if (x1<0) x1=0; if (y1<0) y1=0;
| ^~
imaptool.c:873:22: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘if’
873 | if (x1<0) x1=0; if (y1<0) y1=0;
| ^~
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" ASFLAGS=
ASFLAGS_FOR_BUILD= "CFLAGS=-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wall" "CFLAGS_FOR_BUILD=-g -O2" "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2
-DSYSV -D_FILE_OFFSET_BITS=64" CPPFLAGS_FOR_BUILD= "CXXFLAGS=-g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
"CXXFLAGS_FOR_BUILD=-g -O2" DFLAGS=-frelease DFLAGS_FOR_BUILD=-frelease
"FCFLAGS=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -fcf-protection" "FCFLAGS_FOR_BUILD=-g -O2" "FFLAGS=-g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -fcf-protection" "FFLAGS_FOR_BUILD=-g -O2"
"LDFLAGS=-Wl,-z,relro -Wl,-z,now" LDFLAGS_FOR_BUILD= "OBJCFLAGS=-g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
"OBJCFLAGS_FOR_BUILD=-g -O2" "OBJCXXFLAGS=-g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
"OBJCXXFLAGS_FOR_BUILD=-g -O2" returned exit code 2
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:3: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: imaptool
Source-Version: 0.9-22
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
imaptool, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated imaptool 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 03 Jul 2024 15:02:44 +0100
Source: imaptool
Architecture: source
Version: 0.9-22
Distribution: unstable
Urgency: medium
Maintainer: Colin Watson <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1075089
Changes:
imaptool (0.9-22) unstable; urgency=medium
.
* Don't rely on implicit int types (closes: #1075089).
Checksums-Sha1:
24ecc38e79b4c7aeaacd73584ad4a4eede67936e 2013 imaptool_0.9-22.dsc
2d7c085fc1e9e4588dbf10fdfe31bb2e4b1a2e90 5688 imaptool_0.9-22.debian.tar.xz
Checksums-Sha256:
3230436d7aa3fa24c0d81ad4e06cfec05d55564656f62d071284ff9da6924e42 2013
imaptool_0.9-22.dsc
477290764f3bbd5fc704bad7b33c475e0a1d003bc1a56e6029b0208c704d358b 5688
imaptool_0.9-22.debian.tar.xz
Files:
7e906578095d002771c1af8b22f509d1 2013 web optional imaptool_0.9-22.dsc
7b33404224062c7eb75e96832c11df6d 5688 web optional
imaptool_0.9-22.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmaFWkMACgkQOTWH2X2G
UAsqbQ//RMKUa/1kS6TlNq4suR7wx4ee2yMJMY5BglXzJIR46xVvb7XuW5dBPdeD
eq90k0+KxXSmenoQ43mGejJSGEiWQNIkvNRVk8GulFuTrIMX0GEAlpQWiHi5CqE9
wLX5tGObrlFzNklcp4yw1X8UEYlDS9iPjAuxym2X+OM1e/E8aUZcOvIqVIKIyAIM
9bzpLbRQzJLzH5lXhIWvUiJr3daglQFFXSsryUZQgPdvhy8kZliaI2hT9qCJTBmj
tzL5aeY9+31XY1u24Zy0Soa2ERXNGLP7l2oRAAt/JFdMe9i0wJh7DdRR4NLQEcdj
UXh7l1UwpMmFyd6w/T2QDHIyszYfzXFG+gWbQKE0aloNGzSdkmTKO92CKHR2rEyD
ZnI2AUPBavrx+M4Jn6w6fEWYHCUxvM9AE9Zz2hZh6j+mIgjuoiTpvW1J18HgM0ph
e+OkJTZLBIXqXJhQWjqDle9nRv0+L8t3wsVSr0ZuC7/vGqegsp1SmN+kXT+SILqR
X2W6qjedOaFNpf6dOvJReB3A3SZp7WTp20nYWOiDp9oYKUTLy5gmmFTUNgeJK0nO
EWaTnaGAfRpvyIVFeuwYJIHRsQFUMSLqdoobXRD6B5PEZueIcC4wwUs+tACuD5Un
i/6hkKBHnUgRDQMdvLeEtr582tF/eSdIUr7Ud5enNutIpJ6v03A=
=dUcc
-----END PGP SIGNATURE-----
pgpE09YDCP6wX.pgp
Description: PGP signature
--- End Message ---