Dear list,
As usual, I have problems... trying to update a package I run into this
in %install:
Exception: Following dependencies were not resolved and requires cannot
be generated. Either remove the dependency from pom.xml or add proper
packages to BuildRequires:
org.harctoolbox:HarctoolboxBundle:zip:sources:1.0.0 required by
org.harctoolbox:package
Now, this is as they say "odd". Bits and pieces:
- The missing artifact is produced by the project top-level pom.
- The missing artifact is seemingly not installed, logs says:
[INFO] Installing artifact org.rxtx:rxtx:jar:2.2
[INFO] Installing artifact org.harctoolbox:HarctoolboxBundle:pom:1.0.0
[INFO] Installing artifact org.harctoolbox:IrpMaster:jar:1.1.3
[INFO] Installing artifact org.harctoolbox:IrpMaster:pom:1.1.3
[INFO] Installing artifact org.harctoolbox:HarcHardware:jar:1.1.3
[INFO] Installing artifact org.harctoolbox:HarcHardware:pom:1.1.3
[INFO] Installing artifact org.harctoolbox:Girr:jar:1.1.3
[INFO] Installing artifact org.harctoolbox:Girr:pom:1.1.3
[INFO] Installing artifact org.harctoolbox:Jirc:jar:1.1.3
[INFO] Installing artifact org.harctoolbox:Jirc:pom:1.1.3
[INFO] Installing artifact org.harctoolbox:IrScrutinizer:jar:1.1.3
[INFO] Installing artifact org.harctoolbox:IrScrutinizer:pom:1.1.3
[INFO] Installing artifact org.harctoolbox:package:jar:1.0.0
[INFO] Installing artifact org.harctoolbox:package:pom:1.0.0
i. e., org.harctoolbox:HarctoolboxBundle:zip:sources:1.0.0 is nit
installed(?). (And indeed, it's not in the buildroot).
- The artifact is part of .xmvn-reactor:
<artifact>
<groupId>org.harctoolbox</groupId>
<artifactId>HarctoolboxBundle</artifactId>
<extension>zip</extension>
<classifier>sources</classifier>
<version>1.0.0</version>
<path>/home/mk/rpmbuild/BUILD/harctoolboxbundle-Version-1.1.3/target/HarctoolboxBundle-1.0.0-sources.zip</path>
<properties>
<type>pom</type>
</properties>
Any hint out there why I run into this, or more exactly why the artifact
isn't installed despite being part of xmvn-reactor?
BTW, its 'a catch-22 situation: I cannot remove the dependency, and if I
try to add the missing artifact I get a perfectly sensible "duplicate
artifact" error. So, in some sense it's there, it's just not installed. Or?
Any hint out there?
Cheers!
--alec
--
java-devel mailing list
java-devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/java-devel