Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 572396 - sys-devel/llvm-9999: rm: cannot remove ‘/var/tmp/portage/sys-devel/llvm-9999/image/usr/bin/clang-3.8’: No such file or directory
Summary: sys-devel/llvm-9999: rm: cannot remove ‘/var/tmp/portage/sys-devel/llvm-9999/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-19 23:55 UTC by Orson Teodoro
Modified: 2016-01-25 15:28 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Orson Teodoro 2016-01-19 23:55:36 UTC
The ebuild needs in src_install() a change to CLANG_VERSION=3.9 I think.  I am compiling again.

Reproducible: Always

Steps to Reproduce:
1. edit /etc/portage/package.keywords 
add =sys-devel/llvm-9999 ~amd64 **
add =sys-devel/clang-9999-r100 ~amd64 **
2. emerge llvm clang
3.
Actual Results:  
-- Installing: /var/tmp/portage/sys-devel/llvm-9999/image/usr/share/llvm/cmake/./DetermineGCCCompatible.cmake
-- Installing: /var/tmp/portage/sys-devel/llvm-9999/image/usr/share/llvm/cmake/./HandleLLVMStdlib.cmake
rm: cannot remove ‘/var/tmp/portage/sys-devel/llvm-9999/image/usr/bin/clang-3.8’: No such file or directory
 * ERROR: sys-devel/llvm-9999::gentoo failed (install phase):

Expected Results:  
emerge success

Git mirror says 3.9
Comment 1 Orson Teodoro 2016-01-20 01:19:10 UTC
It works after the change.
Comment 2 Bernard Cafarelli gentoo-dev 2016-01-25 15:28:14 UTC
Indeed, 3.8 is branched so trunk is now 3.9

Fixed in current -9999 ebuild, thanks for the report!