Your message dated Sat, 04 Jan 2025 02:50:35 +0000
with message-id <e1ttufh-002uea...@fasolo.debian.org>
and subject line Bug#1091245: fixed in esnacc 1.8.1-5
has caused the Debian Bug report #1091245,
regarding esnacc: FTBFS on armhf: compiler/back-ends/c-gen/gen-code.c:494:75: 
error: passing argument 1 of ‘ctime’ from incompatible pointer type 
[-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.)


-- 
1091245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091245
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: esnacc
Version: 1.8.1-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20241223 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, this package failed to build
on armhf.

This package currently has binary packages on armhf, so this is a regression.
Also, there are no known issues on amd64 or arm64 according to recent (a couple
days ago) rebuilds.

The rebuild was done using an armhf chroot on an AWS "m6g" instance (Graviton2
CPU).

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I.   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -I./compiler/core 
> -I./c-lib/inc -I./compiler/back-ends -I. -DCOMPILER -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -O0 -Wall -Wextra -c -o 
> compiler/back-ends/c-gen/esnacc-gen-code.o `test -f 
> 'compiler/back-ends/c-gen/gen-code.c' || echo 
> './'`compiler/back-ends/c-gen/gen-code.c
> compiler/back-ends/c-gen/gen-code.c: In function ‘PrintCSrcComment’:
> compiler/back-ends/c-gen/gen-code.c:494:75: error: passing argument 1 of 
> ‘ctime’ from incompatible pointer type [-Wincompatible-pointer-types]
>   494 |     fprintf (src, " *    This file was generated by esnacc on %s", 
> ctime (&t));
>       |                                                                       
>     ^~
>       |                                                                       
>     |
>       |                                                                       
>     long int *
> In file included from /usr/include/features.h:510,
>                  from /usr/include/time.h:25,
>                  from compiler/back-ends/c-gen/gen-code.c:97:
> /usr/include/time.h:186:14: note: expected ‘const time_t *’ {aka ‘const long 
> long int *’} but argument is of type ‘long int *’
>   186 | extern char *__REDIRECT_NTH (ctime, (const time_t *__timer), 
> __ctime64);
>       |              ^~~~~~~~~~~~~~
> compiler/back-ends/c-gen/gen-code.c: In function ‘PrintCHdrComment’:
> compiler/back-ends/c-gen/gen-code.c:599:73: error: passing argument 1 of 
> ‘ctime’ from incompatible pointer type [-Wincompatible-pointer-types]
>   599 |     fprintf (f, " *    This file was generated by esnacc on %s", 
> ctime (&t));
>       |                                                                       
>   ^~
>       |                                                                       
>   |
>       |                                                                       
>   long int *
> /usr/include/time.h:186:14: note: expected ‘const time_t *’ {aka ‘const long 
> long int *’} but argument is of type ‘long int *’
>   186 | extern char *__REDIRECT_NTH (ctime, (const time_t *__timer), 
> __ctime64);
>       |              ^~~~~~~~~~~~~~
> make[3]: *** [Makefile:3260: compiler/back-ends/c-gen/esnacc-gen-code.o] 
> Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/12/23/esnacc_1.8.1-4_unstable-armhf.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20241223;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20241223&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: esnacc
Source-Version: 1.8.1-5
Done: Andreas Beckmann <a...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated esnacc 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: SHA256

Format: 1.8
Date: Sat, 04 Jan 2025 02:59:03 +0100
Source: esnacc
Architecture: source
Version: 1.8.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 1091245
Changes:
 esnacc (1.8.1-5) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with 64-bit time_t on 32-bit platforms.  (Closes: #1091245)
   * Add upstream metadata.
Checksums-Sha1:
 b969c8d6cfa47af971d67a91004d3df381bae057 2120 esnacc_1.8.1-5.dsc
 0b6056aaf7262af9f9eeca92df0b20a3cfa04b2d 11448 esnacc_1.8.1-5.debian.tar.xz
 e40b9b7bc80f130b28222c22fa2108bdd4419471 5746 esnacc_1.8.1-5_source.buildinfo
Checksums-Sha256:
 44b8956db60f8b67d0001440714f64bae4491a4bbe5ec058fce670c1b3acea94 2120 
esnacc_1.8.1-5.dsc
 1cdde57ddae40be516ba31ecdc2133a9bd0cae5745eabca3dcd98808cfc2d99b 11448 
esnacc_1.8.1-5.debian.tar.xz
 42fbe715f4596ca0b5889f64d3f02e6daac762bff82ce2206565bac70fca1cc6 5746 
esnacc_1.8.1-5_source.buildinfo
Files:
 b3c3a4825522c13bf10e3dc7e895a202 2120 devel optional esnacc_1.8.1-5.dsc
 875383cb39cda72b392d0b1512c847ec 11448 devel optional 
esnacc_1.8.1-5.debian.tar.xz
 e838a4522765c110e0ffe57ca1de38ec 5746 devel optional 
esnacc_1.8.1-5_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmd4lnIQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCEirD/wLAsdte39wXasPHNHNenpDg5KELyf6Ci3O
aOb6yPp+qfDsWDJ229DK1/hbO/mP27k08QmGQy09NdsWYPMr7MNjlmNVqs8CeMwY
CShaJGKii43bBcNowsRDR1H5KlyDHqYttL2jv4iyzvxElHyFKGo+4ZZQK5BLsxMz
e7BjlGXp33EPaVZy/6UEdfVrxfPU3VvVc7FjOfFGKmatH2sudKcwMpcS6DI57OfB
KnKZYrbbH4UJPG1WZ2CXp/rLnkRpRo4HsjtPvpn4gPSZiFkJbiABiBXm+BkDJssL
i46eTjDvy2fnh4FYYAOykJ0tQ3a15TWOI7xuKdhnoU9uaa13ijUhQLv51GwntY7u
YxClKmf8uXgOxCdPgyl3f0gC7lRJPsheSEnO+KdnZKcmeY6RqQdat3cWYoL4VfwC
diyg5pFvyljZPRrelUwZ+Bqhnzqr59/KrFff7qJLgNjL1UUgCENhQMb2qVFlo3GS
m3x6EaeonaLa8xWgMR2H4VEt+8gTDtj22pbn9Q9ZOpl1sXgqifnyqZrqPQkrUAAo
pALQhIdJxCorGczExhJM6fRV5erAW1TUrMs2JQtWxj8Vpzzbf8qWXeXntdHH5pW6
GSNbTlnOQkK/nO5is9tXUfONvcNnkOJvHRjI1tNhDmOogizvNpxhRh2QURGCWU0a
PPaZNODzGw==
=FiVC
-----END PGP SIGNATURE-----

Attachment: pgpZjea8N8HoI.pgp
Description: PGP signature


--- End Message ---

Reply via email to