Date: Wed, 03 Apr 2024 15:43:21 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 278145] devel/plan9port: new kenv system call causes build error on STABLE and CURRENT Message-ID: <bug-278145-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278145 Bug ID: 278145 Summary: devel/plan9port: new kenv system call causes build error on STABLE and CURRENT Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: jfc@mit.edu CC: felix@userspace.com.au CC: felix@userspace.com.au Flags: maintainer-feedback?(felix@userspace.com.au) The newly introduced kenv() declaration in <unistd.h> causes compilation of plan9port to fail. The function is not yet in any FreeBSD release, having = been added in January, 2024. Also reported upstream at https://github.com/9fans/plan9port/issues/648. 9c -O2 -pipe -march=3Dznver1 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing sort.c sort.c:111:5: error: conflicting types for 'kcmp' /usr/include/unistd.h:522:6: note: previous declaration is here sort.c:205:28: error: too few arguments to function call, expected 5, have 2 /usr/include/unistd.h:522:6: note: 'kcmp' declared here sort.c:451:42: error: too few arguments to function call, expected 5, have 2 /usr/include/unistd.h:522:6: note: 'kcmp' declared here sort.c:470:46: error: too few arguments to function call, expected 5, have 2 /usr/include/unistd.h:522:6: note: 'kcmp' declared here sort.c:488:1: error: conflicting types for 'kcmp' /usr/include/unistd.h:522:6: note: previous declaration is here sort.c:514:41: error: too few arguments to function call, expected 5, have 2 /usr/include/unistd.h:522:6: note: 'kcmp' declared here mk: 9c -O2 -pipe ... : exit status=3Dexit(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-278145-7788>