Bug 565074 - FTBFS opencv-2.0.0-4.fc13
Summary: FTBFS opencv-2.0.0-4.fc13
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: opencv
Version: rawhide
Hardware: i386
OS: Linux
high
high
Target Milestone: ---
Assignee: Karel Klíč
QA Contact: Fedora Extras Quality Assurance
URL: http://linux.dell.com/files/fedora/Fi...
Whiteboard:
Depends On:
Blocks: F13FTBFS 564939
TreeView+ depends on / blocked
 
Reported: 2010-02-13 17:49 UTC by FTBFS
Modified: 2013-03-03 23:00 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-16 12:23:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
root.log (467.66 KB, text/plain)
2010-02-13 17:49 UTC, FTBFS
no flags Details
build.log (722.67 KB, text/plain)
2010-02-13 17:49 UTC, FTBFS
no flags Details
mock.log (1.00 KB, text/plain)
2010-02-13 17:49 UTC, FTBFS
no flags Details

Description FTBFS 2010-02-13 17:49:11 UTC
opencv-2.0.0-4.fc13.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.
If you believe this is actually a bug in another package, do NOT change the component in this bug or close this bug.  Instead, add the appropriate bug number from the other package to the "Depends on" line in this bug.  If the other package does not yet have a bug created that you think matches, please create one.  Doing so helps us properly track bugs and their dependencies, just as we track package dependencies.  (If you close this bug, and the other package is not fixed before the next FTBFS run, a new bug will get created.  Please follow the above advice to avoid such duplication.)

Comment 1 FTBFS 2010-02-13 17:49:14 UTC
Created attachment 393371 [details]
root.log

root.log for i386

Comment 2 FTBFS 2010-02-13 17:49:17 UTC
Created attachment 393372 [details]
build.log

build.log for i386

Comment 3 FTBFS 2010-02-13 17:49:18 UTC
Created attachment 393373 [details]
mock.log

mock.log for i386

Comment 4 Karel Klíč 2010-02-16 11:52:12 UTC
Seems to be caused by -march=i386 in CXXFLAGS.

Comment 5 Karel Klíč 2010-02-16 12:23:43 UTC
The -march=i386 is added by /usr/lib/rpm/redhat/rpmrc

The FTBFS system uses i386 build architecture. Koji uses i686 architecture which has no problem with the compilation.

I fixed it by overriding CXXFLAXS on i386:
%ifarch i386
export CXXFLAGS="%{__global_cflags} -m32 -fasynchronous-unwind-tables"
%endif

Comment 6 Fedora Update System 2010-03-02 10:40:52 UTC
php-facedetect-1.0.0-4.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/php-facedetect-1.0.0-4.fc13


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