Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935326 - [guru] games-engines/fs2_open-24.0.2 fails to compile: gropenglopenxr.cpp:100:42: error: union SDL_SysWMinfo::<unnamed> has no member named x11
Summary: [guru] games-engines/fs2_open-24.0.2 fails to compile: gropenglopenxr.cpp:100...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jonas Frei
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-02 07:11 UTC by Agostino Sarubbo
Modified: 2024-11-09 16:30 UTC (History)
1 user (show)

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


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

Issue: games-engines/fs2_open-24.0.2 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-02 07:11:07 UTC
Created attachment 896769 [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-07-02 07:11:08 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find ANTLR (missing: ANTLR_EXECUTABLE Java_JAVA_EXECUTABLE) 
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) (found version "")
-- Could NOT find glslc, using precompiled .spv files
FAILED: code/CMakeFiles/code.dir/graphics/opengl/gropenglopenxr.cpp.o 
/var/tmp/portage/games-engines/fs2_open-24.0.2/work/fs2open.github.com-release_24_0_2/code/graphics/opengl/gropenglopenxr.cpp:100:42: error: ‘union SDL_SysWMinfo::<unnamed>’ has no member named ‘x11’
Comment 3 Larry the Git Cow gentoo-dev 2024-11-09 16:30:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7af427658d58502ae043866a3ab4d716c15f0e8

commit b7af427658d58502ae043866a3ab4d716c15f0e8
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2024-11-09 06:14:48 +0000
Commit:     Takuya Wakazono <pastalian46@gmail.com>
CommitDate: 2024-11-09 08:24:47 +0000

    games-engines/fs2_open: fix ODR violations and DEPEND
    
    Closes: https://bugs.gentoo.org/859982
    Closes: https://bugs.gentoo.org/917418
    Closes: https://bugs.gentoo.org/935326
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>

 .../fs2_open/files/fs2_open-24.0.2-fix-odr.patch   | 173 +++++++++++++++++++++
 .../files/fs2_open-24.0.2-respect-flags.patch      |  83 ++++++++++
 ...pen-24.0.2.ebuild => fs2_open-24.0.2-r1.ebuild} |  20 ++-
 3 files changed, 269 insertions(+), 7 deletions(-)