maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   N9 - "Unable to trace installation package dependencies" after PR 1.2 upgrade (https://talk.maemo.org/showthread.php?t=82654)

moldovan_catalin 2012-02-28 18:20

N9 - "Unable to trace installation package dependencies" after PR 1.2 upgrade
 
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.

nieldk 2012-02-28 18:31

Re: N9 - "Unable to trace installation package dependencies" after PR 1.2 upgrade
 
Quote:

Originally Posted by moldovan_catalin (Post 1171443)
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.

moldovan_catalin 2012-02-28 20:22

Re: N9 - "Unable to trace installation package dependencies" after PR 1.2 upgrade
 
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 :)

nieldk 2012-02-28 20:30

Re: N9 - "Unable to trace installation package dependencies" after PR 1.2 upgrade
 
Quote:

Originally Posted by moldovan_catalin (Post 1171526)
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

nieldk 2012-03-01 21:11

Re: N9 - "Unable to trace installation package dependencies" after PR 1.2 upgrade
 
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


rash.m2k 2012-03-01 21:44

Re: N9 - "Unable to trace installation package dependencies" after PR 1.2 upgrade
 
Cheers dude my running Qt on device over wifi didn't work once I updated to 1.2!


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

vBulletin® Version 3.8.8