|
2014-12-16
, 02:36
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#2
|
The Following User Says Thank You to Wikiwide For This Useful Post: | ||
|
2014-12-16
, 07:15
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#3
|
|
2014-12-16
, 22:29
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#4
|
The Following User Says Thank You to Wikiwide For This Useful Post: | ||
Tags |
maemo 5, sdk install |
|
So what did I do wrong? Should the libraries on my device be newer somehow? Or is there a source for the SDK I haven't found yet which has an environment in line with my device?
Thanks,
Andy
======= Edit ~8 hours later:
Community SSU won't do the trick by itself. After getting the stable Community SSU installed, do "apt-get update" and then "apt-get upgrade". You'll see a set of packages which won't be upgraded. What the heck, go ahead and update the rest.
Now, "apt-get dist-upgrade" is a no-go; I think because of the Nokia site being gone it'll flag a bunch of stuff to be removed. I used the --dry-run flag on these commands until I was sure I liked what it proposed to do!
The Community SSU postinst kept failing because a file in sudoers.d was not accepted by the N900's update-sudoers script. That kept things confusing.... I had to hand repair the file, not using the %users syntax but just letting "user" do any command. The line was:
%users ALL=(ALL:ALL) NOPASSWD: ALL
and I made it:
user ALL = NOPASSWD: ALL
Finally(!), I did an "apt-get install ..." on the packages which "apt-get upgrade" said it wasn't going to upgrade (it does this when a package has a new dependency, usually). After that my libraries were up-rev'ed and my N900 is now happy with the executables I build for it.
Last edited by vandys; 2014-12-16 at 04:54. Reason: Details on how to resolve the issue