| Summary: | ebuild for spim fails needs modification | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jeremy Guarini <j.g> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mr_bones_ |
| Priority: | High | ||
| Version: | 1.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Wrong product, reassigning Also, the make test fails But it does that with a manual compile as well After the install with the ebuild, the app would not run (niether with normal user or root) It was kind of messy in there. Try syncing in a half hour and trying it again. I think it should work fine for you so I'm going to go ahead and close this bug. If it still fails, please reopen. |
Trying to build spim-6,5 it fails but after modifying the ebuild compile and istall worked. einfo "Making console spim" # emake spim || die "make spim failed" xmkmf || die make || die if [ `use X` ]; then the commented out line was replaced with xmkmf || die and make || die after that I was able to build and install Reproducible: Always Steps to Reproduce: 1.emerge spim 2.wait for compile to start 3.compile fails Actual Results: Compile failed Expected Results: compile finish succesfully