* Package:    dev-python/cgkit-2.0.0-r1
 * Repository: gentoo
 * Maintainer: python@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_5 userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
 * python2_7: running cgkit_unpack
 * python3_5: running cgkit_unpack
>>> Source unpacked in /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work
>>> Preparing source in /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0 ...
 * Will copy sources from /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0
 * python2_7: copying to /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7
 * python3_5: copying to /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5
 * python2_7: running distutils-r1_run_phase python_prepare
 * Applying cgkit-2.0.0-fix-build-system.patch ...
 [ ok ]
 * Applying cgkit-2.0.0-fix-c++14.patch ...
 [ ok ]
 * Applying cgkit-py2k-pillow.patch ...
 [ ok ]
 * python3_5: running distutils-r1_run_phase python_prepare
 * Applying cgkit-2.0.0-fix-build-system.patch ...
 [ ok ]
 * Applying cgkit-2.0.0-fix-c++14.patch ...
 [ ok ]
 * Applying cgkit-py3k-pillow.patch ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0 ...
 * python3_5: running distutils-r1_run_phase python_configure_all
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0 ...
 * python2_7: running distutils-r1_run_phase python_compile
scons -j1
scons: Reading SConscript files ...
26 source files
C++ compiler version: 7.3.0
Checking for C++ header file boost/shared_ptr.hpp... yes
scons: done reading SConscript files.
scons: Building targets ...
x86_64-pc-linux-gnu-g++ -o obj/worldobject.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/worldobject.cpp
In file included from include/worldobject.h:47:0,
                 from src/worldobject.cpp:39:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from src/worldobject.cpp:39:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from src/worldobject.cpp:39:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from src/worldobject.cpp:39:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from src/worldobject.cpp:39:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from src/worldobject.cpp:39:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/vec3.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/vec3.cpp
x86_64-pc-linux-gnu-g++ -o obj/trimeshgeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/trimeshgeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/torusgeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/torusgeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/spheregeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/spheregeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/sor_triangulator.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/sor_triangulator.cpp
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/slot.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/slot.cpp
x86_64-pc-linux-gnu-g++ -o obj/sizeconstraint.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/sizeconstraint.cpp
In file included from include/sizeconstraint.h:47:0,
                 from src/sizeconstraint.cpp:36:
src/sizeconstraint.cpp: In member function ‘void support3d::SizeConstraintBase::registerSlot(support3d::IArraySlot&)’:
include/debuginfo.h:60:80: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO1(obj, txt, arg) if (_debug_on) { sprintf(_debug_buf, txt, arg); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                ^
src/sizeconstraint.cpp:66:3: note: in expansion of macro ‘DEBUGINFO1’
   DEBUGINFO1(this, "SizeConstraint::registerSlot(0x%x)", long(&aslot));
   ^~~~~~~~~~
In file included from include/sizeconstraint.h:47:0,
                 from src/sizeconstraint.cpp:36:
include/debuginfo.h:63:94: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/sizeconstraint.cpp:78:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "SizeConstraint::registerSlot(0x%x) -- end (#reg slots: %d)", long(&aslot), slots.size());
   ^~~~~~~~~~
include/debuginfo.h:63:94: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<support3d::IArraySlot*>::size_type {aka long unsigned int}’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/sizeconstraint.cpp:78:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "SizeConstraint::registerSlot(0x%x) -- end (#reg slots: %d)", long(&aslot), slots.size());
   ^~~~~~~~~~
In file included from include/sizeconstraint.h:47:0,
                 from src/sizeconstraint.cpp:36:
src/sizeconstraint.cpp: In member function ‘void support3d::SizeConstraintBase::unregisterSlot(support3d::IArraySlot&)’:
include/debuginfo.h:60:80: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO1(obj, txt, arg) if (_debug_on) { sprintf(_debug_buf, txt, arg); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                ^
src/sizeconstraint.cpp:84:3: note: in expansion of macro ‘DEBUGINFO1’
   DEBUGINFO1(this, "SizeConstraint::unregisterSlot(0x%x)", long(&aslot));
   ^~~~~~~~~~
In file included from include/sizeconstraint.h:47:0,
                 from src/sizeconstraint.cpp:36:
include/debuginfo.h:63:94: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/sizeconstraint.cpp:98:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "SizeConstraint::unregisterSlot(0x%x) -- end (#reg slots: %d)", long(&aslot), slots.size());
   ^~~~~~~~~~
include/debuginfo.h:63:94: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<support3d::IArraySlot*>::size_type {aka long unsigned int}’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/sizeconstraint.cpp:98:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "SizeConstraint::unregisterSlot(0x%x) -- end (#reg slots: %d)", long(&aslot), slots.size());
   ^~~~~~~~~~
In file included from include/sizeconstraint.h:47:0,
                 from src/sizeconstraint.cpp:36:
src/sizeconstraint.cpp: In destructor ‘virtual support3d::LinearSizeConstraint::~LinearSizeConstraint()’:
include/debuginfo.h:60:80: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO1(obj, txt, arg) if (_debug_on) { sprintf(_debug_buf, txt, arg); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                ^
src/sizeconstraint.cpp:138:5: note: in expansion of macro ‘DEBUGINFO1’
     DEBUGINFO1(this, "  0x%x->removeDependent()", long(ctrl));
     ^~~~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/polyhedrongeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/polyhedrongeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/planegeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/planegeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/noise.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/noise.cpp
x86_64-pc-linux-gnu-g++ -o obj/massproperties.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/massproperties.cpp
x86_64-pc-linux-gnu-g++ -o obj/glspotlight.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/glspotlight.cpp
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/glrenderer.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/glrenderer.cpp
In file included from include/worldobject.h:47:0,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/glpointlight.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/glpointlight.cpp
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/glmaterial.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/glmaterial.cpp
In file included from include/glmaterial.h:45:0,
                 from src/glmaterial.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/glmaterial.h:45,
                 from src/glmaterial.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/glmaterial.h:45:0,
                 from src/glmaterial.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/glmaterial.h:45,
                 from src/glmaterial.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/glmaterial.h:45:0,
                 from src/glmaterial.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/glmaterial.h:45,
                 from src/glmaterial.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/gldistantlight.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/gldistantlight.cpp
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/geomobject.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/geomobject.cpp
In file included from include/geomobject.h:43:0,
                 from src/geomobject.cpp:37:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from src/geomobject.cpp:37:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from src/geomobject.cpp:37:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp: In member function ‘virtual void support3d::GeomObject::newVariable(std::__cxx11::string, support3d::VarStorage, support3d::VarType, int, int)’:
src/geomobject.cpp:130:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:163:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(intslot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:167:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(doubleslot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:174:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(vec3slot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:178:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(vec4slot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:182:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(mat4slot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:186:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(strslot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/fixedsizeconstraints.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/fixedsizeconstraints.cpp
x86_64-pc-linux-gnu-g++ -o obj/drawgeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/drawgeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/dependent.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/dependent.cpp
x86_64-pc-linux-gnu-g++ -o obj/debuginfo.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/debuginfo.cpp
x86_64-pc-linux-gnu-g++ -o obj/component.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/component.cpp
In file included from src/component.cpp:37:0:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from src/component.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from src/component.cpp:37:0:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from src/component.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from src/component.cpp:37:0:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from src/component.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/component.cpp:123:45: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
 void Component::addSlot(const string& name, auto_ptr<ISlot> slot)
                                             ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from src/component.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/slot.h:53:0,
                 from include/component.h:46,
                 from src/component.cpp:37:
src/component.cpp: In member function ‘void support3d::Component::addSlot(const string&, std::auto_ptr<support3d::ISlot>)’:
include/debuginfo.h:63:94: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/component.cpp:125:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "Component::addSlot(\"%s\", auto_ptr(0x%x))", name.c_str(), (long)slot.get());
   ^~~~~~~~~~
src/component.cpp: In member function ‘void support3d::Component::addSlot(const string&, support3d::ISlot&)’:
include/debuginfo.h:63:94: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/component.cpp:153:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "Component::addSlot(\"%s\", 0x%x)", name.c_str(), (long)&slot);
   ^~~~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/ccylindergeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/ccylindergeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/boxgeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/boxgeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/boundingbox.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/boundingbox.cpp
x86_64-pc-linux-gnu-ar rc lib/libcore.a obj/worldobject.o obj/vec3.o obj/trimeshgeom.o obj/torusgeom.o obj/spheregeom.o obj/sor_triangulator.o obj/slot.o obj/sizeconstraint.o obj/polyhedrongeom.o obj/planegeom.o obj/noise.o obj/massproperties.o obj/glspotlight.o obj/glrenderer.o obj/glpointlight.o obj/glmaterial.o obj/gldistantlight.o obj/geomobject.o obj/fixedsizeconstraints.o obj/drawgeom.o obj/dependent.o obj/debuginfo.o obj/component.o obj/ccylindergeom.o obj/boxgeom.o obj/boundingbox.o
ranlib lib/libcore.a
scons: done building targets.
python2.7 setup.py build
Reading config.cfg...
Version-specific config file (config_py27.cfg) not available
Updating version in the cgkitinfo module...
Version: 2.0.0 (May 12 2018)
======================================================================
3DS importer:      disabled
VRML/X3D importer: disabled
OpenSceneGraph:    disabled
OGRE:              disabled
3DXWare:           disabled
Wintab:            disabled
Glove module:      disabled
======================================================================
Include paths (INC_DIRS):

 supportlib/include
 /usr/include

Library paths (LIB_DIRS):

 supportlib/lib

Libraries to link with (LIBS):

 GL, GLU, glut, boost_python-2.7, core, GL, GLU

Forcing compilation of py_wrapper.cpp
======================================================================
pyrex/c/_pointcloud.c is up-to-date
running build
running build_py
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/cgkitinfo.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/riutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/_ImageDraw.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/_Image.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/x3dimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/worldobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/valuetable.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/undo.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/tunnel.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/trimeshgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/trimesh.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/torusgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/torus.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/tool.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/timer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/targetcamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/stlimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/stitch.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/spotlight3ds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/spheregeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/sltokenize.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/slparams.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/slots.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/sloargs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/slideshow.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/sl.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/simplecpp.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/sequence.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/sceneglobals.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/scene.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/rmshader.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/rmanlibutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/ribexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/ribarchive.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/ri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/quadrics.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/pyimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/protocols.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/preferences.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/polyhedrongeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/polyhedron.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/pointcloud.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/plyimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/plyexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/pluginmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/planegeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/plane.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/pidcontroller.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/offimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/offexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/odedynamics.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/objmtl.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/objmaterial.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/objimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/objexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/noise.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/motionpath.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/mediafile.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/mayaspotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/mayaiff.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/mayabinary.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/mayaascii.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/material3ds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/material.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/maimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/lwobimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/lwob.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/lookat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/lightsource.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/keydefs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/joystick.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/joints.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/joint.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/ifsimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/hammersley.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/group.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/gnuplotter.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/gltargetspotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/gltargetdistantlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/glslangtokenize.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/glslangparams.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/glrenderer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/glpointlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/globalscene.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/glmaterial.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/glfreespotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/glfreedistantlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/geomobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/freecamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/fob.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/flockofbirds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/expression.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/events.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/eventmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/euleradapter.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/drawtextgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/drawgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/draw.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/dddsimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/cri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/component.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/cmds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/cgtypes.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/ccylindergeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/ccylinder.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/camerabase.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/camcontrol.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/bvhimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/bvh.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/boxgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/box.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/boundingbox.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/beziercurvegeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/beziercurve.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/autocam.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/asfamcimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/asfamc.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/application.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/_slreturntypes.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/_slparser.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/_cri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
copying cgkit/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_OpenGL
copying cgkit/_OpenGL/GLUT.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_OpenGL
copying cgkit/_OpenGL/GLU.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_OpenGL
copying cgkit/_OpenGL/GL.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_OpenGL
copying cgkit/_OpenGL/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_OpenGL
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/all
copying cgkit/all/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/all
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light
copying cgkit/light/noise.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light
copying cgkit/light/_core.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light
copying cgkit/light/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/vec4.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/vec3.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/quat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/mat4.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/mat3.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI
copying cgkit/GUI/window.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI
copying cgkit/GUI/toolbars.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI
copying cgkit/GUI/panels.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI
copying cgkit/GUI/panelicons.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI
copying cgkit/GUI/menu.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI
copying cgkit/GUI/mainwin.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI
copying cgkit/GUI/keys.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI
copying cgkit/GUI/idmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI
copying cgkit/GUI/call.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI
copying cgkit/GUI/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/iworldobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/isceneitem.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/irigidbody.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/irenderer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/icomponent.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/icamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/wintab
copying cgkit/wintab/constants.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/wintab
copying cgkit/wintab/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/wintab
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/spacedevice
copying cgkit/spacedevice/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/spacedevice
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glove
copying cgkit/glove/constants.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glove
copying cgkit/glove/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glove
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue
copying cgkit/jobqueue/jobqueue.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue
copying cgkit/jobqueue/jobproc.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue
copying cgkit/jobqueue/jobhandle.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue
copying cgkit/jobqueue/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/defaultprocs
copying cgkit/jobqueue/defaultprocs/renderrib.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/defaultprocs
copying cgkit/jobqueue/defaultprocs/maya.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/defaultprocs
copying cgkit/jobqueue/defaultprocs/dumpenv.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/defaultprocs
copying cgkit/jobqueue/defaultprocs/blender.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/defaultprocs
copying cgkit/jobqueue/defaultprocs/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/defaultprocs
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/swscale.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/findlib.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/decls.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/cppdefs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/avutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/avformat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/avcodec.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg
warning: build_py: byte-compiling is disabled, skipping.

running build_ext
building '_core' extension
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/rply
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/rply/rply
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_wrapper.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_wrapper.o
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_wrapper.cpp:12:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_wrapper.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_wrapper.cpp:12:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_wrapper.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_wrapper.cpp:12:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_wrapper.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_noise.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_noise.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_vec3.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_vec3.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_vec4.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_vec4.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_mat3.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_mat3.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_mat4.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_mat4.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_quat.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_quat.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_slots1.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_slots1.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_slots2.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_slots2.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_slots3.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_slots3.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_slots4.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_slots4.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_arrayslots1.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_arrayslots1.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_arrayslots2.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_arrayslots2.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_arrayslot_mat3.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_arrayslot_mat3.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_arrayslot_mat4.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_arrayslot_mat4.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_arrayslots4.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_arrayslots4.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_component.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_component.o
In file included from wrappers/py_component.cpp:6:0:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_component.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from wrappers/py_component.cpp:6:0:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_component.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from wrappers/py_component.cpp:6:0:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_component.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_boundingbox.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_boundingbox.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_worldobject.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_worldobject.o
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject.cpp:5:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject.cpp:5:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject.cpp:5:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_worldobject2.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_worldobject2.o
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject2.cpp:5:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject2.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject2.cpp:5:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject2.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject2.cpp:5:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject2.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_worldobject3.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_worldobject3.o
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject3.cpp:5:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject3.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject3.cpp:5:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject3.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject3.cpp:5:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject3.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_material.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_material.o
In file included from supportlib/include/material.h:43:0,
                 from wrappers/py_material.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_material.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/material.h:43:0,
                 from wrappers/py_material.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_material.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/material.h:43:0,
                 from wrappers/py_material.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_material.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_glmaterial.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_glmaterial.o
In file included from supportlib/include/glmaterial.h:45:0,
                 from wrappers/py_glmaterial.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glmaterial.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/glmaterial.h:45:0,
                 from wrappers/py_glmaterial.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glmaterial.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/glmaterial.h:45:0,
                 from wrappers/py_glmaterial.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glmaterial.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_geoms1.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_geoms1.o
In file included from supportlib/include/geomobject.h:43:0,
                 from wrappers/py_geoms1.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_geoms1.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from wrappers/py_geoms1.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_geoms1.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from wrappers/py_geoms1.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_geoms1.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_spheregeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_spheregeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/spheregeom.h:43,
                 from wrappers/py_spheregeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_spheregeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/spheregeom.h:43,
                 from wrappers/py_spheregeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_spheregeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/spheregeom.h:43,
                 from wrappers/py_spheregeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_spheregeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_ccylindergeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_ccylindergeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/ccylindergeom.h:43,
                 from wrappers/py_ccylindergeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_ccylindergeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/ccylindergeom.h:43,
                 from wrappers/py_ccylindergeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_ccylindergeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/ccylindergeom.h:43,
                 from wrappers/py_ccylindergeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_ccylindergeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_torusgeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_torusgeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/torusgeom.h:43,
                 from wrappers/py_torusgeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_torusgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/torusgeom.h:43,
                 from wrappers/py_torusgeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_torusgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/torusgeom.h:43,
                 from wrappers/py_torusgeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_torusgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_boxgeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_boxgeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/boxgeom.h:43,
                 from wrappers/py_boxgeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_boxgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/boxgeom.h:43,
                 from wrappers/py_boxgeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_boxgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/boxgeom.h:43,
                 from wrappers/py_boxgeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_boxgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_planegeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_planegeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/planegeom.h:43,
                 from wrappers/py_planegeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_planegeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/planegeom.h:43,
                 from wrappers/py_planegeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_planegeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/planegeom.h:43,
                 from wrappers/py_planegeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_planegeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_trimeshgeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_trimeshgeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/trimeshgeom.h:43,
                 from wrappers/py_trimeshgeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_trimeshgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/trimeshgeom.h:43,
                 from wrappers/py_trimeshgeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_trimeshgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/trimeshgeom.h:43,
                 from wrappers/py_trimeshgeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_trimeshgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_polyhedrongeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_polyhedrongeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/py_polyhedrongeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_polyhedrongeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/py_polyhedrongeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_polyhedrongeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/py_polyhedrongeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_polyhedrongeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_drawgeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_drawgeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/drawgeom.h:44,
                 from wrappers/py_drawgeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_drawgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/drawgeom.h:44,
                 from wrappers/py_drawgeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_drawgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/drawgeom.h:44,
                 from wrappers/py_drawgeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_drawgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_lightsource.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_lightsource.o
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from wrappers/py_lightsource.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_lightsource.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from wrappers/py_lightsource.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_lightsource.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from wrappers/py_lightsource.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_lightsource.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_glpointlight.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_glpointlight.o
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glpointlight.h:43,
                 from wrappers/py_glpointlight.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glpointlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glpointlight.h:43,
                 from wrappers/py_glpointlight.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glpointlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glpointlight.h:43,
                 from wrappers/py_glpointlight.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glpointlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_glspotlight.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_glspotlight.o
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glspotlight.h:43,
                 from wrappers/py_glspotlight.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glspotlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glspotlight.h:43,
                 from wrappers/py_glspotlight.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glspotlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glspotlight.h:43,
                 from wrappers/py_glspotlight.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glspotlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_gldistantlight.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_gldistantlight.o
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/gldistantlight.h:43,
                 from wrappers/py_gldistantlight.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_gldistantlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/gldistantlight.h:43,
                 from wrappers/py_gldistantlight.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_gldistantlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/gldistantlight.h:43,
                 from wrappers/py_gldistantlight.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_gldistantlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_glrenderer.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_glrenderer.o
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/glrenderer.h:44,
                 from wrappers/py_glrenderer.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glrenderer.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/glrenderer.h:44,
                 from wrappers/py_glrenderer.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glrenderer.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/glrenderer.h:44,
                 from wrappers/py_glrenderer.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glrenderer.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/py_massproperties.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_massproperties.o
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/rply/rply/rply.c -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/rply/rply/rply.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/rply/py_rply_read.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/rply/py_rply_read.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_read.cpp:53:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_read.cpp:47:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_read.cpp:53:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_read.cpp:47:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_read.cpp:53:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_read.cpp:47:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python2.7 -c wrappers/rply/py_rply_write.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/rply/py_rply_write.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_write.cpp:42:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_write.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_write.cpp:42:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_write.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_write.cpp:42:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_write.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_wrapper.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_noise.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_vec3.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_vec4.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_mat3.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_mat4.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_quat.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_slots1.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_slots2.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_slots3.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_slots4.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_arrayslots1.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_arrayslots2.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_arrayslot_mat3.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_arrayslot_mat4.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_arrayslots4.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_component.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_boundingbox.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_worldobject.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_worldobject2.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_worldobject3.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_material.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_glmaterial.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_geoms1.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_spheregeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_ccylindergeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_torusgeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_boxgeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_planegeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_trimeshgeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_polyhedrongeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_drawgeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_lightsource.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_glpointlight.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_glspotlight.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_gldistantlight.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_glrenderer.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/py_massproperties.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/rply/rply/rply.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/rply/py_rply_read.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/wrappers/rply/py_rply_write.o -Lsupportlib/lib -L/usr/lib64 -lGL -lGLU -lglut -lboost_python-2.7 -lcore -lGL -lGLU -lpython2.7 -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_core.so
building '_pointcloud' extension
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/pyrex
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/pyrex/c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -I/usr/include/python2.7 -c pyrex/c/_pointcloud.c -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/pyrex/c/_pointcloud.o
x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/temp.linux-x86_64-2.7/pyrex/c/_pointcloud.o -L/usr/lib64 -lpython2.7 -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_pointcloud.so
running build_scripts
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts
copying and adjusting utilities/viewer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts
copying and adjusting utilities/render.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts
copying and adjusting utilities/postbake.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts
copying and adjusting utilities/info3d.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts
copying and adjusting utilities/convert3d.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts
copying and adjusting utilities/seqls.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts
copying and adjusting utilities/seqmv.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts
copying and adjusting utilities/seqrm.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts
copying and adjusting utilities/seqcp.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/viewer.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/render.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/postbake.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/info3d.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/convert3d.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/seqls.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/seqmv.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/seqrm.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/seqcp.py from 644 to 755
... finished setup
 * python3_5: running distutils-r1_run_phase python_compile
scons -j1
scons: Reading SConscript files ...
26 source files
C++ compiler version: 7.3.0
Checking for C++ header file boost/shared_ptr.hpp... yes
scons: done reading SConscript files.
scons: Building targets ...
x86_64-pc-linux-gnu-g++ -o obj/worldobject.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/worldobject.cpp
In file included from include/worldobject.h:47:0,
                 from src/worldobject.cpp:39:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from src/worldobject.cpp:39:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from src/worldobject.cpp:39:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from src/worldobject.cpp:39:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from src/worldobject.cpp:39:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from src/worldobject.cpp:39:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/vec3.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/vec3.cpp
x86_64-pc-linux-gnu-g++ -o obj/trimeshgeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/trimeshgeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from src/trimeshgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/torusgeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/torusgeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/torusgeom.h:43,
                 from src/torusgeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/spheregeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/spheregeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/spheregeom.h:43,
                 from src/spheregeom.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/sor_triangulator.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/sor_triangulator.cpp
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/trimeshgeom.h:43,
                 from include/sor_triangulator.h:46,
                 from src/sor_triangulator.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/slot.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/slot.cpp
x86_64-pc-linux-gnu-g++ -o obj/sizeconstraint.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/sizeconstraint.cpp
In file included from include/sizeconstraint.h:47:0,
                 from src/sizeconstraint.cpp:36:
src/sizeconstraint.cpp: In member function ‘void support3d::SizeConstraintBase::registerSlot(support3d::IArraySlot&)’:
include/debuginfo.h:60:80: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO1(obj, txt, arg) if (_debug_on) { sprintf(_debug_buf, txt, arg); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                ^
src/sizeconstraint.cpp:66:3: note: in expansion of macro ‘DEBUGINFO1’
   DEBUGINFO1(this, "SizeConstraint::registerSlot(0x%x)", long(&aslot));
   ^~~~~~~~~~
In file included from include/sizeconstraint.h:47:0,
                 from src/sizeconstraint.cpp:36:
include/debuginfo.h:63:94: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/sizeconstraint.cpp:78:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "SizeConstraint::registerSlot(0x%x) -- end (#reg slots: %d)", long(&aslot), slots.size());
   ^~~~~~~~~~
include/debuginfo.h:63:94: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<support3d::IArraySlot*>::size_type {aka long unsigned int}’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/sizeconstraint.cpp:78:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "SizeConstraint::registerSlot(0x%x) -- end (#reg slots: %d)", long(&aslot), slots.size());
   ^~~~~~~~~~
In file included from include/sizeconstraint.h:47:0,
                 from src/sizeconstraint.cpp:36:
src/sizeconstraint.cpp: In member function ‘void support3d::SizeConstraintBase::unregisterSlot(support3d::IArraySlot&)’:
include/debuginfo.h:60:80: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO1(obj, txt, arg) if (_debug_on) { sprintf(_debug_buf, txt, arg); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                ^
src/sizeconstraint.cpp:84:3: note: in expansion of macro ‘DEBUGINFO1’
   DEBUGINFO1(this, "SizeConstraint::unregisterSlot(0x%x)", long(&aslot));
   ^~~~~~~~~~
In file included from include/sizeconstraint.h:47:0,
                 from src/sizeconstraint.cpp:36:
include/debuginfo.h:63:94: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/sizeconstraint.cpp:98:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "SizeConstraint::unregisterSlot(0x%x) -- end (#reg slots: %d)", long(&aslot), slots.size());
   ^~~~~~~~~~
include/debuginfo.h:63:94: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<support3d::IArraySlot*>::size_type {aka long unsigned int}’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/sizeconstraint.cpp:98:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "SizeConstraint::unregisterSlot(0x%x) -- end (#reg slots: %d)", long(&aslot), slots.size());
   ^~~~~~~~~~
In file included from include/sizeconstraint.h:47:0,
                 from src/sizeconstraint.cpp:36:
src/sizeconstraint.cpp: In destructor ‘virtual support3d::LinearSizeConstraint::~LinearSizeConstraint()’:
include/debuginfo.h:60:80: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO1(obj, txt, arg) if (_debug_on) { sprintf(_debug_buf, txt, arg); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                ^
src/sizeconstraint.cpp:138:5: note: in expansion of macro ‘DEBUGINFO1’
     DEBUGINFO1(this, "  0x%x->removeDependent()", long(ctrl));
     ^~~~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/polyhedrongeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/polyhedrongeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/polyhedrongeom.h:45,
                 from src/polyhedrongeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/planegeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/planegeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/planegeom.h:43,
                 from src/planegeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/noise.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/noise.cpp
x86_64-pc-linux-gnu-g++ -o obj/massproperties.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/massproperties.cpp
x86_64-pc-linux-gnu-g++ -o obj/glspotlight.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/glspotlight.cpp
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glspotlight.h:43,
                 from src/glspotlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/glrenderer.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/glrenderer.cpp
In file included from include/worldobject.h:47:0,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/glrenderer.h:44,
                 from src/glrenderer.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/glpointlight.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/glpointlight.cpp
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/glpointlight.h:43,
                 from src/glpointlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/glmaterial.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/glmaterial.cpp
In file included from include/glmaterial.h:45:0,
                 from src/glmaterial.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/glmaterial.h:45,
                 from src/glmaterial.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/glmaterial.h:45:0,
                 from src/glmaterial.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/glmaterial.h:45,
                 from src/glmaterial.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/glmaterial.h:45:0,
                 from src/glmaterial.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/glmaterial.h:45,
                 from src/glmaterial.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/gldistantlight.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/gldistantlight.cpp
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/worldobject.h:47:0,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from include/worldobject.h:44,
                 from include/lightsource.h:43,
                 from include/gldistantlight.h:43,
                 from src/gldistantlight.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/geomobject.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/geomobject.cpp
In file included from include/geomobject.h:43:0,
                 from src/geomobject.cpp:37:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from src/geomobject.cpp:37:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from src/geomobject.cpp:37:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp: In member function ‘virtual void support3d::GeomObject::newVariable(std::__cxx11::string, support3d::VarStorage, support3d::VarType, int, int)’:
src/geomobject.cpp:130:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:163:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(intslot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:167:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(doubleslot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:174:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(vec3slot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:178:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(vec4slot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:182:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(mat4slot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/geomobject.cpp:186:21: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
              slot = auto_ptr<ISlot>(strslot);
                     ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from src/geomobject.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/fixedsizeconstraints.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/fixedsizeconstraints.cpp
x86_64-pc-linux-gnu-g++ -o obj/drawgeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/drawgeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/drawgeom.h:44,
                 from src/drawgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/dependent.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/dependent.cpp
x86_64-pc-linux-gnu-g++ -o obj/debuginfo.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/debuginfo.cpp
x86_64-pc-linux-gnu-g++ -o obj/component.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/component.cpp
In file included from src/component.cpp:37:0:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from src/component.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from src/component.cpp:37:0:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from src/component.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from src/component.cpp:37:0:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from src/component.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/component.cpp:123:45: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
 void Component::addSlot(const string& name, auto_ptr<ISlot> slot)
                                             ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from src/component.cpp:37:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/slot.h:53:0,
                 from include/component.h:46,
                 from src/component.cpp:37:
src/component.cpp: In member function ‘void support3d::Component::addSlot(const string&, std::auto_ptr<support3d::ISlot>)’:
include/debuginfo.h:63:94: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/component.cpp:125:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "Component::addSlot(\"%s\", auto_ptr(0x%x))", name.c_str(), (long)slot.get());
   ^~~~~~~~~~
src/component.cpp: In member function ‘void support3d::Component::addSlot(const string&, support3d::ISlot&)’:
include/debuginfo.h:63:94: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define DEBUGINFO2(obj, txt, arg1, arg2) if (_debug_on) { sprintf(_debug_buf, txt, arg1, arg2); std::cerr<<"0x"<<std::hex<<(long)obj<<std::dec<<": "<<_debug_buf<<std::endl; }
                                                                                              ^
src/component.cpp:153:3: note: in expansion of macro ‘DEBUGINFO2’
   DEBUGINFO2(this, "Component::addSlot(\"%s\", 0x%x)", name.c_str(), (long)&slot);
   ^~~~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/ccylindergeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/ccylindergeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/ccylindergeom.h:43,
                 from src/ccylindergeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/boxgeom.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/boxgeom.cpp
In file included from include/geomobject.h:43:0,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from include/geomobject.h:43:0,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from include/component.h:45,
                 from include/geomobject.h:43,
                 from include/boxgeom.h:43,
                 from src/boxgeom.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -o obj/boundingbox.o -c -O2 -pipe -march=native -fPIC -Iinclude -I/usr/include src/boundingbox.cpp
x86_64-pc-linux-gnu-ar rc lib/libcore.a obj/worldobject.o obj/vec3.o obj/trimeshgeom.o obj/torusgeom.o obj/spheregeom.o obj/sor_triangulator.o obj/slot.o obj/sizeconstraint.o obj/polyhedrongeom.o obj/planegeom.o obj/noise.o obj/massproperties.o obj/glspotlight.o obj/glrenderer.o obj/glpointlight.o obj/glmaterial.o obj/gldistantlight.o obj/geomobject.o obj/fixedsizeconstraints.o obj/drawgeom.o obj/dependent.o obj/debuginfo.o obj/component.o obj/ccylindergeom.o obj/boxgeom.o obj/boundingbox.o
ranlib lib/libcore.a
scons: done building targets.
python3.5 setup.py build
Reading config.cfg...
Version-specific config file (config_py35.cfg) not available
Updating version in the cgkitinfo module...
Version: 2.0.0 (May 12 2018)
======================================================================
3DS importer:      disabled
VRML/X3D importer: disabled
OpenSceneGraph:    disabled
OGRE:              disabled
3DXWare:           disabled
Wintab:            disabled
Glove module:      disabled
======================================================================
Include paths (INC_DIRS):

 supportlib/include
 /usr/include

Library paths (LIB_DIRS):

 supportlib/lib

Libraries to link with (LIBS):

 GL, GLU, glut, boost_python-3.5, core, GL, GLU

Forcing compilation of py_wrapper.cpp
======================================================================
pyrex/c/_pointcloud.c is up-to-date
running build
running build_py
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/cgkitinfo.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/riutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/_ImageDraw.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/_Image.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/x3dimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/worldobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/valuetable.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/undo.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/tunnel.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/trimeshgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/trimesh.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/torusgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/torus.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/tool.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/timer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/targetcamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/stlimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/stitch.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/spotlight3ds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/spheregeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/sltokenize.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/slparams.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/slots.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/sloargs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/slideshow.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/sl.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/simplecpp.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/sequence.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/sceneglobals.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/scene.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/rmshader.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/rmanlibutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/ribexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/ribarchive.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/ri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/quadrics.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/pyimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/protocols.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/preferences.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/polyhedrongeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/polyhedron.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/pointcloud.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/plyimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/plyexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/pluginmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/planegeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/plane.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/pidcontroller.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/offimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/offexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/odedynamics.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/objmtl.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/objmaterial.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/objimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/objexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/noise.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/motionpath.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/mediafile.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/mayaspotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/mayaiff.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/mayabinary.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/mayaascii.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/material3ds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/material.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/maimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/lwobimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/lwob.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/lookat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/lightsource.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/keydefs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/joystick.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/joints.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/joint.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/ifsimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/hammersley.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/group.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/gnuplotter.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/gltargetspotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/gltargetdistantlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/glslangtokenize.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/glslangparams.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/glrenderer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/glpointlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/globalscene.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/glmaterial.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/glfreespotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/glfreedistantlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/geomobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/freecamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/fob.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/flockofbirds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/expression.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/events.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/eventmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/euleradapter.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/drawtextgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/drawgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/draw.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/dddsimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/cri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/component.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/cmds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/cgtypes.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/ccylindergeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/ccylinder.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/camerabase.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/camcontrol.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/bvhimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/bvh.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/boxgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/box.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/boundingbox.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/beziercurvegeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/beziercurve.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/autocam.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/asfamcimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/asfamc.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/application.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/_slreturntypes.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/_slparser.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/_cri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
copying cgkit/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_OpenGL
copying cgkit/_OpenGL/GLUT.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_OpenGL
copying cgkit/_OpenGL/GLU.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_OpenGL
copying cgkit/_OpenGL/GL.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_OpenGL
copying cgkit/_OpenGL/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_OpenGL
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/all
copying cgkit/all/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/all
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light
copying cgkit/light/noise.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light
copying cgkit/light/_core.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light
copying cgkit/light/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/vec4.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/vec3.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/quat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/mat4.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/mat3.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes
copying cgkit/light/cgtypes/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI
copying cgkit/GUI/window.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI
copying cgkit/GUI/toolbars.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI
copying cgkit/GUI/panels.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI
copying cgkit/GUI/panelicons.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI
copying cgkit/GUI/menu.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI
copying cgkit/GUI/mainwin.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI
copying cgkit/GUI/keys.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI
copying cgkit/GUI/idmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI
copying cgkit/GUI/call.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI
copying cgkit/GUI/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/iworldobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/isceneitem.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/irigidbody.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/irenderer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/icomponent.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/icamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces
copying cgkit/Interfaces/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/wintab
copying cgkit/wintab/constants.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/wintab
copying cgkit/wintab/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/wintab
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/spacedevice
copying cgkit/spacedevice/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/spacedevice
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glove
copying cgkit/glove/constants.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glove
copying cgkit/glove/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glove
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue
copying cgkit/jobqueue/jobqueue.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue
copying cgkit/jobqueue/jobproc.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue
copying cgkit/jobqueue/jobhandle.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue
copying cgkit/jobqueue/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/defaultprocs
copying cgkit/jobqueue/defaultprocs/renderrib.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/defaultprocs
copying cgkit/jobqueue/defaultprocs/maya.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/defaultprocs
copying cgkit/jobqueue/defaultprocs/dumpenv.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/defaultprocs
copying cgkit/jobqueue/defaultprocs/blender.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/defaultprocs
copying cgkit/jobqueue/defaultprocs/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/defaultprocs
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/swscale.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/findlib.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/decls.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/cppdefs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/avutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/avformat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/avcodec.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg
copying cgkit/ffmpeg/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg
warning: build_py: byte-compiling is disabled, skipping.

running build_ext
building '_core' extension
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/rply
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/rply/rply
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_wrapper.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_wrapper.o
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_wrapper.cpp:12:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_wrapper.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_wrapper.cpp:12:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_wrapper.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_wrapper.cpp:12:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_wrapper.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_noise.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_noise.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_vec3.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_vec3.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_vec4.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_vec4.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_mat3.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_mat3.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_mat4.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_mat4.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_quat.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_quat.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_slots1.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_slots1.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_slots2.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_slots2.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_slots3.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_slots3.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_slots4.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_slots4.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_arrayslots1.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_arrayslots1.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_arrayslots2.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_arrayslots2.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_arrayslot_mat3.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_arrayslot_mat3.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_arrayslot_mat4.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_arrayslot_mat4.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_arrayslots4.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_arrayslots4.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_component.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_component.o
In file included from wrappers/py_component.cpp:6:0:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_component.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from wrappers/py_component.cpp:6:0:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_component.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from wrappers/py_component.cpp:6:0:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_component.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_boundingbox.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_boundingbox.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_worldobject.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_worldobject.o
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject.cpp:5:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject.cpp:5:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject.cpp:5:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_worldobject2.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_worldobject2.o
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject2.cpp:5:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject2.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject2.cpp:5:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject2.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject2.cpp:5:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject2.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_worldobject3.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_worldobject3.o
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject3.cpp:5:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject3.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject3.cpp:5:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject3.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from wrappers/py_worldobject.h:7,
                 from wrappers/py_worldobject3.cpp:5:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_worldobject.h:5,
                 from wrappers/py_worldobject3.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_material.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_material.o
In file included from supportlib/include/material.h:43:0,
                 from wrappers/py_material.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_material.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/material.h:43:0,
                 from wrappers/py_material.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_material.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/material.h:43:0,
                 from wrappers/py_material.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_material.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_glmaterial.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_glmaterial.o
In file included from supportlib/include/glmaterial.h:45:0,
                 from wrappers/py_glmaterial.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glmaterial.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/glmaterial.h:45:0,
                 from wrappers/py_glmaterial.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glmaterial.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/glmaterial.h:45:0,
                 from wrappers/py_glmaterial.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glmaterial.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_geoms1.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_geoms1.o
In file included from supportlib/include/geomobject.h:43:0,
                 from wrappers/py_geoms1.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_geoms1.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from wrappers/py_geoms1.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_geoms1.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from wrappers/py_geoms1.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_geoms1.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_spheregeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_spheregeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/spheregeom.h:43,
                 from wrappers/py_spheregeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_spheregeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/spheregeom.h:43,
                 from wrappers/py_spheregeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_spheregeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/spheregeom.h:43,
                 from wrappers/py_spheregeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_spheregeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_ccylindergeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_ccylindergeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/ccylindergeom.h:43,
                 from wrappers/py_ccylindergeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_ccylindergeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/ccylindergeom.h:43,
                 from wrappers/py_ccylindergeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_ccylindergeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/ccylindergeom.h:43,
                 from wrappers/py_ccylindergeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_ccylindergeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_torusgeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_torusgeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/torusgeom.h:43,
                 from wrappers/py_torusgeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_torusgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/torusgeom.h:43,
                 from wrappers/py_torusgeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_torusgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/torusgeom.h:43,
                 from wrappers/py_torusgeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_torusgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_boxgeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_boxgeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/boxgeom.h:43,
                 from wrappers/py_boxgeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_boxgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/boxgeom.h:43,
                 from wrappers/py_boxgeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_boxgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/boxgeom.h:43,
                 from wrappers/py_boxgeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_boxgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_planegeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_planegeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/planegeom.h:43,
                 from wrappers/py_planegeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_planegeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/planegeom.h:43,
                 from wrappers/py_planegeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_planegeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/planegeom.h:43,
                 from wrappers/py_planegeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_planegeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_trimeshgeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_trimeshgeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/trimeshgeom.h:43,
                 from wrappers/py_trimeshgeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_trimeshgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/trimeshgeom.h:43,
                 from wrappers/py_trimeshgeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_trimeshgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/trimeshgeom.h:43,
                 from wrappers/py_trimeshgeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_trimeshgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_polyhedrongeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_polyhedrongeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/py_polyhedrongeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_polyhedrongeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/py_polyhedrongeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_polyhedrongeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/py_polyhedrongeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_polyhedrongeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_drawgeom.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_drawgeom.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/drawgeom.h:44,
                 from wrappers/py_drawgeom.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_drawgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/drawgeom.h:44,
                 from wrappers/py_drawgeom.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_drawgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/drawgeom.h:44,
                 from wrappers/py_drawgeom.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_drawgeom.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_lightsource.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_lightsource.o
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from wrappers/py_lightsource.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_lightsource.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from wrappers/py_lightsource.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_lightsource.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from wrappers/py_lightsource.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_lightsource.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_glpointlight.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_glpointlight.o
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glpointlight.h:43,
                 from wrappers/py_glpointlight.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glpointlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glpointlight.h:43,
                 from wrappers/py_glpointlight.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glpointlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glpointlight.h:43,
                 from wrappers/py_glpointlight.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glpointlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_glspotlight.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_glspotlight.o
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glspotlight.h:43,
                 from wrappers/py_glspotlight.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glspotlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glspotlight.h:43,
                 from wrappers/py_glspotlight.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glspotlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/glspotlight.h:43,
                 from wrappers/py_glspotlight.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glspotlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_gldistantlight.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_gldistantlight.o
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/gldistantlight.h:43,
                 from wrappers/py_gldistantlight.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_gldistantlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/gldistantlight.h:43,
                 from wrappers/py_gldistantlight.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_gldistantlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/lightsource.h:43,
                 from supportlib/include/gldistantlight.h:43,
                 from wrappers/py_gldistantlight.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_gldistantlight.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_glrenderer.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_glrenderer.o
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/glrenderer.h:44,
                 from wrappers/py_glrenderer.cpp:6:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glrenderer.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/glrenderer.h:44,
                 from wrappers/py_glrenderer.cpp:6:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glrenderer.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/worldobject.h:47:0,
                 from supportlib/include/glrenderer.h:44,
                 from wrappers/py_glrenderer.cpp:6:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/py_glrenderer.cpp:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/py_massproperties.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_massproperties.o
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/rply/rply/rply.c -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/rply/rply/rply.o
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/rply/py_rply_read.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/rply/py_rply_read.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_read.cpp:53:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_read.cpp:47:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_read.cpp:53:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_read.cpp:47:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_read.cpp:53:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_read.cpp:47:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include -I/usr/include/python3.5m -c wrappers/rply/py_rply_write.cpp -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/rply/py_rply_write.o
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_write.cpp:42:
supportlib/include/component.h:74:3: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   auto_ptr<ISlot> slot;
   ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_write.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_write.cpp:42:
supportlib/include/component.h:75:25: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   DynamicSlotDescriptor(auto_ptr<ISlot> aslot) : slot(aslot) {}
                         ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_write.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from supportlib/include/geomobject.h:43:0,
                 from supportlib/include/polyhedrongeom.h:45,
                 from wrappers/rply/py_rply_write.cpp:42:
supportlib/include/component.h:159:36: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   void addSlot(const string& name, auto_ptr<ISlot> slot);
                                    ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
                 from /usr/include/boost/function/function_base.hpp:16,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function/function_template.hpp:13,
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,
                 from /usr/include/boost/function/function0.hpp:11,
                 from /usr/include/boost/python/errors.hpp:13,
                 from /usr/include/boost/python/handle.hpp:11,
                 from /usr/include/boost/python/args_fwd.hpp:10,
                 from /usr/include/boost/python/args.hpp:10,
                 from /usr/include/boost/python.hpp:11,
                 from wrappers/rply/py_rply_write.cpp:36:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_wrapper.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_noise.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_vec3.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_vec4.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_mat3.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_mat4.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_quat.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_slots1.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_slots2.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_slots3.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_slots4.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_arrayslots1.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_arrayslots2.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_arrayslot_mat3.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_arrayslot_mat4.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_arrayslots4.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_component.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_boundingbox.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_worldobject.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_worldobject2.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_worldobject3.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_material.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_glmaterial.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_geoms1.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_spheregeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_ccylindergeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_torusgeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_boxgeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_planegeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_trimeshgeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_polyhedrongeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_drawgeom.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_lightsource.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_glpointlight.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_glspotlight.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_gldistantlight.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_glrenderer.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/py_massproperties.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/rply/rply/rply.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/rply/py_rply_read.o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/wrappers/rply/py_rply_write.o -Lsupportlib/lib -L/usr/lib64 -lGL -lGLU -lglut -lboost_python-3.5 -lcore -lGL -lGLU -lpython3.5m -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_core.cpython-35m-x86_64-linux-gnu.so
building '_pointcloud' extension
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/pyrex
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/pyrex/c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -I/usr/include/python3.5m -c pyrex/c/_pointcloud.c -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/pyrex/c/_pointcloud.o
x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/temp.linux-x86_64-3.5/pyrex/c/_pointcloud.o -L/usr/lib64 -lpython3.5m -o /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_pointcloud.cpython-35m-x86_64-linux-gnu.so
running build_scripts
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts
copying and adjusting utilities/viewer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts
copying and adjusting utilities/render.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts
copying and adjusting utilities/postbake.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts
copying and adjusting utilities/info3d.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts
copying and adjusting utilities/convert3d.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts
copying and adjusting utilities/seqls.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts
copying and adjusting utilities/seqmv.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts
copying and adjusting utilities/seqrm.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts
copying and adjusting utilities/seqcp.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/viewer.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/render.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/postbake.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/info3d.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/convert3d.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/seqls.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/seqmv.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/seqrm.py from 644 to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/seqcp.py from 644 to 755
... finished setup
>>> Source compiled.
>>> Test phase [not enabled]: dev-python/cgkit-2.0.0-r1

>>> Install cgkit-2.0.0-r1 into /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/ category dev-python
 * python2_7: running distutils-r1_run_phase distutils-r1_python_install
python2.7 setup.py install --root=/var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7
Reading config.cfg...
Version-specific config file (config_py27.cfg) not available
Updating version in the cgkitinfo module...
Version: 2.0.0 (May 12 2018)
Content of cgkitinfo module did not change.
======================================================================
3DS importer:      disabled
VRML/X3D importer: disabled
OpenSceneGraph:    disabled
OGRE:              disabled
3DXWare:           disabled
Wintab:            disabled
Glove module:      disabled
======================================================================
Include paths (INC_DIRS):

 supportlib/include
 /usr/include

Library paths (LIB_DIRS):

 supportlib/lib

Libraries to link with (LIBS):

 GL, GLU, glut, boost_python-2.7, core, GL, GLU

======================================================================
pyrex/c/_pointcloud.c is up-to-date
running install
running build
running build_py
running build_ext
running build_scripts
running install_lib
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_pointcloud.so -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_core.so -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg/avcodec.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg/avformat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg/avutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg/cppdefs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg/decls.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg/findlib.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ffmpeg/swscale.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/defaultprocs/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/defaultprocs/blender.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/defaultprocs/dumpenv.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/defaultprocs/maya.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/defaultprocs/renderrib.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/jobhandle.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/jobproc.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/jobqueue/jobqueue.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glove
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glove/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glove
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glove/constants.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glove
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/spacedevice
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/spacedevice/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/spacedevice
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/wintab
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/wintab/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/wintab
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/wintab/constants.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/wintab
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces/icamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces/icomponent.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces/irenderer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces/irigidbody.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces/isceneitem.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/Interfaces/iworldobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI/call.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI/idmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI/keys.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI/mainwin.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI/menu.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI/panelicons.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI/panels.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI/toolbars.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/GUI/window.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes/mat3.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes/mat4.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes/quat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes/vec3.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/cgtypes/vec4.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/_core.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/light/noise.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/all
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/all/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/all
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_OpenGL
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_OpenGL/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_OpenGL
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_OpenGL/GL.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_OpenGL
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_OpenGL/GLU.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_OpenGL
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_OpenGL/GLUT.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_OpenGL
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_cri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_slparser.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_slreturntypes.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/application.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/asfamc.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/asfamcimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/autocam.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/beziercurve.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/beziercurvegeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/boundingbox.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/box.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/boxgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/bvh.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/bvhimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/camcontrol.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/camerabase.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ccylinder.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ccylindergeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/cgtypes.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/cmds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/component.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/cri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/dddsimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/draw.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/drawgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/drawtextgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/euleradapter.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/eventmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/events.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/expression.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/flockofbirds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/fob.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/freecamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/geomobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glfreedistantlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glfreespotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glmaterial.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/globalscene.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glpointlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glrenderer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glslangparams.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/glslangtokenize.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/gltargetdistantlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/gltargetspotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/gnuplotter.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/group.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/hammersley.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ifsimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/joint.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/joints.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/joystick.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/keydefs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/lightsource.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/lookat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/lwob.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/lwobimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/maimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/material.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/material3ds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/mayaascii.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/mayabinary.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/mayaiff.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/mayaspotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/mediafile.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/motionpath.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/noise.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/objexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/objimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/objmaterial.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/objmtl.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/odedynamics.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/offexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/offimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/pidcontroller.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/plane.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/planegeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/pluginmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/plyexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/plyimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/pointcloud.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/polyhedron.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/polyhedrongeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/preferences.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/protocols.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/pyimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/quadrics.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ribarchive.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/ribexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/rmanlibutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/rmshader.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/scene.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/sceneglobals.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/sequence.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/simplecpp.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/sl.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/slideshow.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/sloargs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/slots.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/slparams.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/sltokenize.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/spheregeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/spotlight3ds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/stitch.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/stlimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/targetcamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/timer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/tool.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/torus.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/torusgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/trimesh.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/trimeshgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/tunnel.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/undo.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/valuetable.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/worldobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/x3dimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_Image.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/_ImageDraw.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/riutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/lib/cgkit/cgkitinfo.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg/avcodec.py to avcodec.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg/avformat.py to avformat.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg/avutil.py to avutil.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg/cppdefs.py to cppdefs.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg/decls.py to decls.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg/findlib.py to findlib.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ffmpeg/swscale.py to swscale.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/defaultprocs/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/defaultprocs/blender.py to blender.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/defaultprocs/dumpenv.py to dumpenv.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/defaultprocs/maya.py to maya.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/defaultprocs/renderrib.py to renderrib.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/jobhandle.py to jobhandle.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/jobproc.py to jobproc.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/jobqueue/jobqueue.py to jobqueue.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glove/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glove/constants.py to constants.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/spacedevice/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/wintab/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/wintab/constants.py to constants.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces/icamera.py to icamera.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces/icomponent.py to icomponent.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces/irenderer.py to irenderer.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces/irigidbody.py to irigidbody.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces/isceneitem.py to isceneitem.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/Interfaces/iworldobject.py to iworldobject.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI/call.py to call.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI/idmanager.py to idmanager.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI/keys.py to keys.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI/mainwin.py to mainwin.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI/menu.py to menu.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI/panelicons.py to panelicons.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI/panels.py to panels.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI/toolbars.py to toolbars.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/GUI/window.py to window.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes/mat3.py to mat3.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes/mat4.py to mat4.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes/quat.py to quat.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes/vec3.py to vec3.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/cgtypes/vec4.py to vec4.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/_core.py to _core.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/light/noise.py to noise.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/all/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_OpenGL/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_OpenGL/GL.py to GL.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_OpenGL/GLU.py to GLU.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_OpenGL/GLUT.py to GLUT.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/__init__.py to __init__.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_cri.py to _cri.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_slparser.py to _slparser.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_slreturntypes.py to _slreturntypes.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/application.py to application.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/asfamc.py to asfamc.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/asfamcimport.py to asfamcimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/autocam.py to autocam.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/beziercurve.py to beziercurve.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/beziercurvegeom.py to beziercurvegeom.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/boundingbox.py to boundingbox.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/box.py to box.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/boxgeom.py to boxgeom.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/bvh.py to bvh.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/bvhimport.py to bvhimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/camcontrol.py to camcontrol.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/camerabase.py to camerabase.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ccylinder.py to ccylinder.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ccylindergeom.py to ccylindergeom.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/cgtypes.py to cgtypes.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/cmds.py to cmds.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/component.py to component.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/cri.py to cri.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/dddsimport.py to dddsimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/draw.py to draw.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/drawgeom.py to drawgeom.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/drawtextgeom.py to drawtextgeom.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/euleradapter.py to euleradapter.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/eventmanager.py to eventmanager.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/events.py to events.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/expression.py to expression.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/flockofbirds.py to flockofbirds.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/fob.py to fob.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/freecamera.py to freecamera.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/geomobject.py to geomobject.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glfreedistantlight.py to glfreedistantlight.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glfreespotlight.py to glfreespotlight.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glmaterial.py to glmaterial.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/globalscene.py to globalscene.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glpointlight.py to glpointlight.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glrenderer.py to glrenderer.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glslangparams.py to glslangparams.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/glslangtokenize.py to glslangtokenize.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/gltargetdistantlight.py to gltargetdistantlight.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/gltargetspotlight.py to gltargetspotlight.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/gnuplotter.py to gnuplotter.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/group.py to group.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/hammersley.py to hammersley.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ifsimport.py to ifsimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/joint.py to joint.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/joints.py to joints.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/joystick.py to joystick.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/keydefs.py to keydefs.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/lightsource.py to lightsource.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/lookat.py to lookat.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/lwob.py to lwob.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/lwobimport.py to lwobimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/maimport.py to maimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/material.py to material.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/material3ds.py to material3ds.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/mayaascii.py to mayaascii.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/mayabinary.py to mayabinary.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/mayaiff.py to mayaiff.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/mayaspotlight.py to mayaspotlight.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/mediafile.py to mediafile.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/motionpath.py to motionpath.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/noise.py to noise.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/objexport.py to objexport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/objimport.py to objimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/objmaterial.py to objmaterial.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/objmtl.py to objmtl.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/odedynamics.py to odedynamics.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/offexport.py to offexport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/offimport.py to offimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/pidcontroller.py to pidcontroller.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/plane.py to plane.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/planegeom.py to planegeom.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/pluginmanager.py to pluginmanager.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/plyexport.py to plyexport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/plyimport.py to plyimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/pointcloud.py to pointcloud.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/polyhedron.py to polyhedron.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/polyhedrongeom.py to polyhedrongeom.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/preferences.py to preferences.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/protocols.py to protocols.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/pyimport.py to pyimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/quadrics.py to quadrics.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ri.py to ri.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ribarchive.py to ribarchive.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/ribexport.py to ribexport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/rmanlibutil.py to rmanlibutil.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/rmshader.py to rmshader.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/scene.py to scene.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/sceneglobals.py to sceneglobals.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/sequence.py to sequence.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/simplecpp.py to simplecpp.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/sl.py to sl.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/slideshow.py to slideshow.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/sloargs.py to sloargs.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/slots.py to slots.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/slparams.py to slparams.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/sltokenize.py to sltokenize.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/spheregeom.py to spheregeom.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/spotlight3ds.py to spotlight3ds.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/stitch.py to stitch.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/stlimport.py to stlimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/targetcamera.py to targetcamera.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/timer.py to timer.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/tool.py to tool.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/torus.py to torus.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/torusgeom.py to torusgeom.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/trimesh.py to trimesh.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/trimeshgeom.py to trimeshgeom.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/tunnel.py to tunnel.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/undo.py to undo.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/valuetable.py to valuetable.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/worldobject.py to worldobject.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/x3dimport.py to x3dimport.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_Image.py to _Image.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/_ImageDraw.py to _ImageDraw.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/riutil.py to riutil.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit/cgkitinfo.py to cgkitinfo.pyc
writing byte-compilation script '/var/tmp/portage/dev-python/cgkit-2.0.0-r1/temp/tmpmLg_U0.py'
/usr/bin/python2.7 -OO /var/tmp/portage/dev-python/cgkit-2.0.0-r1/temp/tmpmLg_U0.py
removing /var/tmp/portage/dev-python/cgkit-2.0.0-r1/temp/tmpmLg_U0.py
running install_scripts
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/seqcp.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/seqrm.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/seqmv.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/seqls.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/convert3d.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/info3d.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/postbake.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/render.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python2_7/build/scripts/viewer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7/seqcp.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7/seqrm.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7/seqmv.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7/seqls.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7/convert3d.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7/info3d.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7/postbake.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7/render.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib/python-exec/python2.7/viewer.py to 755
running install_egg_info
Writing /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python2.7/usr/lib64/python2.7/site-packages/cgkit-2.0.0-py2.7.egg-info
... finished setup
 * python3_5: running distutils-r1_run_phase distutils-r1_python_install
python3.5 setup.py install --root=/var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5
Reading config.cfg...
Version-specific config file (config_py35.cfg) not available
Updating version in the cgkitinfo module...
Version: 2.0.0 (May 12 2018)
Content of cgkitinfo module did not change.
======================================================================
3DS importer:      disabled
VRML/X3D importer: disabled
OpenSceneGraph:    disabled
OGRE:              disabled
3DXWare:           disabled
Wintab:            disabled
Glove module:      disabled
======================================================================
Include paths (INC_DIRS):

 supportlib/include
 /usr/include

Library paths (LIB_DIRS):

 supportlib/lib

Libraries to link with (LIBS):

 GL, GLU, glut, boost_python-3.5, core, GL, GLU

======================================================================
pyrex/c/_pointcloud.c is up-to-date
running install
running build
running build_py
running build_ext
running build_scripts
running install_lib
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_pointcloud.cpython-35m-x86_64-linux-gnu.so -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_core.cpython-35m-x86_64-linux-gnu.so -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg/avcodec.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg/avformat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg/avutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg/cppdefs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg/decls.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg/findlib.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ffmpeg/swscale.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/defaultprocs/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/defaultprocs/blender.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/defaultprocs/dumpenv.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/defaultprocs/maya.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/defaultprocs/renderrib.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/defaultprocs
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/jobhandle.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/jobproc.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/jobqueue/jobqueue.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glove
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glove/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glove
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glove/constants.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glove
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/spacedevice
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/spacedevice/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/spacedevice
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/wintab
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/wintab/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/wintab
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/wintab/constants.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/wintab
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces/icamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces/icomponent.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces/irenderer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces/irigidbody.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces/isceneitem.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/Interfaces/iworldobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI/call.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI/idmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI/keys.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI/mainwin.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI/menu.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI/panelicons.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI/panels.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI/toolbars.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/GUI/window.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes/mat3.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes/mat4.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes/quat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes/vec3.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/cgtypes/vec4.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/_core.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/light/noise.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/all
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/all/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/all
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_OpenGL
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_OpenGL/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_OpenGL
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_OpenGL/GL.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_OpenGL
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_OpenGL/GLU.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_OpenGL
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_OpenGL/GLUT.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_OpenGL
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/__init__.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_cri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_slparser.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_slreturntypes.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/application.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/asfamc.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/asfamcimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/autocam.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/beziercurve.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/beziercurvegeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/boundingbox.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/box.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/boxgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/bvh.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/bvhimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/camcontrol.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/camerabase.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ccylinder.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ccylindergeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/cgtypes.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/cmds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/component.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/cri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/dddsimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/draw.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/drawgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/drawtextgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/euleradapter.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/eventmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/events.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/expression.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/flockofbirds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/fob.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/freecamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/geomobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glfreedistantlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glfreespotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glmaterial.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/globalscene.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glpointlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glrenderer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glslangparams.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/glslangtokenize.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/gltargetdistantlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/gltargetspotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/gnuplotter.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/group.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/hammersley.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ifsimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/joint.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/joints.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/joystick.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/keydefs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/lightsource.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/lookat.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/lwob.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/lwobimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/maimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/material.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/material3ds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/mayaascii.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/mayabinary.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/mayaiff.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/mayaspotlight.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/mediafile.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/motionpath.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/noise.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/objexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/objimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/objmaterial.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/objmtl.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/odedynamics.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/offexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/offimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/pidcontroller.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/plane.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/planegeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/pluginmanager.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/plyexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/plyimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/pointcloud.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/polyhedron.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/polyhedrongeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/preferences.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/protocols.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/pyimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/quadrics.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ri.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ribarchive.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/ribexport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/rmanlibutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/rmshader.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/scene.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/sceneglobals.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/sequence.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/simplecpp.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/sl.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/slideshow.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/sloargs.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/slots.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/slparams.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/sltokenize.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/spheregeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/spotlight3ds.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/stitch.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/stlimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/targetcamera.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/timer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/tool.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/torus.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/torusgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/trimesh.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/trimeshgeom.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/tunnel.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/undo.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/valuetable.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/worldobject.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/x3dimport.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_Image.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/_ImageDraw.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/riutil.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/lib/cgkit/cgkitinfo.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg/avcodec.py to avcodec.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg/avformat.py to avformat.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg/avutil.py to avutil.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg/cppdefs.py to cppdefs.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg/decls.py to decls.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg/findlib.py to findlib.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ffmpeg/swscale.py to swscale.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/defaultprocs/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/defaultprocs/blender.py to blender.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/defaultprocs/dumpenv.py to dumpenv.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/defaultprocs/maya.py to maya.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/defaultprocs/renderrib.py to renderrib.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/jobhandle.py to jobhandle.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/jobproc.py to jobproc.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/jobqueue/jobqueue.py to jobqueue.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glove/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glove/constants.py to constants.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/spacedevice/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/wintab/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/wintab/constants.py to constants.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces/icamera.py to icamera.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces/icomponent.py to icomponent.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces/irenderer.py to irenderer.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces/irigidbody.py to irigidbody.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces/isceneitem.py to isceneitem.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/Interfaces/iworldobject.py to iworldobject.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI/call.py to call.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI/idmanager.py to idmanager.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI/keys.py to keys.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI/mainwin.py to mainwin.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI/menu.py to menu.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI/panelicons.py to panelicons.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI/panels.py to panels.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI/toolbars.py to toolbars.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/GUI/window.py to window.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes/mat3.py to mat3.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes/mat4.py to mat4.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes/quat.py to quat.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes/vec3.py to vec3.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/cgtypes/vec4.py to vec4.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/_core.py to _core.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/light/noise.py to noise.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/all/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_OpenGL/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_OpenGL/GL.py to GL.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_OpenGL/GLU.py to GLU.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_OpenGL/GLUT.py to GLUT.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/__init__.py to __init__.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_cri.py to _cri.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_slparser.py to _slparser.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_slreturntypes.py to _slreturntypes.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/application.py to application.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/asfamc.py to asfamc.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/asfamcimport.py to asfamcimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/autocam.py to autocam.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/beziercurve.py to beziercurve.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/beziercurvegeom.py to beziercurvegeom.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/boundingbox.py to boundingbox.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/box.py to box.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/boxgeom.py to boxgeom.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/bvh.py to bvh.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/bvhimport.py to bvhimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/camcontrol.py to camcontrol.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/camerabase.py to camerabase.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ccylinder.py to ccylinder.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ccylindergeom.py to ccylindergeom.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/cgtypes.py to cgtypes.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/cmds.py to cmds.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/component.py to component.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/cri.py to cri.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/dddsimport.py to dddsimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/draw.py to draw.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/drawgeom.py to drawgeom.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/drawtextgeom.py to drawtextgeom.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/euleradapter.py to euleradapter.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/eventmanager.py to eventmanager.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/events.py to events.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/expression.py to expression.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/flockofbirds.py to flockofbirds.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/fob.py to fob.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/freecamera.py to freecamera.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/geomobject.py to geomobject.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glfreedistantlight.py to glfreedistantlight.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glfreespotlight.py to glfreespotlight.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glmaterial.py to glmaterial.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/globalscene.py to globalscene.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glpointlight.py to glpointlight.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glrenderer.py to glrenderer.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glslangparams.py to glslangparams.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/glslangtokenize.py to glslangtokenize.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/gltargetdistantlight.py to gltargetdistantlight.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/gltargetspotlight.py to gltargetspotlight.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/gnuplotter.py to gnuplotter.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/group.py to group.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/hammersley.py to hammersley.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ifsimport.py to ifsimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/joint.py to joint.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/joints.py to joints.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/joystick.py to joystick.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/keydefs.py to keydefs.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/lightsource.py to lightsource.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/lookat.py to lookat.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/lwob.py to lwob.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/lwobimport.py to lwobimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/maimport.py to maimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/material.py to material.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/material3ds.py to material3ds.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/mayaascii.py to mayaascii.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/mayabinary.py to mayabinary.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/mayaiff.py to mayaiff.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/mayaspotlight.py to mayaspotlight.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/mediafile.py to mediafile.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/motionpath.py to motionpath.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/noise.py to noise.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/objexport.py to objexport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/objimport.py to objimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/objmaterial.py to objmaterial.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/objmtl.py to objmtl.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/odedynamics.py to odedynamics.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/offexport.py to offexport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/offimport.py to offimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/pidcontroller.py to pidcontroller.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/plane.py to plane.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/planegeom.py to planegeom.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/pluginmanager.py to pluginmanager.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/plyexport.py to plyexport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/plyimport.py to plyimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/pointcloud.py to pointcloud.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/polyhedron.py to polyhedron.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/polyhedrongeom.py to polyhedrongeom.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/preferences.py to preferences.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/protocols.py to protocols.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/pyimport.py to pyimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/quadrics.py to quadrics.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ri.py to ri.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ribarchive.py to ribarchive.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/ribexport.py to ribexport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/rmanlibutil.py to rmanlibutil.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/rmshader.py to rmshader.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/scene.py to scene.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/sceneglobals.py to sceneglobals.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/sequence.py to sequence.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/simplecpp.py to simplecpp.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/sl.py to sl.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/slideshow.py to slideshow.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/sloargs.py to sloargs.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/slots.py to slots.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/slparams.py to slparams.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/sltokenize.py to sltokenize.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/spheregeom.py to spheregeom.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/spotlight3ds.py to spotlight3ds.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/stitch.py to stitch.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/stlimport.py to stlimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/targetcamera.py to targetcamera.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/timer.py to timer.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/tool.py to tool.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/torus.py to torus.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/torusgeom.py to torusgeom.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/trimesh.py to trimesh.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/trimeshgeom.py to trimeshgeom.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/tunnel.py to tunnel.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/undo.py to undo.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/valuetable.py to valuetable.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/worldobject.py to worldobject.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/x3dimport.py to x3dimport.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_Image.py to _Image.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/_ImageDraw.py to _ImageDraw.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/riutil.py to riutil.cpython-35.pyc
byte-compiling /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit/cgkitinfo.py to cgkitinfo.cpython-35.pyc
writing byte-compilation script '/var/tmp/portage/dev-python/cgkit-2.0.0-r1/temp/tmpcwm8aqcn.py'
/usr/bin/python3.5 -O /var/tmp/portage/dev-python/cgkit-2.0.0-r1/temp/tmpcwm8aqcn.py
removing /var/tmp/portage/dev-python/cgkit-2.0.0-r1/temp/tmpcwm8aqcn.py
writing byte-compilation script '/var/tmp/portage/dev-python/cgkit-2.0.0-r1/temp/tmpjmpqtaex.py'
/usr/bin/python3.5 -OO /var/tmp/portage/dev-python/cgkit-2.0.0-r1/temp/tmpjmpqtaex.py
removing /var/tmp/portage/dev-python/cgkit-2.0.0-r1/temp/tmpjmpqtaex.py
running install_scripts
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec
creating /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/seqcp.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/seqrm.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/seqmv.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/seqls.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/convert3d.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/info3d.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/postbake.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/render.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5
copying /var/tmp/portage/dev-python/cgkit-2.0.0-r1/work/cgkit-2.0.0-python3_5/build/scripts/viewer.py -> /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5/seqcp.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5/seqrm.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5/seqmv.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5/seqls.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5/convert3d.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5/info3d.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5/postbake.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5/render.py to 755
changing mode of /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib/python-exec/python3.5/viewer.py to 755
running install_egg_info
Writing /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/_python3.5/usr/lib64/python3.5/site-packages/cgkit-2.0.0-py3.5.egg-info
... finished setup
 * python3_5: running distutils-r1_run_phase distutils-r1_python_install_all
>>> Completed installing cgkit-2.0.0-r1 into /var/tmp/portage/dev-python/cgkit-2.0.0-r1/image/

 * Final size of build directory: 66288 KiB (64.7 MiB)
 * Final size of installed tree:  28044 KiB (27.3 MiB)

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   usr/lib64/python2.7/site-packages/cgkit/_pointcloud.so
   usr/lib64/python2.7/site-packages/cgkit/_core.so
   usr/lib64/python3.5/site-packages/cgkit/_pointcloud.cpython-35m-x86_64-linux-gnu.so
   usr/lib64/python3.5/site-packages/cgkit/_core.cpython-35m-x86_64-linux-gnu.so
ecompressdir: bzip2 -9 /usr/share/doc
 * checking 1259 files for package collisions
259 files remaining ...
 * This package will overwrite one or more files that may belong to other
 * packages (see list below). You can use a command such as `portageq
 * owners / <filename>` to identify the installed package that owns a
 * file. If portageq reports that only one package owns a file then do
 * NOT file a bug report. A bug report is only useful if it identifies at
 * least two or more packages that are known to install the same file(s).
 * If a collision occurs and you can not explain where the file came from
 * then you should simply ignore the collision since there is not enough
 * information to determine if a real problem exists. Please do NOT file
 * a bug report at https://bugs.gentoo.org/ unless you report exactly
 * which two packages install the same file(s). See
 * https://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how
 * to solve the problem. And once again, please do NOT file a bug report
 * unless you have completely understood the above message.
 * 
 * Detected file collision(s):
 * 
 * 	/usr/lib/python-exec/python3.5/viewer.py
 * 	/usr/lib/python-exec/python2.7/viewer.py
 * 	/usr/bin/viewer.py
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * dev-python/pillow-4.3.0:0::gentoo
 * 	/usr/bin/viewer.py
 * 	/usr/lib/python-exec/python2.7/viewer.py
 * 	/usr/lib/python-exec/python3.5/viewer.py
 * 
 * Package 'dev-python/cgkit-2.0.0-r1' NOT merged due to file collisions.
 * If necessary, refer to your elog messages for the whole content of the
 * above message.