Openssl 1.0.2 and cmake

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andreas Enge
Severity
normal

Debbugs page

Andreas Enge wrote 10 years ago
(address . bug-guix@gnu.org)
20150209141545.GA25767@debian
Currently, libwebsockets fails to build because its dependency openssl
is not found by cmake any more since we switched to 1.0.2. There is a patch
in the cmake git at
which we might wish to apply.

We may also consider switching to a newer cmake version, 3.2.0 should
include the fix once it is out.

Andreas
Ludovic Courtès wrote 10 years ago
(name . Andreas Enge)(address . andreas@enge.fr)(address . 19821-done@debbugs.gnu.org)
87fv8a1ix9.fsf@gnu.org
Andreas Enge <andreas@enge.fr> skribis:

Toggle quote (3 lines)
> Currently, libwebsockets fails to build because its dependency openssl
> is not found by cmake any more since we switched to 1.0.2.

It might have been another issue that was fixed in the meantime. As of
v0.8.1-1132-g0cc0095, libwebsockets 1.3 builds correctly with OpenSSL
1.0.2a and CMake 3.1.3.


Toggle snippet (7 lines)
-- Found OpenSSL: /gnu/store/bqd05i3bhk9bfyczc745x1z2slypqbv1-openssl-1.0.2a/lib/libssl.so;/gnu/store/bqd05i3bhk9bfyczc745x1z2slypqbv1-openssl-1.0.2a/lib/libcrypto.so (found version "1.0.2a")
OpenSSL include dir: /gnu/store/bqd05i3bhk9bfyczc745x1z2slypqbv1-openssl-1.0.2a/include
OpenSSL libraries: /gnu/store/bqd05i3bhk9bfyczc745x1z2slypqbv1-openssl-1.0.2a/lib/libssl.so;/gnu/store/bqd05i3bhk9bfyczc745x1z2slypqbv1-openssl-1.0.2a/lib/libcrypto.so
Searching for OpenSSL executable and dlls
OpenSSL executable: /gnu/store/bqd05i3bhk9bfyczc745x1z2slypqbv1-openssl-1.0.2a/bin/openssl

So I’m closing this bug, but do reopen it if I missed something.

Thanks,
Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 19821@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 19821
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help