Summary: | revdep-rebuild confused by SYMLINK_LIB=yes and flags orphaned files in sys-devel/gcc | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Portage Tools Team <tools-portage> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Toralf Förster
2017-01-17 14:36:22 UTC
AH - and this is a type, or ? : "Dependant" where exactly are you getting that report ? gcc doesn't generate it. my guess is you have a SYMLINK_LIB=yes system and you're getting a mismatch in paths due to gcc installing into /usr/lib/gcc/. (In reply to SpanKY from comment #2) gcc-config --nocolor outputs this AFAICT (In reply to Toralf Förster from comment #3) $> gcc-config --nocolor <new version> I meant (In reply to Toralf Förster from comment #4) err, i don't think so. i don't recall ever writing that kind of message, or having gcc-config do orphan file detection (it has no reason to). grepping its files shows no hits either. gcc-config shows the first few lines of that output, but it stops at the ". /etc/profile" line. everything after that is not gcc-config. if revdep-rebuild is confused by SYMLINK_LIB=yes, then it's not really a problem with gcc. (In reply to SpanKY from comment #5) indeed, it comes from : %revdep-rebuild --ignore --library libstdc++.so.6 -- --exclude gcc which has this string: revdep_rebuild/rebuild.py: yellow('This is the new python coded version')) prob just sit on it until we kill SYMLINK_LIB=yes |