Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946263 - [guru] dev-util/lua-language-server-3.10.5 fails to build with clang
Summary: [guru] dev-util/lua-language-server-3.10.5 fails to build with clang
Status: UNCONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Mathis Winterer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-11 10:29 UTC by iacj9bh6
Modified: 2024-12-11 12:50 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,11.17 KB, text/x-log)
2024-12-11 10:29 UTC, iacj9bh6
Details
emerge --info (emerge.info,19.78 KB, text/plain)
2024-12-11 10:29 UTC, iacj9bh6
Details

Note You need to log in before you can comment on or make changes to this bug.
Description iacj9bh6 2024-12-11 10:29:07 UTC
Created attachment 913799 [details]
build.log

This package fails to compile because of packaged bee.lua is missing an header include <algorithm> (std::copy) in the files: "a/3rd/luamake/bee.lua/3rd/fmt/fmt/color.h", "a/3rd/bee.lua/3rd/fmt/fmt/color.h".

After patching those two files it also fails to link with "stdc++fs" which is not found by clang, which is referenced in the files: "build.ninja.patch", "a/3rd/luamake/bee.lua/compile/common.lua", "a/3rd/bee.lua/compile/common.lua"
Comment 1 iacj9bh6 2024-12-11 10:29:38 UTC
Created attachment 913800 [details]
emerge --info
Comment 2 Takuya Wakazono 2024-12-11 12:50:14 UTC
The second part is probably a duplicate of Bug 916501.