Your message dated Mon, 25 Apr 2022 17:18:59 +0000
with message-id <[email protected]>
and subject line Bug#1009416: fixed in fungw 1.2.1-1
has caused the Debian Bug report #1009416,
regarding fungw: FTBFS: perl.h:736:25: error: expected expression before ‘do’
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.)


-- 
1009416: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009416
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: fungw
Version: 1.2.0-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220412 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> cc -c -Wall -g -I../../ -I../../src_3rd -fPIC -D_REENTRANT -D_GNU_SOURCE 
> -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  
> -I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE -o fungw_perl.o fungw_perl.c
> In file included from fungw_perl.c:28:
> fungw_perl.c: In function ‘fgws_perl_call_fgw’:
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/perl.h:736:25: error: expected 
> expression before ‘do’
>   736 | #   define STMT_START   do
>       |                         ^~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:340:24: note: in expansion of 
> macro ‘STMT_START’
>   340 | #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } 
> STMT_END
>       |                        ^~~~~~~~~~
> fungw_perl.c:127:24: note: in expansion of macro ‘XSRETURN_EMPTY’
>   127 |                 return XSRETURN_EMPTY;
>       |                        ^~~~~~~~~~~~~~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/perl.h:736:25: warning: ‘return’ 
> with a value, in function returning void [-Wreturn-type]
>   736 | #   define STMT_START   do
>       |                         ^~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:340:24: note: in expansion of 
> macro ‘STMT_START’
>   340 | #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } 
> STMT_END
>       |                        ^~~~~~~~~~
> fungw_perl.c:127:24: note: in expansion of macro ‘XSRETURN_EMPTY’
>   127 |                 return XSRETURN_EMPTY;
>       |                        ^~~~~~~~~~~~~~
> In file included from fungw_perl.c:29:
> fungw_perl.c:94:11: note: declared here
>    94 | static XS(fgws_perl_call_fgw)
>       |           ^~~~~~~~~~~~~~~~~~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:149:34: note: in definition 
> of macro ‘XS_EXTERNAL’
>   149 | #  define XS_EXTERNAL(name) void name(pTHX_ CV* cv 
> __attribute__unused__)
>       |                                  ^~~~
> fungw_perl.c:94:8: note: in expansion of macro ‘XS’
>    94 | static XS(fgws_perl_call_fgw)
>       |        ^~
> In file included from fungw_perl.c:28:
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/perl.h:736:25: error: expected 
> expression before ‘do’
>   736 | #   define STMT_START   do
>       |                         ^~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:340:24: note: in expansion of 
> macro ‘STMT_START’
>   340 | #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } 
> STMT_END
>       |                        ^~~~~~~~~~
> fungw_perl.c:148:24: note: in expansion of macro ‘XSRETURN_EMPTY’
>   148 |                 return XSRETURN_EMPTY;
>       |                        ^~~~~~~~~~~~~~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/perl.h:736:25: warning: ‘return’ 
> with a value, in function returning void [-Wreturn-type]
>   736 | #   define STMT_START   do
>       |                         ^~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:340:24: note: in expansion of 
> macro ‘STMT_START’
>   340 | #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } 
> STMT_END
>       |                        ^~~~~~~~~~
> fungw_perl.c:148:24: note: in expansion of macro ‘XSRETURN_EMPTY’
>   148 |                 return XSRETURN_EMPTY;
>       |                        ^~~~~~~~~~~~~~
> In file included from fungw_perl.c:29:
> fungw_perl.c:94:11: note: declared here
>    94 | static XS(fgws_perl_call_fgw)
>       |           ^~~~~~~~~~~~~~~~~~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:149:34: note: in definition 
> of macro ‘XS_EXTERNAL’
>   149 | #  define XS_EXTERNAL(name) void name(pTHX_ CV* cv 
> __attribute__unused__)
>       |                                  ^~~~
> fungw_perl.c:94:8: note: in expansion of macro ‘XS’
>    94 | static XS(fgws_perl_call_fgw)
>       |        ^~
> In file included from fungw_perl.c:28:
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/perl.h:736:25: error: expected 
> expression before ‘do’
>   736 | #   define STMT_START   do
>       |                         ^~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:325:5: note: in expansion of 
> macro ‘STMT_START’
>   325 |     STMT_START {                                        \
>       |     ^~~~~~~~~~
> fungw_perl.c:156:16: note: in expansion of macro ‘XSRETURN’
>   156 |         return XSRETURN(1);
>       |                ^~~~~~~~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/perl.h:736:25: warning: ‘return’ 
> with a value, in function returning void [-Wreturn-type]
>   736 | #   define STMT_START   do
>       |                         ^~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:325:5: note: in expansion of 
> macro ‘STMT_START’
>   325 |     STMT_START {                                        \
>       |     ^~~~~~~~~~
> fungw_perl.c:156:16: note: in expansion of macro ‘XSRETURN’
>   156 |         return XSRETURN(1);
>       |                ^~~~~~~~
> In file included from fungw_perl.c:29:
> fungw_perl.c:94:11: note: declared here
>    94 | static XS(fgws_perl_call_fgw)
>       |           ^~~~~~~~~~~~~~~~~~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:149:34: note: in definition 
> of macro ‘XS_EXTERNAL’
>   149 | #  define XS_EXTERNAL(name) void name(pTHX_ CV* cv 
> __attribute__unused__)
>       |                                  ^~~~
> fungw_perl.c:94:8: note: in expansion of macro ‘XS’
>    94 | static XS(fgws_perl_call_fgw)
>       |        ^~
> In file included from fungw_perl.c:28:
> fungw_perl.c: In function ‘fgws_perl_func_reg’:
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/perl.h:736:25: error: expected 
> expression before ‘do’
>   736 | #   define STMT_START   do
>       |                         ^~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:325:5: note: in expansion of 
> macro ‘STMT_START’
>   325 |     STMT_START {                                        \
>       |     ^~~~~~~~~~
> fungw_perl.c:258:16: note: in expansion of macro ‘XSRETURN’
>   258 |         return XSRETURN(1);
>       |                ^~~~~~~~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/perl.h:736:25: warning: ‘return’ 
> with a value, in function returning void [-Wreturn-type]
>   736 | #   define STMT_START   do
>       |                         ^~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:325:5: note: in expansion of 
> macro ‘STMT_START’
>   325 |     STMT_START {                                        \
>       |     ^~~~~~~~~~
> fungw_perl.c:258:16: note: in expansion of macro ‘XSRETURN’
>   258 |         return XSRETURN(1);
>       |                ^~~~~~~~
> In file included from fungw_perl.c:29:
> fungw_perl.c:236:11: note: declared here
>   236 | static XS(fgws_perl_func_reg)
>       |           ^~~~~~~~~~~~~~~~~~
> /usr/lib/x86_64-linux-gnu/perl/5.34/CORE/XSUB.h:149:34: note: in definition 
> of macro ‘XS_EXTERNAL’
>   149 | #  define XS_EXTERNAL(name) void name(pTHX_ CV* cv 
> __attribute__unused__)
>       |                                  ^~~~
> fungw_perl.c:236:8: note: in expansion of macro ‘XS’
>   236 | static XS(fgws_perl_func_reg)
>       |        ^~
> fungw_perl.c: In function ‘fgws_perl_init’:
> fungw_perl.c:286:37: warning: assignment to ‘XPV *’ {aka ‘struct xpv *’} from 
> incompatible pointer type ‘perl_ctx_t *’ [-Wincompatible-pointer-types]
>   286 |         ctx->interp->perl_user_data = ctx;
>       |                                     ^
> make[3]: *** [Makefile:36: fungw_perl.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/04/12/fungw_1.2.0-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&[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 marking 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: fungw
Source-Version: 1.2.1-1
Done: Bdale Garbee <[email protected]>

We believe that the bug you reported is fixed in the latest version of
fungw, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bdale Garbee <[email protected]> (supplier of updated fungw 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 25 Apr 2022 12:05:25 -0500
Source: fungw
Architecture: source
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Electronics Team 
<[email protected]>
Changed-By: Bdale Garbee <[email protected]>
Closes: 1009416
Changes:
 fungw (1.2.1-1) unstable; urgency=medium
 .
   * new upstream version, closes: #1009416
Checksums-Sha1:
 7138f3a31aa5f31d878e6ad7f3ac0e85a64a33fe 2674 fungw_1.2.1-1.dsc
 ce9fb2fe4a506a91d2c13dc8249a9d8f709fcd78 336633 fungw_1.2.1.orig.tar.bz2
 1383c51195d21783174596102cfa5a0476323b67 4236 fungw_1.2.1-1.debian.tar.xz
 1edce3ab7693fddbdf70a4b201acda676ea65bdd 12568 fungw_1.2.1-1_amd64.buildinfo
Checksums-Sha256:
 0a7700f20d765b53f2cdcc02a27d5590622c3c56367ffd34e0d2921550436731 2674 
fungw_1.2.1-1.dsc
 f2599959a6b96957015b181629cc5035370f929d1ee08dec6447c3eb622fc925 336633 
fungw_1.2.1.orig.tar.bz2
 fd7df592950907a104fc007b15e74bea1961373cc0575aa9222777b8907fa1a1 4236 
fungw_1.2.1-1.debian.tar.xz
 af47fe10fdfca952c8592586cadb9d5086b1c3c70573c6bd3570ecfcd9405907 12568 
fungw_1.2.1-1_amd64.buildinfo
Files:
 56f3895333d23db546336058a618fa4d 2674 libs optional fungw_1.2.1-1.dsc
 c288bb6a9031ec051d38c7c375ca5aec 336633 libs optional fungw_1.2.1.orig.tar.bz2
 e625561c458fef0bc6e5d4858e9e277a 4236 libs optional fungw_1.2.1-1.debian.tar.xz
 92dfc6482341697d5223427a2a3548e0 12568 libs optional 
fungw_1.2.1-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEHguq2FwiMqGzzpLrtwRxBYMLn6EFAmJm1UMACgkQtwRxBYML
n6H2lBAAnFMAPq+hbu/yxWSw1jCmwj+PV39vLsHdQmyuDDAuL0F8i3XWJlBRVWT1
HoB7/rgjJI16+zgal5whsEYsQVzoZjf4tYPY6xMwuz2U6XG+4g4ub5k5RLO0/ili
ANT06qKyUKndhmXk4srSF+Sgs9ldB54hgVdFqd36JrNkNVLsxA34S19mMY8SjlKP
I1X2xrHzjxO0sO/WflEqggtz0hV8856FgbiMWHTYUzJN+QRixDAeKvRTdbDSkSQ9
56oZ641YWBlUNFluN+GNa773bLszvLspwYH1NmYJriGohmhFOprerZPpygje98Dt
VWqDMKVV9hkdp+MNBqlqhoGWbhBjUJ02GpFHoE+fQcwhoEnMGdHpT3Ff9DylbB39
VEJXx0yQYbXFqvfNt0lkEm+71vFPEA1oq1YsX7PiMBWayCWb9tb5TdJcAfIl5va2
nzp96mH7XKTBOC/sktfToUyGdgezdcgy6yLPShaicenXqMAIheB+wlcPbnpPb9/p
/R/9NnAFqstEtslxlHMzw8VP2G+7NMzootx9Nm6HB2HarVIDKjczrvhCsB97ywkL
v/2ZhySvv1nLUYhooo4++OpITuud2GI0rZRp6fzKRVcwSqlqS8cPWusKBXfX/Fc4
VdV0CmMnz6ZCFPIyGmVVSc65o1shoMG+7I7JnLvXOjsupYx94tI=
=rlkn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to