Notices


Reply
Thread Tools
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#11
Hi,

I'm not sure whether the complete dependency tree to make this work is available from Extras, but usually the first course if action after receiving dpkg/apt errors is to run:

apt-get -f install

...and see if that works.
__________________
-Brent

Author of TouchSearch -- web searching software for Maemo 5.

Mobile Device lineage: Palm Z22 -> Palm TX -> Nokia N800 -> Nokia N900
 

The Following 2 Users Say Thank You to BrentDC For This Useful Post:
Posts: 133 | Thanked: 172 times | Joined on Jul 2009 @ Travel bag
#12
Addison

I think the issue is I have missed to identify these dependencies as they seem to be already installed on my device, through other applications that I already have.. For example if you have Abiword installed and working on your device, you would already have installed librsvg2-2, libpango1.0-0, libcairo2 etc installed. I will try to identify other dependencies too and put them together in one place..

Apart from BrentDC's suggestion, pls also look for the dependencies in http://www.gronmayer.com/it/ (perhaps you are aware already)..

HTH. I will be more happy to see it working for you, than I was when it worked for me. Guess you would not regret the effort, if you like clock/watches (like me).. You have a lot of choice for the clock faces and look & feel from here once you got this working.
 

The Following User Says Thank You to shin For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#13
I just love it when I get unrelenting errors of unhappiness!

I got libart-2.0-2_2.3.17-1diablo1_armel installed.

librsvg2-2_2.8.1-4_armel depends on librsvg2-common_2.18.2-1terje2_armel and librsvg2-common_2.18.2-1terje2_armel depends on librsvg2-2_2.8.1-4_armel unless one or both of these debs are incorrect.

I grabbed them both from
http://repository.maemo.org/extras/pool/diablo/free/

Thanks for making want to punch my tablet when it's not looking at me.


Error log:
[1|root@Nokia-N800-43-7|/media/mmc2]dpkg -i librsvg2-common_2.18.2-1t erje2_armel.deb
Selecting previously deselected package librsvg2-common.
(Reading database ... 19742 files and directories currently installed .)
Unpacking librsvg2-common (from librsvg2-common_2.18.2-1terje2_armel. deb) ...
dpkg: dependency problems prevent configuration of librsvg2-common:
librsvg2-common depends on librsvg2-2 (= 2.18.2-1terje2); however:
Version of librsvg2-2 on system is 2.8.1-4.
dpkg: error processing librsvg2-common (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
librsvg2-common
[1|root@Nokia-N800-43-7|/media/mmc2]dpkg -i librsvg2-2_2.8.1-4_armel. deb
(Reading database ... 19752 files and directories currently installed .)
Preparing to replace librsvg2-2 2.8.1-4 (using librsvg2-2_2.8.1-4_arm el.deb) ...
Unpacking replacement librsvg2-2 ...
dpkg: dependency problems prevent configuration of librsvg2-2:
librsvg2-2 depends on librsvg2-common (= 2.8.1-4); however:
Version of librsvg2-common on system is 2.18.2-1terje2.
dpkg: error processing librsvg2-2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
librsvg2-2
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#14
Heya shin.

Were you able to find those two unmet dependency files?

Sorry buddy but I'm seeing the ones that I think your clock build requires.

Also, I can't do the force install either. I've done this twice before and it nukes a whole bunch of junk off my tablet because it thinks they're broken, including Xterm.

So basically both times I ended up having to reflash.

Anyway, post back if you find a solution to this outside of installing Abiword.

Thanks!
 
Posts: 133 | Thanked: 172 times | Joined on Jul 2009 @ Travel bag
#15
Addison

I have attached the librsvg2-2 and librsvg2-common files to the install instructions in the first post.. Could you try installing them after uninstalling the "librsvg2-common_2.18.2-1t erje2_armel.deb", that you have currently..

hope this solves the issue and you get the clock on the hildon desktop. Also pls let me know if you had to install any other dependencies so that I can have them included when I move the SVG Clock to extras repository

HTH
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#16
Hey shin!

Sorry for being such a nightmare to ya but I no longer have a clue to what I'm doing.

And yeah, if I do the force install, it looks like I'll lose Xterm again.


1|root@Nokia-N800-43-7|~]apt-get remove librsvg2-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
osso-software-version-rx34: Depends: kernel-diablo-flasher (= 2.6.21-200842 maemo1) but 2.6.21-200835maemo1rotation is to be installed
Depends: xserver-xomap (= 1:1.3.99.0~git2007032 1-0osso20083801) but 1:1.3.99.0~git20070321-0osso20083101rotation is to be in stalled
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


[1|root@Nokia-N800-43-7|~]dpkg -s librsvg2-common
Package: librsvg2-common
Status: install ok installed
Priority: optional
Section: user/libs
Installed-Size: 156
Maintainer: Terje Bergstrom <terje@terje.fi>
Architecture: armel
Source: librsvg
Version: 2.18.2-1terje2
Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.12.12-1osso10), libgtk2.0-0 ( >= 2:2.10.12-0osso15), librsvg2-2 (= 2.18.2-1terje2)
Conflicts: gnome-games (<< 1:2.12)
Description: SAX-based renderer library for SVG files (extra runtime)
The rsvg library is an efficient renderer for Scalable Vector Graphics
(SVG) pictures.
.
This package includes the gdk-pixbuf loader and a GTK+ engine, allowing
to load SVG images transparently inside GTK+ applications.


[1|root@Nokia-N800-43-7|~]dpkg -s librsvg2-2
Package: librsvg2-2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 280
Maintainer: Terje Bergstrom <terje@terje.fi>
Architecture: armel
Source: librsvg
Version: 2.18.2-1terje2
Depends: libc6 (>= 2.5.0-1), libcairo2 (>= 1.4.10), libfontconfig1 (>= 2.4.1), libfreetype6 (>= 2.3.5), libglib2.0-0 (>= 2.12.12-1osso10), libgtk2.0-0 (>= 2:2.10.12-0osso15), libpango1.0-0 (>= 1.16.4), libxml2 (>= 2.6.27)
Suggests: librsvg2-bin
Conflicts: librsvg2-common (<< 2.12)
Description: SAX-based renderer library for SVG files (runtime)
The rsvg library is an efficient renderer for Scalable Vector Graphics
(SVG) pictures.
.
This package contains the runtime library, necessary to run
applications using librsvg.
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#17
Okay, think I got those old deps removed with
apt-get -P "old dependencies"

I was able to install librsvg2-common_2.8.1-4_armel.deb and librsvg2-2_2.8.1-4_armel.deb just fine.

I do think that libart-2.0-2_2.3.17-1diablo1_armel.deb also needs to be installed somewhere along the way as well.

So all that's left is gnome-python-desktop_2.25.91-1_armel.deb

Stupid tablet gives me this error:

[1|root@Nokia-N800-43-7|/media/mmc2]dpkg -i gnome-python-desktop_2.25.91-1_armel.deb
(Reading database ... 19748 files and directories currently installed.)
Preparing to replace gnome-python-desktop 2.25.91-1 (using gnome-python-desktop_2.25.91-1_armel.deb) ...
Unpacking replacement gnome-python-desktop ...
dpkg: dependency problems prevent configuration of gnome-python-desktop:
gnome-python-desktop depends on librsvg2-2 (>= 2.18.1); however:
Version of librsvg2-2 on system is 2.8.1-4.
dpkg: error processing gnome-python-desktop (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gnome-python-desktop
Any suggestions from you shin?

It seems like one would think that 2.8.1-4 is greater than the 2.18.1 but what do I know?
 
Posts: 133 | Thanked: 172 times | Joined on Jul 2009 @ Travel bag
#18
I did not have these issues while installing gnome-python-desktop. I am sorry but frankly I dont see how this can be fixed.. Perhaps the experts here or the folks who got this working could tell us if they had these dependency issues..

Having said that gnome-python-desktop is required for rsvg support.. But librsvg also enables the same. So could you try proceeding to install the SVGClock-1.0.0-1_all.deb and the Themes to check if the clock works..

I am sorry that this is taking so much of your time and efforts.. I think these issues are basically due to the fact that I have not followed through proper scratch box and fresh device to identify the deps clearly.. another learning!
 

The Following User Says Thank You to shin For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#19
What I don't get is why gnome-python-desktop doesn't take, especially when I meet the requirements for installing it.

I think my tablet's brain must be leaking.

And yeah, I have a SVGClock applet for the past 4 days but nothing comes of it when I check it off as a selection.

If you have the time, so to speak, mind trying this for me and posting back the results?

dpkg -s librsvg2-common
dpkg -s librsvg2-2
dpkg -s libart-2.0-2
dpkg -s gnome-python-desktop

Hopefully that will tell us what version you have for each dependency.

Cheers.
 
Posts: 133 | Thanked: 172 times | Joined on Jul 2009 @ Travel bag
#20
The version details are as below..

Code:
Nokia-N810-43-7:~# dpkg -s librsvg2-common
Package: librsvg2-common
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 156
Maintainer: Terje Bergstrom <terje@terje.fi>
Architecture: armel
Source: librsvg
Version: 2.18.2-1terje2
Code:
Nokia-N810-43-7:~# dpkg -s librsvg2-2
Package: librsvg2-2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 280
Maintainer: Terje Bergstrom <terje@terje.fi>
Architecture: armel
Source: librsvg
Version: 2.18.2-1terje2
Code:
Nokia-N810-43-7:~# dpkg -s libart-2.0-2
Package: libart-2.0-2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 184
Maintainer: Thomas Schmidt <tschmidt@debian.org>
Architecture: armel
Source: libart-lgpl
Version: 2.3.17-1diablo1
Code:
Nokia-N810-43-7:~# dpkg -s gnome-python-desktop
Package: gnome-python-desktop
Status: install ok installed
Priority: extra
Section: python
Installed-Size: 192
Maintainer: Michael Thompson <michaelnt@gmail.com>
Architecture: armel
Version: 2.25.91-1
From the above I noticed that the librsvg2-2 and librsvg are terje's versions, where I had the other version earlier.. I can only think that my playing with abiword to get the dependencies has brought in Terje's version.. also I am not sure of the differences between Terje's version and the other one..

Addison - do you have the theme files in the location below. My Python script looks for the .svg theme files only at this location!! After installing everything, if the theme files are not at the right location, the clock would not display yet..
Code:
/home/user/MyDocs/Themes/default
 

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


 
Forum Jump


All times are GMT. The time now is 06:20.