You are not logged in.
It seems that redland and redland-compat are in conflict, but both are required.
I notice that the installed version of redland-compat provides redland, but the new version does not.
$ pacman -Qu
redland-compat 1.0.12-1
skype 2.1.0.81-5.1
$ sudo pacman -Su
:: Starting full system upgrade...
warning: skype: ignoring package upgrade (2.1.0.81-5.1 => 2.2.0.25-1)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: audacity: requires redland
:: libreoffice: requires redland
$ sudo pacman -S redland
resolving dependencies...
looking for inter-conflicts...
:: redland and redland-compat are in conflict. Remove redland-compat? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: redland-compat-storage-virtuoso: requires redland-compat
:: soprano: requires redland-compat
Last edited by jlindgren (2011-04-28 03:41:39)
Offline
Apparently this is now fixed in [testing]. Wait a bit for your mirror to sync.
Offline
Apparently this is now fixed in [testing]. Wait a bit for your mirror to sync.
I've already posted back to the ML that there's still file conflicts. It seems librdf doesn't have versioned so-names?
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
I just ran pacman -Syu again; none of the repositories have been changed since my first post, and the problem is still there. Allan, do you know in what package the problem was fixed?
Last edited by jlindgren (2011-04-25 02:22:31)
Offline
I just ran pacman -Syu again; none of the repositories have been changed since my first post, and the problem is still there. Allan, do you know in what package the problem was fixed?
You can follow the discussion in the ML yourself. No, it is not yet fixed, as I have indicated above.
Related question - why aren't you subscribed to [arch-dev-public]? The announcement on this was made there, and discussion has continued on [arch-general]. Its generally a good idea to be subscribed to at least the former (preferably the latter as well) if you're going to be using [testing].
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
I do not subscribe to mailing lists because I don't like the idea of filtering out the 99% of messages I don't care about in order to find the 1% I do care about. However, I will try in future to search arch-general and arch-dev-public before posting here. Are there any more lists I should search through?
Offline
You don't have to subscribe -- it is available as an archive
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
sl1pkn07@sL1pKn07 pacman.d]$ yaourt -S redland
Contraseña:
resolviendo dependencias...
verificando conflictos...
Objetivos (2): rasqal-0.9.25-1 [0,22 MB] redland-1.0.13-1 [0,18 MB]
Tamaño total de descarga: 0,00 MB
Tamaño total instalado: 3,44 MB
¿Continuar con la instalación? [S/n] s
(2/2) verificando la integridad de los paquetes [---------------------------------------------------------------------------------------] 100%
(2/2) verificando conflictos entre archivos [---------------------------------------------------------------------------------------] 100%
error: error al realizar la transacción (archivos en conflicto)
redland: /usr/lib/librdf.so.0 existe en el sistema de archivos
redland: /usr/lib/librdf.so.0.0.0 existe en el sistema de archivos
[sl1pkn07@sL1pKn07 pacman.d]$ yaourt -Qo /usr/lib/librdf.so.0
/usr/lib/librdf.so.0 es propiedad de redland-compat 1.0.12-3
[sl1pkn07@sL1pKn07 pacman.d]$
sorry. menssage in spanish
Offline
Bug linked: https://bugs.archlinux.org/task/23927
1000
Offline
Today I ran into this problem as well. Unfortunately I have openoffice-base 3.2.1-5 installed since other versions of OOO and libreoffice have a bug, so I need to keep this version. Since redland has been replaced recently with redland-compat, system upgrade fails as it it is stated in OP. Testing repo was enabled for installing gnome3.
My question is can I keep openoffice-base in some way? Modifying /var/lib/pacman/local/openoffice-base-3.2.1-5/desc does the trick or it is not viable?
Edit: openoffice-base is in pacman.conf IgnorePkg array.
Edit2: I was able to run a system upgrade after modifying /var/lib/pacman/local/openoffice-base-3.2.1-5/desc.
Last edited by siriusb (2011-04-25 15:07:54)
Offline
Temporary solved add in /etc/pacman.conf
IgnorePkg = redland redland-compat
Offline
Temporary solved add in /etc/pacman.conf
IgnorePkg = redland redland-compat
When doing that I'm still getting:
:: slv2: requires redland>=1.0.13
:: slv2: requires redland>=1.0.13
:: soprano: requires redland-compat
Offline
Install the older redland-compat from stable, it provides redland.
Offline
So many people using [testing] and not knowing about library sonames...
Offline
I added to my ignore list: "redland redland-compat slv2 ardour soprano"
and re-installed older version of the above packages. Upgrade went fine after that
Offline
So many people using [testing] and not knowing about library sonames...
I think its because of the fact that gnome3 hit [testing]. Everyone wanted to try it out I guess.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Allan wrote:So many people using [testing] and not knowing about library sonames...
I think its because of the fact that gnome3 hit [testing]. Everyone wanted to try it out I guess.
Yeah, most likely that. Wonder how many are subscribed to [archlinux-dev-public] even.
Anyway, Allan, I've been wondering whether the fact that the library versions are librdf.so.0.0.0 is a bug. Shouldn't it be librdf.so.1.0.13 or something? At least that's how its like with other shared objects I've seen (for example gcc's .so.1.0.3).
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
It appears upstream do not actually version the library, so the two versions being provided should be compatible indicating one could just be removed... If not, then that is an upstream bug. I'm guessing there is issues with selecting the right libraries to build against and that is holding up this fix.
Offline
It appears upstream do not actually version the library, so the two versions being provided should be compatible indicating one could just be removed... If not, then that is an upstream bug. I'm guessing there is issues with selecting the right libraries to build against and that is holding up this fix.
Yes, seems likely. If it should be compatible I can help test related applications. The thing is, I'm not really sure what redland does (RDF data, huh?).... or rather what each app uses it for. I don't use akonadi/nepomuk for example.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
The thing is, I'm not really sure what redland does (RDF data, huh?).... or rather what each app uses it for.
My thought exactly.
Offline
Offline
The thing is, I'm not really sure what redland does (RDF data, huh?).... or rather what each app uses it for. I don't use akonadi/nepomuk for example.
Just a library for data modelling: http://en.wikipedia.org/wiki/Resource_D … _Framework
That page also mentions nepomuk.
Last edited by schivmeister (2011-04-26 17:39:40)
I need real, proper pen and paper for this.
Offline
Just a library for data modelling: http://en.wikipedia.org/wiki/Resource_D … _Framework
Somehow I don't think that answers the question of what it actually does. What sort of data does it model, and what is the model good for?
Offline
Replied to that report.. Thanks Andreas.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
So are these broken packages just going to stay in testing?
Offline