[MacPorts] #63460: cmake-3.21.2_0 fails to configure on mavericks
MacPorts
noreply at macports.org
Wed Sep 8 13:11:48 UTC 2021
#63460: cmake-3.21.2_0 fails to configure on mavericks
---------------------+--------------------
Reporter: tehcog | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords:
Port: cmake |
---------------------+--------------------
Comment (by tehcog):
Replying to [comment:5 kencu]:
Question:
In the failed 'main.log':
{{{
:info:configure Executing: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.21.2"
&& ./bootstrap --prefix=/opt/local --docdir=share/doc/cmake --parallel=8
--init=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.21.2/macports.cmake
--system-libs --no-system-jsoncpp --no-system-librhash --no-qt-gui --
:debug:configure system: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.21.2"
&& ./bootstrap --prefix=/opt/local --docdir=share/doc/cmake --parallel=8
--init=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.21.2/macports.cmake
--system-libs --no-system-jsoncpp --no-system-librhash --no-qt-gui --
:info:configure ---------------------------------------------
:info:configure CMake 3.21.2, Copyright 2000-2021 Kitware, Inc. and
Contributors
:info:configure C compiler on this system is: /usr/bin/clang -pipe -Os
-arch x86_64
:info:configure C++ compiler on this system is: /usr/bin/clang++ -pipe -Os
-stdlib=libc++ -arch x86_64 -std=gnu++1y
:info:configure Makefile processor on this system is: gmake
:info:configure /usr/bin/clang++ has setenv
:info:configure /usr/bin/clang++ has unsetenv
:info:configure /usr/bin/clang++ does not have environ in stdlib.h
:info:configure /usr/bin/clang++ has stl wstring
:info:configure /usr/bin/clang++ does not have <ext/stdio_filebuf.h>
:info:configure ---------------------------------------------
}}}
It indicates: ':info:configure /usr/bin/clang++ does not have
<ext/stdio_filebuf.h>'.
However, in the failed cmake_bootstrap.log:
{{{
------------------------------------------
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.21.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:169:12:
fatal error: 'ext/stdio_filebuf.h' file not found
# include <ext/stdio_filebuf.h>
^
1 error generated.
Test failed to compile
}}}
It indicates: 'fatal error: 'ext/stdio_filebuf.h' file not found'.
Is there any significance to this?
Thanks.
--
Ticket URL: <https://trac.macports.org/ticket/63460#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list