Created attachment 917563 [details] build.log Build fails see log
Created attachment 917564 [details] emerge info
Created attachment 917565 [details] emerge_pqv
See also: https://gitlab.gnome.org/GNOME/vte/-/issues/2823
As a note: x11-libs/vte will fail with the same error and is addressed too in the pull request
Just to add a description about this problem, useful for anyone else who read this: In file included from ../vte-0.78.3/src/termprops-test.cc:18: ../vte-0.78.3/src/termprops.hh:392:31: error: no matching function for call to 'from_chars' 392 | if (auto [ptr, err] = std::from_chars(std::begin(str),
(In reply to Pablo Cholaky from comment #5) > Just to add a description about this problem, useful for anyone else who > read this: > > In file included from ../vte-0.78.3/src/termprops-test.cc:18: > ../vte-0.78.3/src/termprops.hh:392:31: error: no matching function for call > to 'from_chars' > 392 | if (auto [ptr, err] = std::from_chars(std::begin(str), And that is happens only when linking with libc++ because unlike libstdc++ the former don't implement std::from_chars for double type.
gui-libs/vte-common-0.78.3, gui-libs/vte-0.78.3 and x11-libs/vte-0.78.3 all the 3 fails with the same error (and now all the three are addressed in the PR). Can the tittle be adjusted so it covers the three cases better (for tracking)
*** Bug 949195 has been marked as a duplicate of this bug. ***
Blocks: #836220