| Summary: | sys-libs/slang-1.4.9-r1 compiles correctly, but fails make install | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Travis Hunter <travis.hunter> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
When emerging sys-libs/slang, the compile goes fine but the make install bombs. Reproducible: Always Steps to Reproduce: 1. emerge slang 2. 3. Actual Results: chmod a+rx ...../libslang.so.* "No such file or directory" Expected Results: successful emerge :) I changed the relevant install part of the ebuild to say: chmod a+rx "${D}"usr/$(get_libdir)/libslang-utf8.so.* || die "chmod failed" I added the -utf8.so.* Seemed to work fine thereafter. NOTE: I have the unicode USE flag enabled, if this makes a difference.