From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#19821: Openssl 1.0.2 and cmake Date: Mon, 9 Feb 2015 15:15:45 +0100 Message-ID: <20150209141545.GA25767@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKp99-0000nO-KA for bug-guix@gnu.org; Mon, 09 Feb 2015 09:17:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKp94-0002ux-Vf for bug-guix@gnu.org; Mon, 09 Feb 2015 09:17:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:46755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKp94-0002uT-SM for bug-guix@gnu.org; Mon, 09 Feb 2015 09:17:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YKp94-0000yh-IQ for bug-guix@gnu.org; Mon, 09 Feb 2015 09:17:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKp7x-00084D-78 for bug-guix@gnu.org; Mon, 09 Feb 2015 09:15:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKp7u-0002Eo-1w for bug-guix@gnu.org; Mon, 09 Feb 2015 09:15:53 -0500 Received: from mout.kundenserver.de ([212.227.126.187]:51732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKp7t-0002EI-Ns for bug-guix@gnu.org; Mon, 09 Feb 2015 09:15:50 -0500 Content-Disposition: inline List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 19821@debbugs.gnu.org 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 http://www.cmake.org/gitweb?p=cmake.git;a=blobdiff;f=Modules/FindOpenSSL.cmake;h=6b4f9853c01f64b94bfec3ff51da8789af63a07e;hp=340b41740e10a44af287a3a1c8bc3c52f65c7e5f;hb=c5d9a8283cfac15b4a5a07f18d5eb10c1f388505;hpb=57622bd19d3fd013038d34f497b106a7e2bfd26d 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