[Bug 1959622] Re: FTBFS against openssl 3.0
Simon Chopin
1959622 at bugs.launchpad.net
Tue Feb 1 08:50:59 UTC 2022
** Changed in: hydra (Ubuntu)
Assignee: (unassigned) => Simon Chopin (schopin)
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1959622
Title:
FTBFS against openssl 3.0
Status in hydra package in Ubuntu:
Confirmed
Status in hydra package in Debian:
New
Bug description:
Hydra will FTBFS when building against openssl 3.0 for want of a
INT_MAX definition.
In file included from hydra-mod.c:8:
/usr/include/openssl/err.h: In function ‘ERR_GET_LIB’:
/usr/include/openssl/err.h:243:9: error: ‘INT_MAX’ undeclared
(first use in this function)
243 | if (ERR_SYSTEM_ERROR(errcode))
/usr/include/openssl/err.h:31:1: note: ‘INT_MAX’ is defined in header
‘<limits.h>’; did you forget to ‘#include <limits.h>’?
limits.h does get included, but a conflict between the hydra configure
file and the de-facto package layout of libmemcached-dev means that
the wrong limits.h file, then one from memcached, is included.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hydra/+bug/1959622/+subscriptions
More information about the Ubuntu-sponsors
mailing list