Re: [I] Problems running setupmymac --docker [whimsy]

2024-04-25 Thread via GitHub


chrisdutz commented on issue #225:
URL: https://github.com/apache/whimsy/issues/225#issuecomment-2077851636

   Yeah ... I did that and then I got further and then it failed with the next 
problem ... admittedly I've given up on this thing :-/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@whimsical.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Problems running setupmymac --docker [whimsy]

2024-04-25 Thread via GitHub


jvz commented on issue #225:
URL: https://github.com/apache/whimsy/issues/225#issuecomment-2077849554

   I'm not sure on the exact config here, but it sounds like you need to add 
your LDAP username to a config file for authentication.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@whimsical.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Problems running setupmymac --docker [whimsy]

2024-04-23 Thread via GitHub


chrisdutz commented on issue #225:
URL: https://github.com/apache/whimsy/issues/225#issuecomment-2071639204

   Well I got things working at that part ... seems the gem lock files all 
contained a footer indicating bundler 1.17.2, so I manually updated that 
version to the version installed by the script. Now the setupmymac --docker 
script finishes correctly. However when starting things, I get an error :
   
   ```
   cdutz@MacBook-Pro-von-Christofer whimsy % rake docker:up
   rake aborted!
   ERROR: Must provide whimsy_dn value in .whimsy
   /private/var/whimsy/whimsy/Rakefile:398:in `ldap_init'
   /private/var/whimsy/whimsy/Rakefile:470:in `block (2 levels) in '
   /Library/Ruby/Gems/2.6.0/gems/rake-13.2.1/exe/rake:27:in `'
   Tasks: TOP => docker:up
   (See full trace by running task with --trace)
   
   ```
   
   Not quite sure what to do now, and I couldn't directly find anything in the 
documentaiton.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@whimsical.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Problems running setupmymac --docker [whimsy]

2024-04-22 Thread via GitHub


jvz commented on issue #225:
URL: https://github.com/apache/whimsy/issues/225#issuecomment-2070843711

   Do you have Xcode installed? That's usually required.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@whimsical.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Problems running setupmymac --docker [whimsy]

2024-04-21 Thread via GitHub


sebbASF commented on issue #225:
URL: https://github.com/apache/whimsy/issues/225#issuecomment-2068204564

   I've not tried using setupmymac with Docker; I just followed the 
"Installation instructions" in Docker.md


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@whimsical.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] Problems running setupmymac --docker [whimsy]

2024-04-21 Thread via GitHub


chrisdutz opened a new issue, #225:
URL: https://github.com/apache/whimsy/issues/225

   So when running setupmymac for docker, this also seems to fail:
   
   ```
   Traceback (most recent call last):
   2: from /usr/bin/bundle2.7:23:in `'
   1: from /usr/lib/ruby/2.7.0/rubygems.rb:294:in `activate_bin_path'
   /usr/lib/ruby/2.7.0/rubygems.rb:275:in `find_spec_for_exe': Could not find 
'bundler' (1.17.2) required by your /srv/whimsy/tools/Gemfile.lock. 
(Gem::GemNotFoundException)
   To update to the latest version installed on your system, run `bundle update 
--bundler`.
   To install the missing version, run `gem install bundler:1.17.2`
   rake aborted!
   system!() failed!
   /srv/whimsy/rakefile:14:in `system!'
   /srv/whimsy/rakefile:96:in `block (3 levels) in '
   /srv/whimsy/rakefile:84:in `chdir'
   /srv/whimsy/rakefile:84:in `block (2 levels) in '
   /srv/whimsy/rakefile:83:in `each'
   /srv/whimsy/rakefile:83:in `block in '
   /var/lib/gems/2.7.0/gems/rake-13.2.1/exe/rake:27:in `'
   Tasks: TOP => update
   (See full trace by running task with --trace)
   rake aborted!
   Command failed with status (1): [docker compose run  --entrypoint 'bash -c 
"rake update"' web]
   /private/var/whimsy/whimsy/Rakefile:464:in `block (2 levels) in '
   /Library/Ruby/Gems/2.6.0/gems/rake-13.2.1/exe/rake:27:in `'
   Tasks: TOP => docker:update
   (See full trace by running task with --trace)
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@whimsical.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org