Notices


Reply
Thread Tools
Posts: 3 | Thanked: 0 times | Joined on Feb 2012
#1
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.
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#2
Originally Posted by moldovan_catalin View Post
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.
This is I think because the repository is not updated for the new kernel.
try from shell as root apt-get install gdb will finish. However maemo-debug-scripts will fail because the libc6 is not current.
 
Posts: 3 | Thanked: 0 times | Joined on Feb 2012
#3
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
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#4
Originally Posted by moldovan_catalin View Post
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
Yes, a somewhat working work-around (a bit of work though) look here also http://talk.maemo.org/showthread.php...28#post1171528
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#5
If you are a bit dary, you can try this:

Download:

http://repository.maemo.org/pool/mae...13+0m5_all.deb

http://repository.maemo.org/pool/mae...+0m5_armel.deb

http://repository.maemo.org/pool/mae...+0m5_armel.deb

and in terminal

Code:
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:
Posts: 642 | Thanked: 486 times | Joined on Aug 2008
#6
Cheers dude my running Qt on device over wifi didn't work once I updated to 1.2!
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:00.