Sam Ruby wrote on 4/26/17 12:37 PM: > On Wed, Apr 26, 2017 at 11:47 AM, Shane Curcuru <[email protected]> wrote: ...snip... >> Macbook:calendar-demo curcuru$ rake server --trace >> rake aborted! >> LoadError: cannot load such file -- rspec/core/rake_task ...snip...
Solved via either `bundle exec ....` or `rake update` to get all the gems to redo themselves, I forget which. The new problem is that running the www/roster tool locally needs a *bunch* of different svn *and* git checkouts from repository.yml which tool a while to figure out. But there's one directory I'm stuck on that is used by www/roster/main Air-McShane:whimsy curcuru$ irb irb(main):001:0> require 'whimsy/asf' => true irb(main):002:0> ASF::Podlings.list Exception: Unable to find svn checkout for https://svn.apache.org/repos/asf/incubator/public/trunk/content from /usr/local/lib/ruby/gems/2.4.0/gems/whimsy-asf-0.0.77/lib/whimsy/asf/svn.rb:60:in `find!' from /usr/local/lib/ruby/gems/2.4.0/gems/whimsy-asf-0.0.77/lib/whimsy/asf/svn.rb:35:in `[]' from /usr/local/lib/ruby/gems/2.4.0/gems/whimsy-asf-0.0.77/lib/whimsy/asf/podlings.rb:87:in `list' Question: Where, specifically, can the /content directory live? I have one, but it's not getting found. ~/.whimsy :svn: - /Users/curcuru/src/* Air-McShane:content curcuru$ pwd /Users/curcuru/src/asf/incubator/public/trunk/content Air-McShane:content curcuru$ ls -la podlings.xml -rw-r--r-- 1 curcuru staff 171605 Apr 26 22:11 podlings.xml It *also* fails if I move this svn checkout to not have the /asf level of directories. What is your .whimsy and tree of actual checkouts? > >> * Can't get to httpd: >> >> Macbook:whimsy curcuru$ sudo launchctl load -w >> /System/Library/LaunchDaemons/org.apache.httpd.plist >> Password: >> /System/Library/LaunchDaemons/org.apache.httpd.plist: service already loaded >> Macbook:whimsy curcuru$ curl localhost >> curl: (7) Failed to connect to localhost port 80: Connection refused Solved and documented the fix: (mismatched httpd versions and LockFile) https://github.com/apache/whimsy/blob/master/MACOSX.md#start-apache-httpd -- - Shane https://www.apache.org/foundation/marks/resources
