View Single Post
Posts: 2 | Thanked: 0 times | Joined on Mar 2010
#1
Hi everyone!

I'm trying to set up the Maemo 5 SDK on my x86 Ubuntu 9.1. I followed the instructions given at:
http://wiki.maemo.org/Documentation/...d_distribution
Everything was correct until I had to update the apt-get on FREMANTLE_ARMEL target. (When I apt-get updated the FREMANTLE_X86 there was no problem. Appx. 130Mb of data downloaded and then i could
Code:
fakeroot apt-get install nokia-binaries nokia-apps
When running
Code:
apt-get update
on the FREMANTLE_ARMEL target I get the following
Code:
[sbox-FREMANTLE_ARMEL: ~] > apt-get update
Hit http://catalogue.tableteer.nokia.com mistral/user Packages
Hit http://catalogue.tableteer.nokia.com mistral/user Release 
Hit http://catalogue.tableteer.nokia.com mistral/user Packages
Hit http://catalogue.tableteer.nokia.com mistral/user Release  
Err http://repository.maemo.org mistral/free Packages          
  404 Not Found [IP: 77.67.19.98 80]
Ign http://repository.maemo.org mistral/free Release
Err http://repository.maemo.org mistral/non-free Packages
  404 Not Found [IP: 77.67.19.98 80]
Ign http://repository.maemo.org mistral/non-free Release
Err http://repository.maemo.org mistral/free Sources
  404 Not Found [IP: 77.67.19.98 80]
Ign http://repository.maemo.org mistral/free Release
Err http://repository.maemo.org mistral/non-free Sources
  404 Not Found [IP: 77.67.19.98 80]
Ign http://repository.maemo.org mistral/non-free Release
Hit http://repository.maemo.org mistral/free Packages
Hit http://repository.maemo.org mistral/free Release  
Hit http://repository.maemo.org mistral/non-free Packages
Hit http://repository.maemo.org mistral/non-free Release
Hit http://repository.maemo.org mistral/free Sources  
Ign http://repository.maemo.org mistral/free Release  
Hit http://repository.maemo.org mistral/non-free Sources
Ign http://repository.maemo.org mistral/non-free Release
Failed to fetch http://repository.maemo.org/contrib/dists/mistral/free/binary-i386/Packages.gz  404 Not Found [IP: 77.67.19.98 80]
Failed to fetch http://repository.maemo.org/contrib/dists/mistral/non-free/binary-i386/Packages.gz  404 Not Found [IP: 77.67.19.98 80]
Failed to fetch http://repository.maemo.org/contrib/dists/mistral/free/source/Sources.gz  404 Not Found [IP: 77.67.19.98 80]
Failed to fetch http://repository.maemo.org/contrib/dists/mistral/non-free/source/Sources.gz  404 Not Found [IP: 77.67.19.98 80]
Reading Package Lists... Done
W: Couldn't stat source package list http://repository.maemo.org mistral/free Packages (/var/lib/apt/lists/repository.maemo.org_contrib_dists_mistral_free_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://repository.maemo.org mistral/non-free Packages (/var/lib/apt/lists/repository.maemo.org_contrib_dists_mistral_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.
I know the solution might be in the resolv.conf files. I checked that both
Code:
/scratchbox/etc/resolv.conf
and
Code:
/scratchbox/users/<user>/targets/FREMANTLE_ARMEL/etc/resolv.conf
have the same addresses that
Code:
/etc/resolv.conf
has (which is the correct one)

Also, I've found this one:http://talk.maemo.org/showpost.php?p=367317 I don't have the 99proxy directory, however

Finally, I went to
Code:
sb-menu
and edited the FREMANTLE_ARMEL target, selected the
Code:
cs2007q3-glibc2.5-arm7
compiler, then the devkits:
Code:
cputransp, debian-sarge, doctools, perl
then the transparency method:
Code:
qemu-arm-0.8.2-sb2
and then tried to extract the rootstrap, but it failed, then i tried to install files to the target, but nothing worked.
After this, I got the advice I shouldn't have done anything in the sb-menu. Maybe I corrupted something doing so? I didn't have any transparency methods though, so I think I did the right thing installing them.

Any ideas?