Your message dated Wed, 19 Mar 2025 11:34:23 +0000
with message-id <e1turgl-0081kn...@fasolo.debian.org>
and subject line Bug#1100813: fixed in calcurse 4.8.1-1.3
has caused the Debian Bug report #1100813,
regarding calcurse: FTBFS on t64 ILP32 archs (armel, armhf):
-Wincompatible-pointer-types
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.)
--
1100813: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100813
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: calcurse
Version: 4.8.1-1.2
Severity: serious
Tags: ftbfs upstream
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: debian-...@lists.debian.org
User: debian-...@lists.debian.org
Usertags: armel armhf
Dear Maintainer,
calcurse fails to build from source on armel and armhf architectures.
I haven't spotted any relevant upstream commits, patches or issues that relate
to this.
make[3]: Entering directory '/build/reproducible-path/calcurse-4.8.1/src'
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I..
-DDOCDIR=\"/usr/share/doc/calcurse\" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic
-D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/calcurse-4.8.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -Wall -c -o calcurse.o calcurse.c
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I..
-DDOCDIR=\"/usr/share/doc/calcurse\" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic
-D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/calcurse-4.8.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -Wall -c -o apoint.o apoint.c
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I..
-DDOCDIR=\"/usr/share/doc/calcurse\" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic
-D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/calcurse-4.8.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -Wall -c -o args.o args.c
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I..
-DDOCDIR=\"/usr/share/doc/calcurse\" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic
-D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/calcurse-4.8.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -Wall -c -o config.o config.c
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I..
-DDOCDIR=\"/usr/share/doc/calcurse\" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic
-D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/calcurse-4.8.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -Wall -c -o custom.o custom.c
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I..
-DDOCDIR=\"/usr/share/doc/calcurse\" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -pedantic
-D_POSIX_C_SOURCE=200809L -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/calcurse-4.8.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -Wall -c -o day.o day.c
day.c: In function ‘day_paste_item’:
day.c:870:25: error: passing argument 3 of ‘overflow_add’ from incompatible
pointer type [-Wincompatible-pointer-types]
870 | &until)
| ^~~~~~
| |
| time_t * {aka long long int *}
In file included from day.c:43:
calcurse.h:1275:31: note: expected ‘long int *’ but argument is of type ‘time_t
*’ {aka ‘long long int *’}
1275 | long overflow_add(long, long, long *);
| ^~~~~~
day.c:887:25: error: passing argument 3 of ‘overflow_add’ from incompatible
pointer type [-Wincompatible-pointer-types]
887 | &until)
| ^~~~~~
| |
| time_t * {aka long long int *}
calcurse.h:1275:31: note: expected ‘long int *’ but argument is of type ‘time_t
*’ {aka ‘long long int *’}
1275 | long overflow_add(long, long, long *);
| ^~~~~~
make[3]: *** [Makefile:493: day.o] Error 1
--- End Message ---
--- Begin Message ---
Source: calcurse
Source-Version: 4.8.1-1.3
Done: Bastian Germann <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
calcurse, 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 1100...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated calcurse 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: Wed, 19 Mar 2025 12:04:00 +0100
Source: calcurse
Architecture: source
Version: 4.8.1-1.3
Distribution: unstable
Urgency: medium
Maintainer: Bartosz Fenski <fe...@debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1100813
Changes:
calcurse (4.8.1-1.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Use time_t for time instead of long. (Closes: #1100813)
Checksums-Sha1:
7a47a713af6153557dba94ec068d333c1521311d 1588 calcurse_4.8.1-1.3.dsc
3862e0661e832343d7093eecae3d127893e10916 4828 calcurse_4.8.1-1.3.debian.tar.xz
67c7aba61ca720fe2e6c9b15c8982416eb66217a 5259
calcurse_4.8.1-1.3_source.buildinfo
Checksums-Sha256:
7b05bddbe8437ca87a2297690b9e8c843113f61b85c1cd335e2d0ee84af53d58 1588
calcurse_4.8.1-1.3.dsc
d973b39570dcdce60c8d990e1c4603275c6cd1469e9417e939a9b95f4f0016a8 4828
calcurse_4.8.1-1.3.debian.tar.xz
0a45490630bd8addc1f649fe28d139fbd52baa5eb58b483ea8875c623b449a6a 5259
calcurse_4.8.1-1.3_source.buildinfo
Files:
f5b52d448ec048f1bfc2f7479f577e6f 1588 utils optional calcurse_4.8.1-1.3.dsc
0026e8284607aaa13b4405160a0a2f4f 4828 utils optional
calcurse_4.8.1-1.3.debian.tar.xz
2f6d6ad57f9506edae59b9cebc00fe33 5259 utils optional
calcurse_4.8.1-1.3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmfapM4QHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFP+SC/0dBtydH+OKutyI2drUszmbPsVwtcrOCzDY
RQVkVpSLow1KB8dYVWfFpp8EeWWEZAi3DvQ9pMsOD1zanP3uQZgDcA/7BQERNGnd
7ZGCoFj9ipXQmOrXhZE8GsFzkrqvbZVDa3SRX4AgmxElrNb3/LbBTBAGG4My5jDL
w2NQImBGJsSyFSyg9u8NitGlglonny823rKofJHuNEQUMfMX5SQuRhWBWjzqnqzi
PIog8hStCFQJ5qmrEcHeX1bvAyqrjgJAM2FxXuQwOKP9ai4U85Da1YOtWrkme926
ZUSfFf1yXNOCRDSoq1XABALV2GsHjf9i3h2COMfzxppZy65OL5Ki0hd4n33UU5gf
nodWdCfkHHMhYC7ii/k/VVrb79z2YBJ9npp1RDlBUOQtZ92qB/W9DnFKSMqZm31e
3bgNIj+m5hLx7SIwLB3Rx2UM9XRIUaZ4FW/QhCKyCoUhqOh76l11vRnTtePgU1GC
C95FoGv0DyqvOWQfWTqWvU3+UfPgoEM=
=dCpe
-----END PGP SIGNATURE-----
pgpsyaybQmz8J.pgp
Description: PGP signature
--- End Message ---