Bug 215367 - emulators/open-vm-tools: fails to compile due to sysctl(9) changes
Summary: emulators/open-vm-tools: fails to compile due to sysctl(9) changes
Status: Closed DUPLICATE of bug 215353
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-17 23:27 UTC by Enji Cooper
Modified: 2016-12-18 00:10 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (swills)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enji Cooper freebsd_committer freebsd_triage 2016-12-17 23:27:29 UTC
2029 os.c:894:46: error: too few arguments to function call, expected 11, have 10
2030                          BALLOON_NAME_VERBOSE);
2031                                              ^
2032 /usr/src/git/sys/sys/sysctl.h:1014:1: note: 'sysctl_add_oid' declared here
2033 struct sysctl_oid *sysctl_add_oid(struct sysctl_ctx_list *clist,
2034 ^
2035 1 error generated.
2036 --- os.o ---
2037 *** [os.o] Error code 1
Comment 2 Enji Cooper freebsd_committer freebsd_triage 2016-12-18 00:10:34 UTC
Bug 215353 is already tracking this issue...

*** This bug has been marked as a duplicate of bug 215353 ***