mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
chapter07/python: Update the note about optional modules
"Fatal error" is no longer outputted, but "Python requires OpenSSL 1.1.1 or newer" is bad as well because it's not really "required" (at least in BLFS definition).
This commit is contained in:
parent
c88ec71538
commit
0d76fa268d
@ -83,9 +83,9 @@
|
|||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
Some Python 3 modules can't be built now because the dependencies
|
Some Python 3 modules can't be built now because the dependencies
|
||||||
are not installed yet. The building system still attempts to build
|
are not installed yet. For the <filename>ssl</filename> module,
|
||||||
them however, so the compilation of some files will fail and the
|
a message <quote><computeroutput>Python requires a OpenSSL 1.1.1 or
|
||||||
compiler message may seem to indicate <quote>fatal error</quote>.
|
newer</computeroutput></quote> is outputted.
|
||||||
The message should be ignored. Just make sure the toplevel
|
The message should be ignored. Just make sure the toplevel
|
||||||
<command>make</command> command has not failed. The optional
|
<command>make</command> command has not failed. The optional
|
||||||
modules are not needed now and they will be built in
|
modules are not needed now and they will be built in
|
||||||
|
Loading…
Reference in New Issue
Block a user