Re: problem building gstreamer1
- Reply: Kurt Jaeger : "Re: problem building gstreamer1"
- Reply: Robert Huff : "Re: problem building gstreamer1"
- In reply to: Kurt Jaeger : "Re: problem building gstreamer1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jul 2021 17:54:32 UTC
Hi! > > This is way above my pay grade. > > What have I screwed up? > > Maybe it's the yacc/bison version you are using ? > > There's a very simple message at the end: > > ./grammar.y:799.1-12: warning: deprecated directive: %pure-parser > use %define api.pure > > Have you tried to patch grammar.y to change it accordingly ? I've tried this patch on a 14.0-amd64 box. Without it, bison would crash. With it, gstreamer1 builds fine. Put it in files/ like this: cd multimedia/gstreamer1/files fetch https://people.freebsd.org/~pi/patch-gst-grammar.y cd .. make -- pi@opsec.eu +49 171 3101372 Now what ?