Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: java-batik package conflict (Read 289 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

java-batik package conflict

I apologize if I haven't provided enough details here, but basically when running update, I'm getting the following conflict error:

Code: [Select]
:: Synchronizing package databases...
 system is up to date
 world                                         4.9 MiB  2.61 MiB/s 00:02 [----------------------------------------] 100%
 galaxy is up to date
 lib32 is up to date
 universe is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
warning: libxslt: local (1.1.38-1.1) is newer than world (1.1.38-1)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing java-batik (1.17-1) breaks dependency 'java-batik=1.16' required by fop

Re: java-batik package conflict

Reply #1
Code: [Select]
error: failed to prepare transaction (could not satisfy dependencies)
:: installing java-batik (1.17-1) breaks dependency 'java-batik=1.16' required by fop
java-batik 1.17-1 is provided by arch :
Code: [Select]
pacman -Ss java-batik
world/java-batik 1.16-1
    SVG library for Java
extra/java-batik 1.17-1
    SVG library for Java

Re: java-batik package conflict

Reply #2
Thank you for pointing that out. I'm afraid I don't really know how to bypass this. I believe I do indeed need fop for building some erlang documentation but I didn't realize that it depends on java-batik specifically 1.16.

Appreciate any suggestions/alternatives.

 

Re: java-batik package conflict

Reply #3
Hello,
fop is also in the world repositories :
Spoiler (click to show/hide)