Opde Issues Tracker

compile.21

build number: 21

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/clocate/compile -j$(nproc) || make package/feeds/packages/clocate/compile V=s

Compile.txt

make[4]: Entering directory '/openwrt/build_dir/target-aarch64_cortex-a72_musl/clocate-2021-07-07-ef531687'
Package libcurl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcurl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcurl' found
ccache_cc -I/openwrt/staging_dir/target-aarch64_cortex-a72_musl/usr/include -I/openwrt/staging_dir/target-aarch64_cortex-a72_musl/usr/include/json-c -I/openwrt/staging_dir/target-aarch64_cortex-a72_musl/usr/include/libnl-tiny -DLIBNL_TINY -D_GNU_SOURCE -L/openwrt/staging_dir/target-aarch64_cortex-a72_musl/usr/lib -ljson-c  -L/openwrt/staging_dir/target-aarch64_cortex-a72_musl/usr/lib -lnl-tiny -o clocate main.c nl80211.c provider.c curl.c
cc1: note: someone does not honour COPTS correctly, passed 0 times
cc1: note: someone does not honour COPTS correctly, passed 0 times
cc1: note: someone does not honour COPTS correctly, passed 0 times
provider.c:2:10: fatal error: curl/curl.h: No such file or directory
 #include <curl/curl.h>
          ^~~~~~~~~~~~~
compilation terminated.
cc1: note: someone does not honour COPTS correctly, passed 0 times
curl.c:2:10: fatal error: curl/curl.h: No such file or directory
 #include <curl/curl.h>
          ^~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:18: clocate] Error 1
make[4]: Leaving directory '/openwrt/build_dir/target-aarch64_cortex-a72_musl/clocate-2021-07-07-ef531687'
make[3]: *** [Makefile:46: /openwrt/build_dir/target-aarch64_cortex-a72_musl/clocate-2021-07-07-ef531687/.built] Error 2
Last updated on 19 Aug 2021
Published on 19 Aug 2021