| Summary: | gnome-chemistry-utils: FTBFS in rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | gnome-chemistry-utils | Assignee: | Julian Sikorski <belegdol> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | 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
Fedora Release Engineering
2016-02-13 21:26:14 UTC
Created attachment 1124702 [details]
build.log
Created attachment 1124703 [details]
root.log
Created attachment 1124704 [details]
state.log
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
|