View Single Post
Posts: 26 | Thanked: 8 times | Joined on Nov 2013 @ Argentina
#31
I have some troubles installing your deb.

Code:
~/lala # dpkg -i harmattan-sdk_1.0_armel.deb
Aegis rejecting harmattan-sdk_1.0_armel.deb: usr/local/bin/psk-crack not installed by the package
Aegis rejecting harmattan-sdk_1.0_armel.deb: usr/local/bin/ike-scan not installed by the package
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.
~/lala #
Before that:
Code:
mv /etc/apt/sources.list.d/*files ../backup
apt-get update
Originally Posted by nieldk View Post
Quite easy getting the SDK on device, also on PR1.3, without the dependencies problem - and the annoying message 'please try apt-get -f install ....' after force-all installing.
Just download all packages from rcolistes post (http://talk.maemo.org/showpost.php?p...3&postcount=18), make a tmp folder and use dpkg -x <package-name> tmp/ to extract all the packages to tmp folder. Then, cp -R tmp /.
Of course, you wont be able to uninstall the packages, this, you can overcome by creating a .deb file from the tmp folder and use dpkg -i to install that .deb file.

https://www.dropbox.com/s/vaw21v2yfu..._1.0_armel.deb