[Bug 210451] sysutils/rsyslog8 files failed with undefined "dirs"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jun 22 02:25:46 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210451
Bug ID: 210451
Summary: sysutils/rsyslog8 files failed with undefined "dirs"
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: brd at FreeBSD.org
Reporter: w.schwarzenfeld at utanet.at
Assignee: brd at FreeBSD.org
Flags: maintainer-feedback?(brd at FreeBSD.org)
Sysutils/rsyslog8 fails to compile with:
imfile.c:1872:5: error: use of undeclared identifier 'dirs'
if(dirs != NULL) {
^
imfile.c:1873:8: error: use of undeclared identifier 'dirs'
free(dirs->active.listeners);
^
imfile.c:1874:8: error: use of undeclared identifier 'dirs'
free(dirs->configured.listeners);
^
imfile.c:1875:8: error: use of undeclared identifier 'dirs'
free(dirs);
^
imfile.c:1877:7: error: use of undeclared identifier 'wdmap'
free(wdmap);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list