Skip to content

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

@feiyax

Description

@feiyax

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions