The Following User Says Thank You to reinob For This Useful Post: | ||
|
2012-12-13
, 10:07
|
Posts: 132 |
Thanked: 45 times |
Joined on Nov 2011
@ jodhpur
|
#12
|
|
2012-12-13
, 10:48
|
Posts: 34 |
Thanked: 11 times |
Joined on Dec 2012
|
#13
|
The Following User Says Thank You to rakeshyadav For This Useful Post: | ||
|
2012-12-13
, 12:23
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#14
|
You need to recompile them for ARM first.
You conveniently missed out on answering reinob's question of why/what you are trying to do by installing wine-dev..
i thing its possible.
|
2012-12-13
, 15:39
|
Posts: 34 |
Thanked: 11 times |
Joined on Dec 2012
|
#15
|
|
2012-12-18
, 15:35
|
Posts: 132 |
Thanked: 45 times |
Joined on Nov 2011
@ jodhpur
|
#16
|
Code:HTML Code:[PHP][/PHP]
|
2012-12-18
, 21:36
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#17
|
sudo gainroot du -kx /home | sort -n | tail -n 50
sudo gainroot umount /home/user/MyDocs ls -al /home/user/MyDocs
|
2012-12-19
, 16:59
|
Posts: 132 |
Thanked: 45 times |
Joined on Nov 2011
@ jodhpur
|
#18
|
Your optfs partition is full. List your files sorted for size to find the offending space wastersThere is always the possibility that a corrupted MyDocs partition might not get mounted to the correct place. Nevertheless files are saved in this folder. So try for these filesCode:sudo gainroot du -kx /home | sort -n | tail -n 50If files are listed after the unmount command, they are actually in /home/user and wasting space, because you never might access them behind the mounted partition. Move them to an external card temporarily.Code:sudo gainroot umount /home/user/MyDocs ls -al /home/user/MyDocs
|
2012-12-19
, 17:03
|
Posts: 132 |
Thanked: 45 times |
Joined on Nov 2011
@ jodhpur
|
#19
|
Your optfs partition is full. List your files sorted for size to find the offending space wasters[code]sudo gainroot
du -kx /home | sort -n | tail -n 50
|
2012-12-19
, 18:52
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#20
|
sudo gainroot umount /dev/mmcblk0p1 mount -t vfat /dev/mmcblk0p1 /mnt mv /home/user/MyDocs/DCIM/* /mnt/DCIM rmdir /home/user/MyDocs/DCIM mv /home/user/MyDocs/.images/* /mnt/.images rmdir /home/user/MyDocs/.images mv /home/user/MyDocs/.videos/* /mnt/.videos rmdir /home/user/MyDocs/.videos umount /mnt mount -a
Generally, *-dev packages contain header files and libraries (.a) needed to COMPILE programs, not to RUN them.
I haven't looked at (the contents) wine-dev or libc6-dev, so I cannot say if installing those packages on the N900 may or may not cause a problem.
Did you install anything else?