Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589368 - sys-devel/llvm-9999 - mv: cannot stat ‘/var/tmp/portage/sys-devel/llvm-9999/image//usr/bin/clang-3.9’: No such file or directory
Summary: sys-devel/llvm-9999 - mv: cannot stat ‘/var/tmp/portage/sys-devel/llvm-9999/i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-22 12:26 UTC by Rafael Ristovski
Modified: 2016-07-23 17:23 UTC (History)
3 users (show)

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


Attachments
build.log.bz2 (build.log.bz2,93.27 KB, application/x-bzip)
2016-07-22 12:26 UTC, Rafael Ristovski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Ristovski 2016-07-22 12:26:25 UTC
Created attachment 441350 [details]
build.log.bz2

Upgrading llvm-9999 is currently impossible as the current ebuild creates invalid symlinks. Build log attached below.

[ebuild  N    ] sys-devel/llvm-9999  USE="clang doc libffi ncurses static-analyzer -debug -gold -libedit -lldb -multitarget -ocaml -python {-test} -xml" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7" VIDEO_CARDS="radeon"

As you can see in the build.log the error is "mv: cannot stat ‘/var/tmp/portage/sys-devel/llvm-9999/image//usr/bin/clang-3.9’: No such file or directory"
Comment 1 Rafael Ristovski 2016-07-22 12:47:45 UTC
Changing "CLANG_VERSION=3.9" in the ebuild to "CLANG_VERSION=4.0" fixes this.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-07-23 17:23:56 UTC
commit fe47cbbea755ac9ec4b8e2d6b96e739a650d0194
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: Sat Jul 23 19:20:54 2016
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Sat Jul 23 19:22:08 2016

    sys-devel/llvm: Bump clang version in -9999 to 4.0, #589368



Maybe one day we'll actually read this from sources somehow ;-).