pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/48103: multimedia/gstreamer0.10 fails to build on NetBSD-6.1/amd64



The following reply was made to PR pkg/48103; it has been noted by GNATS.

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc: 
Subject: Re: pkg/48103: multimedia/gstreamer0.10 fails to build on
 NetBSD-6.1/amd64
Date: Fri, 2 Aug 2013 00:01:43 +0200

 On Thu, Aug 01, 2013 at 08:30:00PM +0000, oster%netbsd.org@localhost wrote:
 > >Number:         48103
 > >Category:       pkg
 > >Synopsis:       multimedia/gstreamer0.10 fails to build on NetBSD-6.1/amd64
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       medium
 > >Responsible:    pkg-manager
 > >State:          open
 > >Class:          sw-bug
 > >Submitter-Id:   net
 > >Arrival-Date:   Thu Aug 01 20:30:00 +0000 2013
 > >Originator:     Greg Oster
 > >Release:        NetBSD 6.1
 > >Organization:
 > >Environment:
 > System: NetBSD mickey 6.1 NetBSD 6.1 (QUAD) #0: Sun May 12 20:43:01 CST 2013 
 > oster@quad:/u1/builds/build237/src/obj/amd64/u1/builds/build237/src/sys/arch/amd64/compile/QUAD
 >  amd64
 > Architecture: x86_64
 > Machine: amd64
 > >Description:
 > 
 > 
 > multimedia/gstreamer0.10 fails to build on NetBSD-6.1/amd64 with the 
 > following errors:
 > 
 > ...
 > Making all in gst
 > gmake[2]: Entering directory 
 > `/usr/pkgsrc/multimedia/gstreamer0.10/work.mickey/gstreamer-0.10.36/gst'
 >   GEN    gstenumtypes.h
 >   GEN    gstmarshal.h
 >   GEN    gstenumtypes.c
 >   GEN    gstmarshal.c
 > /usr/pkg/bin/gmake  all-recursive
 > gmake[3]: Entering directory 
 > `/usr/pkgsrc/multimedia/gstreamer0.10/work.mickey/gstreamer-0.10.36/gst'
 > Making all in parse
 > gmake[4]: Entering directory 
 > `/usr/pkgsrc/multimedia/gstreamer0.10/work.mickey/gstreamer-0.10.36/gst/parse'
 >   GEN    lex.priv_gst_parse_yy.c
 >   CC     libgstparse_la-lex.priv_gst_parse_yy.lo
 >   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: In function 'priv_gst_parse_yyparse':
 > grammar.tab.c:1800:7: error: too few arguments to function 
 > 'priv_gst_parse_yylex'
 > ./grammar.y:39:5: note: declared here
 
 bison-3.0 issue.
 Quick fix, use bison-2.
 Otherwise, add %lex-param for the additional arguments.
 
 I'll take a look.
  Thomas
 


Home | Main Index | Thread Index | Old Index