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

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253740

            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@FreeBSD.org
          Reporter: mishin@mh.net.ru
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)
          Assignee: multimedia@FreeBSD.org

Created attachment 222697
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222697&action=
=3Dedit
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: =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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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