| Summary: | sys-devel/gcc-4.5.3-r1: Misleading warning | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexander Bezrukov <phmagic> |
| Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Alexander Bezrukov
2011-11-22 17:19:15 UTC
The message itself is produced by toolchain_pkg_setup() function in toolchain eclass: if ! is_cxx ; then use_if_iuse go && ewarn 'Go requires a C++ compiler, disabled due to USE="-cxx"' use_if_iuse objc++ && ewarn 'Obj-C++ requires a C++ compiler, disabled due to USE="-cxx"' use_if_iuse gcj && ewarn 'GCJ requires a C++ compiler, disabled due to USE="-cxx"' fi Is this reproducible, or just a "one-time migration issue" ? (In reply to comment #2) > Is this reproducible, or just a "one-time migration issue" ? Jeremy, I've just reproduced it twice and have reproduced it twice on another host before. During the build, this warning is preceeded by the following error: grep: /tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/gcc/*/config-lang.in: No such file or directory without a full build log, i'm just going to assume it's a dupe and your tree is out of date *** This bug has been marked as a duplicate of bug 391357 *** SpanKY, thank you, yes, indeed. The tree was not very much "out of date" (synced about 1 hour before reporting the bug) but probably the fix hasn't got propagated to the mirrors. After re-running emerge --sync everything seems OK, except the following (new) warning: * QA Notice: Expected SLOT='4.5', got 'x86_64-pc-linux-gnu-4.5.3' (by the way, gcc slot mismatch is another annoying problem when doing revdep-rebuild, revdep-rebuild is (or at least consistently was) trying to build an inexistent slot and fails) Sorry about creating the noise, I have failed to find the already reported bug, although tried to. there's nothing i can do about the SLOT warning until people fix PMS |