pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/53282: devel/cmake build failure
>Number: 53282
>Category: pkg
>Synopsis: devel/cmake build failure
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat May 12 16:40:00 +0000 2018
>Originator: Shinichi Doyashiki
>Release: NetBSD 8.0_RC1
>Organization:
at home
>Environment:
System: NetBSD devel.csel.org 8.0_RC1 NetBSD 8.0_RC1 (APU1C_8) #0: Mon Apr 30 22:32:39 JST 2018 clare%mizuki.csel.org@localhost:/export/stage/plain/src-8/sys/arch/amd64/compile/APU1C_8 amd64
Architecture: x86_64
Machine: amd64
>Description:
devel/cmake build failure in recent pkgsrc
# make update
===> Resuming update for cmake-3.11.1nb1
=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Configuring for cmake-3.11.1nb1
/bin/rm -f /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Modules/*.orig /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Modules/Compiler/*.orig /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Modules/Platform/*.orig
/bin/ln -f /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Modules/Platform/OpenBSD.cmake /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Modules/Platform/MirBSD.cmake
/bin/ln -f /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Modules/Platform/SunOS-GNU-C.cmake /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Modules/Platform/SunOS-Clang-C.cmake
/bin/ln -f /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Modules/Platform/SunOS-GNU-CXX.cmake /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Modules/Platform/SunOS-Clang-CXX.cmake
/bin/ln -f /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Modules/Platform/SunOS-GNU-Fortran.cmake /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Modules/Platform/SunOS-Clang-Fortran.cmake
---------------------------------------------
CMake 3.11.1, Copyright 2000-2018 Kitware, Inc. and Contributors
C compiler on this system is: gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/include/krb5
C++ compiler on this system is: c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/include/krb5
Makefile processor on this system is: make
c++ has setenv
c++ has unsetenv
c++ does not have environ in stdlib.h
c++ has stl wstring
c++ has <ext/stdio_filebuf.h>
---------------------------------------------
make: Warning: File 'Makefile' has modification time 31 s in the future
make: 'cmake' is up to date.
make: warning: Clock skew detected. Your build may be incomplete.
loading initial cache file /export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/Bootstrap.cmk/InitialCacheFlags.cmake
CMake Error at CMakeLists.txt:92 (message):
The C++ compiler does not support C++11 (e.g. std::unique_ptr).
-- Configuring incomplete, errors occurred!
See also "/export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/CMakeFiles/CMakeOutput.log".
See also "/export/stage/plain/pkgsrc/devel/cmake/work.x86_64/cmake-3.11.1/CMakeFiles/CMakeError.log".
---------------------------------------------
Error when bootstrapping CMake:
Problem while running initial CMake
---------------------------------------------
*** Error code 11
Stop.
make[2]: stopped in /export/stage/plain/pkgsrc/devel/cmake
*** Error code 1
Stop.
make[1]: stopped in /export/stage/plain/pkgsrc/devel/cmake
*** Error code 1
Stop.
make: stopped in /export/stage/plain/pkgsrc/devel/cmake
>How-To-Repeat:
# cd ${PKGSRCDIR}/devel/cmake && make update
>Fix:
unknown
Home |
Main Index |
Thread Index |
Old Index