From owner-freebsd-multimedia@freebsd.org Mon May 2 20:14:56 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 947BAB2A386 for ; Mon, 2 May 2016 20:14:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7A48B14DA for ; Mon, 2 May 2016 20:14:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 753A6B2A385; Mon, 2 May 2016 20:14:56 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74E2EB2A384 for ; Mon, 2 May 2016 20:14:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62F7214D6 for ; Mon, 2 May 2016 20:14:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u42KEto1098031 for ; Mon, 2 May 2016 20:14:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 209056] graphics/osg: Update to 3.4.0 and fix build with ffmpeg 3.0.x Date: Mon, 02 May 2016 20:14:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: woodsb02@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: amdmi3@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 20:14:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209056 --- Comment #7 from Ben Woods --- Created attachment 169892 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D169892&action= =3Dedit 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/osgEart= h/Capabilities.cpp:203:49: error: called object type 'bool' is not a function or function pointer _supportsGLSL =3D GL2->isGlslSupported(); ~~~~~~~~~~~~~~~~~~~~^ /wrkdirs/usr/ports/graphics/osgearth/work/osgearth-osgearth-2.5/src/osgEart= h/Capabilities.cpp:208:33: error: no member named 'getLanguageVersion' in 'osg::GLExtensions' _GLSLversion =3D GL2->getLanguageVersion(); ~~~ ^ 2 errors generated. palomino-20131231_2 build error: /wrkdirs/usr/ports/games/palomino/work/palomino/src/input/device_keyboard_o= sg.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. --=20 You are receiving this mail because: You are on the CC list for the bug.=