Summary: | dev-libs/dbus-c++-0.9.0: fails to build with gcc 4.7 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Jean-Noël Rivasseau (RETIRED) <elvanor> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 390247 |
Description
Diego Elio Pettenò (RETIRED)
![]() actual error: eventloop-integration.cpp: In constructor 'DBus::BusDispatcher::BusDispatcher()': eventloop-integration.cpp:84:23: error: 'pipe' was not declared in this scope eventloop-integration.cpp: In member function 'virtual void DBus::BusDispatcher::leave()': eventloop-integration.cpp:124:55: error: 'write' was not declared in this scope eventloop-integration.cpp:127:21: error: 'close' was not declared in this scope make[3]: *** [libdbus_c___1_la-eventloop-integration.lo] Error 1 should be all set now in the tree; thanks for the report! Commit message: Add fix from ChromiumOS for building with gcc-4.7 http://sources.gentoo.org/dev-libs/dbus-c++/dbus-c++-0.9.0-r1.ebuild?rev=1.1 http://sources.gentoo.org/dev-libs/dbus-c++/files/dbus-c++-0.9.0-gcc-4.7.patch?rev=1.1 |