Summary: | games-engines/solarus-1.6.5 - /.../matrix_transform_2d.hpp: error: #error GLM: GLM_GTX_matrix_transform_2d is an experimental extension and may change | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Games <games> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | Storklerk |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=953383 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.clang.tar.xz etc.portage.tar.xz games-engines:solarus-1.6.5:20240131-060407.log qlist-info.txt.xz temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 883779 [details]
emerge-info.txt
Created attachment 883780 [details]
emerge-history.txt
Created attachment 883781 [details]
environment
Created attachment 883782 [details]
etc.clang.tar.xz
Created attachment 883783 [details]
etc.portage.tar.xz
Created attachment 883784 [details]
games-engines:solarus-1.6.5:20240131-060407.log
Created attachment 883785 [details]
qlist-info.txt.xz
Created attachment 883786 [details]
temp.tar.xz
Upstream committed this change: "Set GLM_ENABLE_EXPERIMENTAL no matter the GLM version" https://gitlab.com/solarus-games/solarus/-/commit/2200e0ccc8e2850d2a265cace96c3f548d988f2d ... still fails to build, if USE=doc is set. Upstream has move the documentation to a separate repository: https://gitlab.com/solarus-games/solarus/-/commit/5700b19c39bb1df110fc4cf87c6625e8ed0b867c It now lives here: https://gitlab.com/solarus-games/solarus-doc The current ebuild fails because of the missing doc directory: /var/tmp/portage/games-engines/solarus-1.6.5/temp/environment: line 2610: cd: doc: No such file or directory * ERROR: games-engines/solarus-1.6.5::gentoo failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 136: Called src_compile * environment, line 2610: Called die * The specific snippet of code: * cd doc && doxygen || die; |