Bug 231120 - make buildworld fails on WITHOUT_CRYPT
Summary: make buildworld fails on WITHOUT_CRYPT
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 11.2-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-03 16:15 UTC by p5B2EA84B3
Modified: 2019-01-16 23:10 UTC (History)
0 users

See Also:
p5B2EA84B3: maintainer-feedback?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p5B2EA84B3 2018-09-03 16:15:26 UTC
Trying to make buildworld having set WITHOUT_CRYPT fails like this:

/FreeBSD/src/lib/libfetch/common.c:907:43: error: unused parameter 'URL'                                                     
      [-Werror,-Wunused-parameter]
fetch_ssl(conn_t *conn, const struct url *URL, int verbose)
                                          ^
1 error generated.
*** Error code 1

Stop.
make[5]: stopped in /FreeBSD/src/lib/libfetch
*** Error code 1
----
I would have expected that *ssl* stuff would not have been touched and disabling the whole crypto-thing would be sufficient to exclude.