You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a firmware with this package added, but the build fails.
The error appears to be:
Finding targets
error obtaining VCS status: exit status 128
Use -buildvcs=false to disable VCS stamping.
Building targets
no Go files in /build/build_dir/target-mipsel_24kc_musl/goeap_proxy-0.2.0/.go_work/build
I'm totally unfamiliar with golang and am not sure where to put this -buildvcs=false to see if i can get around it.
The complete build logs below, executed with make -j1 V=sc package/goeap_proxy/compile 2>&1 | tee log.txt. It's based on openwrt v22.03.6.
My build environment is a manually created docker container based on ubuntu 22.04. Manually created as in i ran docker run --name owrt-r6220 -v $PWD:/build -it ubuntu:22.04 followed by installing the ubuntu packages described in this page.
Any pointer on what to do/try to get around this error? Thanks.
The text was updated successfully, but these errors were encountered:
I'm trying to build a firmware with this package added, but the build fails.
The error appears to be:
I'm totally unfamiliar with golang and am not sure where to put this
-buildvcs=false
to see if i can get around it.The complete build logs below, executed with
make -j1 V=sc package/goeap_proxy/compile 2>&1 | tee log.txt
. It's based on openwrt v22.03.6.log.txt
My build environment is a manually created docker container based on ubuntu 22.04. Manually created as in i ran
docker run --name owrt-r6220 -v $PWD:/build -it ubuntu:22.04
followed by installing the ubuntu packages described in this page.Any pointer on what to do/try to get around this error? Thanks.
The text was updated successfully, but these errors were encountered: