app-misc/gnote-0.8.2 does not build notebuffer.cpp:748:32: error: ‘signal_idle’ is not a member of ‘Glib’ both gnote-0.8.3 and gnote-0.9.0 have a fix for this problem, however gnote-0.9.0 throws a different error: ======================== In file included from ../../../src/synchronization/syncserviceaddin.hpp:28:0, from filesystemsyncserviceaddin.hpp:27, from filesystemsyncserviceaddin.cpp:30: ../../../src/synchronization/syncmanager.hpp:105:18: error: 'TimeoutSource' is not a member of 'Glib' ======================== From gnote-0.8.2: ======================== x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -pthread -I/usr/include/gtkmm-3.0 -I/usr/lib64/gtkmm-3.0/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib64/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib64/pangomm-1.4/include -I/usr/include/gtk-3.0 -I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtk-3.0/unix-print -I/usr/include/gdkmm-3.0 -I/usr/lib64/gdkmm-3.0/include -I/usr/include/atk-1.0 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/gio-unix-2.0/ -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/uuid -DGNOTE_LOCALEDIR="/usr/share/locale" -DDATADIR="/usr/share" -DLIBDIR="/usr/lib64" -DNDEBUG -Wall -Wcast-align -Wcast-qual -Wformat-security -Wpointer-arith -Wreturn-type -O2 -march=native -fomit-frame-pointer -pipe -floop-interchange -floop-strip-mine -floop-block -DNDEBUG -Wall -Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings -Wunused -Wpointer-arith -Wshadow -fshow-column -c -o notebuffer.o notebuffer.cpp notebuffer.cpp: In member function ‘void gnote::NoteBuffer::widget_swap(const Ptr&, const Gtk::TextIter&, const Gtk::TextIter&, bool)’: notebuffer.cpp:748:32: error: ‘signal_idle’ is not a member of ‘Glib’ ======================== gnote-0.8.3 builds and install fine
> gnote-0.8.3 builds and install fine gnote-0.8.3 was added to portage 90 minutes ago, so the problem is fixed :)