Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Tizen on Gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
elettronik
n00b
n00b


Joined: 31 Dec 2009
Posts: 12

PostPosted: Fri Jan 13, 2012 9:38 am    Post subject: Tizen on Gentoo Reply with quote

Hi all, after Nokia abandoned Meego Project, I read about Tizen as new OS for mobiles. Looking in the site, the SDK was released only for Ubuntu, so I'd like to know if is there a way to install it on a Gentoo machine. Thanks for your help and cheers! :wink:
Back to top
View user's profile Send private message
Wormo
Retired Dev
Retired Dev


Joined: 29 Nov 2004
Posts: 526
Location: SB County California

PostPosted: Sun Jan 15, 2012 7:43 am    Post subject: Reply with quote

Have not tried the Tizen SDK specifically, but the latest TI DVSDK also insists on a particular version of ubuntu to install. I found it easiest to go ahead and install it on such an ubuntu system, then tarball up the install directory and stick it on my gentoo box. That ended up working fine. An ubuntu virtualbox instance would also serve the same purpose of convincing the SDK installer to run.
Back to top
View user's profile Send private message
elettronik
n00b
n00b


Joined: 31 Dec 2009
Posts: 12

PostPosted: Sun Jan 15, 2012 10:02 am    Post subject: Reply with quote

I try the hard way, so I've modified the first part of installer, only commenting line line that check system requirements, but then I got a this error:

Code:
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now


Any ideas?
Back to top
View user's profile Send private message
elettronik
n00b
n00b


Joined: 31 Dec 2009
Posts: 12

PostPosted: Sun Jan 15, 2012 11:05 am    Post subject: Reply with quote

Update

I've extract manually from installer with:

Code:

mkdir tmp
tail -n+119 tizen_sdk.bin > tmp/tmp_archive.tar.gz
cat tizen_sdk.bin | grep -Eao 'ORI_FILE_md5sum=".*"' | cut -d '"' -f 2 | xargs -i echo '{}' '*'tmp_archive.tar.gz > tmp/checksum
cd tmp/
md5sum -c checksum
tar -zxvf tmp_archive.tar.gz
Back to top
View user's profile Send private message
Simpliplant
n00b
n00b


Joined: 14 Jun 2013
Posts: 1

PostPosted: Fri Jun 14, 2013 8:51 pm    Post subject: Reply with quote

elettronik wrote:
Update

I've extract manually from installer with:

Code:

mkdir tmp
tail -n+119 tizen_sdk.bin > tmp/tmp_archive.tar.gz
cat tizen_sdk.bin | grep -Eao 'ORI_FILE_md5sum=".*"' | cut -d '"' -f 2 | xargs -i echo '{}' '*'tmp_archive.tar.gz > tmp/checksum
cd tmp/
md5sum -c checksum
tar -zxvf tmp_archive.tar.gz


Thanks, worked great even now with new sdk when I changed 119 to 130 :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum