-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default hamster build to /usr/local results in broken setup #309
Comments
on Debian 8.4 with the /usr prefix (doesnt work with the /usr/local) the install process works, creates all files but the app exceptions. not sure if its the same thing.
|
Having the same issue as @russmac on Ubuntu 16.04. |
@FelixSchwarz I fully agree with your analysis, and would tend to choose your last suggestion, Since the |
Merged PR #421, installs to Thanks for your contributions ! |
This is basically about #221 (opening a new ticket because I don't have any special access privilege for this project). I looked into this and this is for sure a real issue: Basically the default hamster install process is broken. A quick fix could be #276 but I'd like to fix the issue completely. The pull request just shifts the problem to the user.
From my POV all executables must ensure that the "hamster" module can be loaded via
sys.path
so I guess the executable must manipulatesys.path
if necessary. Probably the "waf build" step is the right place to do this. Alternatively we could modify the default path for waf to/usr
.The text was updated successfully, but these errors were encountered: