| Summary: | app-arch/gzip-1.4: Emerge fails because of "invalid shebangs" | ||
|---|---|---|---|
| Product: | Gentoo/Alt | Reporter: | Moritz Lipfert <Moritz.Lipfert> |
| Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | OS X | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Moritz Lipfert
2010-05-29 15:06:23 UTC
Do you have the original error message around still, perhaps? What program isn't found? Did you follow the bootstrap guide? Yes, I followed the bootstrap guide step for step. I have forgot to mention that the error message refers to "/local/gentoo/bin/bash". My eprefix is "/usr/local/gentoo". You can see that "/usr" is missing. So I have add it in the first line of "gunzip" and resumed the merge. That works flawlessly. If needed I will add the whole logfile in a few minutes, when my bootstrap is done. hmmm, bash should be in /bin, not in /usr/bin. (In reply to comment #3) > hmmm, bash should be in /bin, not in /usr/bin. > In my case the path has to be "/usr/local/gentoo/bin/bash" because of my eprefix. The unmodified shebang in gunzip refers to "/local/gentoo/bin/bash". The eprefix is not correct built in the gunzip-file. aha, so that seems to be a problem with gzip and your prefix (/usr/local/gentoo), not so much a bootstrapping failure then. (In reply to comment #5) > aha, so that seems to be a problem with gzip and your prefix > (/usr/local/gentoo), not so much a bootstrapping failure then. > *exact* same issue as bug 307537. *** This bug has been marked as a duplicate of bug 307537 *** |