Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923788 - dev-games/openscenegraph-3.6.5-r114 fails to compile: ConfigLexer.cpp:827:2: error: ISO C++17 does not allow register storage class specifier [-Wregister]
Summary: dev-games/openscenegraph-3.6.5-r114 fails to compile: ConfigLexer.cpp:827:2: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-04 17:30 UTC by Agostino Sarubbo
Modified: 2024-03-01 14:50 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,59.27 KB, application/x-xz)
2024-02-04 17:30 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 2024-02-04 17:30:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-games/openscenegraph-3.6.5-r114 fails to compile.
Discovered on: amd64 (internal ref: clang-lld_tinderbox)
System: CLANG-LLD (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CLANG-LLD)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-04 17:30:13 UTC
Created attachment 884219 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-04 17:30:15 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


--   Package 'gta', required by 'virtual:world', not found
--   Package 'xinerama', required by 'virtual:world', not found
FAILED: src/osgPlugins/cfg/CMakeFiles/osgdb_cfg.dir/ConfigLexer.cpp.o 
FAILED: src/osgPlugins/cfg/CMakeFiles/osgdb_cfg.dir/ConfigParser.cpp.o 
ConfigLexer.cpp:827:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Comment 3 Larry the Git Cow gentoo-dev 2024-02-24 05:58:42 UTC
The bug has been closed via the following commit(s):

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

commit 3584d8bdee08b4307ad4f1362107ad3a05468335
Author:     Maciej Mrozowski <reavertm@gentoo.org>
AuthorDate: 2024-02-24 05:56:02 +0000
Commit:     Maciej Mrozowski <reavertm@gentoo.org>
CommitDate: 2024-02-24 05:58:24 +0000

    dev-games/openscenegraph: fix bug #923788
    
    Closes: https://bugs.gentoo.org/923788
    Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>

 ...nscenegraph-3.6.5-remove-register-keyword.patch | 172 +++++++++++++++++++++
 .../openscenegraph-3.6.5-r114.ebuild               |   1 +
 2 files changed, 173 insertions(+)