Changeset ea3ad858


Ignore:
Timestamp:
11/08/2022 08:50:59 PM (18 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
69f511be
Parents:
a82edc7
Message:

Python3's module reinstallation instructions:

Add meson into the list for both init systems

On systemd, mention MarkupSafe and Jinja2 from LFS as well.

There is a really long list of affected packages in IRC. We should come
up with a better way of handling this, I feel like the list would be too
long if we added it in normally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    ra82edc7 rea3ad858  
    6060         reinstall packages that generate Python3 modules
    6161         including
    62          <xref linkend="gobject-introspection"/>, 
     62         <xref linkend="gobject-introspection"/>,
    6363         <xref linkend="opencv"/>,
    6464         <xref linkend="swig"/>, and
     
    6767
    6868      <para>
    69          The wheel module from LFS will also need to be reinstalled:
    70          <ulink url="https://www.linuxfromscratch.org/lfs/view/development/chapter08/wheel.html"/>.
     69         The wheel module and meson from LFS will also have to be reinstalled:
     70         <ulink url="https://www.linuxfromscratch.org/lfs/view/development/chapter08/wheel.html"/> and
     71         <ulink url="https://www.linuxfromscratch.org/lfs/view/development/chapter08/meson.html"/>.
     72      </para>
     73
     74      <para revision="systemd">
     75        On systemd systems, it is also necessary to reinstall the MarkupSafe
     76        and Jinja2 modules from LFS:
     77        <ulink url="https://www.linuxfromscratch.org/lfs/view/systemd/chapter08/markupsafe.html"/> and
     78        <ulink url="https://www.linuxfromscratch.org/lfs/view/systemd/chapter08/jinja2.html"/>.
    7179      </para>
    7280    </important>
Note: See TracChangeset for help on using the changeset viewer.