Your message dated Fri, 10 Jul 2015 17:54:22 +0000
with message-id <20150710175422.ga23...@chase.mapreri.org>
and subject line Re: Bug#769805: ming: FTBFS on current sid: 
swf4compiler.tab.c:3535:7: error: lvalue required as left operand of assignment
has caused the Debian Bug report #769805,
regarding ming: FTBFS on current sid: swf4compiler.tab.c:3535:7: error: lvalue 
required as left operand of assignment
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.)


-- 
769805: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769805
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ming
Severity: serious

Hi,

I tried to test my fix for #752629, but couldn't build the package
with pbuilder in a sid chroot:

Making all in actioncompiler
make[4]: Entering directory '/tmp/buildd/ming-0.4.5/src/actioncompiler'
bison -y -p swf4 -b swf4compiler ./swf4compiler.y
bison -y --defines --debug -p swf4 -b swf4compiler ./swf4compiler.y
bison -y -p swf5 -b swf5compiler ./swf5compiler.y
bison -y --defines --debug -p swf5 -b swf5compiler ./swf5compiler.y
./swf4compiler.y: warning: 52 shift/reduce conflicts [-Wconflicts-sr]
./swf4compiler.y: warning: 42 reduce/reduce conflicts [-Wconflicts-rr]
./swf4compiler.y: warning: 52 shift/reduce conflicts [-Wconflicts-sr]
./swf4compiler.y: warning: 42 reduce/reduce conflicts [-Wconflicts-rr]
./swf4compiler.y:197.25-38: warning: rule useless in parser due to conflicts 
[-Wother]
        : /* empty */   { $$ = NULL; }
                         ^^^^^^^^^^^^^^
./swf4compiler.y:701.11-705.29: warning: rule useless in parser due to 
conflicts [-Wother]
        | '-' NUMBER %prec NEGATE
           ^^^^^^^^^^^^^^^^
./swf4compiler.y:197.25-38: warning: rule useless in parser due to conflicts 
[-Wother]
        : /* empty */   { $$ = NULL; }
                         ^^^^^^^^^^^^^^
./swf4compiler.y:701.11-705.29: warning: rule useless in parser due to 
conflicts [-Wother]
        | '-' NUMBER %prec NEGATE
           ^^^^^^^^^^^^^^^^
flex -Pswf4 ./swf4compiler.flex
flex -Pswf5 ./swf5compiler.flex
/usr/bin/make  all-am
make[5]: Entering directory '/tmp/buildd/ming-0.4.5/src/actioncompiler'
  CC       assembler.lo
  CC       compile.lo
  CC       listaction.lo
  CC       compileaction.lo
  CC       swf4compiler.tab.lo
swf4compiler.tab.c: In function 'swf4parse':
swf4compiler.tab.c:3535:7: error: lvalue required as left operand of assignment
   yyn = yyr1[yyn];
       ^
swf4compiler.tab.c:3535:18: error: expected ')' before ';' token
   yyn = yyr1[yyn];
                  ^
swf4compiler.tab.c:3736:1: error: expected expression before '}' token
 }
 ^
swf4compiler.tab.c:1978:5: error: label 'yyerrlab' used but not defined
     goto yyerrlab;
     ^
swf4compiler.tab.c:1902:5: error: label 'yyacceptlab' used but not defined
     YYACCEPT;
     ^
swf4compiler.tab.c:1896:9: error: label 'yyabortlab' used but not defined
         YYABORT;
         ^
swf4compiler.tab.c:1879:11: error: label 'yyexhaustedlab' used but not defined
           goto yyexhaustedlab;
           ^
swf4compiler.tab.c:1806:12: warning: unused variable 'yymsg_alloc' 
[-Wunused-variable]
   YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
            ^
swf4compiler.tab.c:1805:9: warning: unused variable 'yymsg' [-Wunused-variable]
   char *yymsg = yymsgbuf;
         ^
swf4compiler.tab.c:1795:7: warning: unused variable 'yyresult' 
[-Wunused-variable]
   int yyresult;
       ^
./swf4compiler.y: At top level:
swf4compiler.tab.c:1607:1: warning: 'yysyntax_error' defined but not used 
[-Wunused-function]
 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
 ^
swf4compiler.tab.c:1739:1: warning: 'yydestruct' defined but not used 
[-Wunused-function]
 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, void *buffer)
 ^
swf4compiler.tab.c: In function 'swf4parse':
swf4compiler.tab.c:3736:1: warning: control reaches end of non-void function 
[-Wreturn-type]
 }
 ^
Makefile:444: recipe for target 'swf4compiler.tab.lo' failed
make[5]: *** [swf4compiler.tab.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory '/tmp/buildd/ming-0.4.5/src/actioncompiler'
Makefile:365: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/tmp/buildd/ming-0.4.5/src/actioncompiler'
Makefile:709: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/tmp/buildd/ming-0.4.5/src'
Makefile:521: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/tmp/buildd/ming-0.4.5/src'
Makefile:503: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/buildd/ming-0.4.5'
debian/rules:65: recipe for target 'build-arch-stamp' failed
make: *** [build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package


Cheers,
--
intrigeri

--- End Message ---
--- Begin Message ---
On Tue, Feb 03, 2015 at 05:12:52PM +0100, Mattia Rizzolo wrote:
> On Sun, Nov 16, 2014 at 04:52:01PM +0100, intrig...@debian.org wrote:
> > I tried to test my fix for #752629, but couldn't build the package
> > with pbuilder in a sid chroot:
> 
> While trying to let the package use autoreconf (to really fix FTBFS on arm64,
> among others) and I noted I can build the current package without any issues, 
> in
> a clean sid chroot.
> Might you retry?


The package is definitely buildable.
closing.

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540         .''`.
more about me:  http://mapreri.org                                 : :'  :
Launchpad user: https://launchpad.net/~mapreri                     `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia     `-

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to