marca@SCML-MarcA:/usr/local$ growlnotify | |
dyld: Symbol not found: _kSecRandomDefault | |
Referenced from: /usr/local/bin/growlnotify | |
Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security | |
in /usr/local/bin/growlnotify | |
Trace/BPT trap | |
marca@SCML-MarcA:/usr/local$ brew versions growlnotify | |
1.3 git checkout 2e23ced Library/Formula/growlnotify.rb | |
1.2.2 git checkout 5fb24f5 Library/Formula/growlnotify.rb | |
1.2 git checkout 0476235 Library/Formula/growlnotify.rb | |
marca@SCML-MarcA:/usr/local$ git checkout 5fb24f5 /usr/local/Library/Formula/growlnotify.rb | |
marca@SCML-MarcA:/usr/local$ brew uninstall growlnotify | |
Uninstalling /usr/local/Cellar/growlnotify/1.3... | |
marca@SCML-MarcA:/usr/local$ brew install growlnotify | |
==> Downloading https://github.com/indirect/growlnotify/tarball/v1.2.2 | |
######################################################################## 100.0% | |
==> /usr/bin/gzip growlnotify.1 | |
/usr/local/Cellar/growlnotify/1.2.2: 4 files, 236K, built in 3 seconds | |
marca@SCML-MarcA:/usr/local$ growlnotify -t Title -m message | |
marca@SCML-MarcA:/usr/local$ echo $? | |
0 |
This comment has been minimized.
This comment has been minimized.
@joequery: Good point, thanks! |
This comment has been minimized.
This comment has been minimized.
Now brew removed the formula of growlnotify. How to solve this issue???
|
This comment has been minimized.
This comment has been minimized.
@JuanitoFatas: Try:
|
This comment has been minimized.
This comment has been minimized.
@msabramo Thanks!!!!!! Where did you get this formula? I checked the
Thanks!!! |
This comment has been minimized.
This comment has been minimized.
@JuanitoFatas: like you said, Homebrew removed the formula but I happened to have an old git repo laying around that had not been updated in ages and |
This comment has been minimized.
This comment has been minimized.
@JuanitoFatas: I guess you could install it from the homepage: |
This comment has been minimized.
This comment has been minimized.
@msabramo Thanks!!! I found this formula works
And it did not bundle with the gem growl : ( I've tried to install on the homepage won't work, it needs to install the brew way! Thanks a lot!!! Have a splendid day : ) |
This comment has been minimized.
If you're getting
fatal: Not a git repository (or any of the parent directories): .git
, make sure you have runbrew update
to create the git repository.