bugzilla-daemon at mindrot.org
2024-Aug-18 01:20 UTC
[Bug 3719] New: receiving errors when attempting to compile openssh 9.8
https://bugzilla.mindrot.org/show_bug.cgi?id=3719 Bug ID: 3719 Summary: receiving errors when attempting to compile openssh 9.8 Product: Portable OpenSSH Version: 9.8p1 Hardware: amd64 OS: OpenBSD Status: NEW Severity: security Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org Reporter: bstephens at netelysis.com When attempting to compile openssh 9.8 from the source code while following the instructions found here - https://www.openssh.com/openbsd.html Each step completes successfully but when running the following command # make the following errors are the result cc: error: unknown argument: '-fret-clean' *** Error 1 in ssh (<sys.mk>:87 'ssh.o') *** Error 2 in /usr/src/usr.bin/ssh (<bsd.subdir.mk>:48 'all': @for entry in ssh sshd sshd-session ssh-add ssh-keygen ssh-agent scp sftp-se...) Insights into resolving this issue would be appreciated. OS is openbsd 7.5 with all available patches applied -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2024-Aug-18 01:31 UTC
[Bug 3719] receiving errors when attempting to compile openssh 9.8
https://bugzilla.mindrot.org/show_bug.cgi?id=3719 Darren Tucker <dtucker at dtucker.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at dtucker.net --- Comment #1 from Darren Tucker <dtucker at dtucker.net> --- -fret-clean is a new compiler option introduced after OpenBSD 7.5. Arguably we should not have included it in a tarball intended at least partially for 7.5. You can work around this by commenting it out in Makefile.inc, eg: .if ${MACHINE} == "amd64" #CFLAGS+= -fret-clean .endif -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2024-Aug-18 04:11 UTC
[Bug 3719] receiving errors when attempting to compile openssh 9.8
https://bugzilla.mindrot.org/show_bug.cgi?id=3719 --- Comment #2 from bstephens at netelysis.com --- Sincere thanks for such a quick response. Your instructions above provided the solution that our team needed and resolved all of our issues ie after completing the compilation process gw-fw000# ssh -V OpenSSH_9.8, LibreSSL 3.9.0 gw-fw000# sshd -V OpenSSH_9.8, LibreSSL 3.9.0 Again, many thanks. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2024-Aug-18 04:11 UTC
[Bug 3719] receiving errors when attempting to compile openssh 9.8
https://bugzilla.mindrot.org/show_bug.cgi?id=3719 --- Comment #3 from bstephens at netelysis.com --- Sincere thanks for such a quick response. Your instructions above provided the solution that our team needed and resolved all of our issues ie after completing the compilation process gw-fw000# ssh -V OpenSSH_9.8, LibreSSL 3.9.0 gw-fw000# sshd -V OpenSSH_9.8, LibreSSL 3.9.0 Again, many thanks. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.