Bug 565074
Summary: | FTBFS opencv-2.0.0-4.fc13 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | FTBFS <ftbfs> | ||||||||
Component: | opencv | Assignee: | Karel Klíč <kklic> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | high | ||||||||||
Version: | rawhide | CC: | karlthered, kklic, kwizart, nomis80, rpandit, rvokal | ||||||||
Target Milestone: | --- | Keywords: | Triaged | ||||||||
Target Release: | --- | ||||||||||
Hardware: | i386 | ||||||||||
OS: | Linux | ||||||||||
URL: | http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/ | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2010-02-16 12:23:43 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: | 538681, 564939 | ||||||||||
Attachments: |
|
Description
FTBFS
2010-02-13 17:49:11 UTC
Created attachment 393371 [details]
root.log
root.log for i386
Created attachment 393372 [details]
build.log
build.log for i386
Created attachment 393373 [details]
mock.log
mock.log for i386
Seems to be caused by -march=i386 in CXXFLAGS. 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 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 |