Your message dated Sun, 17 Mar 2024 00:21:21 +0000
with message-id <e1rlehb-007cy0...@fasolo.debian.org>
and subject line Bug#1066605: fixed in ifmail 2.14tx8.10-28
has caused the Debian Bug report #1066605,
regarding ifmail: FTBFS: parsedate.y:39:25: error: implicit declaration of 
function ‘date_lex’ [-Werror=implicit-function-declaration]
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.)


-- 
1066605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066605
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ifmail
Version: 2.14tx8.10-27
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -Wall -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -iquote . -iquote . -I/usr/include 
> -DDEBUGFILE=\""/var/log/ifmail/ifdebug"\" 
> -DLOGFILE=\""/var/log/ifmail/iflog"\" -DCONFIGFILE=\""/etc/ifmail/config"\" 
> -DMAPTABDIR=\""/usr/lib/ifmail/maptabs"\" -DLOCKDIR=\""/var/lock"\" 
> -DPUBDIR=\""/home/ftp/pub"\" -DFAKEDIR=\""/tmp/ifmail/"\" 
> -DMAILLOG=LOG_LOCAL0 -DNEWSLOG=LOG_LOCAL0 -DCICOLOG=LOG_LOCAL0 -DTERMAIL_HACK 
> -DTPUT_STATUS_HACK -DADD_PID -DLEVEL=0 -DDONT_REGATE -DSLAVE_SENDS_NAK_TOO 
> -DRNEWSB -DJE -DRESTAMP_OLD_POSTINGS=14 -DBELEIVE_ZFIN=1 -DHAS_TCP 
> -DAREAS_HACKING -DRESTAMP_FUTURE_POSTINGS -DFSCHTML -DMACHIGAI 
> -DALLOW_RETURNPATH -DGATEBAU_MSGID -DDIRTY_CHRS -DHIDDEN 
> -DAREAS_NUMERAL_COMMENTS -DHAS_STATFS -DSTATFS_IN_VFS_H -DHAS_SETSID 
> -DHAS_NDBM_H -DDONT_HAVE_TM_GMTOFF -DHAS_TERMIOS_H -DASCII_LOCKFILES 
> -DHAS_FSYNC -DHAS_IOCTL_H -DHAS_REGEX_H -DNEED_BSY -DNO_IO_AFTER_HANGUP 
> -DDO_NEED_TIME -DNEED_FORK -DHAS_BSD_SIGNALS -DHAS_SELECT -DUSE_SETPROCTITLE 
> -DINT32=long -DINT16=short -D_GNU_SOURCE -DHAVE_LOCALE_H 
> -DNLS_CAT_NAME=\"ifmail\" -DNLS_LOCALE_PATH=\"/usr/share/locale\" -c 
> parsedate.c
> y.tab.c: In function ‘date_parse’:
> parsedate.y:39:25: error: implicit declaration of function ‘date_lex’ 
> [-Werror=implicit-function-declaration]
>    39 | #define yylex           date_lex
>       |                         ^~~~~~~~
> y.tab.c:1184:16: note: in expansion of macro ‘yylex’
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:69: parsedate.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ifmail_2.14tx8.10-27_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&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: ifmail
Source-Version: 2.14tx8.10-28
Done: Marco d'Itri <m...@linux.it>

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

Debian distribution maintenance software
pp.
Marco d'Itri <m...@linux.it> (supplier of updated ifmail 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: Sun, 17 Mar 2024 00:31:03 +0100
Source: ifmail
Architecture: source
Version: 2.14tx8.10-28
Distribution: unstable
Urgency: medium
Maintainer: Marco d'Itri <m...@linux.it>
Changed-By: Marco d'Itri <m...@linux.it>
Closes: 1066605
Changes:
 ifmail (2.14tx8.10-28) unstable; urgency=medium
 .
   * Updated patch portability_headers with a missing prototype.
     (Closes: #1066605)
   * Enabled large files support.
Checksums-Sha1:
 c9855f12c2b5632eb1d6ae0e9843e4a01d86731a 1334 ifmail_2.14tx8.10-28.dsc
 16f4b4b1b6a5e1508a2fc685250e0ebe7c596fad 40664 
ifmail_2.14tx8.10-28.debian.tar.xz
 6e40c835cea20b94547e2c2345a2e71812b6c307 6692 
ifmail_2.14tx8.10-28_amd64.buildinfo
Checksums-Sha256:
 afd414ca7f8abc48a54ece1e2903c0753cb6c3870cc3cf78c0a5bc561fd658d7 1334 
ifmail_2.14tx8.10-28.dsc
 0b151ae539a9563b52f2398df4d696c6eb096227bf79e6d0db7b8599cbd76cb4 40664 
ifmail_2.14tx8.10-28.debian.tar.xz
 b36a5cb2308db01884fe6f81eb5613798d5ccccac6bacc6aed5d1064ac160dc8 6692 
ifmail_2.14tx8.10-28_amd64.buildinfo
Files:
 b5ba27010afdba6e80da0a5ca24115ff 1334 comm optional ifmail_2.14tx8.10-28.dsc
 22e8598f6648a48f77a4f92ec42915a0 40664 comm optional 
ifmail_2.14tx8.10-28.debian.tar.xz
 1c51b417f99e0980a44035d6b0056d86 6692 comm optional 
ifmail_2.14tx8.10-28_amd64.buildinfo

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

iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCZfYuXAAKCRDLPsM64d7X
gRa/AP9JuT0FjxHoBzcWiULJUk2LaGN84lgCyk/3buUnIVqyhwD/RigLjLhoqmML
buXACoKD1PR1gt2ZvNsJnYiYMQqEMws=
=XDTA
-----END PGP SIGNATURE-----

Attachment: pgpFzw5t8L5mM.pgp
Description: PGP signature


--- End Message ---

Reply via email to