Created attachment 517866 [details] build.log Chromium seems to be built with clang nowadays, or at least it is on my system. However if lld is not installed I get the attached error. Further investigation with strace lead me to understand that the issue is that `clang` is invoked with `-fuse-ld=lld`. Installing lld solves the problem.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ef3a4ebbd0f313b937288691447992bf842147 commit c5ef3a4ebbd0f313b937288691447992bf842147 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2018-02-09 17:06:28 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2018-02-09 17:06:43 +0000 www-client/chromium: fix bundled ffmpeg configure script Closes: https://bugs.gentoo.org/646658 Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99 www-client/chromium/chromium-64.0.3282.140.ebuild | 1 + www-client/chromium/chromium-65.0.3315.3.ebuild | 1 + www-client/chromium/files/chromium-ffmpeg-r0.patch | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+)