Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478676 - media-libs/gstreamer with sys-devel/bison-3.0 - grammar.tab.c:1809:7: error: too few arguments to function 'priv_gst_parse_yylex'
Summary: media-libs/gstreamer with sys-devel/bison-3.0 - grammar.tab.c:1809:7: error: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bison-3-breakage
  Show dependency tree
 
Reported: 2013-07-29 17:26 UTC by iGentoo
Modified: 2014-04-29 07:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gstreamer-build.log.tar.xz (gstreamer-build.log.tar.xz,7.48 KB, application/x-xz-compressed-tar)
2013-07-29 17:26 UTC, iGentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description iGentoo 2013-07-29 17:26:23 UTC
Created attachment 354538 [details]
gstreamer-build.log.tar.xz

media-libs/gstreamer-0.10.36:
...
libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Wall -Wextra -ggdb -march=native -pipe -O3 -fno-tree-vectorize -frecord-gcc-switches -c grammar.tab.c  -fPIC -DPIC -o .libs/libgstparse_la-grammar.tab.o
./grammar.y: In function 'no_free':
./grammar.y:217:24: warning: unused parameter 'foo' [-Wunused-parameter]
 no_free (gconstpointer foo)
                        ^
./grammar.y: In function 'gst_parse_new_child':
./grammar.y:369:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if ((strlen (set->name) > (len + 2)) && !strncmp (set->name, obj_name, len) && !strncmp (&set->name[len], "::", 2)) {
                             ^
./grammar.y: In function 'gst_parse_found_pad':
./grammar.y:490:47: warning: unused parameter 'pad' [-Wunused-parameter]
 gst_parse_found_pad (GstElement *src, GstPad *pad, gpointer data)
                                               ^
grammar.tab.c: In function 'priv_gst_parse_yyparse':
grammar.tab.c:1800:7: error: too few arguments to function 'priv_gst_parse_yylex'
   if (yychar == YYEMPTY)
       ^
./grammar.y:39:5: note: declared here
 int priv_gst_parse_yylex (void * yylval_param , yyscan_t yyscanner);
     ^
./grammar.y: In function 'priv_gst_parse_yyerror':
./grammar.y:886:16: warning: unused parameter 'scanner' [-Wunused-parameter]
 yyerror (void *scanner, graph_t *graph, const char *s)
                ^
./grammar.y:886:34: warning: unused parameter 'graph' [-Wunused-parameter]
 yyerror (void *scanner, graph_t *graph, const char *s)
                                  ^
make[4]: *** [libgstparse_la-grammar.tab.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/media-libs/gstreamer-0.10.36/work/gstreamer-0.10.36/gst/parse'
make[3]: *** [all-recursive] Error 1




media-libs/gstreamer-1.0.7:
...
/usr/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: warning: 37 shift/reduce conflicts [-Wconflicts-sr]
./grammar.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
/bin/sh ../../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..    -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs      -Wall -Wextra -ggdb -march=native -pipe -O3 -fno-tree-vectorize -frecord-gcc-switches -c -o libgstparse_la-grammar.tab.lo `test -f 'grammar.tab.c' || echo './'`grammar.tab.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -Wall -Wextra -ggdb -march=native -pipe -O3 -fno-tree-vectorize -frecord-gcc-switches -c grammar.tab.c  -fPIC -DPIC -o .libs/libgstparse_la-grammar.tab.o
./grammar.y: In function 'no_free':
./grammar.y:217:24: warning: unused parameter 'foo' [-Wunused-parameter]
 no_free (gconstpointer foo)
                        ^
./grammar.y: In function 'gst_parse_new_child':
./grammar.y:370:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if ((strlen (set->name) > (len + 2)) && !strncmp (set->name, obj_name, len) && !strncmp (&set->name[len], "::", 2)) {
                             ^
./grammar.y: In function 'gst_parse_found_pad':
./grammar.y:499:47: warning: unused parameter 'pad' [-Wunused-parameter]
 gst_parse_found_pad (GstElement *src, GstPad *pad, gpointer data)
                                               ^
grammar.tab.c: In function 'priv_gst_parse_yyparse':
grammar.tab.c:1809:7: error: too few arguments to function 'priv_gst_parse_yylex'
   if (yychar == YYEMPTY)
       ^
./grammar.y:39:5: note: declared here
 int priv_gst_parse_yylex (void * yylval_param , yyscan_t yyscanner);
     ^
./grammar.y: In function 'priv_gst_parse_yyerror':
./grammar.y:897:16: warning: unused parameter 'scanner' [-Wunused-parameter]
 yyerror (void *scanner, graph_t *graph, const char *s)
                ^
./grammar.y:897:34: warning: unused parameter 'graph' [-Wunused-parameter]
 yyerror (void *scanner, graph_t *graph, const char *s)
                                  ^
make[4]: *** [libgstparse_la-grammar.tab.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/media-libs/gstreamer-1.0.7/work/gstreamer-1.0.7/gst/parse'
make[3]: *** [all-recursive] Error 1





Portage 2.2.0_alpha190 (hardened/linux/amd64/selinux, gcc-4.8.1, glibc-2.17, 3.10.4-pax.x86_64 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.10.4-pax.x86_64-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q9300_@_2.50GHz-with-gentoo-2.2
KiB Mem:     6114240 total,    614496 free
KiB Swap:   10484724 total,  10443480 free
Timestamp of tree: Mon, 29 Jul 2013 16:45:01 +0000
ld GNU gold (GNU Binutils 2.23.2) 1.11
ccache version 3.1.9 [disabled]
app-shells/bash:          4.2_p45
dev-java/java-config:     2.2.0
dev-lang/python:          2.5.4-r6, 2.6.8-r2, 2.7.5-r1, 3.1.5-r1, 3.2.5-r1, 3.3.2-r1
dev-util/ccache:          3.1.9
dev-util/cmake:           2.8.11.1
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.14
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.7.3, 4.8.1
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo systemd custom
Installed sets: @local
ACCEPT_KEYWORDS="amd64 x86 ~amd64 ~x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-Wall -Wextra -ggdb -march=native -pipe -O3 -fno-tree-vectorize -frecord-gcc-switches"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/bind /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo"
CXXFLAGS="-Wall -Wextra -ggdb -march=native -pipe -O3 -fno-tree-vectorize -frecord-gcc-switches"
DISTDIR="/var/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going"
FCFLAGS="-Wall -Wextra -ggdb -march=native -pipe -O3 -fno-tree-vectorize -frecord-gcc-switches"
FEATURES="assume-digests binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync metadata-transfer multilib-strict news parallel-fetch preserve-libs protect-owned sandbox selinux sesandbox sfperms split-elog split-log splitdebug strict test test-fail-continue unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync webrsync-gpg xattr"
FFLAGS="-Wall -Wextra -ggdb -march=native -pipe -O3 -fno-tree-vectorize -frecord-gcc-switches"
GENTOO_MIRRORS="http://mirrors.163.com/gentoo http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--icf=safe"
MAKEOPTS="V=1 -j10"
PKGDIR="/var/portage/packages-amd64"
PORTAGE_BZIP2_COMMAND="lbzip2"
PORTAGE_COMPRESS="xz"
PORTAGE_COMPRESS_FLAGS="-9e"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--ipv4 --exclude=/metadata/md5-cache"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/systemd /usr/local/portage"
USE="X acl alsa amd64 audit berkdb bzip2 c++0x cairo caps cli cracklib crypt custom-cflags cxx dbus dri gdbm gmp gnome gpm gtk gtk3 hardened iconv icu ipv6 jit jpeg jpeg2k justify lzma mmx modules mudflap multilib ncurses nls nptl open_perms opengl openmp orc pam pax_kernel pcre png pulseaudio qt4 readline selinux session sse sse2 ssl svg systemd tcpd threads tiff udev unicode urandom vim-syntax xattr xinetd zlib" ABI_X86="x32 32 64" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" DRACUT_MODULES="btrfs caps cifs crypt crypt-gpg crypt-loop dmsquash-live gensplash livenet lvm nfs plymouth ssh-client syslog systemd" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_US zh zh_CN" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-4" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="pypy1_9 pypy2_0 python3_1 python3_2 python3_3 python2_5 python2_6 python2_7" QEMU_SOFTMMU_TARGETS="x86_64 arm mips64el ppc64" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="nouveau nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
USE_PYTHON="2.7-pypy-1.9 2.7-pypy-2.0 3.1 3.2 3.3 2.5 2.6 2.7"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, SYNC

=================================================================
                        Package Settings
=================================================================

media-libs/gstreamer-0.10.36 was built with the following:
USE="introspection (multilib) nls orc (selinux) test"


media-libs/gstreamer-1.0.7 was built with the following:
USE="introspection nls orc test"


sys-devel/bison-3.0 was built with the following:
USE="nls -static"
Comment 1 SpanKY gentoo-dev 2014-01-25 00:18:02 UTC
should be as simple as adding %lex-parser
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2014-04-29 07:02:09 UTC
+  29 Apr 2014; Lars Wendler <polynomial-c@gentoo.org> gstreamer-0.10.36.ebuild,
+  +files/gstreamer-make-grammar.y-work-with-bison-3.patch:
+  Fix compilation with >=sys-devel/bison-3.0 (bug #478676).
+

Most other versions in the tree (1.0.10, 1.2.3) already contain the fix.