Active Topics

 


Reply
Thread Tools
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#91
Originally Posted by clasificado View Post
apt-get should update your local index of packages. i bet you get some kind of error there. please post it here
You're right...here's what I get:

Code:
Err: http://repository.maemo.org fremantle/xxxxx/nokia-binaries Packages

404 Not found [IP: 67.xxx.xx.xx xx]
*** I changed token code and IP address to 'xxxx's' instead of the actual numbers....but then you guys probably figured that out....***
__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800

Last edited by ArchiMark; 2010-07-15 at 18:44.
 
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#92
Anyone have any suggestions to get 'nokia-binaries' downloaded as noted in my post above?

Thanks!
__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800
 
clasificado's Avatar
Posts: 466 | Thanked: 180 times | Joined on Feb 2010
#93
i can think only of two things now

1) your core has expired, or something: ask for a new one to nokia
2) you have a typo in the deb-line. double-check your sources file

you will find it at /etc/apt/sources.list (Inside your chroot image, or qmounted on /sdk). i've attached mine so you can compare it
Attached Files
File Type: txt sources.list.txt (304 Bytes, 154 views)
 

The Following User Says Thank You to clasificado For This Useful Post:
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#94
Originally Posted by clasificado View Post
i can think only of two things now

1) your core has expired, or something: ask for a new one to nokia
2) you have a typo in the deb-line. double-check your sources file

you will find it at /etc/apt/sources.list (Inside your chroot image, or qmounted on /sdk). i've attached mine so you can compare it
Thanks for your help, clasificado!

I just compared my sources.list to yours and it's same...so, probably issue is related to our item number 1 above, the token code....will try another one and see what happens...

UPDATE

Just went to the Nokia webpage on my Mac where you get the token code....entered that number in the sources.list on N900 and tried 'apt-get update' and get same error message as before, not found....
__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800

Last edited by ArchiMark; 2010-07-17 at 05:20. Reason: Add info
 
clasificado's Avatar
Posts: 466 | Thanked: 180 times | Joined on Feb 2010
#95
maybe you should replace your sources file with mine, and the edit the file with vi

maybe you have a typo somewhere. you know, something that you are ignoring

Last edited by clasificado; 2010-07-18 at 04:44.
 

The Following User Says Thank You to clasificado For This Useful Post:
Posts: 15 | Thanked: 15 times | Joined on Dec 2009 @ Brisbane, Australia
#96
Thanks to this awesome thread I now have a working SDK on my N900!

I did things a little differently though... I read about resizing partitions so I had already moved about 10GB from MyDocs to /home. Because of this I avoided the use of an image file and just started with the maemo rootstrap, which I extracted into /home/sdk. I had to modify qchroot and closechroot so they didn't try to mount/unmount the image. Tigerite's instructions for going from bare rootstrap to installed SDK worked a treat.

I'd like to make a little contribution, which is to explain the problem with Qt. If you've tried to use libqt4-dev you will have noticed that qmake doesn't work. Qt does not fit into the debian/scratchbox packaging style because it builds host tools and target tools at the same time. To prevent it from taking a million years to build the official packages under scratchbox, qmake (and the other "host" tools) are built for x86. Thus these packages only work properly on a x86-compatible machine.

To correct this, I have grabbed the sources used to build the libqt4-dev package and built the host tools using the native compiler. To use these, unpack this tarball into /usr (eg. cd /usr; tar zxf /path/to/qttools.tgz).

Happy Hacking!
 

The Following 3 Users Say Thank You to a1291762 For This Useful Post:
jaeezzy's Avatar
Posts: 664 | Thanked: 160 times | Joined on Jul 2008 @ Australia
#97
I installed nokia-binaries - perfect and then tried installing maemo-sdk-dev coz when trying to compile gave me heaps lots of errors but it terminated with some error code and "dpkg --configure -a" is giving me the following: (However, I can now compile and even make .deb package in the device itself.)

Code:
[root@maemo-sdk-v1_2: /]dpkg --configure -a > ~/dpkg_err
start: Unknown job: sysklogd
dpkg: error processing sysklogd (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of maemo-core-runtime:
 maemo-core-runtime depends on sysklogd; however:
  Package sysklogd is not configured yet.
dpkg: error processing maemo-core-runtime (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of maemo-sdk-runtime:
 maemo-sdk-runtime depends on maemo-core-runtime; however:
  Package maemo-core-runtime is not configured yet.
dpkg: error processing maemo-sdk-runtime (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of maemo-core-dev:
 maemo-core-dev depends on maemo-core-runtime (= 5.0+3); however:
  Package maemo-core-runtime is not configured yet.
dpkg: error processing maemo-core-dev (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of maemo-sdk-dev:
 maemo-sdk-dev depends on maemo-sdk-runtime (= 5.0+0m5); however:
  Package maemo-sdk-runtime is not configured yet.
 maemo-sdk-dev depends on maemo-core-dev; however:
  Package maemo-core-dev is not configured yet.
dpkg: error processing maemo-sdk-dev (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sysklogd
 maemo-core-runtime
 maemo-sdk-runtime
 maemo-core-dev
 maemo-sdk-dev
[root@maemo-sdk-v1_2: /]cd ~
[root@maemo-sdk-v1_2: ~]vi dpkg_err
sh: vi: command not found
[root@maemo-sdk-v1_2: ~]
 
Posts: 72 | Thanked: 35 times | Joined on Jul 2010
#98
Originally Posted by ArchiMark View Post
Anyone have any suggestions to get 'nokia-binaries' downloaded as noted in my post above?

Thanks!
i have same problem.. please some solution...
 
Posts: 15 | Thanked: 15 times | Joined on Dec 2009 @ Brisbane, Australia
#99
If you're having troubles with the nokia-binaries line, see if it works from a desktop machine. This will rule out any networking issues on the N900*. I had scratchbox setup on my desktop first and just copied the nokia-binaries line from my desktop machine onto my N900.

* I have experienced a problem with apt caused by the phone not getting the same DNS results my desktop got, even though it was connecting through the desktop (USB) at the time. I ended up resolving that by copying lines from my desktop's /etc/resolv.conf into the phone's one.
 

The Following 2 Users Say Thank You to a1291762 For This Useful Post:
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#100
Originally Posted by jaeezzy View Post
I installed nokia-binaries - perfect and then tried installing maemo-sdk-dev coz when trying to compile gave me heaps lots of errors but it terminated with some error code and "dpkg --configure -a" is giving me the following: (However, I can now compile and even make .deb package in the device itself.)

Code:
[root@maemo-sdk-v1_2: /]dpkg --configure -a > ~/dpkg_err
start: Unknown job: sysklogd
Do you have syklogd?
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:10.