Every repository with this icon (
Every repository with this icon (
| Description: | Local git repository hosting with a sexy web interface and bonjour discovery. It's like your own little adhoc, network-aware github! edit |
-
Switch to fancyviews and refactor all the view code
0 comments Created 6 months ago by toolmantimComments
-
Comments
-
Won't build against ruby 1.9 due to dnssd 0.7.1 not building for ruby 1.9
8 comments Created 4 months ago by drnicNot bananajour's fault. Its dependency dnssd 0.7.1 cannot install:
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.Provided configuration options:
--with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/Users/drnic/.ruby_versions/ruby-1.9.1-p129/bin/rubyComments
toolmantim
Wed Aug 05 05:01:21 -0700 2009
| link
bugger. Bags not debugging.
dnssd 1.0 is out and installs on 1.9!!! yay for Eric Hodel!
$ sudo gem install dnssd Password: Building native extensions. This could take a while... Successfully installed dnssd-1.0 1 gem installed
toolmantim
Wed Aug 05 20:28:20 -0700 2009
| link
Bump version to 2.1.7 with dnssd 1.0.0 gem (for Ruby 1.9 compatibility). Closed by 643ad18
toolmantim
Thu Aug 06 17:18:43 -0700 2009
| link
Had to revert this for the mo (see #12) - should have tested it.
the dnssd project is now on github at http://github.com/tenderlove/dnssd/
toolmantim
Sun Aug 09 05:24:36 -0700 2009
| link
alright, I might give it a week and test it out again...
toolmantim
Tue Oct 13 23:01:22 -0700 2009
| link
have just updated everything if you wanna give it a go in 1.9
-
Hi
I've run into a few problems trying to deploy with bananajour.
First problem was, a LoadError on requiringmd5. I presume,digest/md5is what is suppose to be required but i dunno. I don't see any md5.rb files in the app.
Anyway, fixed that - next problem, I'm not sure how to fix. It has to do with therainbowgem.
Here's the backtrace:ks21950:/home/robert/bananajour# ruby19 bin/bananajour /home/git/forix.git/
/opt/ruby19/lib/ruby19/gems/1.9.1/gems/rainbow-1.0.1/lib/rainbow.rb:96:in `': uninitialized constant PLATFORM (NameError)from /home/robert/bananajour/lib/bananajour/gem_dependencies.rb:32:in `require' from /home/robert/bananajour/lib/bananajour/gem_dependencies.rb:32:in `require_gem' from /home/robert/bananajour/lib/bananajour.rb:11:in `<top (required)>' from bin/bananajour:4:in `require' from bin/bananajour:4:in `<main>'--
I'm not sure how to fix this one without looking into that gem's source.
Running ruby 1.9.1, p129 with rubygems 1.3.1
Thanks,
RobComments
robgleeson
Wed Oct 14 02:24:27 -0700 2009
| link
Just an update. I updated to rubygems 1.3.5; no fix.
I looked into rainbow.rb and saw that the PLATFORM constant was just part of a regexp conditional for a win32 check. Removed that. Now i get:/opt/ruby19/lib/ruby19/gems/1.9.1/gems/fancypath-0.5.13/lib/fancypath.rb:16:in `new': stack level too deep (SystemStackError)
from /opt/ruby19/lib/ruby19/gems/1.9.1/gems/fancypath-0.5.13/lib/fancypath.rb:16:in `to_fancypath' from /opt/ruby19/lib/ruby19/1.9.1/pathname.rb:211:in `initialize' from /opt/ruby19/lib/ruby19/gems/1.9.1/gems/fancypath-0.5.13/lib/fancypath.rb:16:in `new' from /opt/ruby19/lib/ruby19/gems/1.9.1/gems/fancypath-0.5.13/lib/fancypath.rb:16:in `to_fancypath' from /opt/ruby19/lib/ruby19/1.9.1/pathname.rb:211:in `initialize' from /opt/ruby19/lib/ruby19/gems/1.9.1/gems/fancypath-0.5.13/lib/fancypath.rb:16:in `new' from /opt/ruby19/lib/ruby19/gems/1.9.1/gems/fancypath-0.5.13/lib/fancypath.rb:16:in `to_fancypath' from /opt/ruby19/lib/ruby19/1.9.1/pathname.rb:211:in `initialize' ... 6428 levels... from /home/robert/bananajour/lib/bananajour.rb:39:in `path' from /home/robert/bananajour/lib/bananajour.rb:43:in `repositories_path' from /home/robert/bananajour/lib/bananajour.rb:31:in `setup?' from bin/bananajour:8:in `<main>'
agencyrainford
Wed Oct 14 06:00:42 -0700 2009
| link
Bananajour is not 1.9 compat yet I'm afraid. I'll get onto that, unless you want to beat me to it.











