Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 825330 - dev-games/mygui-3.4.1 fails to compile: MyGUI_OgreDataStream.cpp:19:25: error: ‘Ogre::DataStreamPtr’ {aka ‘class Ogre::SharedPtr<Ogre::DataStream>’} has no member named ‘reset’
Summary: dev-games/mygui-3.4.1 fails to compile: MyGUI_OgreDataStream.cpp:19:25: error...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on: 834468
Blocks: 828736
  Show dependency tree
 
Reported: 2021-11-20 16:57 UTC by Agostino Sarubbo
Modified: 2022-03-02 04:56 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,81.10 KB, text/plain)
2021-11-20 16:57 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-11-20 16:57:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-games/mygui-3.4.1 fails to compile with gcc-11.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-11-20 16:57:56 UTC
Created attachment 753962 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-11-20 16:57:59 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  Could not find a package configuration file provided by "OGRE" with any of
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
/var/tmp/portage/dev-games/mygui-3.4.1/work/mygui-MyGUI3.4.1/Platforms/Ogre/OgrePlatform/src/MyGUI_OgreDataStream.cpp:19:25: error: ‘Ogre::DataStreamPtr’ {aka ‘class Ogre::SharedPtr<Ogre::DataStream>’} has no member named ‘reset’
Comment 3 Stefan Strogin gentoo-dev 2021-11-21 17:23:25 UTC
I think it has nothing to do with gcc-11. But it should depend on ogre-1.12, which is unfortunately masked...
Comment 4 Michael 2021-12-24 05:40:02 UTC
I just had this issue, building with ogre-1.12.9-r1 (masked) fixed it.
Comment 5 Larry the Git Cow gentoo-dev 2022-03-02 04:56:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0f34a121a826961f521d9b426a8dab1cd85828

commit 0a0f34a121a826961f521d9b426a8dab1cd85828
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-03-02 04:55:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-02 04:55:45 +0000

    dev-games/mygui: depend on newer Ogre (masked)
    
    ... so USE=ogre is masked for this now too.
    
    Closes: https://bugs.gentoo.org/825330
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-games/mygui/mygui-3.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2cdf6e4904ea738ea0ede24d56cd1ce25921361

commit f2cdf6e4904ea738ea0ede24d56cd1ce25921361
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-03-02 04:54:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-02 04:55:30 +0000

    profiles/base: mask >=dev-games/mygui-3.4.1[ogre]
    
    Needs masked ogre 1.12.
    
    Bug: https://bugs.gentoo.org/825330
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)