-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Installation pains and blocks #34
Comments
Hello, thank you for your time that you took to report the issue!
|
The point 3 has also been addressed in the master branch, so I will close this issue. Please reopen it if you still perceive rough edges! |
I couldn't get it to work with the new commit, but I'll keep trying, time permitting. |
This is very strange. The |
As you have not provided feedback and I believe that the issue is resolved, I close it. However, don't hesitate to reopen it if you disagree. |
Hi,
Just letting you know of some installation pains and some blockers.
mac OSX High Sierra + homebrew and the latest commit: a585507
running "sudo make install PREFIX=/usr" as example says caused a mkdir -p ///usr/bin to be executed. So inside the Make file I see that ROOT is set to / already so no need to include a slash between the$(ROOT)/$ (PREFIX), furthermore "sudo make install PREFIX=usr" caused a permission denied error because that dir has some acl's on it. This did the trick though
"sudo make install PREFIX=usr/local"
Then after running arbash-init to create my template and attempting to "feed it back to argbash" I also get permission denied as follows:
I wasnt' sure if autoconf was installed so checked that:
So I think all my permissions are straightened out but my system doesn't seem to have the "collectors.m4" file.. Whatever that is. Is it a missing library.
#blocked.
The text was updated successfully, but these errors were encountered: