Bug 624641

Summary: Problems when compiling a package which uses boost::signals2
Product: [Fedora] Fedora Reporter: Peng Wu <pwu>
Component: boostAssignee: Benjamin Kosnik <bkoz>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: bkoz, denis.arnaud_fedora, i18n-bugs, mnewsome, pertusus, pmachata
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-01 06:00:53 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: 624937    
Bug Blocks: 623319    
Attachments:
Description Flags
a simple boost test file.
none
compile error log. none

Description Peng Wu 2010-08-17 10:38:13 UTC
Created attachment 439082 [details]
a simple boost test file.

Description of problem:
  I tried to rebuild ibus-pinyin package for Fedora 14 Alpha which uses boost::signals2, but it failed.

  Later I write a very simple test file which is copied from ibus-pinyin config.log, compiling use:
  $g++ -c boost_test.cpp
  And the test file content and compiling error log are attached.
  It still fails, but it compiles ok on Fedora 13.

Version-Release number of selected component (if applicable):
boost-devel-1.44.0-0.4.fc14.i686

Comment 1 Peng Wu 2010-08-17 10:39:23 UTC
Created attachment 439083 [details]
compile error log.

Comment 2 Petr Machata 2010-08-17 13:02:58 UTC
This was fixed between releases -0.5 and -0.6:
# echo '#include <boost/signals2.hpp>' | g++ -x c++ - -c
# rpm -q boost-devel
boost-devel-1.44.0-0.6.fc15.x86_64

Comment 3 Jens Petersen 2010-08-18 04:46:18 UTC
https://admin.fedoraproject.org/updates/boost-1.44.0-0.6.fc14 was unpushed

Comment 4 Peng Wu 2010-09-01 06:00:53 UTC
ibus-pinyin-1.3.10-1.fc14 got built on Fedora 14.
Close this bug.