Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913701 - dev-libs/angelscript Does Not Completely Respect "-stdlib=libc++"
Summary: dev-libs/angelscript Does Not Completely Respect "-stdlib=libc++"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-06 01:44 UTC by Neko-san
Modified: 2023-09-06 22:47 UTC (History)
0 users

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


Attachments
Emerge Info and Emerge Build Log (angelscript_emerge-info_and_emerge-build.log,27.04 KB, text/x-log)
2023-09-06 01:44 UTC, Neko-san
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Neko-san 2023-09-06 01:44:16 UTC
Created attachment 869894 [details]
Emerge Info and Emerge Build Log

While, for most of the build there are no indications of this, towards the end there are two occurrences of warnings for using the LLVM libc++ standard library being ignored:
"clang-16: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]"
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-06 10:10:56 UTC
This is fine, there's no linkage with libraries when compiling raw assembly.

But you should really use flags on clang-common to control this anyway instead of passing in *FLAGS.
Comment 2 Neko-san 2023-09-06 22:47:56 UTC
I didn't even realize that clang-common even had a use flag for that; I'll be sure to use that in the future