aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-07-28 12:08:52 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-07-28 12:08:52 +0800
commit5ab114b712633b01656148638cba50bca9429b1d (patch)
tree37d0e4fb9fba2f04c9da3d86fc75dd7b2c2b12be
parent29779c4f2b9ed1d60710f4bc470917091039c253 (diff)
temp python: add a note about (not so) "fatal" errors
-rw-r--r--chapter07/python.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/chapter07/python.xml b/chapter07/python.xml
index 68a02dd8c..d25432d1f 100644
--- a/chapter07/python.xml
+++ b/chapter07/python.xml
@@ -80,6 +80,19 @@
<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>
<screen><userinput remap="install">make install</userinput></screen>