Date: Thu, 12 Mar 2020 17:06:04 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 244764] sysutils/lsof Message-ID: <bug-244764-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244764 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@FreeBSD.org Reporter: oggy@farscape.co.uk CC: powerpc@FreeBSD.org Assignee: ler@FreeBSD.org Flags: maintainer-feedback?(ler@FreeBSD.org) CC: powerpc@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:7= 3: 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 =3D 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 =3D (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 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/sysutils/lsof *** Error code 1 --=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-244764-7788>