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/telephony/restund/compile -j$(nproc) || make package/feeds/telephony/restund/compile V=s
Compile.txt
+ curl -f --connect-timeout 20 --retry 5 --location --insecure http://www.creytiv.com/pub/restund-0.4.12.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: www.creytiv.com
Warning: Transient problem: timeout Will retry in 1 seconds. 5 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: www.creytiv.com
Warning: Transient problem: timeout Will retry in 2 seconds. 4 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: www.creytiv.com
Warning: Transient problem: timeout Will retry in 4 seconds. 3 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: www.creytiv.com
Warning: Transient problem: timeout Will retry in 8 seconds. 2 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: www.creytiv.com
Warning: Transient problem: timeout Will retry in 16 seconds. 1 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: www.creytiv.com
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://mirror01.download.immortalwrt.eu.org/restund-0.4.12.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 403
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://mirror02.download.immortalwrt.eu.org/restund-0.4.12.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 403
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://openwrt.cc/dl/immortalwrt/immortalwrt/restund-0.4.12.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 138 100 138 0 0 466 0 --:--:-- --:--:-- --:--:-- 464
100 178k 100 178k 0 0 255k 0 --:--:-- --:--:-- --:--:-- 255k
Applying ./patches/100-reproducible-builds.patch using plaintext:
patching file modules/status/status.c
make[4]: Entering directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/restund-0.4.12'
CC [M] build-aarch64/modules/binding/binding.o
CC [M] build-aarch64/modules/auth/auth.o
CC [M] build-aarch64/modules/turn/alloc.o
CC [M] build-aarch64/modules/turn/chan.o
CC [M] build-aarch64/modules/turn/perm.o
CC [M] build-aarch64/modules/turn/turn.o
CC [M] build-aarch64/modules/stat/stat.o
CC [M] build-aarch64/modules/status/status.o
CC [M] build-aarch64/modules/status/httpd.o
CC [M] build-aarch64/modules/filedb/filedb.o
CC [M] build-aarch64/modules/restauth/restauth.o
CC [M] build-aarch64/modules/syslog/syslog.o
CC [M] build-aarch64/modules/mysql_ser/mysql_ser.o
modules/mysql_ser/mysql_ser.c:9:10: fatal error: mysql/mysql.h: No such file or directory
#include <mysql/mysql.h>
^~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [mk/mod.mk:30: build-aarch64/modules/mysql_ser/mysql_ser.o] Error 1
make[4]: Leaving directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/restund-0.4.12'
make[3]: *** [Makefile:124: /openwrt/build_dir/target-aarch64_cortex-a53_musl/restund-0.4.12/.built] Error 2