Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 587958 - dev-util/nemiver-0.9.6: nmv-dbg-common.h:174:16: error: cannot convert ‘const sigc::slot_base’ to ‘bool’ in return
Summary: dev-util/nemiver-0.9.6: nmv-dbg-common.h:174:16: error: cannot convert ‘const...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-04 08:43 UTC by Kobboi
Modified: 2016-07-30 19:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2016-07-04 08:43:51 UTC
libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/libxml2 -I/usr/include/libgtop-2.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 -DENABLE_NLS=1 -DDATADIR=\"/usr/share\" -I../../src -I../../src/confmgr -std=c++11 -O2 -march=native -pipe -fomit-frame-pointer -fuse-cxa-atexit -c nmv-cpp-trait.cc  -fPIC -DPIC -o .libs/nmv-cpp-trait.o
In file included from nmv-gdbmi-parser.h:31:0,
                 from nmv-gdbmi-parser.cc:32:
nmv-dbg-common.h: In member function ‘bool nemiver::Command::has_slot() const’:
nmv-dbg-common.h:174:16: error: cannot convert ‘const sigc::slot_base’ to ‘bool’ in return
         return m_slot;
                ^
/bin/sh ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/libxml2 -I/usr/include/libgtop-2.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  -DENABLE_NLS=1 -DDATADIR=\"/usr/share\" -I../../src -I../../src/confmgr   -std=c++11 -O2 -march=native -pipe -fomit-frame-pointer  -fuse-cxa-atexit -c -o nmv-debugger-utils.lo nmv-debugger-utils.cc
In file included from nmv-gdb-engine.h:30:0,
                 from nmv-gdb-engine.cc:43:
nmv-dbg-common.h: In member function ‘bool nemiver::Command::has_slot() const’:
nmv-dbg-common.h:174:16: error: cannot convert ‘const sigc::slot_base’ to ‘bool’ in return
         return m_slot;
                ^
libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/libxml2 -I/usr/include/libgtop-2.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 -DENABLE_NLS=1 -DDATADIR=\"/usr/share\" -I../../src -I../../src/confmgr -std=c++11 -O2 -march=native -pipe -fomit-frame-pointer -fuse-cxa-atexit -c nmv-debugger-utils.cc  -fPIC -DPIC -o .libs/nmv-debugger-utils.o
In file included from nmv-dbg-common.cc:27:0:
nmv-dbg-common.h: In member function ‘bool nemiver::Command::has_slot() const’:
nmv-dbg-common.h:174:16: error: cannot convert ‘const sigc::slot_base’ to ‘bool’ in return
         return m_slot;
                ^
make[3]: *** [nmv-dbg-common.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [nmv-gdbmi-parser.lo] Error 1
make[3]: *** [nmv-gdb-engine.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-util/nemiver-0.9.6/work/nemiver-0.9.6/src/dbgengine'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-util/nemiver-0.9.6/work/nemiver-0.9.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-util/nemiver-0.9.6/work/nemiver-0.9.6'
make: *** [all] Error 2
Comment 1 Michael Palimaka (kensington) gentoo-dev 2016-07-13 16:40:53 UTC
Please attach the build log and add emerge --info.
Comment 2 Pacho Ramos gentoo-dev 2016-07-30 19:23:22 UTC
[master 161b09b] dev-util/nemiver: Upstream patches to fix build failures (#587958 by Kobboi)
 3 files changed, 89 insertions(+), 5 deletions(-)
 create mode 100644 dev-util/nemiver/files/nemiver-0.9.6-bool-build.patch
 create mode 100644 dev-util/nemiver/files/nemiver-0.9.6-fix-build.patch