Bug 736890

Summary: boost needs rebuild against icu-4.8.1
Product: [Fedora] Fedora Reporter: Jens Petersen <petersen>
Component: boostAssignee: Benjamin Kosnik <bkoz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bkoz, denis.arnaud_fedora, mnewsome, pertusus, pmachata
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: 2011-09-09 14:43:07 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:

Description Jens Petersen 2011-09-09 01:20:15 UTC
Description of problem:
This week icu was updated in Rawhide to 4.8.1.
Currently rawhide boost (inherited from f16) is linked
against icu-4.6.  So currently boost is broken in rawhide.

Packages that BR boost can't currently be built for f17:
eg http://koji.fedoraproject.org/koji/taskinfo?taskID=3333451

Version-Release number of selected component (if applicable):
boost-1.47.0-3.fc16

How reproducible:

Steps to Reproduce:
1. Try to build package that depends on boost in dist-rawhide.
  
Actual results:
DEBUG util.py:247:  Error: Package: boost-graph-1.47.0-3.fc16.x86_64 (build)
DEBUG util.py:247:             Requires: libicuuc.so.46()(64bit)
DEBUG util.py:247:  Error: Package: boost-regex-1.47.0-3.fc16.x86_64 (build)
DEBUG util.py:247:             Requires: libicuuc.so.46()(64bit)
DEBUG util.py:247:  Error: Package: boost-regex-1.47.0-3.fc16.x86_64 (build)
DEBUG util.py:247:             Requires: libicui18n.so.46()(64bit)
DEBUG util.py:247:  Error: Package: boost-graph-1.47.0-3.fc16.x86_64 (build)
DEBUG util.py:247:             Requires: libicui18n.so.46()(64bit)

Expected results:
build to succeed

Additional info:
Hopefully just a simple rebuild is sufficient?

Comment 1 Petr Machata 2011-09-09 14:43:07 UTC
I rebuilt boost.  Thanks for heads-up.