Your message dated Sun, 31 Mar 2024 22:51:36 +0000
with message-id <e1rr41y-008fur...@fasolo.debian.org>
and subject line Bug#1066314: fixed in regina-rexx 3.9.5+dfsg1-0.1
has caused the Debian Bug report #1066314,
regarding regina-rexx: FTBFS: ./rexxext.c:95:7: error: implicit declaration of 
function ‘getcallstack’; did you mean ‘popcallstack’? 
[-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.)


-- 
1066314: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066314
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: regina-rexx
Version: 3.6-2.4
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 -DNDEBUG -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 
> -DREGINA_SHARE_DIRECTORY=\"//usr/share/regina-rexx\" -funsigned-char 
> -DREGINA_VERSION_DATE=\""31 Dec 2011"\" -DREGINA_VERSION_MAJOR=\"3\" 
> -DREGINA_VERSION_MINOR=\"6\" -DREGINA_VERSION_SUPP=\"\" -DHAVE_CONFIG_H    
> -I. -I. -I./contrib    -o rexxext.o -c ./rexxext.c
> ./rexxext.c: In function ‘__regina_rex_getcallstack’:
> ./rexxext.c:95:7: error: implicit declaration of function ‘getcallstack’; did 
> you mean ‘popcallstack’? [-Werror=implicit-function-declaration]
>    95 |       getcallstack( TSD, parms->value );
>       |       ^~~~~~~~~~~~
>       |       popcallstack
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:427: rexxext.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/regina-rexx_3.6-2.4_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: regina-rexx
Source-Version: 3.9.5+dfsg1-0.1
Done: Agustin Martin Domingo <agmar...@debian.org>

We believe that the bug you reported is fixed in the latest version of
regina-rexx, 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.
Agustin Martin Domingo <agmar...@debian.org> (supplier of updated regina-rexx 
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: Mon, 01 Apr 2024 00:06:09 +0200
Source: regina-rexx
Architecture: source
Version: 3.9.5+dfsg1-0.1
Distribution: unstable
Urgency: medium
Maintainer: Alen Zekulic <a...@nms.hr>
Changed-By: Agustin Martin Domingo <agmar...@debian.org>
Closes: 1027405 1066314
Changes:
 regina-rexx (3.9.5+dfsg1-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload with maintaner agreement.
 .
   [ Debian Janitor ]
   * Use secure URI in debian/watch.
   * Fix day-of-week for changelog entry 2.2-1.
   * Update standards version to 4.5.1, no changes needed.
   * Use secure URI in Homepage field.
   * Update standards version to 4.6.1, no changes needed.
 .
   [ Agustin Martin Domingo ]
   * New upstream version (Closes: #1066314).
     - Remove REGUTIL_TERM_LIB stuff (#930005). Fixed upstream in a
       simpler way.
     - 0000_configures_fix-alpha-compilation.diff: renamed from
       0000_AZ_configures.diff for clarity.
     - 0001_configures_do-not-regenerate-debian-rules.diff: Do not
       regenerate debian/rules. We do not use upstream debian dir.
     - 0000_AZ_regina.1.diff: Remove. Fixed upstream.
     - 0000_Makefile.in_Debian-Installation.diff. Remove. Unneeded.
     - 0000_AZ_Makefile.in.diff: Remove. Seems no longer needed.
     - 2000_regina-config_use-wrapper.diff: Upgrade.
     - 2000_Makefile.in_Do-not-hardcode-FLAGS.diff: Better use "?=".
     - libregina3.symbols: Upgrade for new symbols added in 3.7.
     - Upgrade install, links and manpages stuff for new upstream version.
   * Build for the host arch, thanks Helmut Grohne (Closes: #1027405).
   * debian/rules:
     - Read relevant version info from regina.ver file.
     - Revert file ordering in HISTORY FILE. Newer first.
     - Install HACKERS.txt.
     - Let configure deal with GCI on supported platforms.
   * debian/watch: fix to narrow allowed extensions.
   * debian/copyright: Make DEP5 format.
   * README.source,copyright,watch: Exclude files with unclear license.
   * debian/control:
     - Bump Standards-Version. No changes required.
     - Change BD libncurses5-dev => libncurses-dev.
     - Bump debhelper-compat to 13.
Checksums-Sha1:
 2f3d3864a49fc25d302798c35f2a4489eef5d9ee 2043 regina-rexx_3.9.5+dfsg1-0.1.dsc
 04163da224611702a83cd74f203a0e043d6e9860 2281208 
regina-rexx_3.9.5+dfsg1.orig.tar.xz
 3dcbf124e43492152bd54101322ff4784d3d95bb 14064 
regina-rexx_3.9.5+dfsg1-0.1.debian.tar.xz
 18cfdc48275cd0eab9eed1704c0fbc220e1e9829 7511 
regina-rexx_3.9.5+dfsg1-0.1_amd64.buildinfo
Checksums-Sha256:
 fbe5bfe058c0c83e7344eb04e606d534f66976c64dc878cdf9ccf38926200486 2043 
regina-rexx_3.9.5+dfsg1-0.1.dsc
 fa4b269aca72e959b2c991bbbccd516c76d7d2ed1db147707721d1808a045264 2281208 
regina-rexx_3.9.5+dfsg1.orig.tar.xz
 1062ff4bb6eea27d42341d1948dfe547b5f696878954bc892c5bdcf364781a2e 14064 
regina-rexx_3.9.5+dfsg1-0.1.debian.tar.xz
 1d95df28479d36317f16eddc8c9de9048e6f791ce56d7099bccfc8b83d719f2c 7511 
regina-rexx_3.9.5+dfsg1-0.1_amd64.buildinfo
Files:
 e8307ba54c79d0b80802f9c3daaeddc3 2043 libs optional 
regina-rexx_3.9.5+dfsg1-0.1.dsc
 f4da84b6ce439c900900994e0f6df5d6 2281208 libs optional 
regina-rexx_3.9.5+dfsg1.orig.tar.xz
 41bea8dbbfd3d3881e4259942d62191f 14064 libs optional 
regina-rexx_3.9.5+dfsg1-0.1.debian.tar.xz
 c52ea7215d768a23af746a708d48e252 7511 libs optional 
regina-rexx_3.9.5+dfsg1-0.1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEEehey7p+gYd346SEFJrCLeiggvwFAmYJ4pQACgkQFJrCLeig
gvywqg//cqsCdEyhwWGF9Q7SCsxoovpqMELWyMJGvFYCzhesStjyhMbtRMCrF/tA
OAV0da/bC9tRu2OG8LFkQPupyOlG1HF+A7uQe7McI974lJ1HVPs3iQzlCceWPRIm
+RU4Io+zqXOLskm83+0Nq/CsTfvOCg6wVvnScIGpj7OsHNmngM6zu7wM++GUpcx5
p6oHmAvNjzAZ3cexkPrewnfZCFkk8IsVdFFoTtqIQwv+mpZ3zdhtQj1od++yYBcy
CPOurJiMp99SUUT120hDJaQ3KiHTPy+sVfUB5EJx19dAbL4dxDHGMyiIwGWCQ9AJ
u5N/f36SMx1yjRcpA9P8vNO50vgIyNLiTYEA2Ml3OLW/OgFuJCjQRBTwDVfPqZr5
X7LYVvq0FWAoohS7/NauE4zkZKTJGNRsDfQpsMhLzONUNWrDVO/EDhd3SQqvipPa
WX4LHIaLfOIzZYjc+8o/PFIlioMnPuzhKQ5+5v73/1zeDr1GqXCGLfYVHFAH/GS9
OzfcBmERlBwIYauJgLiMGjPo/qmZwrTVsbyVrB5HgrDiTguRzpFoTEzlcf1NFeqf
/2dZk8owPomQZrCoSr0+Ob9dl5d8TTdK93oqOxd+m7Fz1zIfPhuzEiupURqahDtI
5AEuVLTfNuvId0pKUIoY6/U3GNcYvzZzwWDN4rkBp5S84jw+1c4=
=7p6k
-----END PGP SIGNATURE-----

Attachment: pgpxaup1ZFF4I.pgp
Description: PGP signature


--- End Message ---

Reply via email to