| Summary: | gcc installs shared libs to /usr/lib | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Petteri Räty (RETIRED) <betelgeuse> |
| Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Petteri Räty (RETIRED)
2007-09-15 22:54:30 UTC
Created attachment 131018 [details]
build.log
Ok. I found the cause. I have emake that echos something in my portage/bashrc which doesn't work with toolchain.eclass. this is why i suggested the emake echo go to stderr ...
this is what i'm testing in /usr/lib/portage/bin/emake:
set -- ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"
echo "$@" 1>&2
exec "$@"
|