Date: Mon, 19 Dec 2016 04:33:36 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 215351] www/webkit2-gtk3: Build stops at link of webkitcore on amd64 Message-ID: <bug-215351-6497-kqybfvhEAr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215351-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-215351-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215351 --- Comment #3 from Tim <tootall79@gmail.com> --- I ran the build in the ports tree by running make as root after cd to this cd /usr/ports/www/webkit2-gtk3 make It apparently was attempting to linke core, here is the very end of the mak= e=20 output copied from the cmd line terminal window. There are many warnings a= bout the same issue which you see further down.=20=20 The messages you see below showed up on the cmdline. ... serveral hours of building with only warnings like this ... overrides a member function but is not marked 'override' [-Winconsistent-missing-override] ... /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGExte= rnalResourcesRequired.h:48:18: note:=20 overridden virtual function is here virtual void setExternalResourcesRequiredBaseValue(const bool&, cons... ^ Then is sits for a while while it attempts to link. 146 warnings generated. 146 warnings generated. gmake[3]: *** [CMakeFiles/Makefile2:718: Source/WebCore/CMakeFiles/WebCore.dir/all] Killed gmake[2]: *** [Makefile:153: all] Error 2 Error running link command: Child killed root@v01:/usr/ports/www/webkit2-gtk3 #=20 the lead up to the tail end=20=20 /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGExte= rnalResourcesRequired.h:49:19: note:=20 overridden virtual function is here virtual bool& externalResourcesRequiredBaseValue() const =3D 0; ^ In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGElementWrapperFactory.cpp:102: In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGSVGElement.h:26: /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGSVGE= lement.h:46:9: warning:=20 'setExternalResourcesRequiredBaseValue'=20 DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalReso... ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGAnim= atedBoolean.h:31:64: note:=20 expanded from macro 'DECLARE_ANIMATED_BOOLEAN' #define DECLARE_ANIMATED_BOOLEAN(UpperProperty, LowerProperty) \ ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/propert= ies/SVGAnimatedPropertyMacros.h:129:10: note:=20 expanded from macro '\ DECLARE_ANIMATED_PROPERTY' void set##UpperProperty##BaseValue(const PropertyType& type, const b... ^ <scratch space>:163:1: note: expanded from here setExternalResourcesRequiredBaseValue ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGExte= rnalResourcesRequired.h:48:18: note:=20 overridden virtual function is here virtual void setExternalResourcesRequiredBaseValue(const bool&, cons... ^ In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGElementWrapperFactory.cpp:103: In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGSwitchElement.h:26: /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGSwit= chElement.h:43:5: warning:=20 'localAttributeToPropertyMap' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGSwitchElement) ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/propert= ies/SVGAnimatedPropertyMacros.h:106:40: note:=20 expanded from macro 'BEGIN_DECLARE_ANIMATED_PROPERTIES' virtual SVGAttributeToPropertyMap& localAttributeToPropertyMap() \ ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGGrap= hicsElement.h:66:5: note:=20 overridden virtual function is here BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGGraphicsElement) ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/propert= ies/SVGAnimatedPropertyMacros.h:106:40: note:=20 expanded from macro 'BEGIN_DECLARE_ANIMATED_PROPERTIES' virtual SVGAttributeToPropertyMap& localAttributeToPropertyMap() \ ^ In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGElementWrapperFactory.cpp:103: In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGSwitchElement.h:26: /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGSwit= chElement.h:44:9: warning:=20 'externalResourcesRequiredBaseValue' overrides a member function but = is not marked 'override' [-Winconsistent-missing-override] DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalReso... ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGAnim= atedBoolean.h:31:64: note:=20 expanded from macro 'DECLARE_ANIMATED_BOOLEAN' #define DECLARE_ANIMATED_BOOLEAN(UpperProperty, LowerProperty) \ ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/propert= ies/SVGAnimatedPropertyMacros.h:124:19: note:=20 expanded from macro '\ DECLARE_ANIMATED_PROPERTY' PropertyType& LowerProperty##BaseValue() const \ ^ <scratch space>:78:1: note: expanded from here externalResourcesRequiredBaseValue ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGExte= rnalResourcesRequired.h:49:19: note:=20 overridden virtual function is here virtual bool& externalResourcesRequiredBaseValue() const =3D 0; ^ In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGElementWrapperFactory.cpp:103: In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGSwitchElement.h:26: /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGSwit= chElement.h:44:9: warning:=20 'setExternalResourcesRequiredBaseValue' overrides a member function b= ut is not marked 'override' [-Winconsistent-missing-override] DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalReso... ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGAnim= atedBoolean.h:31:64: note:=20 expanded from macro 'DECLARE_ANIMATED_BOOLEAN' #define DECLARE_ANIMATED_BOOLEAN(UpperProperty, LowerProperty) \ ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/propert= ies/SVGAnimatedPropertyMacros.h:129:10: note:=20 expanded from macro '\ DECLARE_ANIMATED_PROPERTY' void set##UpperProperty##BaseValue(const PropertyType& type, const b... ^ <scratch space>:81:1: note: expanded from here setExternalResourcesRequiredBaseValue ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGExte= rnalResourcesRequired.h:48:18: note:=20 overridden virtual function is here virtual void setExternalResourcesRequiredBaseValue(const bool&, cons... ^ In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGElementWrapperFactory.cpp:104: In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGSymbolElement.h:26: /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGSymb= olElement.h:49:5: warning:=20 'localAttributeToPropertyMap' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGSymbolElement) ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/propert= ies/SVGAnimatedPropertyMacros.h:106:40: note:=20 expanded from macro 'BEGIN_DECLARE_ANIMATED_PROPERTIES' virtual SVGAttributeToPropertyMap& localAttributeToPropertyMap() \ ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGElem= ent.h:210:5: note:=20 overridden virtual function is here BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGElement) ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/propert= ies/SVGAnimatedPropertyMacros.h:106:40: note:=20 expanded from macro 'BEGIN_DECLARE_ANIMATED_PROPERTIES' virtual SVGAttributeToPropertyMap& localAttributeToPropertyMap() \ ^ In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGElementWrapperFactory.cpp:104: In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGSymbolElement.h:26: /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGSymb= olElement.h:50:9: warning:=20 'externalResourcesRequiredBaseValue' overrides a member function but = is not marked 'override' [-Winconsistent-missing-override] DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalReso... ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGAnim= atedBoolean.h:31:64: note:=20 expanded from macro 'DECLARE_ANIMATED_BOOLEAN' #define DECLARE_ANIMATED_BOOLEAN(UpperProperty, LowerProperty) \ ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/propert= ies/SVGAnimatedPropertyMacros.h:124:19: note:=20 expanded from macro '\ DECLARE_ANIMATED_PROPERTY' PropertyType& LowerProperty##BaseValue() const \ ^ <scratch space>:107:1: note: expanded from here externalResourcesRequiredBaseValue ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGExte= rnalResourcesRequired.h:49:19: note:=20 overridden virtual function is here virtual bool& externalResourcesRequiredBaseValue() const =3D 0; ^ In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGElementWrapperFactory.cpp:104: In file included from /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/DerivedSources/WebCore/JSS= VGSymbolElement.h:26: /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGSymb= olElement.h:50:9: warning:=20 'setExternalResourcesRequiredBaseValue' overrides a member function b= ut is not marked 'override' [-Winconsistent-missing-override] DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalReso... ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/SVGAnim= atedBoolean.h:31:64: note:=20 expanded from macro 'DECLARE_ANIMATED_BOOLEAN' #define DECLARE_ANIMATED_BOOLEAN(UpperProperty, LowerProperty) \ ^ /usr/ports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/svg/propert= ies/SVGAnimatedPropertyMacros.h:129:10: note:=20 expanded from macro '\ DECLARE_ANIMATED_PROPERTY' void set##UpperProperty##BaseValue(const PropertyType& type, const b... ^ --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215351-6497-kqybfvhEAr>