Bug 1423329
Summary: | digikam: FTBFS in rawhide | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | digikam | Assignee: | Rex Dieter <rdieter> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 26 | CC: | alekcejk, dan, jwakely, me, rdieter, smparrish, than | ||||||||
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-03-09 11:48:38 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, 1429199 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2017-02-17 03:39:44 UTC
Created attachment 1251735 [details]
build.log
Created attachment 1251736 [details]
root.log
Created attachment 1251737 [details]
state.log
waiting on broken deps of other component: DEBUG util.py:435: Error: nothing provides libgfortran.so.3 needed by openblas-openmp-0.2.19-4.fc26.i686. DEBUG util.py:435: nothing provides libgfortran.so.3 needed by openblas-openmp-0.2.19-4.fc26.i686 DEBUG util.py:435: (try to add '--allowerasing' to command line to replace conflicting packages) ^^ should be already fixed with openblas-0.2.19-7.fc26 (https://koji.fedoraproject.org/koji/buildinfo?buildID=858968) The error in build.log is because the package is built with -fno-operator-names but then tries to use operator names in preprocessor conditions: /builddir/build/BUILD/digikam-5.4.0/core/libs/dmetadata/metaengine_p.cpp:52:5: warning: "not" is not defined, evaluates to 0 [-Wundef] #if not defined(__APPLE__) && defined(__GNUC__) ^~~ /builddir/build/BUILD/digikam-5.4.0/core/libs/dmetadata/metaengine_p.cpp:52:9: error: missing binary operator before token "defined" #if not defined(__APPLE__) && defined(__GNUC__) ^~~~~~~ /builddir/build/BUILD/digikam-5.4.0/core/libs/dmetadata/metaengine_p.cpp:726:5: warning: "not" is not defined, evaluates to 0 [-Wundef] #if not defined(__APPLE__) && defined(__GNUC__) ^~~ /builddir/build/BUILD/digikam-5.4.0/core/libs/dmetadata/metaengine_p.cpp:726:9: error: missing binary operator before token "defined" #if not defined(__APPLE__) && defined(__GNUC__) ^~~~~~~ This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'. rdieter's digikam-5.4.0-5.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=866293 (re)build completed |