Bug 1423329

Summary: digikam: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: digikamAssignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: 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 Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2017-02-17 03:39:44 UTC
Your package digikam failed to build from source in current rawhide.

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

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

Comment 1 Fedora Release Engineering 2017-02-17 03:39:57 UTC
Created attachment 1251735 [details]
build.log

Comment 2 Fedora Release Engineering 2017-02-17 03:40:02 UTC
Created attachment 1251736 [details]
root.log

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

Comment 4 Rex Dieter 2017-02-17 13:31:05 UTC
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)

Comment 5 Dan HorĂ¡k 2017-02-17 13:41:23 UTC
^^ should be already fixed with openblas-0.2.19-7.fc26 (https://koji.fedoraproject.org/koji/buildinfo?buildID=858968)

Comment 6 Jonathan Wakely 2017-02-17 14:05:08 UTC
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__)
         ^~~~~~~

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

Comment 8 Upstream Release Monitoring 2017-03-08 22:07:15 UTC
rdieter's digikam-5.4.0-5.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=866293

Comment 9 Rex Dieter 2017-03-09 11:48:38 UTC
(re)build completed