Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646658 - www-client/chromium-64.0.3282.119[-system-ffmpeg] forces clang/lld
Summary: www-client/chromium-64.0.3282.119[-system-ffmpeg] forces clang/lld
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-05 13:03 UTC by Alessandro Di Federico
Modified: 2018-02-09 17:06 UTC (History)
1 user (show)

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


Attachments
build.log (chromium.log,4.60 KB, text/plain)
2018-02-05 13:03 UTC, Alessandro Di Federico
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Di Federico 2018-02-05 13:03:33 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2018-02-09 17:06:52 UTC
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(+)