Active Topics

 


Reply
Thread Tools
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#11
@unexpected,

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

Check your repositories. Something is very weird.
 

The Following 2 Users Say Thank You to reinob For This Useful Post:
Posts: 112 | Thanked: 30 times | Joined on Jun 2012 @ Jeddah,Saudi Arabia
#12
Originally Posted by reinob View Post
@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's Avatar
Posts: 1,079 | Thanked: 1,019 times | Joined on Mar 2010
#13
Originally Posted by unexpected View Post
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.
__________________
Mick has just punched the cr@p out of the "Unlike" button on the Official Nokia Facebook Page.
 
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#14
Originally Posted by unexpected View Post
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
 

The Following 2 Users Say Thank You to reinob For This Useful Post:
Posts: 112 | Thanked: 30 times | Joined on Jun 2012 @ Jeddah,Saudi Arabia
#15
@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?
 
Posts: 112 | Thanked: 30 times | Joined on Jun 2012 @ Jeddah,Saudi Arabia
#16
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 #
 
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#17
@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.
 

The Following 2 Users Say Thank You to reinob For This Useful Post:
Posts: 112 | Thanked: 30 times | Joined on Jun 2012 @ Jeddah,Saudi Arabia
#18
Originally Posted by reinob View Post
@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?

Last edited by unexpected; 2012-10-18 at 14:45.
 
Posts: 112 | Thanked: 30 times | Joined on Jun 2012 @ Jeddah,Saudi Arabia
#19
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)
 

The Following User Says Thank You to unexpected For This Useful Post:
Reply


 
Forum Jump


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