Changeset 0d76fa2


Ignore:
Timestamp:
01/24/2024 03:40:27 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
0cca1d3
Parents:
c88ec71
git-author:
Xi Ruoyao <xry111@…> (01/24/2024 03:39:07 PM)
git-committer:
Xi Ruoyao <xry111@…> (01/24/2024 03:40:27 PM)
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/python.xml

    rc88ec71 r0d76fa2  
    8484      <para>
    8585        Some Python 3 modules can't be built now because the dependencies
    86         are not installed yet. The building system still attempts to build
    87         them however, so the compilation of some files will fail and the
    88         compiler message may seem to indicate <quote>fatal error</quote>.
     86        are not installed yet. For the <filename>ssl</filename> module,
     87        a message <quote><computeroutput>Python requires a OpenSSL 1.1.1 or
     88        newer</computeroutput></quote> is outputted.
    8989        The message should be ignored.  Just make sure the toplevel
    9090        <command>make</command> command has not failed.  The optional
Note: See TracChangeset for help on using the changeset viewer.