Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1221126

Re: Build Breaks on x86_64 allmodconfig

From Linus Torvalds <torvalds@linux-foundation.org>
Newsgroups linux.kernel
Subject Re: Build Breaks on x86_64 allmodconfig
Date 2015-09-09 00:50 +0200
Message-ID <q6zSa-1bn-9@gated-at.bofh.it> (permalink)
References <q6zp7-D5-19@gated-at.bofh.it> <q6zp7-D5-17@gated-at.bofh.it> <q6zSa-1bn-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Sep 8, 2015 at 3:13 PM, nick <xerofoify@gmail.com> wrote:
>
> I am assuming we are moving to ssl verification then I take it.

No, it's just that the signature was previously added with a perl
script that actually executed "openssl rsautl" as a subprocess. So we
used to use openssl before too, just not the libraries but the openssl
binary.

So the kernel used to need the "openssl" package, and you just had
that installed for other reasons.

That perl script is now a C program that uses openssl-devel instead
(and does more and different things than the perl script did). So now
the build needs openssl-devel.

                    Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

Re: Build Breaks on x86_64 allmodconfig Linus Torvalds <torvalds@linux-foundation.org> - 2015-09-09 00:20 +0200
  Re: Build Breaks on x86_64 allmodconfig Linus Torvalds <torvalds@linux-foundation.org> - 2015-09-09 00:50 +0200

csiph-web