PDA

View Full Version : Couldnīt find package


p-r-e-d-a-t-o-r
10-09-2009, 01:24 PM
Hi, I did everything as instructed (http://wiki.maemo.org/Documentation/Maemo5_Final_Installation#Installing_Maemo_5_SDK_o n_32bit_Debian_based_distribution), but when I install nokia-binaries gives me this error

[sbox-FREMANTLE_X86: ~] > fakeroot apt-get install nokia-binaries nokia-apps
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package nokia-binaries

Nathan
10-09-2009, 02:28 PM
Hi, I did everything as instructed (http://wiki.maemo.org/Documentation/Maemo5_Final_Installation#Installing_Maemo_5_SDK_o n_32bit_Debian_based_distribution), but when I install nokia-binaries gives me this error

[sbox-FREMANTLE_X86: ~] > fakeroot apt-get install nokia-binaries nokia-apps
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package nokia-binaries

You went to the Nokia Eula/binaries (http://tablets-dev.nokia.com/eula/index.php) page, typed in the captcha, then copied the repository url it gave you into the scratchbox apt repository list? Then you did a apt-get update? Then you tried an fakeroot apt-get install nokia-bianries

Nathan

Nathan

p-r-e-d-a-t-o-r
10-09-2009, 02:51 PM
Where I find the scratchbox apt repository list ? I add the repository url into third-party software from System → Administration → Software Sources → Third-Party software.

pelago
10-09-2009, 05:26 PM
Where I find the scratchbox apt repository list ? I add the repository url into third-party software from System → Administration → Software Sources → Third-Party software.

In the "[sbox-FREMANTLE_X86: ~] >" prompt, type:
nano -w /etc/apt/sources.list
and paste the repository line into the file and save.

What I don't know how to do is to add the same sources line to the Scratchbox armel target, as http://wiki.maemo.org/Documentation/Maemo5_Final_Installation says to do. In fact, I don't know anything about Scratchbox other than what I've read on that document. It would be nice if that wiki page could link to other wiki pages or sites which explain Scratchbox, as I expect that (like myself) this will be the first time many people have used it.

nymajoak
10-09-2009, 06:33 PM
What I don't know how to do is to add the same sources line to the Scratchbox armel target, as http://wiki.maemo.org/Documentation/Maemo5_Final_Installation says to do.
You do just like you did for the x86 target, only with the armel target active. Change to armel with sb-menu or -- iirc -- sb-config select.

So that is:
Start scratchbox (I assume you start in x86).
Change to armel target with eg sb-menu.
Paste the URL in /etc/apt/sources.list (this is now not the same file as for the x86 target).
Do the apt-get:s..

Note however that the framework UI does not work for the armel target;
http://wiki.maemo.org/Documentation/Maemo5_Final_Installation#Known_Issues_in_the_SDK

HTH

p-r-e-d-a-t-o-r
10-10-2009, 02:58 AM
Thanks, I add the url into /scratchbox/users/p-r-e-d-a-t-o-r/targets/FREMANTLE_ARMEL/etc/apt/sources.list and it works :)