The Following 4 Users Say Thank You to qole For This Useful Post: | ||
|
2010-05-20
, 09:33
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#52
|
Nokia-N900-02-8:/home/user/MyDocs/sdk# CHROOT=/floppy synchroot synching the chroot... mv: cannot rename '/floppy/etc/hosts': No such file or directory mv: cannot rename '/floppy/usr/share/X11/xkb': No such file or directory
qmount /home/user/MyDocs/maemo-sdk-v1_2.img.ext2 /floppy mkdir /floppy/dev mkdir /floppy/dev/pts mkdir /floppy/dev/shm mkdir /floppy/usr/share/X11/xkb mkdir /floppy/var/run/dbus mkdir /floppy/var/lib/dbus mkdir /floppy/var/run/pulse cp /bin/busybox /floppy/bin cp /etc/hosts /floppy/etc/hosts CHROOT=/floppy synchroot qumount /floppy
|
2010-05-20
, 09:47
|
Posts: 12 |
Thanked: 3 times |
Joined on Jan 2010
@ Helsinki, Finland
|
#53
|
The Following User Says Thank You to Greippi For This Useful Post: | ||
|
2010-05-20
, 13:04
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#54
|
Failed to fetch http://repository.maemo.org/pool/maemo5.0/nokia-binaries/********************************/nokia-binaries/o/opengles-sgx-img/opengles-sgx-img-common-dev_0.20091104.30+0m5_armel.deb Size mismatch
|
2010-05-20
, 16:27
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#55
|
I also get this every time, not sure if it matters or not:
Code:Failed to fetch http://repository.maemo.org/pool/maemo5.0/nokia-binaries/.../nokia-binaries/o/opengles-sgx-img/opengles-sgx-img-common-dev_0.20091104.30+0m5_armel.deb Size mismatch
dpkg -i opengles-sgx-img-common-dev_0.20091104.30+0m5_armel.deb
The Following User Says Thank You to qole For This Useful Post: | ||
|
2010-05-20
, 16:35
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#56
|
Yes, I just started getting that last night, too. Something has changed in the repositories.... Maybe a sign that PR 1.2 is coming?
|
2010-05-20
, 20:28
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#57
|
Yes, I just started getting that last night, too. Something has changed in the repositories.... Maybe a sign that PR 1.2 is coming?
I hacked around that by downloading the package (using wget in Maemo) and then installing it using
(after first installing the dependencies, of course).Code:dpkg -i opengles-sgx-img-common-dev_0.20091104.30+0m5_armel.deb
If you are getting that error, you aren't finished downloading the binaries. Not by a long shot...
I also think its cute the way the N900 reboots halfway through the install and you have to restart the install with a "dpkg --configure -a"
|
2010-05-20
, 20:29
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#58
|
|
2010-05-21
, 06:45
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#59
|
The Following User Says Thank You to Tigerite For This Useful Post: | ||
|
2010-05-26
, 18:41
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#60
|
exit 101
The Following 3 Users Say Thank You to qole For This Useful Post: | ||
From a root terminal:
I had to hack these two files to get the binaries to install (just remove all the bits where it tries to start the daemons):
/var/lib/dpkg/info/hal.postinst
/var/lib/dpkg/info/alarmd.postinst
I also had to do an ln -s command inside the chroot:
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
Last edited by qole; 2010-05-20 at 00:22.