[Bug 244764] sysutils/lsof

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 12 17:06:06 UTC 2020


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

            Bug ID: 244764
           Summary: sysutils/lsof
           Product: Ports & Packages
           Version: Latest
          Hardware: powerpc
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ler at FreeBSD.org
          Reporter: oggy at farscape.co.uk
                CC: powerpc at FreeBSD.org
          Assignee: ler at FreeBSD.org
             Flags: maintainer-feedback?(ler at FreeBSD.org)
                CC: powerpc at FreeBSD.org

Building lsof-4.93.2 on FreeBSD 13-CURRENT r358095M PPC64 seems to fail with
the following:


--- dnode2.o ---
In file included from dnode2.c:62:
In file included from
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_znode.h:33:
In file included from
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu.h:48:
In file included from
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_context.h:73:
In file included from /usr/src/sys/cddl/compat/opensolaris/sys/vfs.h:37:
/usr/src/sys/cddl/compat/opensolaris/sys/vnode.h:243:10: warning: implicit
declaration of function 'VOP_FSYNC' is invalid in C99
[-Wimplicit-function-declaration]
        error = VOP_FSYNC(vp, MNT_WAIT, curthread);
                ^
--- dproc.o ---
dproc.c:144:13: error: variable has incomplete type 'struct pwd'
        struct pwd pwd;
                   ^
dproc.c:144:9: note: forward declaration of 'struct pwd'
        struct pwd pwd;
               ^
dproc.c:334:23: warning: implicit declaration of function
'FILEDESC_KVM_LOAD_PWD' is invalid in C99 [-Wimplicit-function-declaration]
            pwd_addr = (KA_T)FILEDESC_KVM_LOAD_PWD(&fd);
                             ^
1 warning and 1 error generated.
*** [dproc.o] Error code 1

make[2]: stopped in /usr/ports/sysutils/lsof/work/lsof-4.93.2
--- dnode2.o ---
1 warning generated.
A failure has been detected in another branch of the parallel make

make[3]: stopped in /usr/ports/sysutils/lsof/work/lsof-4.93.2
*** [dnode2.o] Error code 2

make[2]: stopped in /usr/ports/sysutils/lsof/work/lsof-4.93.2
--- lib/liblsof.a ---
A failure has been detected in another branch of the parallel make

make[3]: stopped in /usr/ports/sysutils/lsof/work/lsof-4.93.2/lib
*** [lib/liblsof.a] Error code 2

make[2]: stopped in /usr/ports/sysutils/lsof/work/lsof-4.93.2
3 errors

make[2]: stopped in /usr/ports/sysutils/lsof/work/lsof-4.93.2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/sysutils/lsof
*** Error code 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ppc mailing list