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 - mbassador: FTBFS in rawhide
Summary: mbassador: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mbassador
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Honggang LI
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F26FTBFS
TreeView+ depends on / blocked
 
Reported: 2017-02-17 15:17 UTC by Fedora Release Engineering
Modified: 2017-04-10 03:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-04-10 03:11:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (1.12 KB, text/plain)
2017-02-17 15:17 UTC, Fedora Release Engineering
no flags Details
root.log (70.72 KB, text/plain)
2017-02-17 15:17 UTC, Fedora Release Engineering
no flags Details
state.log (477 bytes, text/plain)
2017-02-17 15:17 UTC, Fedora Release Engineering
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.