Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685272 - sys-libs/compiler-rt-sanitizers-9999 File collisions with sys-libs/compiler-rt-9999
Summary: sys-libs/compiler-rt-sanitizers-9999 File collisions with sys-libs/compiler-r...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-07 13:27 UTC by Mike Lothian
Modified: 2020-01-05 20:34 UTC (History)
2 users (show)

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


Attachments
Build log (build.log.xz,23.89 KB, application/x-xz)
2019-05-07 13:29 UTC, Mike Lothian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Lothian 2019-05-07 13:27:36 UTC
* Detected file collision(s):
 *
 *      /usr/lib/clang/9.0.0/lib/linux/clang_rt.crtend-x86_64.o
 *      /usr/lib/clang/9.0.0/lib/linux/clang_rt.crtbegin-x86_64.o
 *      /usr/lib/clang/9.0.0/lib/linux/clang_rt.crtend-i386.o
 *      /usr/lib/clang/9.0.0/lib/linux/clang_rt.crtbegin-i386.o
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * sys-libs/compiler-rt-9999:9.0.0::gentoo
 *      /usr/lib/clang/9.0.0/lib/linux/clang_rt.crtbegin-i386.o
 *      /usr/lib/clang/9.0.0/lib/linux/clang_rt.crtbegin-x86_64.o
 *      /usr/lib/clang/9.0.0/lib/linux/clang_rt.crtend-i386.o
 *      /usr/lib/clang/9.0.0/lib/linux/clang_rt.crtend-x86_64.o
Comment 1 Mike Lothian 2019-05-07 13:29:25 UTC
Created attachment 575468 [details]
Build log
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-05-07 19:23:06 UTC
Should be fixed already by:

commit c3b0e8e3797d70fa079038748bc49983dada5c83
Author: Michał Górny <mgorny@gentoo.org>
Date:   Tue May 7 15:40:06 2019 +0200

    sys-libs/compiler-rt-sanitizers: Disable building CRT
    
    Disable building CRT -- let sys-libs/compiler-rt install it.  This
    should solve file collisions between the two packages.
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>