Bug 675620

Summary: FTBFS fife-0.3.2-2.fc15
Product: [Fedora] Fedora Reporter: Petr Machata <pmachata>
Component: fifeAssignee: Simon <cassmodiah>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: cassmodiah, mnewsome
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-30 08:26:09 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: 666429    
Bug Blocks:    
Attachments:
Description Flags
Partial fix none

Description Petr Machata 2011-02-06 23:26:47 UTC
Description of problem:
fife-0.3.2-2.fc15 rebuild fails in rawhide.  That's partly caused by boost::filesystem now defaulting to v3 of the interface.  I'll attach a patch for that.

Next problem is SWIG interfaces not containing #include <cstddef> (to get ptrdiff_t).  That's in the patch too.

Next problem is that the build nonetheless fails due to some Python interfacing problem.  That seems to be an instance of bug 666429.  I will report that separately.  I don't know if there are more problems, that's as far as I got.

Version-Release number of selected component (if applicable):
fife-0.3.2-2.fc15

How reproducible:
Always.

Steps to Reproduce:
1. Rebuild the package with new boost in your build root.  To observe the other two bugs, I believe you don't even need boost.
2. Observe the failure.

Comment 1 Petr Machata 2011-02-06 23:34:11 UTC
Created attachment 477350 [details]
Partial fix