PDA

View Full Version : Maemo 5 SDK Installation - Problem getting Nokia binaries :(


bemymonkey
11-14-2009, 03:14 PM
Hi there, I'm wondering if someone could help a n00b out :)

I've been trying to install the SDK, and I've gotten to the part where I'm supposed to download the Nokia binaries (7.2 here http://wiki.maemo.org/Documentation/Maemo5_Final_Installation#Installing_Maemo_5_SDK_o n_x86-32_Debian_based_distribution), but I can't get any further :(

I copied and pasted the line I'm supposed to add into the sources.list file, but when running apt-get update I keep getting a "malformed line 5 in source list /etc/apt/sources.list (dist)" error...

Any idea what I'm doing wrong? I just copied the whole line, with deb http://repository.maemo.org/ fremantle/codecodecodecodecode nokia-binaries into the file... should I have edited something?

Thanks in advance! :)

uusitalo
11-14-2009, 03:24 PM
i had a same problem, just take care that its one line, the web page where you get the deb lines doesnt work out just straight c&p for me, it has some garbage in the middle

hopbeat
11-14-2009, 03:26 PM
Hmm, this looks all right.
Can you confirm that this is in your scratchbox?


[sbox-FREMANTLE_X86: ~/qt/t6] > cat /etc/apt/sources.list
deb http://repository.maemo.org/ fremantle/sdk free non-free
deb-src http://repository.maemo.org/ fremantle/sdk free
deb http://repository.maemo.org/ fremantle/tools free non-free
deb-src http://repository.maemo.org/ fremantle/tools free
deb http://repository.maemo.org/ fremantle/********** nokia-binaries

bemymonkey
11-14-2009, 03:36 PM
That's exactly what's in the file :(

@uusitalo: Which garbage? :(

bemymonkey
11-14-2009, 03:47 PM
i had a same problem, just take care that its one line, the web page where you get the deb lines doesnt work out just straight c&p for me, it has some garbage in the middle

Just tried typing it out in case the copy & paste was funking things up, and it didn't help :(

uusitalo
11-15-2009, 01:44 AM
deb http://repository.maemo.org/ fremantle/sdk free non-free
deb-src http://repository.maemo.org/ fremantle/sdk free
deb http://repository.maemo.org/ fremantle/tools free non-free
deb-src http://repository.maemo.org/ fremantle/tools free
deb http://repository.maemo.org/ fremantle/4fc38c8c78ebe90178c050b805a8dc78 nokia-binaries

cocayden
11-15-2009, 02:17 AM
This seems to be the same issue as another thread.
http://talk.maemo.org/showpost.php?p=367317&postcount=6

bemymonkey
11-15-2009, 03:17 AM
Meh, I did it with echo and it worked. Looks like it was nano that was causing problems... weird. Thanks for the support!