mistydemeo / tigerbrew

Experimental fork of homebrew for PPC Macs on Tiger
Other
532 stars 128 forks source link

newsbeuter fails to install 10.5/G5 #147

Open ghost opened 10 years ago

ghost commented 10 years ago

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:ineach_issue_matching' from /usr/local/Library/Homebrew/utils.rb:293:in issues_for_formula' from /usr/local/Library/Homebrew/exceptions.rb:178:inissues' from /usr/local/Library/Homebrew/exceptions.rb:212:in `dump' from /usr/local/Library/brew.rb:112

https://gist.github.com/7703107

mistydemeo commented 10 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

ghost commented 10 years ago

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:ineach_issue_matching' from /usr/local/Library/Homebrew/utils.rb:293:in issues_for_formula' from /usr/local/Library/Homebrew/exceptions.rb:178:inissues' from /usr/local/Library/Homebrew/exceptions.rb:212:in `dump' from /usr/local/Library/brew.rb:112

https://gist.github.com/7710671

ghost commented 9 years ago

Also have this problem.

https://gist.github.com/7ac59b9a0382b319bde3

ghost commented 8 years ago

@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?