Firefox-78 requires python3 to be rebuilt in BLFS after installing sqlite3. Also comment rust from thunderbird deps since cbindgen pulls it in.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23348 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2020-06-30 15:31:32 +00:00
parent 19d6c39b6a
commit 693f28e1bf
4 changed files with 15 additions and 2 deletions

View File

@ -89,6 +89,11 @@
<bridgehead renderas="sect3">Python 3 Dependencies</bridgehead>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="sqlite"/> (required if building firefox)
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="bluez"/>,
@ -100,7 +105,6 @@
<bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
<para role="optional">
<xref linkend="db"/>,
<xref linkend="sqlite"/>, and
<xref linkend="tk"/>
</para>

View File

@ -44,6 +44,10 @@
<listitem>
<para>June 30th, 2020</para>
<itemizedlist>
<listitem>
<para>[ken] - Pierre discovered that building firefox-78 requires
that Python3 has been rebuilt after installing sqlite3.</para>
</listitem>
<listitem>
<para>[pierre] - Add some explanation about cracklib and pwquality
to the PAM page and update shadow <quote>important</quote> note

View File

@ -144,6 +144,7 @@ tar: Exiting with failure status due to previous errors
Configuration Information,
<!-- rustc is required by cbindgen so not needed here
<xref linkend="rust"/>,-->
<xref linkend="python3"/> (rebuilt after installing <xref linkend="sqlite"/>),
<xref linkend="startup-notification"/>,
<xref linkend="unzip"/>,
<xref linkend="yasm"/>, and

View File

@ -84,7 +84,11 @@
and <xref linkend="gtk2"/>,
<xref linkend="llvm"/>, <!-- Searched for and used a few times -->
<xref linkend="nodejs"/>,
<xref linkend="rust"/>,
<!-- When thunderbird moves to 78.0 it will want python3 built against
sqlite3, as firefox already does. Please add here and update the
'required if building firefox' in (BLFS) python3. -->
<!-- rust is required by cbindgen
<xref linkend="rust"/>, -->
<xref linkend="zip"/>,
<xref linkend="unzip"/>, and
<xref linkend="yasm"/>