compile.35
build number: 35
re-implement command
docker pull immortalwrt/opde:sdk
docker run -it --rm immortalwrt/opde:sdk zsh # or bash
export http_proxy= # [your proxy], do not use localhost or 127.0.0.1
export https_proxy=$http_proxy
opde feeds && opde config -a
make package/feeds/packages/https-dns-proxy/compile -j$(nproc) || make package/feeds/packages/https-dns-proxy/compile V=s
Compile.txt
Applying ./patches/010-fix-cmakelists.patch using plaintext:
patching file CMakeLists.txt
-- The C compiler identification is GNU 8.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /openwrt/staging_dir/toolchain-mips_24kc_gcc-8.4.0_musl/bin/mips-openwrt-linux-musl-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found Git: /openwrt/staging_dir/host/bin/git (found version "2.25.1")
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-- Version:
-- clang-tidy not found.
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBCURL_INCLUDE_DIR
used as include directory in directory /openwrt/build_dir/target-mips_24kc_musl/https-dns-proxy-2021-09-27
used as include directory in directory /openwrt/build_dir/target-mips_24kc_musl/https-dns-proxy-2021-09-27
used as include directory in directory /openwrt/build_dir/target-mips_24kc_musl/https-dns-proxy-2021-09-27
used as include directory in directory /openwrt/build_dir/target-mips_24kc_musl/https-dns-proxy-2021-09-27
used as include directory in directory /openwrt/build_dir/target-mips_24kc_musl/https-dns-proxy-2021-09-27
used as include directory in directory /openwrt/build_dir/target-mips_24kc_musl/https-dns-proxy-2021-09-27
used as include directory in directory /openwrt/build_dir/target-mips_24kc_musl/https-dns-proxy-2021-09-27
CMake Error in CMakeLists.txt:
Found relative path while evaluating include directories of
"https_dns_proxy":
"LIBCURL_INCLUDE_DIR-NOTFOUND"
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_ASM_COMPILER
CMAKE_ASM_COMPILER_LAUNCHER
CMAKE_CXX_COMPILER
CMAKE_CXX_FLAGS_RELEASE
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_EXPORT_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY
CMAKE_FIND_ROOT_PATH_MODE_LIBRARY
CMAKE_MODULE_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS
DL_LIBRARY
CMake Generate step failed. Build files cannot be regenerated correctly.
make[3]: *** [Makefile:54: /openwrt/build_dir/target-mips_24kc_musl/https-dns-proxy-2021-09-27/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1