Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 685272

Summary: sys-libs/compiler-rt-sanitizers-9999 File collisions with sys-libs/compiler-rt-9999
Product: Gentoo Linux Reporter: Mike Lothian <mike>
Component: Current packagesAssignee: LLVM support project <llvm>
Status: RESOLVED OBSOLETE    
Severity: normal CC: jstein, mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log

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>