compile.26
build number: 26
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/routing/pimbd/compile -j$(nproc) || make package/feeds/routing/pimbd/compile V=s
Compile.txt
pimbd-2018-06-19-dbf4e5913b06e3160f506df15e6a047a403a5f21.tar.bz2: Download from https://github.com/Oryon/pimbd.git failed
pimbd-2018-06-19-dbf4e5913b06e3160f506df15e6a047a403a5f21.tar.bz2: Requires sha256sum for verification
Checking out files from the git repository...
Cloning into 'pimbd-2018-06-19-dbf4e5913b06e3160f506df15e6a047a403a5f21'...
Note: switching to 'dbf4e5913b06e3160f506df15e6a047a403a5f21'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at dbf4e59 Merge pull request #3 from cotequeiroz/use__constant_cpu_to_be32
Submodule 'libubox' (http://git.openwrt.org/project/libubox.git) registered for path 'libubox'
Cloning into '/openwrt/tmp/dl/pimbd-2018-06-19-dbf4e5913b06e3160f506df15e6a047a403a5f21/libubox'...
fatal: unable to access 'http://git.openwrt.org/project/libubox.git/': server certificate verification failed. CAfile: none CRLfile: none
fatal: clone of 'http://git.openwrt.org/project/libubox.git' into submodule path '/openwrt/tmp/dl/pimbd-2018-06-19-dbf4e5913b06e3160f506df15e6a047a403a5f21/libubox' failed
Failed to clone 'libubox'. Retry scheduled
Cloning into '/openwrt/tmp/dl/pimbd-2018-06-19-dbf4e5913b06e3160f506df15e6a047a403a5f21/libubox'...
fatal: unable to access 'http://git.openwrt.org/project/libubox.git/': server certificate verification failed. CAfile: none CRLfile: none
fatal: clone of 'http://git.openwrt.org/project/libubox.git' into submodule path '/openwrt/tmp/dl/pimbd-2018-06-19-dbf4e5913b06e3160f506df15e6a047a403a5f21/libubox' failed
Failed to clone 'libubox' a second time, aborting
make[3]: *** [Makefile:50: /openwrt/dl/pimbd-2018-06-19-dbf4e5913b06e3160f506df15e6a047a403a5f21.tar.bz2] Error 1