maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Some iritating problems. (https://talk.maemo.org/showthread.php?t=87348)

reinob 2012-10-15 16:09

Re: Some iritating problems.
 
@unexpected,

fremantle version is xarchiver 0.4.6-7fremantle7. You are installing diablo version.

Check your repositories. Something is very weird.

unexpected 2012-10-15 16:16

Re: Some iritating problems.
 
Quote:

Originally Posted by reinob (Post 1280850)
@unexpected,

fremantle version is xarchiver 0.4.6-7fremantle7. You are installing diablo version.

Check your repositories. Something is very weird.

ok can you tell me from where should i install the xarchiver of frementle version.

stickymick 2012-10-15 16:26

Re: Some iritating problems.
 
Quote:

Originally Posted by unexpected (Post 1280855)
ok can you tell me from where should i install the xarchiver of frementle version.

I've seen it's available from my-maemo.com: http://my-maemo.com/software/applica...to=1032&faq=63 Not sure if that info's any good to you.

reinob 2012-10-16 07:24

Re: Some iritating problems.
 
Quote:

Originally Posted by unexpected (Post 1280855)
ok can you tell me from where should i install the xarchiver of frementle version.

I'd be interested in seeing which catalogues you have enabled:

$ cat /etc/apt/sources.list.d/hildon-application-manager.list

also, you should run the following:

$ apt-cache policy xarchiver

With this we might learn the reason why apt-get is installing the wrong version.

If you're in a hurry and just want to get over this, go to http://maemo.org/packages/package_in...6-7fremantle7/ and download the .deb, then install it using dpkg:

(as root) # dpkg -i /path/to/xarchiver_0.4.6-7fremantle7_armel.deb

unexpected 2012-10-17 12:55

Re: Some iritating problems.
 
@stickymick
thanx for ur try but still the same problem

@reinob
here is the list of catalogues:

~ $ cat /etc/apt/sources.list.d/hildon-application-manager.li
st
deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./
deb https://downloads.maemo.nokia.com/fremantle/ssu/003 ./
deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./
deb http://repository.maemo.org/extras/ fremantle-1.3 free non-free
deb http://repository.maemo.org/community/ fremantle free non-free
deb http://my-maemo.com/repository/ fremantle user
deb http://marmistrz.net63.net/repository fremantle stable testing unstable
~ $

& here is the output of second code:

~ $ apt-cache policy xarchiver
xarchiver:
Installed: 0.4.6-7maemo2
Candidate: 0.4.6-7maemo2
Version table:
0.4.6-7maemo2 0
500 http://my-maemo.com fremantle/user Packages
*** 0.4.6-7maemo2 0
100 /var/lib/dpkg/status
~ $

thank u very much man u r trying 2 solve my problem :)
so what should i do next?
installing via dpkg?

unexpected 2012-10-17 13:08

Re: Some iritating problems.
 
heres the output after your dpkg suggestion:
(as root)
/home/user/MyDocs # dpkg -i xarchiver_0.4.6-7fremantle7_arme
l.deb
dpkg - warning: downgrading xarchiver from 0.4.6-7maemo2 to 0.4.6-7fremantle7.
(Reading database ... 35110 files and directories currently installed.)
Preparing to replace xarchiver 0.4.6-7maemo2 (using xarchiver_0.4.6-7fremantle7_armel.deb) ...
Unpacking replacement xarchiver ...
dpkg: dependency problems prevent configuration of xarchiver:
xarchiver depends on zip; however:
Package zip is not installed.
xarchiver depends on p7zip; however:
Package p7zip is not installed.
dpkg: error processing xarchiver (--install):
dependency problems - leaving unconfigured
Processing triggers for catoriseplus ...
################################################## ############################################
No changes to hildon menu.
Errors were encountered while processing:
xarchiver
/home/user/MyDocs #

reinob 2012-10-17 14:15

Re: Some iritating problems.
 
@unexpected,

I guess that this my-maemo.org repository is causing the problem because it seems to have priority over maemo-extras (probably because apt-get thinks that 0.4.6-7maemo2 is newer than 0.4.6-7fremantle7).

To quickly solve your problem now I would either install manually zip and p7zip, or simply run "apt-get -f install" to fix the dependencies (i.e. install zip and p7zip).

Hopefully once you do that xarchiver will be configured (i.e. postinstall will be executed) and (again, hopefully) you won't get any error message.

Once everything is OK you can (1) continue to live as until now, or (2) remove my-maemo from your repositories. Honestly, I had never heard of that catalog (thought it was just a web site). In general extras and extras-testing and extras-devel are more "reliable" than "third party" catalogs.

If you keep my-maemo catalog apt-get may complain from time to time that your version of xarchiver needs to be updated. If this bothers you you can "pin" xarchiver to that the version is fixed.

unexpected 2012-10-18 14:38

Re: Some iritating problems.
 
Quote:

Originally Posted by reinob (Post 1281765)
@unexpected,
If you keep my-maemo catalog apt-get may complain from time to time that your version of xarchiver needs to be updated. If this bothers you you can "pin" xarchiver to that the version is fixed.

what do u mean by that?,sorry cant understand clearly :P

i deleted My-Maemo repository & enabled devel,testing repos to install the dependencies.
i tried apt-get -f install xarchiver:

~ $ root


BusyBox v1.20.2 (Debian 1.20.2power3) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# apt-get -f install xarchiver
Reading package lists... Done
Building dependency tree
Reading state information... Done
xarchiver is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
xarchiver: Depends: zip but it is not going to be installed
Depends: p7zip but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Nokia-N900:~#

then i tried as suggested above:

Nokia-N900:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
p7zip zip
Suggested packages:
p7zip-full
The following NEW packages will be installed:
p7zip zip
0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded.
1 not fully installed or removed.
Need to get 583kB of archives.
After this operation, 1516kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://repository.maemo.org fremantle/free zip 3.0-1maemo5 [234kB]
Get:2 http://repository.maemo.org fremantle/free p7zip 9.04~dfsg.1-1-m5-1 [349kB]
Fetched 583kB in 3s (182kB/s)
Selecting previously deselected package zip.
(Reading database ... 35151 files and directories currently installed.)
Unpacking zip (from .../zip_3.0-1maemo5_armel.deb) ...
Selecting previously deselected package p7zip.
Unpacking p7zip (from .../p7zip_9.04~dfsg.1-1-m5-1_armel.deb) ...
Setting up zip (3.0-1maemo5) ...
Setting up p7zip (9.04~dfsg.1-1-m5-1) ...
Setting up xarchiver (0.4.6-7fremantle7) ...
Unknown media type in type 'sketch/png'

Nokia-N900:~#

is it ok now?

unexpected 2012-10-22 16:35

Re: Some iritating problems.
 
Recieving Update for Xarchiver,Problem Solved by Disabling/Removing My-Maemo Repository.
A Big Thanx to reinob for his great help :)
& For those who tried to help me out :)
(Thread Closed :P)


All times are GMT. The time now is 04:56.

vBulletin® Version 3.8.8