Languages

Menu
Sites
Language
SDK Installation failed (Mac)

I cannot install SDK on my Mac, half of the installation goes fine and then it says "Fatal error occured while installing the Tizen SDK"
I have OS X 10.8.4, I tried both usual and CLI installation

The last lines of install log are below, they look fine to me... Tizen IDE appeared but I cannot create native project...

Jul 27 13:06:32 NyxbullAir-493.local installd[8394]: PackageKit: Writing receipt for com.intel.kext.haxm.1.0.5 to /private/var/db/receipts
Jul 27 13:06:32 NyxbullAir-493.local installd[8394]: Installed "Intel(R) Hardware Accelerated Execution Manager" ()
Jul 27 13:06:32 NyxbullAir-493.local install_monitor[8399]: Re-included: /Applications, /Developer, /Library, /System, /bin, /private, /sbin, /usr
Jul 27 13:06:32 NyxbullAir-493.local installd[8394]: PackageKit: releasing backupd
Jul 27 13:06:32 NyxbullAir-493.local installd[8394]: PackageKit: allow user idle system sleep
Jul 27 13:06:32 NyxbullAir-493.local installd[8394]: PackageKit: ----- End install -----
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]: Running install actions
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]: Removing temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.8353wkTbaX"
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]: Finalize disk "Macintosh HD"
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]: Notifying system of updated components
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]:
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]: **** Summary Information ****
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]:   Operation      Elapsed time
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]: -----------------------------
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]:        disk      0.01 seconds
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]:      script      0.00 seconds
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]:        zero      0.01 seconds
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]:     install      25.10 seconds
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]:     -total-      25.13 seconds
Jul 27 13:06:33 NyxbullAir-493.local installer[8353]:
Jul 27 13:06:48 NyxbullAir-493.local installd[8394]: installd: Exiting.

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

11 Replies
DongHee Yang
Let me get the log files in ~/.installmanager/install-log on the failure To: donghee.yang@samsung.com
jean-benoit hamard
Hi, Same problem here also on Mac OSX 10.8.4, although it looks like the problem comes from the emulator installation : if I dont install the emulator, i get not error. The IDE then works fine, but obviously I have no emulator.
munkyu im
Hi. Could you check ~/tmp permission? Use "ls -al ~/tmp" on CLI.
jean-benoit hamard
hi, permission on tmp : -rwxr-xr-x 1 root staff 135 1 aoû 16:01 setshmmax.sh -rw-r--r-- 1 root staff 109 1 aoû 16:01 sysctl.conf
jean-benoit hamard
Changing the owner on ~/tmp allowed me to install the emulator. thanks
munkyu im
OK. but I'm curious about the permission. Did you or some program change it to root? I guess it should be user permission originally.
jean-benoit hamard
Hi, I dont recall changing it to root myself, so i guess some program must have done it, but unfortunately i dont know which one.
mithun reddy
Hi All, Even I am facing the same problem. drwxr-xr-x 2 root staff 68 May 30 17:52 . drwxr-xr-x+ 45 mithun staff 1530 Aug 9 18:01 .. this was the thing I found in terminal .what should I do now.
jean-benoit hamard
Hi, You can try to reset the owner to your user on ~/tmp: sudo chown -R your_user ~/tmp Then try the installation again. That did the trick for me.
mithun reddy
I'm not getting what u r telling my user name is 'mithun' exactly tell me what command should i use. Thanks, Mithun
jean-benoit hamard
the command should then be : sudo chown -R mithun ~/tmp