Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails with message "error obtaining VCS status: exit status 128" #5

Open
feiyax opened this issue Jun 8, 2024 · 0 comments
Open

Comments

@feiyax
Copy link

feiyax commented Jun 8, 2024

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant