Bug 1258128

Summary: librevenge FTBFS in rawhide with Boost 1.59.0
Product: [Fedora] Fedora Reporter: Jonathan Wakely <jwakely>
Component: librevengeAssignee: David Tardon <dtardon>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: caolanm, dtardon
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: 2015-08-30 06:40:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
build.log from failed scratch build with boost-1.59.0
none
Patch for the rawhide spec file. none

Description Jonathan Wakely 2015-08-29 12:10:40 UTC
Created attachment 1068273 [details]
build.log from failed scratch build with boost-1.59.0

I'm updating Boost in rawhide and librevenge fails to build with a linker error:

../lib/.libs/librevenge-0.0.so: undefined reference to `boost::system::system_category()'
../lib/.libs/librevenge-0.0.so: undefined reference to `boost::system::generic_category()'
collect2: error: ld returned 1 exit status
Makefile:623: recipe for target 'testfileinfo' failed

This can be reproduced with:

fedpkg scratch-build --target f24-boost

(The f24-boost tag contains the updated boost-1.59.0 builds).

Scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=10861500

Comment 1 Jonathan Wakely 2015-08-29 12:21:30 UTC
Created attachment 1068274 [details]
Patch for the rawhide spec file.

This patch fixes it, but is a kluge. Please let me know ASAP if you would prefer to fix it differently or if I can go ahead and make this change for now.

Comment 2 David Tardon 2015-08-30 06:40:44 UTC
Already fixed upstream.

Comment 3 Jonathan Wakely 2015-08-30 12:25:58 UTC
Aha, thanks