Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2016 02:25:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210451] sysutils/rsyslog8 files failed with undefined "dirs"
Message-ID:  <bug-210451-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210451

            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@FreeBSD.org
          Reporter: w.schwarzenfeld@utanet.at
          Assignee: brd@FreeBSD.org
             Flags: maintainer-feedback?(brd@FreeBSD.org)

Sysutils/rsyslog8 fails to compile with:

imfile.c:1872:5: error: use of undeclared identifier 'dirs'
        if(dirs !=3D 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);

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210451-13>