Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Gentoo Linux Help > Error compiling cmake

Forgot Password?
 Gentoo Linux Help   For help and discussion related to Gentoo Linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 04-10-2009   #1 (permalink)
Just 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
 * Applying cmake-FindPythonLibs.patch ...
  [ ok ]
 * Applying cmake-FindPythonInterp.patch ...
  [ ok ]
>>> 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
---------------------------------------------
 * 
 * ERROR: dev-util/cmake-2.6.2-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2892:  Called die
 * The specific snippet of code:
 *       ./bootstrap --system-libs --prefix=/usr --docdir=/share/doc/${PF} --datadir=/share/${PN} --mandir=/share/man "$qt_arg" "$par_arg" || die "./bootstrap failed";
 *  The die message:
 *   ./bootstrap failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/dev-util:cmake-2.6.2-r1:20090410-063047.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/cmake-2.6.2-r1/temp/environment'.
 *
EndlessEmergency is offline  


Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 01:51 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2