|
2012-02-28
, 18:31
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#2
|
Hi,
after upgrading my N9 to PR 1.2 I cannot install Debugging module in the developer mode screen. When trying to install it a dialog is displayed stating that "devtools-debug" is to be installed and also
additional packages "maemo-debug-scripts" and "gdb". After pressing Ok button, after a while I get this error: "Can't install. Unable to trace installation package dependencies". Can someone help me please?
Thanks.
![]() |
2012-02-28
, 20:22
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2012
|
#3
|
|
2012-02-28
, 20:30
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#4
|
I've installed the debugger via apt-get as suggested and it seems that I'm able to debug using Qt Creator but I'm not sure if all the functionality is there, I mean surely those scripts in the "maemo-debug-scripts" package have some purpose there
|
2012-03-01
, 21:11
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#5
|
devel-su develsh cd /path/to/downloaded/debs mv /etc/apt/sources.list ./ apt-get update dpkg -i libc6_2.5.1-1eglibc27+0m5_armel.deb dpkg -i libc6-dbg_2.5.1-1eglibc27+0m5_armel.deb dpkg -i maemo-debug-scripts_0.13+0m5_all.deb mv sources.list /etc/apt/ apt-get update
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2012-03-01
, 21:44
|
Posts: 642 |
Thanked: 486 times |
Joined on Aug 2008
|
#6
|
after upgrading my N9 to PR 1.2 I cannot install Debugging module in the developer mode screen. When trying to install it a dialog is displayed stating that "devtools-debug" is to be installed and also
additional packages "maemo-debug-scripts" and "gdb". After pressing Ok button, after a while I get this error: "Can't install. Unable to trace installation package dependencies". Can someone help me please?
Thanks.