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 error #145

Open
vincenzopalazzo opened this issue Oct 1, 2023 · 0 comments
Open

build error #145

vincenzopalazzo opened this issue Oct 1, 2023 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@vincenzopalazzo
Copy link
Member

While Installing lnmetrics with coffee I get the following error, looks like that the go rpc wrapper is the problem

go: upgraded github.com/LNOpenMetrics/lnmetrics.utils v0.0.9 => v0.1.0
go: upgraded github.com/elastic/go-sysinfo v1.9.0 => v1.11.1
go: upgraded github.com/goccy/go-json v0.10.0 => v0.10.2
go: upgraded github.com/prometheus/procfs v0.8.0 => v0.12.0
go: upgraded github.com/sirupsen/logrus v1.9.0 => v1.9.3
go: upgraded github.com/vincenzopalazzo/cln4go/client v0.0.0-20221204134136-f782296547e8 => v0.0.0-20230413130716-35626bd3b34b
go: upgraded github.com/vincenzopalazzo/cln4go/comm v0.0.0-20221204134136-f782296547e8 => v0.0.0-20230413130716-35626bd3b34b
go: upgraded github.com/vincenzopalazzo/cln4go/plugin v0.0.0-20221204134136-f782296547e8 => v0.0.0-20230413130716-35626bd3b34b
go: upgraded golang.org/x/net v0.7.0 => v0.15.0
go: upgraded golang.org/x/sys v0.5.0 => v0.12.0
go build -o go-lnmetrics -ldflags "-s -w" cmd/go-lnmetrics.reporter/main.go
# github.com/LNOpenMetrics/go-lnmetrics.reporter/pkg/ln
pkg/ln/client.go:10:30: undefined: cln4go.Client
pkg/ln/client.go:14:33: undefined: cln4go.Client
pkg/ln/client.go:23:32: undefined: cln4go.Client
pkg/ln/client.go:31:28: undefined: cln4go.Client
pkg/ln/client.go:35:32: undefined: cln4go.Client
pkg/ln/client.go:43:31: undefined: cln4go.Client
pkg/ln/client.go:51:33: undefined: cln4go.Client
pkg/ln/client.go:62:28: undefined: cln4go.Client
pkg/ln/client.go:73:30: undefined: cln4go.Client
pkg/ln/client.go:84:30: undefined: cln4go.Client
pkg/ln/client.go:84:30: too many errors
make: *** [Makefile:29: coffee] Error 1
@vincenzopalazzo vincenzopalazzo added the bug Something isn't working label Oct 1, 2023
@vincenzopalazzo vincenzopalazzo self-assigned this Oct 1, 2023
@vincenzopalazzo vincenzopalazzo added the good first issue Good for newcomers label Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant