View Single Post
Posts: 172 | Thanked: 27 times | Joined on Oct 2009 @ San Francisco, CA
#60
Originally Posted by anders_gud View Post
yes mypaint-data is 2 MB optified - but not mypaint (it's like 300-200k - problems with maemo-optify creating recursive links)
I lost over 5 MB in my rootfs after installing this app. Did I do something wrong? Here's what the terminal spit out after installing the libraries:

Code:
/home/user # apt-get install libblas3gf liblapack3gf pymaemo-optify python-numpy 
Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
The following packages were automatically installed and are no longer required: 
bzip2 python-conic 
Use 'apt-get autoremove' to remove them. 
Suggested packages: 
python-numpy-doc python-numpy-dbg python-nose 
The following NEW packages will be installed: 
libblas3gf liblapack3gf python-numpy 
The following packages will be upgraded: 
pymaemo-optify 
1 upgraded, 3 newly installed, 0 to remove and 33 not upgraded. 
Need to get 5080kB of archives. 
After this operation, 13.7MB of additional disk space will be used. 
Get:1 http://repository.maemo.org fremantle/free libblas3gf 1.2-2maemo2 [243kB] 
Get:2 http://repository.maemo.org fremantle/free liblapack3gf 3.1.1-6maemo2 [3351kB] 
Get:3 http://repository.maemo.org fremantle/free python-numpy 1:1.4.0-1maemo2 [1483kB] 
Get:4 http://repository.maemo.org fremantle/free pymaemo-optify 0.5 [3620B] 
Fetched 5080kB in 22s (226kB/s) 
Selecting previously deselected package libblas3gf. 
(Reading database ... 29234 files and directories currently installed.) 
Unpacking libblas3gf (from .../libblas3gf_1.2-2maemo2_armel.deb) ... 
Selecting previously deselected package liblapack3gf. 
Unpacking liblapack3gf (from .../liblapack3gf_3.1.1-6maemo2_armel.deb) ... 
Selecting previously deselected package python-numpy. 
Unpacking python-numpy (from .../python-numpy_1%3a1.4.0-1maemo2_armel.deb) ... 
Preparing to replace pymaemo-optify 0.2 (using .../pymaemo-optify_0.5_all.deb) ... 
Stopping PyMaemo optification 
umount: cannot umount /usr/lib/python2.5: Device or resource busy 
WARNING: "/usr/lib/python2.5" could not be umounted, using mount --move 
umount: cannot umount /usr/lib/pyshared: Device or resource busy 
WARNING: "/usr/lib/pyshared" could not be umounted, using mount --move 
umount: cannot umount /usr/lib/python-support: Device or resource busy 
WARNING: "/usr/lib/python-support" could not be umounted, using mount --move 
Starting PyMaemo optification 
Unpacking replacement pymaemo-optify ... 
Setting up libblas3gf (1.2-2maemo2) ... 
Setting up liblapack3gf (3.1.1-6maemo2) ... 
Setting up python-numpy (1:1.4.0-1maemo2) ... 
Setting up pymaemo-optify (0.5) ... 
Installing new version of config file /etc/init.d/pymaemo-optify ... 
Stopping PyMaemo optification 
umount: cannot umount /usr/lib/python2.5.move.XXXXWmHk5f: Device or resource busy 
umount: cannot umount /usr/lib/pyshared.move.XXXXVFZ1Vv: Device or resource busy 
umount: cannot umount /usr/lib/python-support.move.XXXX6KAcKJ: Device or resource busy 
Starting PyMaemo optification 
/home/user #
I ran apt-get autoremove and apt-get autoclean, and Extras-Devel is no longer enabled. My rootfs went from 47.3 MB to 41.9 MB. Any help appreciated.