[Bug 254640] An error occurs when trying to install pefs-kmod on FreeBSD 14

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 29 15:13:38 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254640

            Bug ID: 254640
           Summary: An error occurs when trying to install pefs-kmod on
                    FreeBSD 14
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: jonasbsd at gmail.com

Created attachment 223682
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223682&action=edit
make install and pkg install

Dears,

An error occurs when trying to install pefs-kmod.

Evidence of errors is attached.

Hardware: IdeaPad S145
OS: FreeBSD freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT # 0
main-n245511-a771bf748f9: Qui Mar 18 06:35:21 UTC 2021
root at releng1.nyi.freebsd.org: /usr/obj/ usr/src/amd64.amd64/sys/GENÉRIC amd64

MESSAGE:

/usr/ports/sysutils/pefs-kmod/work/pefs-2018-11-26/sys/modules/pefs/../../fs/pefs/pefs_subr.c:249:21:
error: too many arguments to function call, expected single argument 'vp', have
2 arguments
                        VOP_UNLOCK(ldvp, 0);
                        ~~~~~~~~~~       ^
./vnode_if.h:1145:21: note: 'VOP_UNLOCK' declared here
static __inline int VOP_UNLOCK(
                    ^
/usr/ports/sysutils/pefs-kmod/work/pefs-2018-11-26/sys/modules/pefs/../../fs/pefs/pefs_subr.c:254:18:
error: too many arguments to function call, expected single argument 'vp', have
2 arguments
        VOP_UNLOCK(lvp, 0);
        ~~~~~~~~~~      ^
./vnode_if.h:1145:21: note: 'VOP_UNLOCK' declared here
static __inline int VOP_UNLOCK(
                    ^
/usr/ports/sysutils/pefs-kmod/work/pefs-2018-11-26/sys/modules/pefs/../../fs/pefs/pefs_subr.c:256:44:
error: too many arguments to function call, expected 3, have 4
        error = vn_vptocnp(&nldvp, cred, encname, encname_len);
                ~~~~~~~~~~                        ^~~~~~~~~~~
/usr/src/sys/sys/vnode.h:686:5: note: 'vn_vptocnp' declared here
int     vn_vptocnp(struct vnode **vp, char *buf, size_t *buflen);
        ^
/usr/ports/sysutils/pefs-kmod/work/pefs-2018-11-26/sys/modules/pefs/../../fs/pefs/pefs_subr.c:383:23:
error: use of undeclared identifier 'VI_DOOMED'
                if ((lvp->v_iflag & VI_DOOMED) != 0) {

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


More information about the freebsd-ports-bugs mailing list