mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
temp python: add a note about (not so) "fatal" errors
This commit is contained in:
parent
29779c4f2b
commit
5ab114b712
@ -80,6 +80,19 @@
|
|||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
Some Python 3 modules can't be built now because the dependencies
|
||||||
|
are not installed yet. The building system still attempts to build
|
||||||
|
them however, so the compilation of some files will fail and the
|
||||||
|
compiler message may seem to indicate <quote>fatal error</quote>.
|
||||||
|
The message should be ignored. Just make sure the toplevel
|
||||||
|
<command>make</command> command has not failed. The optional
|
||||||
|
modules are not needed now and they will be built in
|
||||||
|
<xref linkend="chapter-building-system"/>.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<screen><userinput remap="install">make install</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user