Bug 2546 - --without-openssl is broken
Summary: --without-openssl is broken
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: 7.1p1
Hardware: Other Linux
: P5 enhancement
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-29 09:33 AEDT by alt.f2-5ok1zywx
Modified: 2021-04-23 14:57 AEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alt.f2-5ok1zywx 2016-02-29 09:33:46 AEDT
make[1]: Entering directory `/src/build/openssh/openssh-7.1p2/openbsd-compat'
gcc -D_BSD_SOURCE -DMISSING_FD_MASK -DMISSING_NFDBITS -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -mtune=generic -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fPIE  -I. -I.. -I. -I./..  -DHAVE_CONFIG_H -c arc4random.c
In file included from ../includes.h:174:0,
                 from arc4random.c:27:
../defines.h:389:0: warning: "howmany" redefined [enabled by default]
In file included from ../includes.h:26:0,
                 from arc4random.c:27:
/usr/include/sys/param.h:27:0: note: this is the location of the previous definition
In file included from ../entropy.h:30:0,
                 from ../includes.h:180,
                 from arc4random.c:27:
../buffer.h:50:29: fatal error: openssl/objects.h: No such file or directory
compilation terminated.
make[1]: *** [arc4random.o] Error 1
make[1]: Leaving directory `/src/build/openssh/openssh-7.1p2/openbsd-compat'
make: *** [openbsd-compat/libopenbsd-compat.a] Error 2
Comment 1 Damien Miller 2016-04-01 13:10:02 AEDT
--without-openssl still requires the openssl headers be installed for now.
Comment 2 Damien Miller 2020-01-25 23:22:51 AEDT
This should be fixed now - please reopen if this is not the case.
Comment 3 Damien Miller 2021-04-23 14:57:34 AEST
closing resolved bugs as of 8.6p1 release