Opde Issues Tracker

compile.36

build number: 36

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

Compile.txt

make[4]: Entering directory '/openwrt/build_dir/target-mips_24kc_musl/lua-curl-v3-0.3.13-snapshot'
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
Package 'libcurl', required by 'virtual:world', not found
ccache_cc -I/openwrt/staging_dir/target-mips_24kc_musl/usr/include  -O2 -g -pipe -fPIC -shared  -Wall -Wno-unused-value -DPTHREADS -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -fmacro-prefix-map=/openwrt/build_dir/target-mips_24kc_musl/lua-curl-v3-0.3.13-snapshot=lua-curl-v3-0.3.13-snapshot -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/openwrt/staging_dir/toolchain-mips_24kc_gcc-8.4.0_musl/usr/include -I/openwrt/staging_dir/toolchain-mips_24kc_gcc-8.4.0_musl/include/fortify -I/openwrt/staging_dir/toolchain-mips_24kc_gcc-8.4.0_musl/include  -o lcurl.so src/lchttppost.c src/lcurl.c src/lceasy.c src/lcshare.c src/lcmime.c src/lcutils.c src/l52util.c src/lcerror.c src/lcurlapi.c src/lcmulti.c  -L/openwrt/staging_dir/toolchain-mips_24kc_gcc-8.4.0_musl/usr/lib -L/openwrt/staging_dir/toolchain-mips_24kc_gcc-8.4.0_musl/lib -znow -zrelro 
In file included from src/lchttppost.c:11:
src/lcurl.h:15:10: fatal error: curl/curl.h: No such file or directory
 #include "curl/curl.h"
          ^~~~~~~~~~~~~
compilation terminated.
In file included from src/lcurl.c:11:
src/lcurl.h:15:10: fatal error: curl/curl.h: No such file or directory
 #include "curl/curl.h"
          ^~~~~~~~~~~~~
compilation terminated.
In file included from src/lceasy.c:11:
src/lcurl.h:15:10: fatal error: curl/curl.h: No such file or directory
 #include "curl/curl.h"
          ^~~~~~~~~~~~~
compilation terminated.
In file included from src/lcshare.c:11:
src/lcurl.h:15:10: fatal error: curl/curl.h: No such file or directory
 #include "curl/curl.h"
          ^~~~~~~~~~~~~
compilation terminated.
In file included from src/lcmime.c:11:
src/lcurl.h:15:10: fatal error: curl/curl.h: No such file or directory
 #include "curl/curl.h"
          ^~~~~~~~~~~~~
compilation terminated.
In file included from src/lcutils.c:11:
src/lcurl.h:15:10: fatal error: curl/curl.h: No such file or directory
 #include "curl/curl.h"
          ^~~~~~~~~~~~~
compilation terminated.
In file included from src/lcerror.c:11:
src/lcurl.h:15:10: fatal error: curl/curl.h: No such file or directory
 #include "curl/curl.h"
          ^~~~~~~~~~~~~
compilation terminated.
In file included from src/lcurlapi.h:14,
                 from src/lcurlapi.c:11:
src/lcurl.h:15:10: fatal error: curl/curl.h: No such file or directory
 #include "curl/curl.h"
          ^~~~~~~~~~~~~
compilation terminated.
In file included from src/lcmulti.c:21:
src/lcurl.h:15:10: fatal error: curl/curl.h: No such file or directory
 #include "curl/curl.h"
          ^~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:65: lcurl.so] Error 1
make[4]: Leaving directory '/openwrt/build_dir/target-mips_24kc_musl/lua-curl-v3-0.3.13-snapshot'
make[3]: *** [Makefile:45: /openwrt/build_dir/target-mips_24kc_musl/lua-curl-v3-0.3.13-snapshot/.built] Error 2
Last updated on 27 Nov 2021
Published on 27 Nov 2021