Reply
Thread Tools
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#21
Be sure what the content of your /etc/apt/preferences file is, because this might be the blocking issue.
 

The Following User Says Thank You to michaaa62 For This Useful Post:
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#22
now that's really strange .
opened HAM to check the cataloges and it was empty , clicked on downloads and it sid no cataloge in use :$

and michaaa now there is no reference file in /etc/apt :$
now what should i do ?
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#23
now what should i do ?
Do not ignore the 'p' in front of reference any more

The file /etc/apt/preferences does exist on your screenshots, please look into it and paste the content here.
 

The Following User Says Thank You to michaaa62 For This Useful Post:
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#24
Originally Posted by michaaa62 View Post
Do not ignore the 'p' in front of reference any more

The file /etc/apt/preferences does exist on your screenshots, please look into it and paste the content here.
yeah my bad , it was 2 in the morning and i was typing with one eye open and from my n900's keyboard

rechecked /etc/apt/ there is no preferences file in that directory :$
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#25
Okay, but this http://talk.maemo.org/attachment.php...1&d=1309870297 was your screenshot in your post #17 in this thread. Please post the output of
Code:
apt-cache policy hildon-desktop hildon-status-menu
 

The Following User Says Thank You to michaaa62 For This Useful Post:
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#26
Originally Posted by michaaa62 View Post
Okay, but this http://talk.maemo.org/attachment.php...1&d=1309870297 was your screenshot in your post #17 in this thread. Please post the output of
Code:
apt-cache policy hildon-desktop hildon-status-menu


agreed but checked again last night it wasn't there

Code:
hildon-desktop:
  Installed: 1:2.2.140-1+0m5
  Candidate: 1:2.2.142-13
  Version table:
     1:2.2.142-13 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.142-12 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.142-11 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.142-10 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.142-9 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.142-8 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.142-7 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.142-6 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.142-5 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.142-4 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.142-3 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.142-2 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.141-5 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.141-4 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.141-3 0
        500 http://repository.maemo.org fremantle/free Packages
     1:2.2.140-1+0m5 0
        500 https://downloads.maemo.nokia.com ./ Packages
 *** 1:2.2.140-1+0m5 0
        100 /var/lib/dpkg/status
hildon-status-menu:
  Installed: 0.3.40-5
  Candidate: 0.3.40-5
  Version table:
 *** 0.3.40-5 0
        500 http://repository.maemo.org fremantle/free Packages
        100 /var/lib/dpkg/status
     0.3.40-4 0
        500 http://repository.maemo.org fremantle/free Packages
     0.3.40-3 0
        500 http://repository.maemo.org fremantle/free Packages
     0.3.40-2 0
        500 http://repository.maemo.org fremantle/free Packages
     0.3.40-1 0
        500 http://repository.maemo.org fremantle/free Packages
     0.3.39+0m5 0
        500 https://downloads.maemo.nokia.com ./ Packages
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#27
I would suggest to first get the repository list fixed than remove the offending package with force, than install community ssu, which pulls in missing dependencies.

1. Extract and copy the attached repository list to /etc/apt/sources.list.d/ folder
Open HildonApplicationManager and make sure the repositories are enabled
Refresh the lists, then close HAM
2. Open the X-Terminal application, become root.
First check, if, by chance, anything is on hold (post here)
Code:
sudo gainroot
dpkg --get-selections | grep hold
then remove the offending package
Code:
dpkg -r --force-remove-reinstreq --force-depends hildon-control-panel
3. Now start FasterApplicationManager, re-import the repository list from HAM by clicking 'Manage repositories', then tap for the menu on the title bar, click 're-import HAM repo settings'. After it refreshed the lists go and try to install CSSU meta package again, may be you have to install the CSSU enabler package as well.

Good luck!

Do not forget to post errors here before proceeding!

Last edited by michaaa62; 2012-05-29 at 20:43.
 

The Following User Says Thank You to michaaa62 For This Useful Post:
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#28
Originally Posted by michaaa62 View Post
I would suggest to first get the repository list fixed than remove the offending package with force, than install community ssu, which pulls in missing dependencies.

1. Extract and copy the attached repository list to /etc/apt/sources.list.d/ folder
Open HildonApplicationManager and make sure the repositories are enabled
Refresh the lists, then close HAM
2. Open the X-Terminal application, become root.
First check, if, by chance, anything is on hold (post here)
Code:
sudo gainroot
dpkg --get-selections | grep hold
then remove the offending package
Code:
dpkg -r --force-remove-reinstreq --force-depends hildon-control-panel
3. Now start FasterApplicationManager, re-import the repository list from HAM by clicking 'Manage repositories', then tap for the menu on the title bar, click 're-import HAM repo settings'. After it refreshed the lists go and try to install CSSU meta package again, may be you have to install the CSSU enabler package as well.

Good luck!

Do not forget to post errors here before proceeding!
tried as you said , and it gave no error so far .
now about to do the third step .
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#29
finally working
thanks alot michaaa2 and demolition for your support.
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 
Reply


 
Forum Jump


All times are GMT. The time now is 08:31.