Changeset e9a3e8f


Ignore:
Timestamp:
08/14/2020 03:04:02 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
a1ad522
Parents:
9f715a8
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r9f715a8 re9a3e8f  
    4747    <listitem>
    4848      <itemizedlist>
     49      <para>2020-08-11</para>
     50        <listitem revision="systemd">
     51          <para>[renodr] - Update to systemd-246. Fixes
     52          <ulink url="&lfs-ticket-root;4687">#4687</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[renodr] - Update to check-0.15.2. Fixes
     56          <ulink url="&lfs-ticket-root;4711">#4711</ulink>.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
     61    <listitem>
     62      <itemizedlist>
     63      <para>2020-08-10</para>
     64        <listitem>
     65          <para>[ken] - Ensure all the book's perl modules are installed
     66          to /usr/lib/perl5/5.32 (some were in /usr/share/perl5). Fixes
     67          <ulink url="&lfs-ticket-root;4710">#4710</ulink>.</para>
     68        </listitem>
     69      </itemizedlist>
     70    </listitem>
     71
     72    <listitem>
     73      <itemizedlist>
    4974      <para>2020-08-06</para>
    5075        <listitem>
  • chapter03/patches.xml

    r9f715a8 re9a3e8f  
    9292    </varlistentry>
    9393
     94<!--
    9495    <varlistentry revision="systemd">
    9596      <term>Systemd GCC-10 Patch - <token>&systemd-gcc10-patch-size;</token>:</term>
     
    99100      </listitem>
    100101    </varlistentry>
     102-->
    101103
    102104  </variablelist>
  • chapter07/perl.xml

    r9f715a8 re9a3e8f  
    4646    <para>Prepare Perl for compilation:</para>
    4747
    48     <screen><userinput remap="configure">sh Configure -des                                     \
    49              -Dprefix=/usr                            \
    50              -Dvendorprefix=/usr                      \
    51              -Dprivlib=/usr/share/perl5/core_perl     \
    52              -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl  \
    53              -Dsitelib=/usr/share/perl5/site_perl     \
    54              -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl \
    55              -Dvendorlib=/usr/share/perl5/vendor_perl \
    56              -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl</userinput></screen>
     48    <screen><userinput remap="configure">sh Configure -des                                        \
     49             -Dprefix=/usr                               \
     50             -Dvendorprefix=/usr                         \
     51             -Dprivlib=/usr/lib/perl5/5.32/core_perl     \
     52             -Darchlib=/usr/lib/perl5/5.32/core_perl     \
     53             -Dsitelib=/usr/lib/perl5/5.32/site_perl     \
     54             -Dsitearch=/usr/lib/perl5/5.32/site_perl    \
     55             -Dvendorlib=/usr/lib/perl5/5.32/vendor_perl \
     56             -Dvendorarch=/usr/lib/perl5/5.32/vendor_perl</userinput></screen>
    5757
    5858    <variablelist>
  • chapter08/check.xml

    r9f715a8 re9a3e8f  
    4343    <para>Prepare Check for compilation:</para>
    4444
    45 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     45<screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen>
    4646
    4747    <para>Build the package:</para>
     
    7272      <seglistitem>
    7373        <seg>checkmk</seg>
    74         <seg>libcheck.{a,so}</seg>
     74        <seg>libcheck.so</seg>
    7575      </seglistitem>
    7676    </segmentedlist>
  • chapter08/gcc.xml

    r9f715a8 re9a3e8f  
    144144
    145145    <para>Additionally the following tests related to the following files
    146     are kown to fail with glibc-2.32: asan_test.C, co-ret-17-void-ret-coro.C,
     146    are known to fail with glibc-2.32: asan_test.C, co-ret-17-void-ret-coro.C,
    147147    pr95519-05-gro.C, pr80166.c.</para>
    148148
  • chapter08/kbd.xml

    r9f715a8 re9a3e8f  
    8888
    8989<screen><userinput remap="install">make install</userinput></screen>
     90
     91    <para>Remove an internal library installed unintentionally:</para>
     92
     93<screen><userinput remap="install">rm -v /usr/lib/libtswrap.{a,la,so*}</userinput></screen>
    9094
    9195    <note>
  • chapter08/perl.xml

    r9f715a8 re9a3e8f  
    5959             -Dprefix=/usr                                \
    6060             -Dvendorprefix=/usr                          \
    61              -Dprivlib=/usr/share/perl5/core_perl         \
    62              -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl      \
    63              -Dsitelib=/usr/share/perl5/site_perl         \
    64              -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl     \
     61             -Dprivlib=/usr/lib/perl5/5.32/core_perl      \
     62             -Darchlib=/usr/lib/perl5/5.32/core_perl      \
     63             -Dsitelib=/usr/lib/perl5/5.32/site_perl      \
     64             -Dsitearch=/usr/lib/perl5/5.32/site_perl     \
    6565             -Dvendorlib=/usr/share/perl5/vendor_perl     \
    66              -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl \
     66             -Dvendorarch=/usr/lib/perl5/5.32/vendor_perl \
    6767             -Dman1dir=/usr/share/man/man1                \
    6868             -Dman3dir=/usr/share/man/man3                \
  • chapter08/systemd.xml

    r9f715a8 re9a3e8f  
    4141    <title>Installation of systemd</title>
    4242
     43<!--
    4344    <para>First, apply a patch to fix the build with GCC-10 and fix a segfault:</para>
    4445
    4546<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen>
     47-->
    4648
    4749    <para>Create a symlink to work around the xsltproc command not being installed:</para>
     
    5557    <para>Remove tests that cannot be built in chroot:</para>
    5658
    57 <screen><userinput remap="pre">sed '179,$ d' -i src/resolve/meson.build</userinput></screen>
     59<screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen>
    5860
    5961    <para>Remove an unneeded group,
     
    378380        /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
    379381        /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
    380         /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d,
    381         /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d,
     382        /usr/lib/binfmt.d, /usr/lib/environment.d, /usr/lib/kernel,
     383        /usr/lib/modules-load.d, /usr/lib/sysctl.d, /usr/lib/systemd,
     384        /usr/lib/tmpfiles.d,
    382385        /usr/share/doc/systemd-&systemd-version;, /usr/share/factory,
    383386        /usr/share/systemd, /var/lib/systemd, and /var/log/journal</seg>
  • chapter10/kernel.xml

    r9f715a8 re9a3e8f  
    7676      not work correctly or boot at all:</para>
    7777
    78       <screen role="nodump" revision="sysv">
    79 Device Drivers  ---&gt;
     78      <screen role="nodump" revision="sysv">Device Drivers  ---&gt;
    8079  Generic Driver Options  ---&gt;
    8180   [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
    82    [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
    83 
    84 Kernel hacking  ---&gt;
    85        Choose kernel unwinder (Frame pointer unwinder)  ---&gt; [CONFIG_UNWINDER_FRAME_POINTER]</screen>
    86 
    87       <screen role="nodump" revision="systemd">
    88 General setup -->
     81   [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen>
     82
     83      <screen role="nodump" revision="systemd">General setup -->
    8984   [*] Control Group support [CONFIG_CGROUPS]
    9085   [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
  • general.ent

    r9f715a8 re9a3e8f  
    1 <!ENTITY version         "SVN-20200806">
     1<!ENTITY version         "SVN-20200811">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200806-systemd">
     6<!ENTITY versiond        "20200811-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "August 6th, 2020">
     10<!ENTITY releasedate     "August 11th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r9f715a8 re9a3e8f  
    9696<!ENTITY bzip2-fin-sbu "less than 0.1 SBU">
    9797
    98 <!ENTITY check-version "0.15.1">
    99 <!ENTITY check-size "757 KB">
     98<!ENTITY check-version "0.15.2">
     99<!ENTITY check-size "760 KB">
    100100<!ENTITY check-url "&github;/libcheck/check/releases/download/&check-version;/check-&check-version;.tar.gz">
    101 <!ENTITY check-md5 "4b22423bb2dddd0f965465d02b568d7b">
     101<!ENTITY check-md5 "50fcafcecde5a380415b12e9c574e0b2">
    102102<!ENTITY check-home "https://libcheck.github.io/check">
    103103<!ENTITY check-fin-du "12 MB">
     
    630630<!ENTITY sysklogd-fin-sbu "less than 0.1 SBU">
    631631
    632 <!ENTITY systemd-version  "245">
     632<!ENTITY systemd-version  "246">
    633633<!--<!ENTITY systemd-stable   "6b4878d">-->
    634634<!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel
    635635     change that is incompatible, we will switch to the backport branch until the next stable release. -->
    636 <!ENTITY systemd-size     "8,784 KB">
     636<!ENTITY systemd-size     "9,312 KB">
    637637<!ENTITY systemd-url      "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    638638<!--<!ENTITY systemd-url      "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">-->
    639 <!ENTITY systemd-md5      "04f02d9841ea5992a16f6b03c873da28">
     639<!ENTITY systemd-md5      "a3e9efa72d0309dd26513a221cdff31b">
    640640<!ENTITY systemd-home     "https://www.freedesktop.org/wiki/Software/systemd/">
    641 <!ENTITY systemd-man-size "512 KB">
     641<!ENTITY systemd-man-size "592 KB">
    642642<!--<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">-->
    643643<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz">
    644 <!ENTITY systemd-man-md5  "ecf8cc4baa33b91ad4212d28e88f8edd">
    645 <!ENTITY systemd-fin-du   "249 MB">
    646 <!ENTITY systemd-fin-sbu  "1.9 SBU">
     644<!ENTITY systemd-man-md5  "819cc8ccffe51cb1863846fcb59a784a">
     645<!ENTITY systemd-fin-du   "262 MB">
     646<!ENTITY systemd-fin-sbu  "2.0 SBU">
    647647
    648648<!ENTITY sysvinit-version "2.97">
  • patches.ent

    r9f715a8 re9a3e8f  
    6363<!ENTITY systemd-consolidated-patch-size "64 KB">
    6464-->
    65 
    66 <!ENTITY systemd-gcc10-patch "systemd-&systemd-version;-gcc_10-fixes-2.patch">
    67 <!ENTITY systemd-gcc10-patch-md5 "5eaac1d3a66118c40814d3b81ad36b71">
    68 <!ENTITY systemd-gcc10-patch-size "8 KB">
Note: See TracChangeset for help on using the changeset viewer.