Ubuntu Pastebin

Paste from lars at Tue, 3 Nov 2015 11:16:54 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/launcher/LauncherController.cpp: In constructor ‘unity::launcher::Controller::Impl::Impl(unity::launcher::Controller*, const Ptr&, const Ptr&)’:
/home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/launcher/LauncherController.cpp:153:38: error: ‘group’ is not a member of ‘sigc’
   wm.viewport_layout_changed.connect(sigc::group(sigc::mem_fun(this, &Controller::Impl::UpdateNumWorkspaces), sigc::_1 * sigc::_2));
                                      ^
/home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/launcher/LauncherController.cpp:153:111: error: ‘_1’ is not a member of ‘sigc’
   wm.viewport_layout_changed.connect(sigc::group(sigc::mem_fun(this, &Controller::Impl::UpdateNumWorkspaces), sigc::_1 * sigc::_2));
                                                                                                               ^
/home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/launcher/LauncherController.cpp:153:111: note: suggested alternatives:
In file included from /usr/include/c++/5/memory:79:0,
                 from /home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/launcher/pch/launcher_pch.hh:25:
/usr/include/c++/5/functional:782:34: note:   ‘std::placeholders::_1’
     extern const _Placeholder<1> _1;
                                  ^
In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37:0,
                 from /usr/include/boost/mpl/placeholders.hpp:43,
                 from /usr/include/boost/iterator/iterator_categories.hpp:17,
                 from /usr/include/boost/iterator/iterator_facade.hpp:14,
                 from /usr/include/boost/range/iterator_range_core.hpp:27,
                 from /usr/include/boost/lexical_cast.hpp:30,
                 from /usr/include/Nux-4.0/NuxCore/PropertyTraits.h:31,
                 from /usr/include/Nux-4.0/NuxCore/Property.h:25,
                 from /usr/include/Nux-4.0/NuxCore/Object.h:33,
                 from /usr/include/Nux-4.0/NuxCore/NuxCore.h:730,
                 from /usr/include/Nux-4.0/Nux/Nux.h:26,
                 from /home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/launcher/pch/launcher_pch.hh:27:
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:29:16: note:   ‘mpl_::_1’
 typedef arg<1> _1;
                ^
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:29:16: note:   ‘mpl_::_1’
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:29:16: note:   ‘mpl_::_1’
/home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/launcher/LauncherController.cpp:153:122: error: ‘_2’ is not a member of ‘sigc’
   wm.viewport_layout_changed.connect(sigc::group(sigc::mem_fun(this, &Controller::Impl::UpdateNumWorkspaces), sigc::_1 * sigc::_2));
                                                                                                                          ^
/home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/launcher/LauncherController.cpp:153:122: note: suggested alternatives:
In file included from /usr/include/c++/5/memory:79:0,
                 from /home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/launcher/pch/launcher_pch.hh:25:
/usr/include/c++/5/functional:783:34: note:   ‘std::placeholders::_2’
     extern const _Placeholder<2> _2;
                                  ^
In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37:0,
                 from /usr/include/boost/mpl/placeholders.hpp:43,
                 from /usr/include/boost/iterator/iterator_categories.hpp:17,
                 from /usr/include/boost/iterator/iterator_facade.hpp:14,
                 from /usr/include/boost/range/iterator_range_core.hpp:27,
                 from /usr/include/boost/lexical_cast.hpp:30,
                 from /usr/include/Nux-4.0/NuxCore/PropertyTraits.h:31,
                 from /usr/include/Nux-4.0/NuxCore/Property.h:25,
                 from /usr/include/Nux-4.0/NuxCore/Object.h:33,
                 from /usr/include/Nux-4.0/NuxCore/NuxCore.h:730,
                 from /usr/include/Nux-4.0/Nux/Nux.h:26,
                 from /home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/launcher/pch/launcher_pch.hh:27:
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:42:16: note:   ‘mpl_::_2’
 typedef arg<2> _2;
                ^
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:42:16: note:   ‘mpl_::_2’
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:42:16: note:   ‘mpl_::_2’
launcher/CMakeFiles/launcher-lib.dir/build.make:471: recipe for target 'launcher/CMakeFiles/launcher-lib.dir/LauncherController.cpp.o' failed
make[3]: *** [launcher/CMakeFiles/launcher-lib.dir/LauncherController.cpp.o] Error 1
make[3]: Leaving directory '/home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:1099: recipe for target 'launcher/CMakeFiles/launcher-lib.dir/all' failed
make[2]: *** [launcher/CMakeFiles/launcher-lib.dir/all] Error 2
make[2]: Leaving directory '/home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/obj-x86_64-linux-gnu'
Makefile:119: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/lars/src/ubuntu/unity/build-area/unity-7.3.2+15.10.20151016/obj-x86_64-linux-gnu'
dh_auto_build: make -j1 returned exit code 2
debian/rules:66: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1374:
dpkg-buildpackage -rfakeroot -D -us -uc failed
bzr: ERROR: The build failed.
Download as text