[Bug 3697] New: session.c:709:3: error: call to undeclared function 'PRIVSEP';
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Jun 4 06:33:53 AEST 2024
https://bugzilla.mindrot.org/show_bug.cgi?id=3697
Bug ID: 3697
Summary: session.c:709:3: error: call to undeclared function
'PRIVSEP';
Product: Portable OpenSSH
Version: 9.7p1
Hardware: ARM64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: artkiver at gmail.com
Created attachment 3815
--> https://bugzilla.mindrot.org/attachment.cgi?id=3815&action=edit
output from make which ends with errors generated as well as configure
parameters used to generate makefile for openssh-SNAP-2024-06-04 on
macOS 14.5
Testing openssh-SNAP-20240604.tar.gz on
macOS 14.5 23F79 arm64
Command Line Tools 15.3.0.0.1.1708646388
%make fails with:
session.c:709:3: error: call to undeclared function 'PRIVSEP'; ISO C99
and later do not support implicit function declarations
[-Wimplicit-function-declaration]
PRIVSEP(audit_run_command(command));
^
session.c:709:11: error: argument type 'void' is incomplete
PRIVSEP(audit_run_command(command));
^~~~~~~~~~~~~~~~~~~~~~~~~~
session.c:715:11: error: argument type 'void' is incomplete
PRIVSEP(audit_run_command(shell));
^~~~~~~~~~~~~~~~~~~~~~~~
3 errors generated.
make: *** [session.o] Error 1
More verbose configure and build log attached.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list