Bug 1307546

Summary: gnome-chemistry-utils: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: gnome-chemistry-utilsAssignee: Julian Sikorski <belegdol>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: belegdol, jean.brefort
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 0.14.10-17.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-15 08:57:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
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:26:14 UTC
Your package gnome-chemistry-utils failed to build from source in current rawhide.

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

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

Comment 1 Fedora Release Engineering 2016-02-13 21:26:17 UTC
Created attachment 1124702 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 21:26:18 UTC
Created attachment 1124703 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-13 21:26:19 UTC
Created attachment 1124704 [details]
state.log

Comment 4 Julian Sikorski 2016-02-15 07:58:17 UTC
Hi Jean,
gnome-chemistry-utils fails to build using gcc-6. The specific error is:

document.cc: In member function 'void gcr::Document::OnExportVRML(const string&) const':
document.cc:1524:24: error: cannot convert 'std::ostringstream {aka std::__cxx11::basic_ostringstream<char>}' to 'gpointer {aka void*}' for argument '1' to 'void g_object_unref(gpointer)'
    g_object_unref (file);

Porting guidance exists [1], but I unfortunately do not have the programming knowledge to use it.

[1] https://gcc.gnu.org/gcc-6/porting_to.html