FS#23919 - [redland-compat] [rasqal-compat] [raptor1] missing replaces and provides

Attached to Project: Arch Linux
Opened by Sébastien Luttringer (seblu) - Sunday, 24 April 2011, 19:15 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 29 April 2011, 07:04 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity High
Priority High
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 13
Private No

Details

Hello,

I'm unable to upgrade my system.

# pacman -Suy
:: Synchronizing package databases...
testing is up to date
core is up to date
extra is up to date
community-testing is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
warning: consolekit: ignoring package upgrade (0.4.1-4 => 0.4.4-1)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: audacity: requires redland
:: libreoffice: requires redland
rwolf /home/seblu 1 # pacman -S redland
resolving dependencies...
looking for inter-conflicts...
:: rasqal and rasqal-compat are in conflict. Remove rasqal-compat? [y/N] y
:: 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
rwolf /home/seblu 1 # pacman -R redland-compat-storage-virtuoso
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: soprano: requires redland-compat-storage-virtuoso
rwolf /home/seblu 1 # pacman -R redland-compat-storage-virtuoso soprano
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: akonadi: requires soprano
:: kdelibs: requires soprano
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Friday, 29 April 2011, 07:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  after downgrading the packages this should be solved.
Comment by Ionut Biru (wonder) - Sunday, 24 April 2011, 19:17 GMT
wait mirror to sync.
Comment by Nikolay (madgnu) - Monday, 25 April 2011, 07:37 GMT
$ pacman -Syu
:: Synchronizing package databases...
testing is up to date
community-testing is up to date
core is up to date
extra is up to date
community is up to date
staging is up to date
kde-unstable is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: libreoffice: requires redland

solution is pacman -Sdd redland-compat (it should provide & replace redland, isn't it?)
Comment by Sébastien Luttringer (seblu) - Monday, 25 April 2011, 14:42 GMT
mirror should be synced and issue is still present
Comment by Sébastien Luttringer (seblu) - Monday, 25 April 2011, 14:44 GMT
@nikolay: redland-compat doesn't provide redland in its PKGBUILD.
Comment by Nikolay (madgnu) - Monday, 25 April 2011, 15:05 GMT
@sebastien: I know, but it conflicts with redland:

pacman -S redland
resolving dependencies...
looking for inter-conflicts...

Targets (3): raptor-2.0.2-1 [0.22 MB] rasqal-0.9.25-1 [0.21 MB] redland-1.0.13-1 [0.17 MB]

Total Download Size: 0.00 MB
Total Installed Size: 5.25 MB

Proceed with installation? [Y/n]
(3/3) checking package integrity [########################################################] 100%
(3/3) checking for file conflicts [########################################################] 100%
error: failed to commit transaction (conflicting files)
redland: /usr/lib/librdf.so.0 exists in filesystem
redland: /usr/lib/librdf.so.0.0.0 exists in filesystem
Errors occurred, no packages were upgraded.
pacman -Qo /usr/lib/librdf.so.0
/usr/lib/librdf.so.0 is owned by redland-compat 1.0.12-3
Comment by Myra Nelson (myra) - Tuesday, 26 April 2011, 07:14 GMT
I just synced the pacman database then tried to update my system.
When it failed, I did individual updated until I found the culprit.

[myra@gandalf ~]:pacs redland-compat
resolving dependencies...
looking for inter-conflicts...

Targets (3): raptor1-1.4.21-3 rasqal-compat-0.9.21-2 redland-compat-1.0.12-3

Total Download Size: 0.00 MB
Total Installed Size: 1.28 MB

Proceed with installation? [Y/n] y
(3/3) checking package integrity [#######################################################] 100%
(3/3) checking for file conflicts [#######################################################] 100%
error: failed to commit transaction (conflicting files)
redland-compat: /usr/lib/librdf.so.0 exists in filesystem
redland-compat: /usr/lib/librdf.so.0.0.0 exists in filesystem
Errors occurred, no packages were upgraded.

With the same results.
Comment by Thomas Dziedzic (tomd123) - Tuesday, 26 April 2011, 14:23 GMT
I've also hit this same annoying bug...

Also to add to this BR, rasqal and rasqal-compat-devel conflict with each other
Comment by Luís Moreira (knap) - Tuesday, 26 April 2011, 14:28 GMT
[root@luis-laptop ~]# pacman -Su
:: Starting full system upgrade...
warning: eigen: local (3.0.0-1) is newer than extra (2.0.15-1)
:: Replace redland-compat-storage-virtuoso with testing/redland-compat? [Y/n] y
warning: wget: local (1.12-6) is newer than core (1.12-5)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: libreoffice: requires redland

--------------------------------------------------------------------------------

[root@luis-laptop ~]# pacman -S redland
resolving dependencies...
looking for inter-conflicts...
:: rasqal and rasqal-compat are in conflict. Remove rasqal-compat? [y/N] y
:: 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
Comment by Andreas Radke (AndyRTR) - Tuesday, 26 April 2011, 16:37 GMT

Loading...