Changeset 693f28e1


Ignore:
Timestamp:
06/30/2020 03:31:32 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5ce1bdb
Parents:
19d6c39
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r19d6c39 r693f28e1  
    9090    <bridgehead renderas="sect3">Python 3 Dependencies</bridgehead>
    9191
     92    <bridgehead renderas="sect4">Recommended</bridgehead>
     93    <para role="recommended">
     94      <xref linkend="sqlite"/> (required if building firefox)
     95    </para>
     96
    9297    <bridgehead renderas="sect4">Optional</bridgehead>
    9398    <para role="optional">
     
    101106    <para role="optional">
    102107      <xref linkend="db"/>,
    103       <xref linkend="sqlite"/>, and
    104108      <xref linkend="tk"/>
    105109    </para>
  • introduction/welcome/changelog.xml

    r19d6c39 r693f28e1  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Pierre discovered that building firefox-78 requires
     49          that Python3 has been rebuilt after installing sqlite3.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Add some explanation about cracklib and pwquality
    4953          to the PAM page and update shadow <quote>important</quote> note
  • xsoft/graphweb/firefox.xml

    r19d6c39 r693f28e1  
    145145      <!-- rustc is required by cbindgen so not needed here
    146146      <xref linkend="rust"/>,-->
     147      <xref linkend="python3"/> (rebuilt after installing <xref linkend="sqlite"/>),
    147148      <xref linkend="startup-notification"/>,
    148149      <xref linkend="unzip"/>,
  • xsoft/other/thunderbird.xml

    r19d6c39 r693f28e1  
    8585      <xref linkend="llvm"/>, <!-- Searched for and used a few times -->
    8686      <xref linkend="nodejs"/>,
    87       <xref linkend="rust"/>,
     87    <!-- When thunderbird moves to 78.0 it will want python3 built against
     88      sqlite3, as firefox already does. Please add here and update the
     89      'required if building firefox' in (BLFS) python3. -->
     90      <!-- rust is required by cbindgen
     91      <xref linkend="rust"/>, -->
    8892      <xref linkend="zip"/>,
    8993      <xref linkend="unzip"/>, and
Note: See TracChangeset for help on using the changeset viewer.