Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1423930

Summary: mbassador: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: mbassadorAssignee: Honggang LI <honli>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: honli, msimacek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-10 03:11:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1423041    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2017-02-17 15:17:31 UTC
Your package mbassador failed to build from source in current rawhide.

https://koji.fedoraproject.org/koji/taskinfo?taskID=17737405

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

Comment 1 Fedora Release Engineering 2017-02-17 15:17:35 UTC
Created attachment 1253110 [details]
build.log

Comment 2 Fedora Release Engineering 2017-02-17 15:17:38 UTC
Created attachment 1253111 [details]
root.log

Comment 3 Fedora Release Engineering 2017-02-17 15:17:40 UTC
Created attachment 1253112 [details]
state.log

Comment 4 Honggang LI 2017-02-22 08:12:43 UTC
DEBUG package_manager.py:103:  ['/usr/bin/dnf', 'builddep', '--installroot', '/var/lib/mock/f26-build-7622994-694379/root/', '/var/lib/mock/f26-build-7622994-694379/root//builddir/build/SRPMS/mbassador-1.2.4.1-3.fc26.src.rpm']
DEBUG util.py:594:  child environment: None
DEBUG util.py:518:  Executing command: ['/usr/bin/dnf', 'builddep', '--installroot', '/var/lib/mock/f26-build-7622994-694379/root/', '/var/lib/mock/f26-build-7622994-694379/root//builddir/build/SRPMS/mbassador-1.2.4.1-3.fc26.src.rpm', '--setopt=tsflags=nocontexts'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'LC_MESSAGES': 'C', 'HOME': '/builddir', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100'} and shell False
DEBUG util.py:435:  Last metadata expiration check: 0:02:24 ago on Sat Feb 11 05:47:22 2017.
DEBUG util.py:435:  No matching package to install: 'mvn(org.apache.maven.plugins:maven-pmd-plugin)'
DEBUG util.py:435:  Not all dependencies satisfied
DEBUG util.py:435:  Error: Some packages could not be found.


mbassador depends on maven-pmd-plugin, which was retired in Fedora 26. Please see

https://bugzilla.redhat.com/show_bug.cgi?id=1385636

Comment 5 Fedora End Of Life 2017-02-28 11:49:03 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle.
Changing version to '26'.

Comment 6 Michael Simacek 2017-03-30 10:28:56 UTC
maven-pmd-plugin is an upstream QA tool that is useless in package builds and that's also one of the reasons why it was retired.

Looking at your package - it doesn't even use maven-pmd-plugin, it just has it among BuildRequires (probably was used in the past and remained there). Fixing the BuildRequires makes the package build again with no additional changes. The correct BuildRequires should be:

BuildRequires:  maven-local
BuildRequires:  mvn(de.odysseus.juel:juel-impl)
BuildRequires:  mvn(javax.el:el-api)
BuildRequires:  mvn(junit:junit)
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires:  mvn(org.apache.maven.plugins:maven-source-plugin)
BuildRequires:  mvn(org.assertj:assertj-core)
BuildRequires:  mvn(org.mockito:mockito-core)
BuildRequires:  mvn(org.slf4j:slf4j-api)
BuildRequires:  mvn(org.slf4j:slf4j-log4j12)
BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)

Comment 7 Upstream Release Monitoring 2017-04-10 03:08:16 UTC
honli's mbassador-1.2.4.1-4.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=878069

Comment 8 Honggang LI 2017-04-10 03:11:00 UTC
Thanks for help. Issue had been fixed.

https://koji.fedoraproject.org/koji/taskinfo?taskID=18895582