Skip to content

Instantly share code, notes, and snippets.

@eeevans
Last active January 15, 2023 02:07
Show Gist options
  • Save eeevans/205d30eb0129b949aff60be629b2273b to your computer and use it in GitHub Desktop.
Save eeevans/205d30eb0129b949aff60be629b2273b to your computer and use it in GitHub Desktop.
eeevans@Bobiverse:/mnt/c/Users/eeeva/source/repos-cpp/linuxviewer$ rm build/* -r -f
eeevans@Bobiverse:/mnt/c/Users/eeeva/source/repos-cpp/linuxviewer$ rm /opt/gitache-core/* -r -f
eeevans@Bobiverse:/mnt/c/Users/eeeva/source/repos-cpp/linuxviewer$ cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebug -DEnableDebugGlobal:BOOL=OFF
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- ----------------------------------------------------
** Populating gitache:
-- GITACHE_ROOT = "/opt/gitache_root"
-- CMAKE_MESSAGE_LOG_LEVEL = ""
-- Found Git: /usr/bin/git (found version "2.34.1")
-- Locking directory "/opt/gitache_root/gitache-core"...
-- Gitache-core is already at e1c6097a90d9e2ec01d184f9012bd063b29a0540.
-- Reading package configurations from "/mnt/c/Users/eeeva/source/repos-cpp/linuxviewer/cmake/gitache-configs/"...
-- gitache_package_magic_enum is already installed.
-- gitache_package_blaze is already installed.
-- gitache_package_libcwd_r is already installed.
-- Populating gitache_package_wolfssl
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/gitache_root/wolfssl/gitache_package_wolfssl-subbuild
[ 11%] Performing update step for 'gitache_package_wolfssl-populate'
[ 22%] No patch step for 'gitache_package_wolfssl-populate'
[ 33%] No configure step for 'gitache_package_wolfssl-populate'
[ 44%] No build step for 'gitache_package_wolfssl-populate'
[ 55%] No install step for 'gitache_package_wolfssl-populate'
[ 66%] No test step for 'gitache_package_wolfssl-populate'
[ 77%] Completed 'gitache_package_wolfssl-populate'
[100%] Built target gitache_package_wolfssl-populate
Running bootstrap step for 'wolfssl' [GNU 11.3.0|GIT_TAG "655022cfc51e63dc59b08903b73a8abd5e36f110" GIT_REPOSITORY "https://github.com/wolfSSL/wolfssl.git"|autoreconf;-fi|--disable-examples;--disable-oldnames;--disable-memory;--disable-tl
v10;--enable-all;--enable-intelasm;--enable-writedup;--enable-maxfragment;--enable-sni].
-- gitache_package_BOOTSTRAP_COMMAND = "autoreconf;-fi".
-- Unlocking directory "/opt/gitache_root/gitache-core".
CMake Error at /opt/gitache_root/gitache-core/updater.cmake:166 (message):
Failed to bootstrap autotools project at
"/opt/gitache_root/wolfssl/gitache_package_wolfssl-src".
Call Stack (most recent call first):
build/_deps/gitache-src/CMakeLists.txt:118 (include)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment