Questions tagged [osx-mavericks]

OS X Mavericks (version 10.9) is the tenth release of OS X, Apple's desktop and server operating system for Macintosh computers.

It was released October 22, 2013 and is available as a free upgrade from any version of OS X starting with Snow Leopard (10.6.8) or later only downloadable from the Mac App Store.

1988 questions
93
votes
9 answers

Unable to use xcodebuild on Mavericks with Command Line Tools installed

I have installed the Command Line Tools: $ xcode-select --print-path /Library/Developer/CommandLineTools However, when anything tries to use xcodebuild, I get the following error: $ /usr/bin/xcodebuild xcode-select: error: tool 'xcodebuild'…
user1082754
91
votes
12 answers

"gem install therubyracer -v '0.10.2'" on osx mavericks not installing

Trying to install therubyracer on mavericks using "gem install therubyracer -v '0.10.2'" but i am getting the following error: /Users/dennischen/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb checking for main() in -lobjc... yes creating…
user2711889
  • 990
  • 1
  • 7
  • 9
88
votes
9 answers

Get list of open files (descriptors) in OS X

I would like to get a list of open files in a process on os x (10.9.1). In Linux I was able to get this from /proc/PID/fd. However I'm not sure how to get the same on OS X. I found that the procfs is not present on the OS X (by default. possible…
user3169543
  • 1,499
  • 1
  • 10
  • 16
86
votes
7 answers

Eclipse Kepler for OS X Mavericks request Java SE 6

I have just made a clean installation of OS X Mavericks, and I have downloaded Eclipse Kepler , but if I execute it, gives me this message: Asking me to install Runtime Java SE 6; I have already installed Java 7, and if I press Install in that…
Piero
  • 9,173
  • 18
  • 90
  • 160
85
votes
15 answers

therubyracer - Gem::Ext::BuildError: ERROR: Failed to build gem native extension

I'm trying to install the following gem versions on Mavericks libv8 (3.16.14.3) therubyracer (0.12.1) Obviously therubyracer gems depends on libv8. 1) Installing libv8 What is libv8? My bit of research seems to indicaite it's some sort of…
user2490003
  • 10,706
  • 17
  • 79
  • 155
84
votes
8 answers

Maven not found in Mac OSX mavericks

After upgrading my Mac OSX 10.8 to 10.9, Maven not found in the /usr/share path but its installed in 10.8. when I try this command: $ maven -version got this result -bash: mvn: command not found but it worked fine on 10.8? Any idea?
Sahil Mahajan
  • 3,922
  • 2
  • 29
  • 43
77
votes
6 answers

Installing Elasticsearch on OSX Mavericks

I'm trying to install Elasticsearch 1.1.0 on OSX Mavericks but i got the following errors when i'm trying to start: :> ./elasticsearch Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.elasticsearch.Version at…
Catalin M.
  • 1,026
  • 1
  • 8
  • 7
77
votes
3 answers

IOS simulator slow with Mavericks

I'm the only one to have a slow simulator since the last OSX update (Mavericks)? I've tried to reset simulator I've tried to switch on/off animation speed in Debug main bar I've tried to draw my game with a simple moving quad I've tried to run my…
LongDuZboub
  • 1,041
  • 2
  • 12
  • 18
76
votes
3 answers

Xcode Service (Mavericks) errors when run unit tests is enabled

When an Xcode Service bot attempts to perform a build with run unit tests enabled, the build will always fail. When I look at the log file, the same error repeats many times: xcsbuildd[1966] : [XCSBuildOperation.m:106 7368f310 +2126ms]…
Adam Young
  • 1,217
  • 10
  • 18
76
votes
8 answers

Cannot install pg gem in Mavericks with Postgres.app

I am trying to install the pg gem for use with Postgres.app on my local machine. I am running Mavericks. Postgres.app is installed and running fine, but I cannot get the gem to work. I've done the following: Used the command 'env ARCHFLAGS="-arch…
blundin
  • 1,603
  • 3
  • 14
  • 29
72
votes
10 answers

Where is my m2 folder on Mac OS X Mavericks

I cant seem to find the local .m2 folder on Mac OS X mavericks. Ideally it should be at {user.home}/.m2 but I cant seem to find it. Should I create it?
seeker
  • 6,841
  • 24
  • 64
  • 100
72
votes
8 answers

Mac OS X 10.9 - setting permanent environment variables

How do I set a permanent environment variable (i.e. one that does not need exporting every time I start a new Terminal session) in Mac OS X 10.9? I've found a number of answers about modifying my .bash_profile and .profile, however neither of these…
danw
  • 1,608
  • 4
  • 29
  • 48
68
votes
3 answers

SED without backup file

I use the following sed command to replace text in the file: sed -i -e 's/noreply@\(.*\).example.com/noreply@example.com/' cron.yaml But it create backup of the file cron.yaml under name cron.yaml-e. I tried to move -i to the end: sed -e…
LA_
  • 19,823
  • 58
  • 172
  • 308
64
votes
12 answers

Docker can't connect to boot2docker because of TCP timeout

I'm running Mac OS 10.9.5 (Mavericks), I've followed https://docs.docker.com/installation/mac/ to install Docker. I get a timeout error message when I run Docker even though the boot2docker VM is running in the background. nikhil@macbook ~>…
nikhil
  • 8,925
  • 21
  • 62
  • 102
64
votes
10 answers

rbenv install --list does not list version 2.1.2

I installed rbenv via Homebrew on an OS X 10.9.3 MacBook Pro: brew update brew upgrade rbenv ruby-build According to rbenv install --list on my laptop Ruby 2.1.0-dev is the latest.
levy
  • 833
  • 1
  • 6
  • 9