The Following User Says Thank You to xkx For This Useful Post: | ||
|
2013-11-09
, 21:15
|
Posts: 71 |
Thanked: 177 times |
Joined on Aug 2013
|
#2
|
Hello Maemo community!
I tried to checkout wheezy packages from AapoRantalainen in scratchbox, but unfortunetly had some issues with scratchbox itself.
I have set it up as seen on http://wiki.maemo.org/Documentation/...K_Installation but even during installation I saw some errors "No space left on the device" while configuring packages via dpkg. On the second try (dpkg --configure -a), it just worked with no issues, but after adding AapoRantalainen's repositories and doing apt-get dist-upgrade it keeps giving me such errors:
whenever I try apt-get upgrade -f it fails in slightly different manner. but "no space left on device" repeats over and over.Code:Preparing to replace libc6-dev 2.5.1-1eglibc27+0m5 (using .../libc6-dev_2.10.90-maemo1_armel.deb) ... Unpacking replacement libc6-dev ... dpkg: error processing /var/cache/apt/archives/libc6-dev_2.10.90-maemo1_armel.deb (--unpack): unable to install new version of `./usr/include/rpcsvc/bootparam_prot.x': No space left on device dpkg-deb: subprocess paste killed by signal (Broken pipe) Preparing to replace libc6 2.5.1-1eglibc27+0m5 (using .../libc6_2.10.90-maemo1_armel.deb) ... Unpacking replacement libc6 ... dpkg: error processing /var/cache/apt/archives/libc6_2.10.90-maemo1_armel.deb (--unpack): unable to install new version of `./usr/share/zoneinfo/Europe/Lisbon': No space left on device dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/libc6-dev_2.10.90-maemo1_armel.deb /var/cache/apt/archives/libc6_2.10.90-maemo1_armel.deb E: Sub-process dpkg returned an error code (1)
I use 64bit debian wheezy with some packages from testing, scratchbox v1.0.27 (hathor repo). Have set abi.vsyscall32 and
vm.mmap_min_addr to 0.
Anyways, thats my first attempt to cross compilation, so hope youre not gonna it me up if resolution is too trivial. And yes I do have some space on my hard drive (on rootfs where the /scratchbox live is slightly over 22GB space availible).
|
2013-11-09
, 22:33
|
Posts: 3 |
Thanked: 3 times |
Joined on Nov 2013
|
#3
|
Output of 'df -h'?
You are saying that rootfs is not full.. that's weird, I had simmilar issue, which was caused by small rootfs.
#lexik
[sbox-FREMANTLE_ARMEL: ~] > df -h Filesystem Size Used Avail Use% Mounted on rootfs 113G 90G 22G 81% / udev 113G 90G 22G 81% /dev tmpfs 385M 500K 385M 1% /run /dev/sda3 113G 90G 22G 81% / tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 2.1G 2.3M 2.1G 1% /run/shm df: `/var/lib/nfs/rpc_pipefs': No such file or directory /dev/sda3 113G 90G 22G 81% /scratchbox /dev/sda3 113G 90G 22G 81% /tmp /dev/sda3 113G 90G 22G 81% /dev tmpfs 385M 500K 385M 1% /run tmpfs 2.1G 2.3M 2.1G 1% /run/shm tmpfs 5.0M 0 5.0M 0% /run/lock df: `/mnt/pub': No such file or directory
|
2013-11-10
, 10:40
|
Posts: 3 |
Thanked: 3 times |
Joined on Nov 2013
|
#4
|
The Following 2 Users Say Thank You to xkx For This Useful Post: | ||
I tried to checkout wheezy packages from AapoRantalainen in scratchbox, but unfortunetly had some issues with scratchbox itself.
I have set it up as seen on http://wiki.maemo.org/Documentation/...K_Installation but even during installation I saw some errors "No space left on the device" while configuring packages via dpkg. On the second try (dpkg --configure -a), it just worked with no issues, but after adding AapoRantalainen's repositories and doing apt-get dist-upgrade it keeps giving me such errors:
I use 64bit debian wheezy with some packages from testing, scratchbox v1.0.27 (hathor repo). Have set abi.vsyscall32 and
vm.mmap_min_addr to 0.
Anyways, thats my first attempt to cross compilation, so hope youre not gonna it me up if resolution is too trivial. And yes I do have some space on my hard drive (on rootfs where the /scratchbox live is slightly over 22GB space availible).
Last edited by xkx; 2013-11-09 at 18:09.