Bug 1056674

Summary: FTBFS of jansi on rhel7b1
Product: Red Hat Enterprise Linux 7 Reporter: Tuomo Soini <tis>
Component: jansiAssignee: Mikolaj Izdebski <mizdebsk>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: mizdebsk, riehecky
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-22 19:58:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tuomo Soini 2014-01-22 17:13:59 UTC
mock build of jansi fails with:

[ERROR] Failed to execute goal on project jansi: Could not resolve dependencies for project org.fusesource.jansi:jansi:jar:1.9: The following artifacts could not be resolved: org.fusesource.jansi:jansi-native:jar:windows32:1.4, org.fusesource.jansi:jansi-native:jar:windows64:1.4, org.fusesource.jansi:jansi-native:jar:osx:1.4, org.fusesource.jansi:jansi-native:jar:linux64:1.3: The repository system is offline but the artifact org.fusesource.jansi:jansi-native:jar:windows32:1.4 is not available in the local repository. -> [Help 1]

Fix is:

# Remove unnecessary deps for jansi-native builds
%pom_xpath_remove "pom:dependencies/pom:dependency[pom:artifactId = 'jansi-native' and pom:classifier != '']" jansi

Comment 1 Tuomo Soini 2014-01-22 17:14:59 UTC
jansi-1.9-5.el7 is the version

Comment 3 Mikolaj Izdebski 2014-01-22 19:58:12 UTC

*** This bug has been marked as a duplicate of bug 1028540 ***