Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485818 - net-libs/webkit-gtk-1.8.3-r201 with sys-devel/bison-3 - DerivedSources/ANGLE/glslang_tab.cpp:1754:30: error: too few arguments to function ‘int yylex(YYSTYPE*, void*)’
Summary: net-libs/webkit-gtk-1.8.3-r201 with sys-devel/bison-3 - DerivedSources/ANGLE/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks: bison-3-breakage
  Show dependency tree
 
Reported: 2013-09-24 05:40 UTC by Patrick Lauer
Modified: 2014-01-24 19:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2013-09-24 05:40:34 UTC
./Source/JavaScriptCore/wtf/PassOwnArrayPtr.h: In member function ‘WTF::PassOwnArrayPtr<T>& WTF::PassOwnArrayPtr<T>::operator=(const WTF::PassOwnArrayPtr<T>&)’:
./Source/JavaScriptCore/wtf/Assertions.h:328:47: warning: typedef ‘dummyPassOwnArrayPtr_should_never_be_assigned_to’ locally defined but not used [-Wunused-local-typedefs]
 #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
                                               ^
./Source/JavaScriptCore/wtf/PassOwnArrayPtr.h:68:58: note: in expansion of macro ‘COMPILE_ASSERT’
     PassOwnArrayPtr& operator=(const PassOwnArrayPtr&) { COMPILE_ASSERT(!sizeof(T*), PassOwnArrayPtr_should_never_be_assigned_to); return *this; }
                                                          ^
./Source/JavaScriptCore/runtime/JSVariableObject.h: In member function ‘void JSC::JSVariableObject::finishCreation(JSC::JSGlobalData&)’:
./Source/JavaScriptCore/wtf/Assertions.h:328:47: warning: typedef ‘dummyRegister_should_be_same_size_as_WriteBarrier’ locally defined but not used [-Wunused-local-typedefs]
 #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
                                               ^
./Source/JavaScriptCore/runtime/JSVariableObject.h:84:13: note: in expansion of macro ‘COMPILE_ASSERT’
             COMPILE_ASSERT(sizeof(WriteBarrier<Unknown>) == sizeof(Register), Register_should_be_same_size_as_WriteBarrier);
             ^
DerivedSources/ANGLE/glslang_tab.cpp: In function ‘int yyparse(TParseContext*)’:
DerivedSources/ANGLE/glslang_tab.cpp:1754:30: error: too few arguments to function ‘int yylex(YYSTYPE*, void*)’
       yychar = yylex (&yylval);
                              ^
DerivedSources/ANGLE/glslang_tab.cpp:264:12: note: declared here
 extern int yylex(YYSTYPE* yylval_param, void* yyscanner);
            ^
DerivedSources/WebCore/JSWebSocket.cpp: In static member function ‘static void WebCore::JSWebSocket::visitChildren(JSC::JSCell*, JSC::SlotVisitor&)’:
./Source/JavaScriptCore/wtf/Assertions.h:328:47: warning: typedef ‘dummyOverridesVisitChildrenWithoutSettingFlag’ locally defined but not used [-Wunused-local-typedefs]
 #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
                                               ^
DerivedSources/WebCore/JSWebSocket.cpp:475:5: note: in expansion of macro ‘COMPILE_ASSERT’
     COMPILE_ASSERT(StructureFlags & OverridesVisitChildren, OverridesVisitChildrenWithoutSettingFlag);
     ^
make: *** [DerivedSources/ANGLE/libWebCore_la-glslang_tab.lo] Error 1
make: *** Waiting for unfinished jobs....
DerivedSources/ANGLE/glslang.cpp: At global scope:
DerivedSources/ANGLE/glslang.cpp:2525:16: warning: ‘int yy_top_state(yyscan_t)’ defined but not used [-Wunused-function]
     static int yy_top_state  (yyscan_t yyscanner)
                ^
mv -f DerivedSources/ANGLE/.deps/libWebCore_la-glslang.Tpo DerivedSources/ANGLE/.deps/libWebCore_la-glslang.Plo
mv -f DerivedSources/WebCore/.deps/libWebCore_la-JSCloseEvent.Tpo DerivedSources/WebCore/.deps/libWebCore_la-JSCloseEvent.Plo
mv -f DerivedSources/WebCore/.deps/libWebCore_la-JSWebSocket.Tpo DerivedSources/WebCore/.deps/libWebCore_la-JSWebSocket.Plo
 * ERROR: net-libs/webkit-gtk-1.8.3-r201::gentoo failed (compile phase):
 *   emake failed