=www-client/torbrowser-115.14.0_p13502 fails to compile with lots of error messages
The actual error is ld.lld: error: undefined hidden symbol.... and x86_64-pc-linux-gnu-clang++-18: error: linker command failed with exit code 1
I can't reproduce the issue.
Did you change or tweak your linker in any way? Why did you enable default-lld?
I tried disabling default-lld in clang-common, didn't make a difference.
I tried compiling torbrowser with USE=-clang , and the build process froze at some point (the computer was not frozen, but the build process did not continue and CPU was not in use). I am running again with MAKEOPTS=-j1 and will get back to you.
I noticed when compiling torbrowser with USE=-clang, it downgraded virtual/rust and pulled in an older version of dev-lang/rust-bin (1.77.1) as a new slot. Both of these compiled fine.
Successfully compiled with USE=-clang and MAKEOPTS=-j1
Yeah, if you use -clang you use a different linker and a different compiler
https://github.com/MeisterP/torbrowser-overlay/blob/f65ed42eced2cd96559e6dffcb891e52364f9e70/www-client/torbrowser/torbrowser-115.14.0_p13502.ebuild#L596
There seems to be an issue with your clang tool chain.
Please reopen if this is still an issue