Open ghost opened 11 years ago
Weird it doesn't find ncurses. Too old on Leopard?
Does it work if you pull in a Homebrew ncurses?
brew install https://gist.github.com/mistydemeo/1711d1fa3f0ddd5d025f/raw/914d5a66843d734411a5e88aab1e82d7fac834d9/newsbeuter.rb
Error: No available formula for ncurses Please tap it and then try again: brew tap homebrew/dupes Searching taps... [1] % brew tap homebrew/dupes
[...]
brew install https://gist.github.com/mistydemeo/1711d1fa3f0ddd5d025f/raw/914d5a66843d734411a5e88aab1e82d7fac834d9/newsbeuter.rb ######################################################################## 100.0% ==> Installing newsbeuter dependency: ncurses ==> Downloading http://ftpmirror.gnu.org/ncurses/ncurses-5.9.tar.gz ######################################################################## 100.0% ==> Downloading patches ######################################################################## 100.0% ==> Patching patching file c++/cursesf.h patching file c++/cursesm.h patching file Ada95/configure patching file configure ==> ./configure --prefix=/usr/local/Cellar/ncurses/5.9 --mandir=/usr/local/Cellar/ncurses/5.9/share/man --with-share ==> make ==> make install ==> Caveats This formula is keg-only, so it was not symlinked into /usr/local.
Mac OS X already provides this software and installing another version in parallel can cause all kinds of trouble.
Generally there are no consequences of this for you. If you build your own software and it requires this formula, you'll need to add to your build variables:
LDFLAGS: -L/usr/local/opt/ncurses/lib
CPPFLAGS: -I/usr/local/opt/ncurses/include
==> Summary /usr/local/Cellar/ncurses/5.9: 1781 files, 20M, built in 6.5 minutes ==> Installing newsbeuter ==> Downloading http://newsbeuter.org/downloads/newsbeuter-2.7.tar.gz Already downloaded: /Library/Caches/Homebrew/newsbeuter-2.7.tar.gz ==> make You can download ncurses5.4 from here:
One or more dependencies couldn't be found. Please install these packages and retry compilation. make: *\ [config.mk] Error 1
READ THIS: https://github.com/mistydemeo/tigerbrew/wiki/troubleshooting
/usr/local/Library/Homebrew/utils.rb:276:in open': Failed to connect to: https://api.github.com/legacy/issues/search/mistydemeo/tiger/open/newsbeuter (GitHub::Error) certificate verify failed from /usr/local/Library/Homebrew/utils.rb:281:in
each_issue_matching'
from /usr/local/Library/Homebrew/utils.rb:293:in issues_for_formula' from /usr/local/Library/Homebrew/exceptions.rb:178:in
issues'
from /usr/local/Library/Homebrew/exceptions.rb:212:in `dump'
from /usr/local/Library/brew.rb:112
Also have this problem.
@mistydemeo I cannot figure out how to make this thing find my ncurses. Is it possible that we need a homebrew/version for 5.4 specifically, to make this work?
brew install newsbeuter ~ ==> Downloading http://newsbeuter.org/downloads/newsbeuter-2.7.tar.gz
100.0%
==> make You can download ncurses5.4 from here:
One or more dependencies couldn't be found. Please install these packages and retry compilation. make: *\ [config.mk] Error 1
READ THIS: https://github.com/mistydemeo/tigerbrew/wiki/troubleshooting
/usr/local/Library/Homebrew/utils.rb:276:in
open': Failed to connect to: https://api.github.com/legacy/issues/search/mistydemeo/tiger/open/newsbeuter (GitHub::Error) certificate verify failed from /usr/local/Library/Homebrew/utils.rb:281:in
each_issue_matching' from /usr/local/Library/Homebrew/utils.rb:293:inissues_for_formula' from /usr/local/Library/Homebrew/exceptions.rb:178:in
issues' from /usr/local/Library/Homebrew/exceptions.rb:212:in `dump' from /usr/local/Library/brew.rb:112https://gist.github.com/7703107