maintainer-feedback requested: [Bug 253740] multimedia/gstreamer1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 21 09:27:08 UTC 2021


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-multimedia
(Nobody) <multimedia at FreeBSD.org> for maintainer-feedback:
Bug 253740: multimedia/gstreamer1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253740



--- Description ---
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.


More information about the freebsd-multimedia mailing list