ip2k / google-api-ruby-client

Automatically exported from code.google.com/p/google-api-ruby-client
Apache License 2.0
0 stars 0 forks source link

localmemcache install failure on OS X #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. OS X
2. Attempt install gem install google-api-client
3.Unable to install due to OS X system. Fails on the localmemcache gem. 
Requires environment variable to be set.

What is the expected output? What do you see instead?
Failure on localmemcache. Says to set local environment variable for 
LMC_FORCE_BUILD

What version of the product are you using? On what operating system?
Ruby 1.9.3 through RVM. OS X Snow Leopard.

Please provide any additional information below.

Original issue reported on code.google.com by lifechu...@gmail.com on 5 Sep 2012 at 2:04

Attachments:

GoogleCodeExporter commented 9 years ago
Unless I'm missing something, this gem does not have localmemcache as a 
dependency anywhere?

http://code.google.com/p/google-api-ruby-client/source/browse/Gemfile

This is probably a dependency introduced by something else you're relying on.

Original comment by bobaman@google.com on 5 Sep 2012 at 11:47