This is the typical issue I am getting (requires C++14-capable C++ compiler):
>>> Verifying ebuild manifests
>>> Running pre-merge checks for net-ftp/filezilla-3.24.0
* filezilla-3.24.0 requires C++14-capable C++ compiler. Your current compiler
* does not seem to support -std=c++14 option. Please upgrade your compiler
* to gcc-4.9 or an equivalent version supporting C++14.
* ERROR: net-ftp/filezilla-3.24.0::gentoo failed (pretend phase):
* Currently active compiler does not support -std=c++14
*
* Call stack:
* ebuild.sh, line 115: Called pkg_pretend
* filezilla-3.24.0.ebuild, line 47: Called die
* The specific snippet of code:
* die "Currently active compiler does not support -std=c++14"
I got this distinctly new gcc complaint after removing filezilla:
loading initial cache file /var/tmp/portage/dev-util/cmake-3.7.2/work/cmake-3.7.2_build/gentoo_common_config.cmake
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- broken
CMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:51 (message):
The C compiler "/usr/bin/x86_64-pc-linux-gnu-gcc" is not able to compile a
simple test program.
It fails with the following output:
Change Dir: /var/tmp/portage/dev-util/cmake-3.7.2/work/cmake-3.7.2_build/CMakeFiles/CMakeTmp
I don't see that anyone else is having this problem. Is anyone else having this problem? I tried downgrading gcc yesterday but that did not help. The emerge --sync I did today, as you can see, did not resolve this, and I am starting to think my problem is only with my setup. Not sure what direction to go.
Question
dougbmorris
This is the typical issue I am getting (requires C++14-capable C++ compiler):
I got this distinctly new gcc complaint after removing filezilla:
This is what gcc I have:
I don't see that anyone else is having this problem. Is anyone else having this problem? I tried downgrading gcc yesterday but that did not help. The emerge --sync I did today, as you can see, did not resolve this, and I am starting to think my problem is only with my setup. Not sure what direction to go.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts