Control: reopen 1091298
Control: found 1091298 7.012-1
Re: To Bernard F6BVP / AI7BG
> thanks for the new version, I just uploaded it.
Well, it's unfortunately still broken in the same way:
arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../include
-Wstrict-prototypes -funsigned-char -DPROTOTYPES -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/fbb-7.012=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -c -o autobin.o
autobin.c
xfbbd.c: In function ‘fbb_list’:
xfbbd.c:603:44: error: passing argument 1 of ‘localtime’ from incompatible
pointer type [-Wincompatible-pointer-types]
603 | sdate = localtime (&(svoie[i]->debut));
| ^~~~~~~~~~~~~~~~~~
| |
| long int *
In file included from /usr/include/features.h:539,
from /usr/include/dirent.h:25,
from ../include/serv.h:32,
from xfbbd.c:26:
/usr/include/time.h:150:19: note: expected ‘const time_t *’ {aka ‘const long
long int *’} but argument is of type ‘long int *’
150 | extern struct tm *__REDIRECT_NTH (localtime, (const time_t *__timer),
| ^~~~~~~~~~~~~~
make[5]: *** [Makefile:892: xfbbd-xfbbd.o] Error 1
https://buildd.debian.org/status/fetch.php?pkg=fbb&arch=armhf&ver=7.012-1&stamp=1790020300&raw=0
Christoph