Your message dated Tue, 18 Nov 2025 10:12:53 +0000
with message-id <[email protected]>
and subject line Bug#1118614: Removed package(s) from unstable
has caused the Debian Bug report #1091296,
regarding sptk: FTBFS on armhf: ../../bin/psgr/eps.c:70:44: error: passing 
argument 1 of ‘localtime’ 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 [email protected]
immediately.)


-- 
1091296: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091296
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sptk
Version: 3.9-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
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 -DPACKAGE_NAME=\"SPTK\" -DPACKAGE_TARNAME=\"SPTK\" 
> -DPACKAGE_VERSION=\"3.9\" -DPACKAGE_STRING=\"SPTK\ 3.9\" 
> -DPACKAGE_BUGREPORT=\"http://sourceforge.net/projects/sp-tk/\"; 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"SPTK\" -DVERSION=\"3.9\" -DHAVE_LIBM=1 
> -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 
> -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_IOCTL_H=1 
> -DHAVE_MALLOC=1 -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_STRRCHR=1 
> -DHAVE_RINDEX=1 -DFORMAT=\"float\" -DLINUX=1   -I ../../include 
> -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=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -Wall -c -o 
> bin/psgr/eps.o ../../bin/psgr/eps.c
> ../../bin/psgr/eps.c: In function ‘epsf_init’:
> ../../bin/psgr/eps.c:70:44: error: passing argument 1 of ‘localtime’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>    70 |    strcpy(creation_date, asctime(localtime(&t)));
>       |                                            ^~
>       |                                            |
>       |                                            long int *
> In file included from /usr/include/features.h:510,
>                  from 
> /usr/include/arm-linux-gnueabihf/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:28,
>                  from ../../bin/psgr/eps.c:50:
> /usr/include/time.h:141:19: note: expected ‘const time_t *’ {aka ‘const long 
> long int *’} but argument is of type ‘long int *’
>   141 | extern struct tm *__REDIRECT_NTH (localtime, (const time_t *__timer),
>       |                   ^~~~~~~~~~~~~~
> ../../bin/psgr/eps.c: In function ‘bbox’:
> ../../bin/psgr/eps.c:182:10: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   182 |          fscanf(fp, "%d %d", &x, &y);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../../bin/psgr/eps.c:197:10: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   197 |          fscanf(fp, "%d %d %d", &n, &x, &y);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../../bin/psgr/eps.c:206:10: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   206 |          fscanf(fp, "%d", &ch);
>       |          ^~~~~~~~~~~~~~~~~~~~~
> ../../bin/psgr/eps.c:210:10: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   210 |          fscanf(fp, "%d", &cw);
>       |          ^~~~~~~~~~~~~~~~~~~~~
> ../../bin/psgr/eps.c:214:10: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   214 |          fscanf(fp, "%d", &rotate);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~
> ../../bin/psgr/eps.c:232:10: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   232 |          fscanf(fp, "%d %d", &temp_plot_xmin, &temp_plot_xmin);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../../bin/psgr/eps.c:243:10: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   243 |          fscanf(fp, "%d %d", &temp_plot_xmax, &temp_plot_ymax);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../../bin/psgr/eps.c: In function ‘getd’:
> ../../bin/psgr/eps.c:142:7: warning: ignoring return value of ‘fscanf’ 
> declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   142 |       fscanf(fp, "%d %d", x, y);
>       |       ^~~~~~~~~~~~~~~~~~~~~~~~~
> make[2]: *** [Makefile:3841: bin/psgr/eps.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/12/23/sptk_3.9-3_unstable-armhf.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20241223;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20241223&[email protected]&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 ---
Version: 3.9-3+rm

Dear submitter,

as the package sptk has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1118614

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to