From owner-freebsd-ports-bugs@freebsd.org Thu Jul 27 04:07:40 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C45FADC0CEB for ; Thu, 27 Jul 2017 04:07:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE73965CC8 for ; Thu, 27 Jul 2017 04:07:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6R47elc095285 for ; Thu, 27 Jul 2017 04:07:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 221040] sysutils/lsof unable to build on FreeBSD 11.1 due to change in /sys/sys/proc.h Date: Thu, 27 Jul 2017 04:07:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dewayne@heuristicsystems.com.au X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ler@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2017 04:07:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221040 Bug ID: 221040 Summary: sysutils/lsof unable to build on FreeBSD 11.1 due to change in /sys/sys/proc.h Product: Ports & Packages Version: Latest Hardware: i386 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ler@FreeBSD.org Reporter: dewayne@heuristicsystems.com.au Flags: maintainer-feedback?(ler@FreeBSD.org) Assignee: ler@FreeBSD.org Suspect that the change to /usr/src/sys/sys/proc.h, 5 days earlier https://svnweb.freebsd.org/base/stable/11/sys/sys/proc.h?r1=3D318743&r2=3D3= 21343 is the cause to this build problem on 11.1 Prelease i386. (I'm also buildi= ng 11.1Stable in a separate jails, hence the lsof build is using the most rece= nt source). /usr/local/libexec/ccache/cc -pipe -DOPENSSL_NO_SSL2 -DOPENSSL_NO_SSL3 -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUGGING -UDEBUG -march=3Dc3-2 -mtune=3Dc3-2 -fno-strict-aliasing -DOPENSSL_NO_SSL2 -DOPENSSL_NO_SSL3 -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUGGING -UDEBUG -march=3Dc3-2 -mtune=3Dc3-2 -DNEEDS_BOOL= _TYPEDEF -DHASTASKS -DHAS_PAUSE_SBT -DHAS_DUP2 -DHAS_CLOSEFROM -DHASEFFNLINK=3Di_eff= nlink -DHASF_VNODE -DHAS_FILEDESCENT -DHAS_TMPFS -DHASWCTYPE_H -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_IDEV -DHAS_VM_MEMATTR_T -DHAS_CDEV2PR= IV -DHAS_NO_SI_UDEV -DHAS_SYS_SX_H -DHASFUSEFS -DHAS_ZFS -DHAS_V_LOCKF -DHAS_LOCKF_ENTRY -DHAS_NO_6PORT -DHAS_NO_6PPCB -DNEEDS_BOOLEAN_T -DHAS_SB_= CCC -DHAS_FDESCENTTBL -DFREEBSDV=3D11000 -DHASFDESCFS=3D2 -DHASPSEUDOFS -DHASNU= LLFS -DHASIPv6 -DHASUTMPX -DHAS_STRFTIME -DLSOF_VSTR=3D"11.1-PRERELEASE" -I/usr/src/sys -O2 -c ckkv.c -o ckkv.o In file included from ckkv.c:43: In file included from ./../lsof.h:213: In file included from ./../dlsof.h:266: /usr/src/sys/sys/proc.h:347:22: error: field has incomplete type 'struct syscall_args' struct syscall_args td_sa; /* (kx) Syscall parameters. Copied = on ^ /usr/src/sys/sys/proc.h:180:8: note: forward declaration of 'struct syscall_args' struct syscall_args; ^ 1 error generated. *** Error code 1 Stop. make[2]: stopped in /var/ports/usr/ports/sysutils/lsof/work/lsof_4.90M.freebsd/lib *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=