Hi, when trying to install valgrind, the process fails with unresolved dependencies due to libc6-dbg. When installing that library explicitly from the devel-su console through `apt-get install libc6-dbg`, I get the following message:
Installing valgrind through Settings -> Security -> Developer mode fails as well (and doesn't give a proper error message).Code:The following packages have unmet dependencies. libc6-dbg: Depends: libc6 (= 2.10-0maemo18.1+0m6) but 2.10-0maemo20+0m7 is to be installed
It looks like the libc6 package got updated -- when I `apt-cache show libc6`, I see two versions, 2.10-0maemo18.1+0m6 and 2.10-0maemo20+0m7, but only the older version is present for libc6-dbg. The -dbg package is a prerequisite for valgrind.
Device info: N950 PE1.2 (3.2012.02-6_PR_RM680).
What shall I do here?

Reply With Quote

