-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
again, thank you very much for nerdlog.
I've already uploaded all of its dependencies to Debian that were missing, however, now building nerdlog fails with the following error.
My Go-abilities are rather limited and I coudn't spot where the error really is (my naiive approach of updating golang-github-rivo-tview to current git snapshot didn't fix it).
Do you see where/why exactly it's failing?
[...]
github.com/dimonomid/nerdlog/cmd/journalctl_mock
golang.org/x/crypto/ssh
github.com/dimonomid/nerdlog/cmd/nerdlog/ui
# github.com/dimonomid/nerdlog/cmd/nerdlog/ui
src/github.com/dimonomid/nerdlog/cmd/nerdlog/ui/dropdown.go:241:9: cannot use d (variable of type *DropDown) as tview.FormItem value in return statement: *DropDown does not implement tview.FormItem (missing method GetFieldHeight)
src/github.com/dimonomid/nerdlog/cmd/nerdlog/ui/dropdown.go:328:9: cannot use d (variable of type *DropDown) as tview.FormItem value in return statement: *DropDown does not implement tview.FormItem (missing method GetFieldHeight)
golang.org/x/crypto/ssh/agent
github.com/dimonomid/nerdlog/core
dh_auto_build: error: cd _build && go install -trimpath -v -p 8 github.com/dimonomid/nerdlog/blhistory github.com/dimonomid/nerdlog/clhistory github.com/dimonomid/nerdlog/clipboard github.com/dimonomid/nerdlog/cmd/generate_syslog github.com/dimonomid/nerdlog/cmd/journalctl_mock github.com/dimonomid/nerdlog/cmd/nerdlog github.com/dimonomid/nerdlog/cmd/nerdlog/ui github.com/dimonomid/nerdlog/core github.com/dimonomid/nerdlog/core/testutils github.com/dimonomid/nerdlog/log github.com/dimonomid/nerdlog/shellescape github.com/dimonomid/nerdlog/util/sysloggen github.com/dimonomid/nerdlog/version returned exit code 1
make: *** [debian/rules:4: binary] Error 1
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Regards,
Daniel
(updated build-log for nerdlog 1.8.2; previously it was for nerdlog 1.8.1)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request