View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#74
Code:
$ mount
rootfs on / type rootfs (rw)
ubi0:rootfs on / type ubifs (rw,bulk_read,no_chk_data_crc)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,noatime,size=1024k)
tmpfs on /var/run type tmpfs (rw,nosuid,noatime,size=256k,mode=755)
none on /dev type tmpfs (rw,noatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noatime,size=65536k)
/dev/mmcblk0p2 on /home type ext3 (noatime,nodiratime,errors=continue,commit=1,data=writeback)
/home/opt on /opt type none (bind,rbind)
nodev on /sys/kernel/debug type debugfs (0)
/opt/pymaemo/usr/lib/python2.5 on /usr/lib/python2.5 type bind (bind,rbind)
/opt/pymaemo/usr/share/pyshared on /usr/share/pyshared type bind (bind,rbind)
/opt/pymaemo/usr/lib/pyshared on /usr/lib/pyshared type bind (bind,rbind)
/opt/pymaemo/usr/share/python-support on /usr/share/python-support type bind (bind,rbind)
/opt/pymaemo/usr/lib/python-support on /usr/lib/python-support type bind (bind,rbind)
/dev/mmcblk0p1 on /home/user/MyDocs type vfat (rw,noauto,nodev,exec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0000,rodir)
/dev/mmcblk1p1 on /media/mmc1 type vfat (rw,noauto,nodev,exec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0000,rodir)
$ dpkg -S '/usr/lib/python2.7*'
modrana: /usr/lib/python2.7
modrana: /usr/lib/python2.7/site-packages/modrana-0.49.4-py2.7.egg-info
modrana: /usr/lib/python2.7/site-packages
$ find /usr/lib/python2.7 | xargs dpkg -S | grep -v 'not found$'
//lots of lines here like these ones.
dpkg: /usr/lib/python2.7/dist-packages/gst-0.10/gst/extend/jukebox.py not found.
dpkg: /usr/lib/python2.7/dist-packages/gst-0.10/gst/extend/sources.py not found.
dpkg: /usr/lib/python2.7/dist-packages/gst-0.10/gst/extend/jukebox.pyc not found.
dpkg: /usr/lib/python2.7/dist-packages/gst-0.10/gst/extend/discoverer.py not found.
dpkg: /usr/lib/python2.7/dist-packages/gst-0.10/gst/extend/utils.pyc not found.
dpkg: /usr/lib/python2.7/dist-packages/gst-0.10/gst/extend/utils.py not found.
dpkg: /usr/lib/python2.7/dist-packages/configobj.py not found.
dpkg: /usr/lib/python2.7/dist-packages/pygst.py not found.
dpkg: /usr/lib/python2.7/dist-packages/PIL.pth not found.
dpkg: /usr/lib/python2.7/python2.7 not found.
I'm also curious. Here's [1] a pastebin of all my packages installed. A simple reflash and reinstall would be the easiest wasy but N900 is my main phone so I can't afford this

And I'm quite skeptical to the bind mount solution. I'd rather go for a good ol' symlink.
And leaving everything as is is not a good idea as this would make porting of modules much more difficult.

/edit: Maybe this is a clue [2] - while removing python2.7-minimal. Maybe it's python2.7-minimal which adds these files & folders?

[1] http://pastebin.com/DYDndzf1
[2] http://pastebin.com/NJvgy8jA
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2014-11-13 at 15:29.
 

The Following User Says Thank You to marmistrz For This Useful Post: