| Summary: | scalpel: FTBFS in rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | scalpel | Assignee: | Michal Ambroz <rebus> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 24 | CC: | rc040203, rebus | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | scalpel-2.1-0.rc1.2.47815c2.fc24 | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2016-05-09 00:04:33 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1305208 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2016-02-13 22:27:24 UTC
Created attachment 1126394 [details]
build.log
Created attachment 1126395 [details]
root.log
Created attachment 1126396 [details]
state.log
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase This FTBFS seems to be caused by a missing BR. At least, BR-ing java-devel instead of java fixes this FTBFS. # diff --git a/scalpel.spec b/scalpel.spec index 9b758fd..946fa12 100644 --- a/scalpel.spec +++ b/scalpel.spec @@ -18,7 +18,7 @@ BuildRequires: tre-devel BuildRequires: automake BuildRequires: autoconf BuildRequires: libtool -BuildRequires: java +BuildRequires: java-devel %description rebus's scalpel-2.1-0.rc1.2.47815c2.fc25 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=758874 scalpel-2.1-0.rc1.2.47815c2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-ab4560ce23 scalpel-2.1-0.rc1.2.47815c2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-ab4560ce23 scalpel-2.1-0.rc1.2.47815c2.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. |