Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2021 15:13:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254640] An error occurs when trying to install pefs-kmod on FreeBSD 14
Message-ID:  <bug-254640-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: jonasbsd@gmail.com

Created attachment 223682
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D223682&action=
=3Dedit
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@releng1.nyi.freebsd.org: /usr/obj/ usr/src/amd64.amd64/sys/GEN=C3=89RI=
C amd64

MESSAGE:

/usr/ports/sysutils/pefs-kmod/work/pefs-2018-11-26/sys/modules/pefs/../../f=
s/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/../../f=
s/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/../../f=
s/pefs/pefs_subr.c:256:44:
error: too many arguments to function call, expected 3, have 4
        error =3D 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/../../f=
s/pefs/pefs_subr.c:383:23:
error: use of undeclared identifier 'VI_DOOMED'
                if ((lvp->v_iflag & VI_DOOMED) !=3D 0) {

--=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-254640-7788>