Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613118 - dev-lang/rust-1.16.0 USE Flag 'system-llvm' not in IUSE
Summary: dev-lang/rust-1.16.0 USE Flag 'system-llvm' not in IUSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords:
: 613148 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-03-18 15:14 UTC by josef.95
Modified: 2017-03-19 15:00 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,6.30 KB, text/plain)
2017-03-18 17:40 UTC, Toralf Förster
Details
dev-lang:rust-1.16.0:20170318-173110.log (dev-lang:rust-1.16.0:20170318-173110.log,1.80 KB, text/plain)
2017-03-18 17:40 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,382.26 KB, text/plain)
2017-03-18 17:40 UTC, Toralf Förster
Details
environment (environment,123.91 KB, text/plain)
2017-03-18 17:40 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,54.85 KB, application/x-bzip)
2017-03-18 17:40 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,28.29 KB, application/x-bzip)
2017-03-18 17:40 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description josef.95 2017-03-18 15:14:23 UTC
* Package:    dev-lang/rust-1.16.0
 * Repository: gentoo
 * Maintainer: rust@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   preserve-libs sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking rustc-1.16.0-src.tar.gz to /var/tmp/portage/dev-lang/rust-1.16.0/work
>>> Unpacking rustc-1.15.1-x86_64-unknown-linux-gnu.tar.gz to /var/tmp/portage/dev-lang/rust-1.16.0/work
>>> Source unpacked in /var/tmp/portage/dev-lang/rust-1.16.0/work
>>> Preparing source in /var/tmp/portage/dev-lang/rust-1.16.0/work/rustc-1.16.0-src ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-lang/rust-1.16.0/work/rustc-1.16.0-src ...
 * ERROR: dev-lang/rust-1.16.0::gentoo failed (configure phase):
 *   USE Flag 'system-llvm' not in IUSE for dev-lang/rust-1.16.0
 * 
 * Call stack:
 *          ebuild.sh, line  115:  Called src_configure
 *        environment, line 3097:  Called usex 'system-llvm' '--llvm-root=/usr' ' '
 *   phase-helpers.sh, line  162:  Called use 'system-llvm'
 *   phase-helpers.sh, line  200:  Called die
 * The specific snippet of code:
 *                              die "USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}"
 *

emerge -pvq =dev-lang/rust-1.16.0::gentoo
[ebuild     U ] dev-lang/rust-1.16.0 [1.15.1] USE="-clang -debug -doc -libcxx (-system-llvm%*)"
Comment 1 William Hubbs gentoo-dev 2017-03-18 15:26:38 UTC
I'm taking a look at this now.
It looks like we were attempting to drop system-llvm support in 1.16.0
but missed dropping the "usex system-llvm" line from the configure call.
Comment 2 Toralf Förster gentoo-dev 2017-03-18 17:40:02 UTC
same at the tinderbox image plasma-abi32+64_20170309-193709
Comment 3 Toralf Förster gentoo-dev 2017-03-18 17:40:05 UTC
Created attachment 467456 [details]
emerge-info.txt
Comment 4 Toralf Förster gentoo-dev 2017-03-18 17:40:08 UTC
Created attachment 467458 [details]
dev-lang:rust-1.16.0:20170318-173110.log
Comment 5 Toralf Förster gentoo-dev 2017-03-18 17:40:11 UTC
Created attachment 467460 [details]
emerge-history.txt
Comment 6 Toralf Förster gentoo-dev 2017-03-18 17:40:15 UTC
Created attachment 467462 [details]
environment
Comment 7 Toralf Förster gentoo-dev 2017-03-18 17:40:18 UTC
Created attachment 467464 [details]
etc.portage.tbz2
Comment 8 Toralf Förster gentoo-dev 2017-03-18 17:40:21 UTC
Created attachment 467466 [details]
temp.tbz2
Comment 9 William Hubbs gentoo-dev 2017-03-19 01:45:25 UTC
*** Bug 613148 has been marked as a duplicate of this bug. ***
Comment 10 William Hubbs gentoo-dev 2017-03-19 01:59:32 UTC
This is fixed. The usex line for system-llvm should have been removed
with the system-llvm use flag for this version of Rust.
Comment 11 josef.95 2017-03-19 15:00:31 UTC
Yes, configure and build works now fine,
thanks!