Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2021 09:27:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 253740] multimedia/gstreamer1
Message-ID:  <bug-253740-12827-FYLDyKeU0S@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253740-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253740-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia
(Nobody) <multimedia@FreeBSD.org> for maintainer-feedback:
Bug 253740: multimedia/gstreamer1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253740



--- 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: =E2=80=98%pure-parser=
=E2=80=99, use
=E2=80=98%define api.pure=E2=80=99 [

Needs to reset terminal after that.
All builds ok after I changed grammar.y as suggested at a last line.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253740-12827-FYLDyKeU0S>