| Summary: | gcc-config fails if /tmp/.private/root doesn't exists | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Justin Lecher (RETIRED) <jlec> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Justin Lecher (RETIRED)
2015-08-31 06:58:43 UTC
This won't have anything to do with gcc-config. It's just a simple `tac` call that's failing because it can't write a temp file. This should be controlled by the pam mktemp module. If you're in a chroot try doing a su - first even if you're already $UID 0. |