Bug 259113 - security/openssh-portable: build fail
Summary: security/openssh-portable: build fail
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-12 21:12 UTC by Ivan Rozhuk
Modified: 2021-10-12 21:36 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (bdrewery)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2021-10-12 21:12:09 UTC
...
--- sftp.o ---
sftp.c:2213:33: error: use of undeclared identifier 'read_interrupt'; did you mean 'cmd_interrupt'?
                sa.sa_handler = interactive ? read_interrupt : killchild;
                                              ^~~~~~~~~~~~~~
                                              cmd_interrupt
sftp.c:245:1: note: 'cmd_interrupt' declared here
cmd_interrupt(int signo)
^
1 error generated.
*** [sftp.o] Error code 1
...

Only PAM option is set.
Comment 2 Ivan Rozhuk 2021-10-12 21:36:23 UTC
Thanks!