Bug 1423329 - digikam: FTBFS in rawhide
Summary: digikam: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: digikam
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F26FTBFS 1429199
TreeView+ depends on / blocked
 
Reported: 2017-02-17 03:39 UTC by Fedora Release Engineering
Modified: 2017-03-09 11:50 UTC (History)
7 users (show)

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


Attachments (Terms of Use)
build.log (2.07 MB, text/plain)
2017-02-17 03:39 UTC, Fedora Release Engineering
no flags Details
root.log (167.79 KB, text/plain)
2017-02-17 03:40 UTC, Fedora Release Engineering
no flags Details
state.log (619 bytes, text/plain)
2017-02-17 03:40 UTC, Fedora Release Engineering
no flags Details

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


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