View Single Post
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#9
Originally Posted by marmistrz View Post
Hi,

so: you have 2 ways:
first:
1) install everything which's not aegisfs and is needed manually
2) install signon
3) dpkg --configure -a --force-depends
this is not a permanent

second:
you can try out my updated fuse (I'm lacking testers to claim it stable or not for sure, but this should be ok)
1) install fuse http://talk.maemo.org/showpost.php?p...03&postcount=1
2) install aegisfs http://harmattan-dev.nokia.com/pool/...+0m6_armel.deb
3) apt-get install -f
4) install signon
so i took the second way
1-installed fuse without problems
2- aegisfs
Code:
/home/user/MyDocs # dpkg -i aegisfs_1.0.0\+0m6_armel.deb 
Selecting previously deselected package aegisfs.
(Reading database ... 51513 files and directories currently installed.)
Unpacking aegisfs (from aegisfs_1.0.0+0m6_armel.deb) ...
dpkg: dependency problems prevent configuration of aegisfs:
 aegisfs depends on libbb5-0; however:
  Package libbb5-0 is not installed.
 aegisfs depends on libzip1 (>= 0.9-3); however:
  Package libzip1 is not installed.
dpkg: error processing aegisfs (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 aegisfs
apt-get install -f
Code:
/home/user/MyDocs # apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  libfuse2 fuse-utils
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  aegisfs libsignon-qt0 signond
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
3 not fully installed or removed.
After this operation, 1307kB disk space will be freed.
Do you want to continue [Y/n]? n
dpkg --configure -a --force-depends
Code:
/home/user/MyDocs # dpkg --configure -a --force-depends
dpkg: aegisfs: dependency problems, but configuring anyway as you request:
 aegisfs depends on libbb5-0; however:
  Package libbb5-0 is not installed.
 aegisfs depends on libzip1 (>= 0.9-3); however:
  Package libzip1 is not installed.
Setting up aegisfs (1.0.0+0m6) ...
aegisfs: error while loading shared libraries: libzip.so.1: cannot open shared object file: No such file or directory
dpkg: error processing aegisfs (--configure):
 subprocess post-installation script returned error exit status 127
dpkg: signond: dependency problems, but configuring anyway as you request:
 signond depends on aegisfs; however:
  Package aegisfs is not configured yet.
 signond depends on libcryptsetup0; however:
  Package libcryptsetup0 is not installed.
 signond depends on libsignoncrypto-qt; however:
  Package libsignoncrypto-qt is not installed.
Setting up signond (9.23-1maemo0) ...
aegisfs: error while loading shared libraries: libzip.so.1: cannot open shared object file: No such file or directory
dpkg: libsignon-qt0: dependency problems, but configuring anyway as you request:
 libsignon-qt0 depends on libsignoncrypto-qt; however:
  Package libsignoncrypto-qt is not installed.
 libsignon-qt0 depends on libsignoncrypto-qt; however:
  Package libsignoncrypto-qt is not installed.
Setting up libsignon-qt0 (9.23-1maemo0) ...
ldconfig: /usr/lib/libpulse-mainloop-glib.so.0 is not a symbolic link

ldconfig: /usr/lib/libpulse.so.0 is not a symbolic link

ldconfig: /usr/lib/libpulse-simple.so.0 is not a symbolic link

Errors were encountered while processing:
 aegisfs
( signon installed too )

what should i do now ?
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7

Last edited by sifo; 2012-10-05 at 13:55. Reason: typo