| Summary: | dev-qt/qtwebengine-5.6.1 emerge error: /bin/sh: rcsT: command not found | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Fabio Coatti <fabio.coatti> |
| Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | jstein |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Fabio Coatti
2016-07-26 20:19:59 UTC
Created attachment 441654 [details]
build.log
This turned out to be related to toolchain settings. Basically for some reason I had deleted default AR/NM/RANLIB settings and this probably caused issues on configure phase. Maybe the build process should have managed this situation, but avoiding to clear AR/MN/RANLIB env variables allowed the build process to continue You can't expect it to build if you set AR to an invalid value... |