Results 1 to 1 of 1
I'm trying to install Gnome, and I'm having problems with cmake. I posted here before, recently , with another problem. There, at least I had some ideas to try to ...
- 04-10-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 5
Error compiling cmake
I'm trying to install Gnome, and I'm having problems with cmake. I posted here before, recently, with another problem. There, at least I had some ideas to try to fix it. Here, I haven't the faintest idea. It throws a bunch of warnings about deprecated calls, then it just crashes. Here is the log. I'm happy to provide any additional information needed.
Am I doing something wrong?
Code:>>> Unpacking source... >>> Unpacking cmake-2.6.2.tar.gz to /var/tmp/portage/dev-util/cmake-2.6.2-r1/work >>> Source unpacked in /var/tmp/portage/dev-util/cmake-2.6.2-r1/work [32;01m*[0m Applying cmake-FindPythonLibs.patch ... [A[72C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Applying cmake-FindPythonInterp.patch ... [A[72C [34;01m[ [32;01mok[34;01m ][0m >>> Configuring source in /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2 ... --------------------------------------------- CMake 2.6-2, Copyright (c) 2007 Kitware, Inc., Insight Consortium C compiler on this system is: i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe C++ compiler on this system is: i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe Makefile processor on this system is: gmake i686-pc-linux-gnu-g++ is not GNU compiler i686-pc-linux-gnu-g++ has STL in std:: namespace i686-pc-linux-gnu-g++ has ANSI streams i686-pc-linux-gnu-g++ has streams in std:: namespace i686-pc-linux-gnu-g++ does not have sstream i686-pc-linux-gnu-g++ does not have strstream.h i686-pc-linux-gnu-g++ does not have strstrea.h i686-pc-linux-gnu-g++ has operator!=(string, char*) i686-pc-linux-gnu-g++ has stl iterator_traits i686-pc-linux-gnu-g++ has standard template allocator i686-pc-linux-gnu-g++ has allocator<>::rebind<> i686-pc-linux-gnu-g++ does not have non-standard allocator<>::max_size argument i686-pc-linux-gnu-g++ has stl containers supporting allocator objects i686-pc-linux-gnu-g++ has header cstddef i686-pc-linux-gnu-g++ requires template friends to use <> i686-pc-linux-gnu-g++ supports member templates i686-pc-linux-gnu-g++ has standard template specialization syntax i686-pc-linux-gnu-g++ has argument dependent lookup i686-pc-linux-gnu-g++ has struct stat with st_mtim member i686-pc-linux-gnu-g++ has ANSI for scoping --------------------------------------------- i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmake.cxx -o cmake.o i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmakemain.cxx -o cmakemain.o i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmakewizard.cxx -o cmakewizard.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSystemTools.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmake.h:43, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmake.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSystemTools.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmake.h:43, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmakemain.cxx:24: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCacheManager.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefile.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmakewizard.h:19, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmakewizard.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommandArgumentLexer.cxx -o cmCommandArgumentLexer.o i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommandArgumentParser.cxx -o cmCommandArgumentParser.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommandArgumentLexer.cxx:1: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from cmCommandArgumentParser.y:33: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommandArgumentParserHelper.cxx -o cmCommandArgumentParserHelper.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommandArgumentParserHelper.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommandArgumentParserHelper.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDepends.cxx -o cmDepends.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDepends.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDepends.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDependsC.cxx -o cmDependsC.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDepends.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDependsC.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDependsC.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDocumentationFormatter.cxx -o cmDocumentationFormatter.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDocumentationFormatter.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDocumentationFormatter.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDocumentationFormatterText.cxx -o cmDocumentationFormatterText.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDocumentationFormatterText.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDocumentationFormatterText.cxx:18: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPolicies.cxx -o cmPolicies.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCustomCommand.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPolicies.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPolicies.cxx:1: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmProperty.cxx -o cmProperty.o i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPropertyMap.cxx -o cmPropertyMap.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmProperty.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmProperty.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmProperty.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPropertyMap.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPropertyMap.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPropertyDefinition.cxx -o cmPropertyDefinition.o i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPropertyDefinitionMap.cxx -o cmPropertyDefinitionMap.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmProperty.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPropertyDefinition.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPropertyDefinition.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmProperty.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPropertyDefinition.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPropertyDefinitionMap.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmPropertyDefinitionMap.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakeDepend.cxx -o cmMakeDepend.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCacheManager.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefile.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakeDepend.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakeDepend.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefile.cxx -o cmMakefile.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCacheManager.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefile.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefile.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExportFileGenerator.cxx -o cmExportFileGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmObject.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommand.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExportFileGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExportFileGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExportInstallFileGenerator.cxx -o cmExportInstallFileGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmObject.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommand.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExportFileGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExportInstallFileGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExportInstallFileGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallDirectoryGenerator.cxx -o cmInstallDirectoryGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallDirectoryGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallDirectoryGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmGeneratedFileStream.cxx -o cmGeneratedFileStream.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmGeneratedFileStream.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmGeneratedFileStream.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmGlobalGenerator.cxx -o cmGlobalGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmGlobalGenerator.h:21, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmGlobalGenerator.cxx:21: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalGenerator.cxx -o cmLocalGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallGenerator.cxx -o cmInstallGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallExportGenerator.cxx -o cmInstallExportGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallExportGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallExportGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallFilesGenerator.cxx -o cmInstallFilesGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallFilesGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallFilesGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallScriptGenerator.cxx -o cmInstallScriptGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallScriptGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallScriptGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallTargetGenerator.cxx -o cmInstallTargetGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallTargetGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmInstallTargetGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSourceFile.cxx -o cmSourceFile.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSourceFileLocation.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSourceFile.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSourceFile.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSourceFileLocation.cxx -o cmSourceFileLocation.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSourceFileLocation.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSourceFileLocation.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSystemTools.cxx -o cmSystemTools.o i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmVersion.cxx -o cmVersion.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSystemTools.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSystemTools.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmVersion.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmVersion.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmFileTimeComparison.cxx -o cmFileTimeComparison.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmFileTimeComparison.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmFileTimeComparison.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmGlobalUnixMakefileGenerator3.cxx -o cmGlobalUnixMakefileGenerator3.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmGlobalGenerator.h:21, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmGlobalUnixMakefileGenerator3.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmGlobalUnixMakefileGenerator3.cxx:18: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalUnixMakefileGenerator3.cxx -o cmLocalUnixMakefileGenerator3.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalUnixMakefileGenerator3.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalUnixMakefileGenerator3.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileExecutableTargetGenerator.cxx -o cmMakefileExecutableTargetGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalUnixMakefileGenerator3.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileTargetGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileExecutableTargetGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileExecutableTargetGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileLibraryTargetGenerator.cxx -o cmMakefileLibraryTargetGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalUnixMakefileGenerator3.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileTargetGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileLibraryTargetGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileLibraryTargetGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileTargetGenerator.cxx -o cmMakefileTargetGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalUnixMakefileGenerator3.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileTargetGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileTargetGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileUtilityTargetGenerator.cxx -o cmMakefileUtilityTargetGenerator.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmLocalUnixMakefileGenerator3.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileTargetGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileUtilityTargetGenerator.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmMakefileUtilityTargetGenerator.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmBootstrapCommands.cxx -o cmBootstrapCommands.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommands.h:19, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmBootstrapCommands.cxx:21: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommands.cxx -o cmCommands.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommands.h:19, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCommands.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmTarget.cxx -o cmTarget.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCustomCommand.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmTarget.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmTarget.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmTest.cxx -o cmTest.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCustomCommand.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmTest.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmTest.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCustomCommand.cxx -o cmCustomCommand.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCustomCommand.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCustomCommand.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDocumentVariables.cxx -o cmDocumentVariables.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmSystemTools.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmake.h:43, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmDocumentVariables.cxx:2: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCacheManager.cxx -o cmCacheManager.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCacheManager.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmCacheManager.cxx:18: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmListFileCache.cxx -o cmListFileCache.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmListFileCache.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmListFileCache.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeLinkDepends.cxx -o cmComputeLinkDepends.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeLinkDepends.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeLinkDepends.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeLinkInformation.cxx -o cmComputeLinkInformation.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeLinkInformation.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeLinkInformation.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmOrderDirectories.cxx -o cmOrderDirectories.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmOrderDirectories.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmOrderDirectories.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeTargetDepends.cxx -o cmComputeTargetDepends.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeTargetDepends.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeTargetDepends.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeComponentGraph.cxx -o cmComputeComponentGraph.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeComponentGraph.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmComputeComponentGraph.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExprLexer.cxx -o cmExprLexer.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExprLexer.cxx:1: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExprParser.cxx -o cmExprParser.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExprParserHelper.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExprParser.cxx:147: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExprParserHelper.cxx -o cmExprParserHelper.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmStandardIncludes.h:107, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExprParserHelper.h:20, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmExprParserHelper.cxx:17: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/cmListFileLexer.c -o cmListFileLexer.o i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/kwsys/Directory.cxx -o Directory.o i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/kwsys/Glob.cxx -o Glob.o i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/kwsys/RegularExpression.cxx -o RegularExpression.o i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/kwsys/SystemTools.cxx -o SystemTools.o In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/strstream:51, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk/cmsys/ios/sstream:40, from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/kwsys/SystemTools.cxx:21: /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source -I/var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/kwsys/ProcessUNIX.c -o ProcessUNIX.o In file included from /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Source/kwsys/SystemTools.cxx:21: /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk/cmsys/ios/sstream: In member function 'void cmsys_ios::istringstream::clear(int)': /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk/cmsys/ios/sstream:178: error: invalid conversion from 'int' to 'std::_Ios_Iostate' /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk/cmsys/ios/sstream:178: error: initializing argument 1 of 'void std::basic_ios<_CharT, _Traits>::clear(std::_Ios_Iostate) [with _CharT = char, _Traits = std::char_traits<char>]' gmake: *** [SystemTools.o] Error 1 gmake: *** Waiting for unfinished jobs.... --------------------------------------------- Error when bootstrapping CMake: Problem while running gmake --------------------------------------------- Log of errors: /var/tmp/portage/dev-util/cmake-2.6.2-r1/work/cmake-2.6.2/Bootstrap.cmk/cmake_bootstrap.log --------------------------------------------- [31;01m*[0m [31;01m*[0m ERROR: dev-util/cmake-2.6.2-r1 failed. [31;01m*[0m Call stack: [31;01m*[0m ebuild.sh, line 49: Called src_compile [31;01m*[0m environment, line 2892: Called die [31;01m*[0m The specific snippet of code: [31;01m*[0m ./bootstrap --system-libs --prefix=/usr --docdir=/share/doc/${PF} --datadir=/share/${PN} --mandir=/share/man "$qt_arg" "$par_arg" || die "./bootstrap failed"; [31;01m*[0m The die message: [31;01m*[0m ./bootstrap failed [31;01m*[0m [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. [31;01m*[0m A complete build log is located at '/var/log/portage/dev-util:cmake-2.6.2-r1:20090410-063047.log'. [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-util/cmake-2.6.2-r1/temp/environment'. [31;01m*[0m


Reply With Quote
