plamoni / SiriProxy

A (tampering) proxy server for Apple's Siri
GNU General Public License v3.0
2.12k stars 343 forks source link

Problem with rake install #530

Closed theolsen closed 11 years ago

theolsen commented 11 years ago

Hi all, I've been trying to get Siriproxy up and running for about a week now. I seem to be having problems with rake install.

I'm a novice so I am probably getting what I deserve!

Here's what I get: hoglets-imac:SiriProxy daveolsen$ gem install /Users/daveolsen/SiriProxy/pkg/siriproxy-0.5.4.gem Fetching: CFPropertyList-2.1.2.gem (100%) ERROR: While executing gem ... (Errno::EACCES) Permission denied - /Users/daveolsen/.rvm/gems/ruby-1.9.3-p429@SiriProxy/cache/CFPropertyList-2.1.2.gem hoglets-imac:SiriProxy daveolsen$

I'm happy to set up teamviewer if somebody would like to have a poke.

Thanks,

Dave.

elvisimprsntr commented 11 years ago

You really taking the hard road...

  1. Is there some particular reason you need to run SiriProxy natively on Mac OSX? Because you will be a minority of the user population which you are less likely to be successful or receive support. Since you have admitted you are new, I recommend you consider installing a virtual machine like virtualbox.org and install Ubuntu Linux. Once you have RVM, Ruby, and SiriProxy running, and still insist on running natively on Mac OSX you will have to look for other sources and forums for advice.

Elvis

On May 29, 2013, at 5:27, theolsen notifications@github.com wrote:

Hi all, I've been trying to get Siriproxy up and running for about a week now. I seem to be having problems with rake install.

I'm a novice so I am probably getting what I deserve!

Here's what I get: hoglets-imac:SiriProxy daveolsen$ gem install /Users/daveolsen/SiriProxy/pkg/siriproxy-0.5.4.gem Fetching: CFPropertyList-2.1.2.gem (100%) ERROR: While executing gem ... (Errno::EACCES) Permission denied - /Users/daveolsen/.rvm/gems/ruby-1.9.3-p429@SiriProxy/cache/CFPropertyList-2.1.2.gem hoglets-imac:SiriProxy daveolsen$

I'm happy to set up teamviewer if somebody would like to have a poke.

Thanks,

Dave.

— Reply to this email directly or view it on GitHub.

theolsen commented 11 years ago

Thanks elvisimprsntr, that's probably just the push I needed...installing virtualbox now. Wish me luck :-)

elvisimprsntr commented 11 years ago

Remember to use a bridged Ethernet controller. That's the only tweak from the virtualbox defaults.

theolsen commented 11 years ago

Thanks man. Appreciate the help.

On Wed, May 29, 2013 at 2:03 PM, Elvis notifications@github.com wrote:

Remember to use a bridged Ethernet controller. That's the only tweak from the virtualbox defaults.

Reply to this email directly or view it on GitHub: https://github.com/plamoni/SiriProxy/issues/530#issuecomment-18614600