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

openwhisk-cli Build failed #522

Open
amitbatajoo opened this issue Mar 6, 2023 · 1 comment
Open

openwhisk-cli Build failed #522

amitbatajoo opened this issue Mar 6, 2023 · 1 comment

Comments

@amitbatajoo
Copy link

OS: Ubuntu 20.04
Gradle: 7.4.2
Java: 1.8
Go: go1.16.5
Install guide: https://github.com/apache/openwhisk-cli

Unable to build the cli successfully.
Any one can help me?

~/workspace/openwhisk-cli# ./gradlew goBuild

Configure project :
Found go 1.16.5 in /usr/local/go/bin/go, use it.

Task :goPrepare
Use project GOPATH: /root/workspace/openwhisk-cli/.gogradle/project_gopath

github.com/apache/openwhisk-cli/wski18n

wski18n/i18n.go:98:16: undefined: Asset

Task :buildDarwinAmd64 FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':buildDarwinAmd64'.

Build failed due to return code 2 of:
Command:
/usr/local/go/bin/go build -tags '' -ldflags -X main.CLI_BUILD_TIME=2023-03-06T08:01:27.021+0000 -o ./build/darwin-amd64/wsk github.com/apache/openwhisk-cli
Env:
GOEXE=
GOPATH=/root/workspace/openwhisk-cli/.gogradle/project_gopath
GOROOT=/usr/local/go
GOOS=darwin
GOARCH=amd64

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2s
2 actionable tasks: 2 executed

@heywoodlh
Copy link

wski18n/i18n.go:98:16: undefined: Asset

I ran into this as well, fixed with the following command:

go-bindata -pkg wski18n -o wski18n/i18n_resources.go wski18n/resources

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

2 participants