You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by Shane Curcuru <as...@shanecurcuru.org> on 2020/02/25 18:34:22 UTC

Docker setup fails: "cannot load such file -- wunderbar"

Following the DOCKER.md instructions on my Mac 10.14.6 where I've done
some previous development, it fails in a similar way that sebb reported.

Any tips for what else to debug?  I'm installing everything about Docker
into a completely separate directory from my other work.  The only other
thing is I have rbenv installed, which I used to download 2.4.1 so the
rake would start.

-- 

- Shane
  Director & Member
  The Apache Software Foundation

brew cask install docker (and started desktop)

cd ~/d/whimsy

rake docker:update svn:update git:pull

...etc.

Generating Darkfish format into /srv/whimsy/www/docs/api...

  Files:       59

  Classes:     36 ( 4 undocumented)
  Modules:     11 ( 5 undocumented)
  Constants:   73 (46 undocumented)
  Attributes:  31 ( 0 undocumented)
  Methods:    417 (22 undocumented)

  Total:      568 (77 undocumented)
   86.44% documented

  Elapsed: 2.4s

rake aborted!
LoadError: cannot load such file -- wunderbar
/srv/whimsy/lib/whimsy/asf/ldap.rb:34:in `<top (required)>'
/Users/shane/d/whimsy/Rakefile:114:in `block in <top (required)>'
Tasks: TOP => svn:update => config
(See full trace by running task with --trace)

Re: Docker setup fails: "cannot load such file -- wunderbar"

Posted by Sam Ruby <ru...@intertwingly.net>.
On Tue, Feb 25, 2020 at 1:34 PM Shane Curcuru <as...@shanecurcuru.org> wrote:
>
> Following the DOCKER.md instructions on my Mac 10.14.6 where I've done
> some previous development, it fails in a similar way that sebb reported.

I've pushed a change for both this problem, and the next one you are
likely to hit.  You will see some warnings due to how rubygems are
implemented on debian systems, but you can ignore them for now:

https://github.com/rubygems/rubygems/issues/3068

> Any tips for what else to debug?  I'm installing everything about Docker
> into a completely separate directory from my other work.  The only other
> thing is I have rbenv installed, which I used to download 2.4.1 so the
> rake would start.

These problems are understandably hard to debug until you have a
working system as it isn't clear where to start.

In this case, the problem is that I develop using the setupmymac
script not docker, so I may have things installed that you may not, so
I may not catch missing dependencies problems.  But if you report what
you see, I can compare my results on a working system.

- Sam Ruby


> --
>
> - Shane
>   Director & Member
>   The Apache Software Foundation
>
> brew cask install docker (and started desktop)
>
> cd ~/d/whimsy
>
> rake docker:update svn:update git:pull
>
> ...etc.
>
> Generating Darkfish format into /srv/whimsy/www/docs/api...
>
>   Files:       59
>
>   Classes:     36 ( 4 undocumented)
>   Modules:     11 ( 5 undocumented)
>   Constants:   73 (46 undocumented)
>   Attributes:  31 ( 0 undocumented)
>   Methods:    417 (22 undocumented)
>
>   Total:      568 (77 undocumented)
>    86.44% documented
>
>   Elapsed: 2.4s
>
> rake aborted!
> LoadError: cannot load such file -- wunderbar
> /srv/whimsy/lib/whimsy/asf/ldap.rb:34:in `<top (required)>'
> /Users/shane/d/whimsy/Rakefile:114:in `block in <top (required)>'
> Tasks: TOP => svn:update => config
> (See full trace by running task with --trace)