Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1307619

Summary: hokuyoaist: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: hokuyoaistAssignee: Rich Mattes <richmattes>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: jwakely, richmattes
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: 2017-03-05 17:29:27 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:    
Bug Blocks: 1305208    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2016-02-13 21:35:06 UTC
Your package hokuyoaist failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12823022

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Comment 1 Fedora Release Engineering 2016-02-13 21:35:08 UTC
Created attachment 1124921 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 21:35:10 UTC
Created attachment 1124922 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-13 21:35:12 UTC
Created attachment 1124923 [details]
state.log

Comment 4 Jan Kurik 2016-02-24 14:47:14 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 5 Rich Mattes 2016-08-14 16:23:13 UTC
Reported at https://github.com/gbiggs/hokuyoaist/issues/10

Comment 6 Jonathan Wakely 2017-01-28 00:58:21 UTC
The simplest fix would be to make the stringstream mutable. That would have no ABI impact (although the extra 'const' on the what() member functions in C++11 would mode is an ABI break, and one that makes no sense whatsoever, because those functions should have been always const).