Activity log for bug #1067598

Date Who What changed Old value New value Message
2012-10-17 04:19:34 Brandon Schaefer bug added bug
2012-10-17 04:19:58 Brandon Schaefer unity: status New Confirmed
2012-10-17 04:20:00 Brandon Schaefer unity: importance Undecided Critical
2012-10-17 04:20:19 Brandon Schaefer unity: assignee Daniel van Vugt (vanvugt)
2012-10-17 04:49:56 Daniel van Vugt bug task added compiz
2012-10-17 04:50:13 Daniel van Vugt compiz: importance Undecided Critical
2012-10-17 04:50:13 Daniel van Vugt compiz: milestone 0.9.9.0
2012-10-17 04:51:01 Daniel van Vugt compiz: assignee Daniel van Vugt (vanvugt)
2012-10-17 04:52:13 Daniel van Vugt description Compiz core does not use c++0x which means it does not set __GXX_EXPERIMENTAL_CXX0X__. When that is not set std::vector fails to generate the correct code for extern templates. This cause unity to not build correctly. Unity failing to build: http://paste.ubuntu.com/1284361/ Unity failing to build VERBOSE=1 set: http://paste.ubuntu.com/1284363/ Compiz core does not use c++0x which means it does not set __GXX_EXPERIMENTAL_CXX0X__. When that is not set std::vector fails to generate the correct code for extern templates. This cause unity to not build correctly. Unity failing to build: CMakeFiles/unityshell.dir/src/unityshell.cpp.o: In function `unity::UnityScreen::paintPanelShadow(CompRegion const&)': /home/bschaefer/src/unity/plugins/unityshell/src/unityshell.cpp:634: undefined reference to `std::vector<unsigned short, std::allocator<unsigned short> >::operator=(std::initializer_list<unsigned short>)' CMakeFiles/unityshell.dir/__/__/generated/unityshell_options.cpp.o: In function `UnityshellOptions::UnityshellOptions(bool)': /home/bschaefer/src/unity/build/generated/unityshell_options.cpp:19: undefined reference to `std::vector<CompOption, std::allocator<CompOption> >::vector(unsigned int)' ../../unity-shared/libunity-shared-compiz.a(PluginAdapter.cpp.o): In function `unity::MultiActionList::Initiate(std::string const&, std::vector<CompOption, std::allocator<CompOption> > const&, int) const': /home/bschaefer/src/unity/unity-shared/PluginAdapter.cpp:257: undefined reference to `std::vector<CompOption, std::allocator<CompOption> >::vector(unsigned int)' ../../unity-shared/libunity-shared-compiz.a(PluginAdapter.cpp.o): In function `unity::MultiActionList::TerminateAll(std::vector<CompOption, std::allocator<CompOption> > const&) const': /home/bschaefer/src/unity/unity-shared/PluginAdapter.cpp:299: undefined reference to `std::vector<CompOption, std::allocator<CompOption> >::vector(unsigned int)' ../../unity-shared/libunity-shared-compiz.a(PluginAdapter.cpp.o): In function `unity::PluginAdapter::InitiateScale(std::string const&, int)': /home/bschaefer/src/unity/unity-shared/PluginAdapter.cpp:370: undefined reference to `std::vector<CompOption, std::allocator<CompOption> >::vector(unsigned int)' ../../unity-shared/libunity-shared-compiz.a(PluginAdapter.cpp.o): In function `unity::PluginAdapter::ShowGrabHandles(CompWindow*, bool)': /home/bschaefer/src/unity/unity-shared/PluginAdapter.cpp:1132: undefined reference to `std::vector<CompOption, std::allocator<CompOption> >::vector(unsigned int)' ../../unity-shared/libunity-shared-compiz.a(PluginAdapter.cpp.o):/home/bschaefer/src/unity/unity-shared/PluginAdapter.cpp:1149: more undefined references to `std::vector<CompOption, std::allocator<CompOption> >::vector(unsigned int)' follow collect2: error: ld returned 1 exit status Unity failing to build VERBOSE=1 set: http://paste.ubuntu.com/1284363/
2012-10-17 04:57:20 Daniel van Vugt compiz: status New In Progress
2012-10-17 06:27:06 Daniel van Vugt branch linked lp:~vanvugt/compiz/fix-1067598
2012-10-17 06:48:27 Daniel van Vugt unity: status Confirmed Won't Fix
2012-10-17 07:47:52 PS Jenkins bot compiz: status In Progress Fix Committed
2012-11-26 03:46:32 Daniel van Vugt bug task added compiz (Ubuntu)
2012-11-26 03:46:48 Daniel van Vugt compiz (Ubuntu): importance Undecided Critical
2012-11-26 03:46:48 Daniel van Vugt compiz (Ubuntu): status New Fix Committed
2012-11-26 03:46:48 Daniel van Vugt compiz (Ubuntu): assignee Daniel van Vugt (vanvugt)
2012-12-05 19:48:10 Launchpad Janitor compiz (Ubuntu): status Fix Committed Fix Released
2013-01-24 11:52:13 Daniel van Vugt compiz: status Fix Committed Fix Released
2013-03-26 02:59:13 Launchpad Janitor branch linked lp:ubuntu/compiz