Summary: | net-mgmt/unifi5: does not build on 12.0 (mongodb34 not available) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ronald Klop <ronald-lists> | ||||
Component: | Individual Port(s) | Assignee: | Mark Felder <feld> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | pi | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(feld) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Ronald Klop
2018-11-24 22:57:41 UTC
I tested unifi5 with mongodb36 on 11.2, looks ok. I think this is reasonable. I have never taken time to investigate this fully until now. I can say I understand the situation and we should not be afraid of MongoDB 3.6: The issue with MongoDB 3.6 on Linux seems to be that UniFi tries to pass the command line argument "--nohttpinterface" to mongod which fails on Linux because this argument does not exist in some versions of MongoDB 3.6. It appears it is a valid argument in the latest release, so whichever version was pinned for the affected Linux distro(s) is causing the headaches so they just tell everyone to use 3.4 https://community.ubnt.com/t5/UniFi-Routing-Switching/MongoDB-3-6/m-p/2322445#M86254 I have no idea why Ubiquiti cannot take 5 minutes to fix this issue... A commit references this bug: Author: feld Date: Sun Nov 25 18:31:44 UTC 2018 New revision: 485888 URL: https://svnweb.freebsd.org/changeset/ports/485888 Log: net-mgmt/unifi5: Change dependency to mongodb36 This fixes package builds on FreeBSD 12 PR: 233482 MFH: 2018Q4 Changes: head/net-mgmt/unifi5/Makefile A commit references this bug: Author: feld Date: Sun Nov 25 18:33:50 UTC 2018 New revision: 485889 URL: https://svnweb.freebsd.org/changeset/ports/485889 Log: MFH: r485888 net-mgmt/unifi5: Change dependency to mongodb36 This fixes package builds on FreeBSD 12 PR: 233482 Changes: _U branches/2018Q4/ branches/2018Q4/net-mgmt/unifi5/Makefile |