On 9/26/2013 6:20 PM, Malachy Gallagher wrote: > Hi all, I hope someone can help me out, following this error I changed the > maximum number of build jobs to 1 and ran fink selfupdate and ran the > installation again but it still failedl. I am trying to install Pidgin using > Fink. > > > System Information > Package manager version: 0.35.1 > Distribution version: selfupdate-rsync Thu Sep 26 22:59:25 2013, 10.8, x86_64 > Trees: local/main stable/main > Xcode.app: 5.0 > Xcode command-line tools: 5.0.0.0.1.1377666378 > Max. Fink build jobs: 4 > > > config.status: creating po/Makefile > config.status: executing _stdint.h commands > config.status: creating _stdint.h : _GSTREAMER__STDINT_H > configure: WARNING: unrecognized options: --without-check > > > Configuration > Version : 0.10.35 > Source code location : . > Prefix : /sw > Compiler : gcc > Package name : GStreamer source release > Package origin : Unknown package origin > > Documentation (manuals) : no > Documentation (API) : yes > > Debug Logging : yes > Pipeline XML load/save : yes > Command-line parser : yes > Option parsing in gst_init : yes > Tracing subsystem : yes > Allocation tracing : yes > Plugin registry : yes > Plugin support : yes > Network support : yes > Unit testing support : yes > > Debug : yes > Profiling : no > > Building examples : no > Building test apps : yes > Building tests that fail : yes > > + make > make all-recursive > Making all in pkgconfig > CP gstreamer-base-0.10.pc > CP gstreamer-check-0.10.pc > CP gstreamer-0.10.pc > CP gstreamer-controller-0.10.pc > CP gstreamer-net-0.10.pc > CP gstreamer-dataprotocol-0.10.pc > CP gstreamer-base-0.10-uninstalled.pc > CP gstreamer-0.10-uninstalled.pc > CP gstreamer-check-0.10-uninstalled.pc > CP gstreamer-controller-0.10-uninstalled.pc > CP gstreamer-dataprotocol-0.10-uninstalled.pc > CP gstreamer-net-0.10-uninstalled.pc > Making all in gst > GEN gstenumtypes.h > GEN gstenumtypes.c > GEN gstmarshal.h > GEN gstmarshal.c > make all-recursive > Making all in parse > GEN lex._gst_parse_yy.c > CC libgstparse_la-lex._gst_parse_yy.lo > lex._gst_parse_yy.c:2182:5: warning: no previous prototype for function > '_gst_parse_yyget_column' [-Wmissing-prototypes] > int _gst_parse_yyget_column (yyscan_t yyscanner) > ^ > lex._gst_parse_yy.c:2258:6: warning: no previous prototype for function > '_gst_parse_yyset_column' [-Wmissing-prototypes] > void _gst_parse_yyset_column (int column_no , yyscan_t yyscanner) > ^ > 2 warnings generated. > GEN grammar.tab.c > ./grammar.y: warning: 37 shift/reduce conflicts [-Wconflicts-sr] > ./grammar.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr] > CC libgstparse_la-grammar.tab.lo > grammar.tab.c:1800:30: error: too few arguments to function call, expected 2, > have 1 > yychar = yylex (&yylval); > ~~~~~ ^ > ./grammar.y:39:1: note: '_gst_parse_yylex' declared here > int _gst_parse_yylex (void * yylval_param , yyscan_t yyscanner); > ^
Confirming. The new bison package doesn't like the syntax gstreamer is using. I'll try to come up with a fix later. Hanspeter ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
