[Bug 209056] graphics/osg: Update to 3.4.0 and fix build with ffmpeg 3.0.x
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 2 20:14:56 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209056
--- Comment #7 from Ben Woods <woodsb02 at gmail.com> ---
Created attachment 169892
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=169892&action=edit
QA: Test build of ports which depend on graphics/osg using new version 3.4.0
(2/6 failed) (.tar.gz)
(In reply to Dmitry Marakasov from comment #6)
> Have you tested that all ports which depend on osg build and work fine
> after this update?
Test builds have just completed with the following results:
games/fgrun fgrun-3.2.0 Build ok with osg-3.4.0
games/flightgear flightgear-2016.1.1 Build ok with osg-3.4.0
games/openmw openmw-0.38.0 Build ok with osg-3.4.0
devel/simgear simgear-2016.1.1 Build ok with osg-3.4.0
graphics/osgearth osgearth-2.5_6 Build failed with osg-3.4.0
games/palomino palomino-20131231_2 Build failed with osg-3.4.0
osgearth-2.5_6 build error:
/wrkdirs/usr/ports/graphics/osgearth/work/osgearth-osgearth-2.5/src/osgEarth/Capabilities.cpp:203:49:
error: called object type 'bool' is not a function or function pointer
_supportsGLSL = GL2->isGlslSupported();
~~~~~~~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/graphics/osgearth/work/osgearth-osgearth-2.5/src/osgEarth/Capabilities.cpp:208:33:
error: no member named 'getLanguageVersion' in 'osg::GLExtensions'
_GLSLversion = GL2->getLanguageVersion();
~~~ ^
2 errors generated.
palomino-20131231_2 build error:
/wrkdirs/usr/ports/games/palomino/work/palomino/src/input/device_keyboard_osg.hh:60:40:
error: no type named 'GUIEventHandlerVisitor' in namespace 'osgGA'; did you
mean 'GUIEventHandler'?
virtual void accept( osgGA::GUIEventHandlerVisitor& visitor );
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
GUIEventHandler
/usr/local/include/osgGA/GUIEventHandler:49:20: note: 'GUIEventHandler'
declared here
class OSGGA_EXPORT GUIEventHandler : public EventHandler
^
In file included from
/wrkdirs/usr/ports/games/palomino/work/palomino/src/input/conf.cc:22:
In file included from
/wrkdirs/usr/ports/games/palomino/work/palomino/src/input/module.hh:63:
/wrkdirs/usr/ports/games/palomino/work/palomino/src/input/device_mouse_osg.hh:44:40:
error: no type named 'GUIEventHandlerVisitor' in namespace 'osgGA'; did you
mean 'GUIEventHandler'?
virtual void accept( osgGA::GUIEventHandlerVisitor& visitor );
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
GUIEventHandler
/usr/local/include/osgGA/GUIEventHandler:49:20: note: 'GUIEventHandler'
declared here
class OSGGA_EXPORT GUIEventHandler : public EventHandler
^
2 errors generated.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-multimedia
mailing list