compile.33
build number: 33
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/gerbera/compile -j$(nproc) || make package/feeds/packages/gerbera/compile V=s
Compile.txt
-- The CXX compiler identification is GNU 8.4.0
-- The C compiler identification is GNU 8.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-8.4.0_musl/bin/aarch64-openwrt-linux-musl-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-8.4.0_musl/bin/aarch64-openwrt-linux-musl-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Gerbera Version: 1.9.1
-- Looking for C++ include optional
-- Looking for C++ include optional - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for __atomic_fetch_add_4 in atomic
-- Looking for __atomic_fetch_add_4 in atomic - found
-- Looking for C++ include filesystem
-- Looking for C++ include filesystem - found
-- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED
-- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED - Failed
-- Performing Test CXX_FILESYSTEM_STDCPPFS_NEEDED
-- Performing Test CXX_FILESYSTEM_STDCPPFS_NEEDED - Success
-- Found Iconv: /openwrt/staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libiconv-stub/lib/libiconv.a (found version "1.11")
-- Looking for BSD native UUID
-- Looking for libuuid
-- Looking for libuuid - found
-- Found libuuid: TRUE
-- Looking for native LFS support
-- Looking for native LFS support - found
-- Found LFS: TRUE
CMake Error at CMakeLists.txt:339 (find_package):
By not providing "FindNPUPNP.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "NPUPNP", but
CMake did not find one.
Could not find a package configuration file provided by "NPUPNP" with any
of the following names:
NPUPNPConfig.cmake
npupnp-config.cmake
Add the installation prefix of "NPUPNP" to CMAKE_PREFIX_PATH or set
"NPUPNP_DIR" to a directory containing one of the above files. If "NPUPNP"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/openwrt/build_dir/target-aarch64_cortex-a72_musl/gerbera-1.9.1/CMakeFiles/CMakeOutput.log".
See also "/openwrt/build_dir/target-aarch64_cortex-a72_musl/gerbera-1.9.1/CMakeFiles/CMakeError.log".
make[3]: *** [Makefile:90: /openwrt/build_dir/target-aarch64_cortex-a72_musl/gerbera-1.9.1/.configured_4f474fad45514f27d895d5757bdf8986] Error 1