Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167332 - crossdev-0.9.17-r3 --ex-gcc malfunction
Summary: crossdev-0.9.17-r3 --ex-gcc malfunction
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-17 13:34 UTC by Jozef Maslik
Modified: 2007-02-17 13:46 UTC (History)
0 users

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 Jozef Maslik 2007-02-17 13:34:53 UTC
crossdev-0.9.17-r3 newer do "ex-gcc" because emerge has set bad parameters (EOPTS_UP="${EOPTS_DEF} -u") - newer update gcc package - only USE flag changed, no version

to resolve this problem change to EOPTS_UP="${EOPTS_DEF} -uN"

Reproducible: Always

Steps to Reproduce:
1.USE="gcj" crossdev --ex-gcc
2.
3.

Actual Results:  
missing cross-gcj
Comment 1 SpanKY gentoo-dev 2007-02-17 13:46:32 UTC
added --newuse to the list before running the ex_* steps, thanks