Opde Issues Tracker

compile.34

build number: 34

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

Compile.txt

make[4]: Entering directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/smartdns-1.2021.35/src'
ccache_cc -Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/openwrt/build_dir/target-aarch64_cortex-a53_musl/smartdns-1.2021.35=smartdns-1.2021.35 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/usr/include -I/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/include/fortify -I/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/include  -Iinclude -DBASE_FILE_NAME=\"smartdns.c\" -DSMARTDNS_VERION=\"1.2021.35\"   -c -o smartdns.o smartdns.c
smartdns.c:34:10: fatal error: openssl/err.h: No such file or directory
 #include <openssl/err.h>
          ^~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [<builtin>: smartdns.o] Error 1
make[4]: Leaving directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/smartdns-1.2021.35/src'
make[3]: *** [Makefile:61: /openwrt/build_dir/target-aarch64_cortex-a53_musl/smartdns-1.2021.35/.built] Error 2
Last updated on 31 Oct 2021
Published on 31 Oct 2021