mistydemeo / tigerbrew

Experimental fork of homebrew for PPC Macs on Tiger
Other
535 stars 129 forks source link

stfl failed to install #83

Closed ghost closed 11 years ago

ghost commented 11 years ago

Unfortunately it left no logs!

brew install newsbeuter ==> Installing newsbeuter dependency: swig ==> Downloading http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz

100.0%

==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9 ==> make ==> make install /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 4.3 minutes ==> Installing newsbeuter dependency: libstfl ==> Downloading http://www.clifford.at/stfl/stfl-0.22.tar.gz

100.0%

==> Patching patching file Makefile patching file perl5/Makefile.PL patching file python/Makefile.snippet patching file ruby/Makefile.snippet patching file stfl.pc.in patching file stfl_internals.h ==> make install CC=/usr/bin/gcc-4.2 -pthread prefix=/usr/local/Cellar/libstfl/0.22 ../swig/basedecls.i:51: Warning 801: Wrong class name (corrected to Stfl_form') creating Makefile make -C ruby clean && make -C ruby LIBS+="../libstfl.a -lncurses -lruby -liconv" CFLAGS+="-pthread -I.." DLDFLAGS+="-pthread" DESTDIR=/ prefix=/usr/local/Cellar/libstfl/0.22 sitedir=/usr/local/Cellar/libstfl/0.22/lib/ruby make[1]: *** No rule to make target/usr/local/Cellar/libstfl/0.22/include/ruby-2.0.0/ruby.h', needed by `stfl_wrap.o'. Stop. make: *\ [ruby/build_ok] Error 2

READ THIS: https://github.com/mistydemeo/tigerbrew/wiki/troubleshooting

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:586:in connect': certificate verify failed (OpenSSL::SSL::SSLError) from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:586:inconnect' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:553:in do_start' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:542:instart' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:242:in open_http' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:616:inbuffer_open' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:164:in open_loop' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:162:incatch' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:162:in open_loop' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:132:inopen_uri' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:518:in open' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:26:inopen' from /usr/local/Library/Homebrew/utils.rb:265:in open' from /usr/local/Library/Homebrew/utils.rb:285:inissues_for_formula' from /usr/local/Library/Homebrew/exceptions.rb:134:in issues' from /usr/local/Library/Homebrew/exceptions.rb:156:indump' from /usr/local/Library/brew.rb:108

mistydemeo commented 11 years ago

Looks like it's having trouble building the Ruby bindings. This isn't a Leopard/PPC thing, it actually fails against ruby 2.0 on all platforms.

ghost commented 11 years ago

Where should I file a bug or did you already file it (as you sometimes do)?

mistydemeo commented 11 years ago

It'd be great if you could! The site is here: http://www.clifford.at/stfl/

mistydemeo commented 11 years ago

Should be fixed now by not building the Ruby bindings on Ruby 2.0+.

Did you end up filing a bug?