Your message dated Tue, 22 Nov 2016 13:52:37 -0800
with message-id <20161122215237.gl21...@jirafa.cyrius.com>
and subject line Re: Bug#812025: vdr-plugin-vcd: FTBFS with GCC 6: flexible 
array member...
has caused the Debian Bug report #812025,
regarding vdr-plugin-vcd: FTBFS with GCC 6: flexible array member...
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.)


-- 
812025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812025
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: vdr-plugin-vcd
Version: 0.9-25
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC 
> -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -c -DPLUGIN_NAME_I18N='"vcd"' 
> -D_GNU_SOURCE -I/usr/include/vdr/include vcd.c
> In file included from vcd.c:27:0:
> functions.h:170:23: error: flexible array member 'psd_vcd::<anonymous 
> struct>::play_item' not at end of 'union psd_vcd'
>       __u16  play_item[];
>                        ^
> 
> functions.h:173:13: note: next member '__u8 psd_vcd::<anonymous 
> struct>::header' declared here
>       __u8   header;
>              ^~~~~~
> 
> functions.h:158:7: note: in the definition of 'union psd_vcd'
>  union psd_vcd {
>        ^~~~~~~
> 
> vcd.c: In member function 'virtual const char* cPluginVcd::Description()':
> vcd.c:73:56: warning: ignoring return value of 'int asprintf(char**, const 
> char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
>       asprintf(&buf, "%s (%s)", DESCRIPTION, option_vcd);
>                                                         ^
> 
> vcd.c: In member function 'virtual const char* cPluginVcd::MainMenuEntry()':
> vcd.c:121:65: warning: ignoring return value of 'int asprintf(char**, const 
> char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
>          asprintf(&buf, "%s (%s)", tr(MAINMENUENTRY), option_vcd);
>                                                                  ^
> 
> Makefile:61: recipe for target 'vcd.o' failed
> make[2]: *** [vcd.o] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
* Adrian Bunk <b...@stusta.de> [2016-11-22 22:35]:
> Can you confirm that vdr-plugin-vcd builds for you now?
> 
> This could have been a bug in the pre-release gcc that is now fixed.

I don't have a build environment right now so I'll just close it.

Thanks for checking.

-- 
Martin Michlmayr
HPE Linux, Hewlett Packard Enterprise

--- End Message ---

Reply via email to