opn-repo icon indicating copy to clipboard operation
opn-repo copied to clipboard

pkg: os-unifi-maxit has a missing dependency: unifi6

Open jannislehmann opened this issue 3 years ago • 4 comments
trafficstars

Hey,

first of all: thanks a lot for all the effort you are putting into the community repo!


I am currently trying to install the UniFi controller from this repository. However, when running the install from the UI or CLI I am getting the following warning: pkg: os-unifi-maxit has a missing dependency: unifi6

Trying to install the package manually results with the following error: pkg: No packages available to install matching 'unifi6' have been found in the repositories

I also ran pkg update && pkg upgrade -y before issuing the above commands.

Thus, the controller does not start etc. as it does not seem to find the required package from UniFi. Am I missing a third-party repository? Or is this package missing?

Any help and idea is highly appreciated. Thanks!

jannislehmann avatar May 18 '22 14:05 jannislehmann

Are you on 22.1.7?

mimugmail avatar May 18 '22 15:05 mimugmail

Yes, I am running the latest version.

jannislehmann avatar May 18 '22 15:05 jannislehmann

Output of pkg search unifi and content of mimugmail.conf in repo folder please

mimugmail avatar May 18 '22 15:05 mimugmail

$ cat /usr/local/etc/pkg/repos/mimugmail.conf
mimugmail: {
  url: "https://opn-repo.routerperformance.net/repo/${ABI}",
  priority: 190,
  enabled: yes
}

and

$ pkg search unifi
os-unifi-maxit-1.1             Unifi Controller

jannislehmann avatar May 18 '22 15:05 jannislehmann