Bug 1326202

Summary: gnash-plugin cannot be installed because nothing provides libboost_iostreams
Product: [Fedora] Fedora Reporter: Mike FABIAN <mfabian>
Component: gnashAssignee: Hicham HAOUARI <hicham.haouari>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: dakingun, denis.arnaud_fedora, hicham.haouari, jreznik, jsilhan, jwakely, me, mluscon, mmraka, packaging-team-maint, pnemade, vmukhame
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: 2016-04-12 10:43:45 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:

Description Mike FABIAN 2016-04-12 07:10:18 UTC
Testing on Fedora-Workstation-netinst-x86_64-24_Alpha-1.7.iso.

I cannot install gnash-plugin using dnf:

[mfabian@Fedora-Workstation-netinst-x86_6 ~]$ cat /etc/fedora-release 
Fedora release 24 (Twenty Four)
[mfabian@Fedora-Workstation-netinst-x86_6 ~]$ sudo dnf install gnash-plugin
[sudo] mfabian のパスワード:
Last metadata expiration check: 2:42:25 ago on Tue Apr 12 06:21:19 2016.
エラー: nothing provides libboost_iostreams.so.1.58.0()(64bit) needed by gnash-plugin-1:0.8.10-19.fc24.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages)
[mfabian@Fedora-Workstation-netinst-x86_6 ~]$

Comment 1 Michael Mráka 2016-04-12 07:56:13 UTC
Fedora 24_Alpha contains boost-iostreams-1.60.0-4 with libboost_iostreams.so.1.60.0 which basically means gnash-plugin needs to be recompiled with newer boost-iostreams.

Reassigning to boost component.

Comment 2 Jonathan Wakely 2016-04-12 10:37:52 UTC
Why boost component? Shouldn't it be the gnash-plugin component?

Comment 3 Jonathan Wakely 2016-04-12 10:43:45 UTC
There's already a FTBFS bug for gnash, which is the cause of this (not a boost bug).

*** This bug has been marked as a duplicate of bug 1307545 ***

Comment 4 Michael Mráka 2016-04-12 10:51:42 UTC
> Why boost component? Shouldn't it be the gnash-plugin component?

Oops, I'm sorry Jonathan.
It should be gnash-plugin for sure.