Cells and FreeBSD - panic on install

dbus package was indeed not installed, got it from Freebsd ports now. However, error message still persists:

root@Pydio5:~/.gopkg/src/github.com/pydio/cells # ./cells install

Welcome to Pydio Cells Home Edition installation
Pydio Cells Home Edition will be configured to run on this machine. Make sure to prepare the following data

  • IPs and ports for binding the webserver to outside world
  • MySQL 5.6+ (or MariaDB equivalent) server access
    Pick your installation mode when you are ready.

:heavy_check_mark: Command line (performed in this terminal)
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0xb801a8]

goroutine 1 [running]:
***/pydio/cells/vendor/github.com/zalando/go-keyring.Get(0x2d04804, 0x13, 0x2cf55f6, 0xe, 0xc000805720, 0x203000, 0x203000, 0x2ce5b66)
/root/.gopkg/src/github.com/pydio/cells/vendor/github.com/zalando/go-keyring/keyring.go:32 +0x28
***/pydio/cells/common/crypto.GetKeyringPassword(0x2d04804, 0x13, 0x2cf55f6, 0xe, 0x0, 0x98, 0x2b33c80, 0xc000c3d0e0, 0x100000000000000, 0x0)
/root/.gopkg/src/github.com/pydio/cells/common/crypto/keyring.go:33 +0x56
***/pydio/cells/common/config/vault.(*VaultSource).initMasterPassword(0xc000805720)
/root/.gopkg/src/github.com/pydio/cells/common/config/vault/source.go:152 +0xe8
***/pydio/cells/common/config/vault.NewVaultSource(0xc0008348d0, 0x2a, 0xc000834900, 0x29, 0x0, 0x0, 0x0, 0x0, 0xc000c3ab40)
/root/.gopkg/src/github.com/pydio/cells/common/config/vault/source.go:51 +0x184
***/pydio/cells/common/config.Vault.func1()
/root/.gopkg/src/github.com/pydio/cells/common/config/secrets.go:47 +0x374
sync.(*Once).Do(0x55b5b60, 0x2e1c860)
/usr/local/go/src/sync/once.go:44 +0xb3
***/pydio/cells/common/config.Vault(0xc000a0ec60, 0x271ef80)
/root/.gopkg/src/github.com/pydio/cells/common/config/secrets.go:28 +0x39
***/pydio/cells/common/config.Set(0x271ef80, 0xc000a07450, 0xc000bcbd40, 0x2, 0x2)
/root/.gopkg/src/github.com/pydio/cells/common/config/vars.go:168 +0x17d
/pydio/cells/cmd.glob…func23(0x4f8c980, 0x55b5a60, 0x0, 0x0)
/root/.gopkg/src/github.com/pydio/cells/cmd/install-cli.go:172 +0x7a6
/pydio/cells/cmd.glob…func24(0x4f8c980, 0x55b5a60, 0x0, 0x0)
/root/.gopkg/src/github.com/pydio/cells/cmd/install.go:180 +0x29a8
/pydio/cells/vendor/github.com/spf13/cobra.(Command).execute(0x4f8c980, 0x55b5a60, 0x0, 0x0, 0x4f8c980, 0x55b5a60)
/root/.gopkg/src/github.com/pydio/cells/vendor/github.com/spf13/cobra/command.go:760 +0x2cc
/pydio/cells/vendor/github.com/spf13/cobra.(Command).ExecuteC(0x4f8bda0, 0xc000afbef8, 0xc000808d80, 0x1)
/root/.gopkg/src/
/pydio/cells/vendor/
/spf13/cobra/command.go:846 +0x2fd
/pydio/cells/vendor//spf13/cobra.(Command).Execute(0x4f8bda0, 0xc000808d90, 0x1)
/root/.gopkg/src/
/pydio/cells/vendor/
/spf13/cobra/command.go:794 +0x2b
/pydio/cells/cmd.Execute()
/root/.gopkg/src/
/pydio/cells/cmd/root.go:210 +0x128
main.main()
/root/.gopkg/src/
/pydio/cells/main.go:110 +0x68

Thank you for the pointer, any other ideas?