[Bug 253740] multimedia/gstreamer1

Alex V. Petrov alexvpetrov at gmail.com
Mon Feb 22 05:27:39 UTC 2021


Result this error is core dump of bison.
If build with "make -j1" then it is OK.

This error have all ports where for buid use bison:
doxygen
libreoffice

21.02.2021 16:27, bugzilla-noreply at freebsd.org пишет:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253740
> 
>             Bug ID: 253740
>            Summary: multimedia/gstreamer1
>            Product: Ports & Packages
>            Version: Latest
>           Hardware: Any
>                 OS: Any
>             Status: New
>           Severity: Affects Some People
>           Priority: ---
>          Component: Individual Port(s)
>           Assignee: multimedia at FreeBSD.org
>           Reporter: mishin at mh.net.ru
>              Flags: maintainer-feedback?(multimedia at FreeBSD.org)
>           Assignee: multimedia at FreeBSD.org
> 
> Created attachment 222697
>   --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=222697&action=edit
> patch-grammar.y
> 
> A port multimedia/gstreamer1 fails to build.
> 
> gmake[6]: Entering directory
> '/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2/gst/parse'
> /usr/local/bin/bison -d -v -ppriv_gst_parse_yy ./grammar.y -o grammar.tab.c &&
> \
> mv grammar.tab.c grammar.tab_tmp.c && \
> echo '#ifdef HAVE_CONFIG_H' > grammar.tab_tmp2.c && \
> echo '#include <config.h>' >> grammar.tab_tmp2.c && \
> echo '#endif' >> grammar.tab_tmp2.c && \
> cat grammar.tab_tmp.c >> grammar.tab_tmp2.c && \
> rm grammar.tab_tmp.c && \
> mv grammar.tab_tmp2.c grammar.tab.c
> ./grammar.y:799.1-12: warning: deprecated directive: ‘%pure-parser’, use
> ‘%define api.pure’ [
> 
> Needs to reset terminal after that.
> All builds ok after I changed grammar.y as suggested at a last line.
> 

-- 
-----
Alex.


More information about the freebsd-multimedia mailing list