| Summary: | giblib 1.2.3 ebuild typo? | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Bob Thomas <robert.w.thomas> |
| Component: | [OLD] Library | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
The beginning of line 18 is &(gcc-getCC), which bash seems to take offense to. I don't know what the writer intended, but &{CC} works fine for me. Reproducible: Always Steps to Reproduce: 1. emerge giblib 2. 3. Actual Results: The build fails, because bash can't find gcc-getCC. Expected Results: The first part of that line should resolve to the current C compiler however someone chooses, as long as it works.