Changeset dcde303c for general


Ignore:
Timestamp:
07/08/2023 03:35:02 PM (12 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
3b98d805
Parents:
4df5695d (diff), d4102ce (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into kea

Location:
general
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js102.xml

    r4df5695d rdcde303c  
    1111  <!ENTITY ff91-version       "&JS91-version;"> -->
    1212
    13   <!ENTITY ff102-version       "&firefox-version;">
     13<!--<!ENTITY ff102-version       "&firefox-version;">-->
    1414  <!ENTITY js102-download-http "&mozilla-http;/firefox/releases/&JS102-version;esr/source/firefox-&JS102-version;esr.source.tar.xz">
    1515  <!ENTITY js102-download-ftp  " ">
    16   <!ENTITY js102-md5sum        "2d23d6194f285fea5693b2550851720c">
    17   <!ENTITY js102-size          "461 MB">
     16  <!ENTITY js102-md5sum        "42b9a73626ed8281b86222f6f0a96c73">
     17  <!ENTITY js102-md5sum        "">
     18  <!ENTITY js102-size          "464 MB">
    1819  <!ENTITY js102-buildsize     "3.3 GB (38 MB installed after removing 34MB static lib)">
    19   <!ENTITY js102-time          "1.8 SBU (with parallelism=4)">
     20  <!ENTITY js102-time          "1.7 SBU (with parallelism=4)">
    2021]>
    2122
  • general/genlib/libaio.xml

    r4df5695d rdcde303c  
    9191
    9292    <para>
    93       If you want to run the test suite, fix an issue with Glibc-2.34 or
    94       later:
    95     </para>
    96 
    97 <screen><userinput>sed 's/-Werror//' -i harness/Makefile</userinput></screen>
    98 
    99     <para>
    10093      To test the results, issue: <command>make partcheck</command>.
    10194    </para>
  • general/genlib/libblockdev.xml

    r4df5695d rdcde303c  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="gobject-introspection"/>,
    78       <xref linkend="libbytesize"/>,
    79       <xref linkend="libyaml"/>,
    80       <xref linkend="parted"/>, and
    81       <xref linkend="volume_key"/>
     77      <xref linkend="glib2"/>
    8278    </para>
    8379
    8480    <bridgehead renderas="sect4">Recommended</bridgehead>
    8581    <para role="recommended">
    86       <xref linkend="libnvme"/>
     82      <xref linkend="cryptsetup"/>,
     83      <xref linkend="gobject-introspection"/> (required for GNOME),
     84      <xref linkend="keyutils"/>,
     85      <xref linkend="libbytesize"/>,
     86      <xref linkend="libnvme"/>, and
     87      <xref linkend="lvm2"/>
    8788    </para>
    8889
     
    9293      <xref linkend="gtk-doc"/>,
    9394      <xref linkend="mdadm"/>,
     95      <xref linkend="parted"/>,
     96      <xref linkend="volume_key"/>,
    9497      <ulink url="https://people.redhat.com/~heinzm/sw/dmraid/">dmraid</ulink>,
    95       <ulink url="https://bcachefs.org/">bcachefs</ulink>, and
    96       <ulink url="https://github.com/pmem/ndctl">ndctl</ulink>
     98      <ulink url="https://bcachefs.org/">bcachefs</ulink>,
     99      <ulink url="https://github.com/pmem/ndctl">ndctl</ulink>, and
     100      <ulink url="https://github.com/Datera/targetcli">targetcli</ulink>
     101      (for tests)
    97102    </para>
    98103
     
    115120    </para>
    116121
    117 <screen><userinput>./configure --prefix=/usr     \
    118             --sysconfdir=/etc \
    119             --with-python3    \
    120             --without-gtk-doc \
    121             --without-nvdimm  \
    122             --without-dm      &amp;&amp;
     122<screen><userinput>./configure --prefix=/usr      \
     123            --sysconfdir=/etc  \
     124            --with-python3     \
     125            --without-escrow   \
     126            --without-gtk-doc  \
     127            --without-lvm      \
     128            --without-lvm_dbus \
     129            --without-nvdimm   \
     130            --without-tools    &amp;&amp;
    123131make</userinput></screen>
    124132
    125133    <para>
    126       This package does not come with a working test suite.
     134      The test suite requires <application>targetcli</application>, which
     135      is not a part of BLFS.
    127136    </para>
    128137
     
    134143
    135144  </sect2>
    136 <!--
     145
    137146  <sect2 role="commands">
    138147    <title>Command Explanations</title>
    139148
    140 
    141   </sect2>
    142 -->
     149    <para>
     150      <parameter>--without-escrow</parameter>: This switch allows building
     151      <application>libblockdev</application> without
     152      <xref linkend="volume_key"/> installed.  Remove it if you've installed
     153      <xref linkend="volume_key"/>.
     154    </para>
     155
     156    <para>
     157      <parameter>--without-lvm --without-lvm_dbus
     158      --without-tools</parameter>: The combination of these switches allows
     159      building <application>libblockdev</application> without
     160      <xref linkend="parted"/> installed.  Remove it if you've installed
     161      <xref linkend="parted"/> and wish to build the
     162      <command>lvm-cache-stats</command> or <command>vfat-resize</command>
     163      utilities, or wish <application>libblockdev</application> to support
     164      logical volumes.
     165    </para>
     166
     167    <para>
     168      <option>--without-btrfs --without-mdraid --without-tools</option>:
     169      The combination of these switches allows building
     170      <application>libblockdev</application> without
     171      <xref linkend="libbytesize"/> installed.  The
     172      <option>--without-mdraid</option> option will break
     173      <xref linkend="udisks2"/>, so don't use it unless you really know what
     174      you are doing.
     175    </para>
     176
     177    <para>
     178      <option>--without-crypto</option>: This switch allows building
     179      <application>libblockdev</application> without
     180      <xref linkend="cryptsetup"/> or <xref linkend="keyutils"/> installed.
     181      This switch will break <xref linkend="udisks2"/>, so don't use it
     182      unless you really know what you are doing.
     183    </para>
     184
     185    <para>
     186      <option>--without-dm --without-lvm --without-lvm_dbus
     187      --without-mpath</option>: The combination of these switches allows
     188      building <application>libblockdev</application> without
     189      <xref linkend="lvm2"/> installed.  The <option>--without-dm</option>
     190      and <option>--without-mpath</option> options are not in the
     191      instruction in the instruction provided by the book because
     192      <xref linkend="lvm2"/> is required for <xref linkend="cryptsetup"/>
     193      and <xref linkend="cryptsetup"/> is a recommended dependency of
     194      <application>libblockdev</application> anyway.
     195    </para>
     196
     197    <para>
     198      <option>--without-nvme</option>: This switch allows building
     199      <application>libblockdev</application> without
     200      <xref linkend="libnvme"/> installed.  This switch will break
     201      <xref linkend="udisks2"/>, so don't use it unless you really know what
     202      you are doing.
     203    </para>
     204
     205  </sect2>
     206
    143207  <sect2 role="content">
    144208    <title>Contents</title>
     
    151215      <seglistitem>
    152216        <seg>
    153           lvm-cache-stats
     217          lvm-cache-stats and vfat-resize (both optional)
    154218        </seg>
    155219        <seg>
    156220          libbd_btrfs.so,
    157221          libbd_crypto.so,
     222          libbd_dm.so,
    158223          libbd_fs.so,
    159           libbd_kbd.so,
    160224          libbd_loop.so,
    161           libbd_lvm.so,
    162           libbd_lvm-dbus.so,
     225          libbd_lvm.so (optional),
     226          libbd_lvm-dbus.so (optional),
    163227          libbd_mdraid.so,
    164228          libbd_mpath.so,
     229          libbd_nvme.so,
    165230          libbd_part.so,
    166           libbd_part_err.so,
    167231          libbd_swap.so,
    168           libbd_utils.so,
    169           libbd_vdo.so, and
     232          libbd_utils.so, and
    170233          libblockdev.so
    171234        </seg>
     
    173236          /etc/libblockdev,
    174237          /usr/include/blockdev, and
    175           /usr/share/gtk-doc/html/libblockdev
     238          /usr/share/gtk-doc/html/libblockdev (optional)
    176239        </seg>
    177240      </seglistitem>
     
    195258      </varlistentry>
    196259
     260      <varlistentry id="vfat-resize">
     261        <term><command>vfat-resize</command></term>
     262        <listitem>
     263          <para>
     264            resizes <systemitem class="filesystem">vfat</systemitem>
     265            file systems
     266          </para>
     267          <indexterm zone="libblockdev vfat-resize">
     268            <primary sortas="b-vfat-resize">vfat-resize</primary>
     269          </indexterm>
     270        </listitem>
     271      </varlistentry>
    197272    </variablelist>
    198273
  • general/genlib/libnvme.xml

    r4df5695d rdcde303c  
    3030      enumerations, and bit fields, helper functions to construct, dispatch,
    3131      and decode commands and payloads, and utilities to connect, scan, and
    32       manage nvme devices on a Linux system. 
     32      manage NVMe devices on a Linux system.
    3333    </para>
    3434
     
    7676    </para>
    7777-->
    78     <bridgehead renderas="sect4">Recommended</bridgehead>
    79 
    80     <para role="recommended">
    81       <xref linkend="keyutils"/>
    82     </para>
    8378
    8479    <bridgehead renderas="sect4">Optional</bridgehead>
    8580    <para role="optional">
    86       <xref linkend="json-c"/> and
     81      <phrase revision="sysv"><xref linkend="dbus"/>,</phrase>
     82      <xref linkend="json-c"/>,
     83      <xref linkend="keyutils"/>, and
    8784      <xref linkend="swig"/>
    8885    </para>
     
    10299cd    build &amp;&amp;
    103100
    104 meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
     101meson setup --prefix=/usr --buildtype=release -Dlibdbus=auto .. &amp;&amp;
    105102ninja</userinput></screen>
     103
     104    <para>
     105      To run the tests, issue: <command>ninja test</command>.
     106    </para>
    106107
    107108    <para>
     
    146147          <para>
    147148            contains functions used to handle operations
    148             related to nvme devices.
     149            relating to NVMe devices.
    149150          </para>
    150151          <indexterm zone="libnvme libnvme-lib">
  • general/genlib/libpaper.xml

    r4df5695d rdcde303c  
    77  <!ENTITY libpaper-download-http "https://github.com/rrthomas/libpaper/releases/download/v&libpaper-version;/libpaper-&libpaper-version;.tar.gz">
    88  <!ENTITY libpaper-download-ftp  " ">
    9   <!ENTITY libpaper-md5sum        "c9136c0d483b868818637ec54200c975">
     9  <!ENTITY libpaper-md5sum        "3ee7420ed7afae14a3387a4a0e68c60f">
    1010  <!ENTITY libpaper-size          "1.2 MB">
    1111  <!ENTITY libpaper-buildsize     "11 MB (with tests)">
  • general/genlib/libqalculate.xml

    r4df5695d rdcde303c  
    88  <!ENTITY libqalculate-download-http "https://github.com/Qalculate/libqalculate/releases/download/v&libqalculate-version;/libqalculate-&libqalculate-version;.tar.gz">
    99  <!ENTITY libqalculate-download-ftp  " ">
    10   <!ENTITY libqalculate-md5sum        "ff001e18c3507cdb536f8374b3508b3e">
     10  <!ENTITY libqalculate-md5sum        "7fcad72cb9779afc14fecdf0a0dcc9f1">
    1111  <!ENTITY libqalculate-size          "2.5 MB">
    1212  <!ENTITY libqalculate-buildsize     "140 MB (with tests)">
    13   <!ENTITY libqalculate-time          "0.8 SBU (With tests; both using parallelism=4)">
     13  <!ENTITY libqalculate-time          "0.7 SBU (With tests; both using parallelism=4)">
    1414]>
    1515
  • general/genlib/libuv.xml

    r4df5695d rdcde303c  
    77  <!ENTITY libuv-download-http "https://dist.libuv.org/dist/v&libuv-version;/libuv-v&libuv-version;.tar.gz">
    88  <!ENTITY libuv-download-ftp  " ">
    9   <!ENTITY libuv-md5sum        "b4d51391102818e238597e3ee919f577">
     9  <!ENTITY libuv-md5sum        "fa56dafe664d21f9568adebc428d2d64">
    1010  <!ENTITY libuv-size          "1.2 MB">
    1111  <!ENTITY libuv-buildsize     "14 MB (add 14 MB for tests)">
  • general/genlib/wayland-protocols.xml

    r4df5695d rdcde303c  
    77  <!ENTITY wayland-protocols-download-http "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/&wayland-protocols-version;/downloads/wayland-protocols-&wayland-protocols-version;.tar.xz">
    88  <!ENTITY wayland-protocols-download-ftp  " ">
    9   <!ENTITY wayland-protocols-md5sum        "1584de13eb30a4d1f2cd06c08ee24354">
    10   <!ENTITY wayland-protocols-size          "84 KB">
    11   <!ENTITY wayland-protocols-buildsize     "7.8 MB (with tests)">
     9  <!ENTITY wayland-protocols-md5sum        "00c2cedb0d2df714a0965a00c19385c6">
     10  <!ENTITY wayland-protocols-size          "92 KB">
     11  <!ENTITY wayland-protocols-buildsize     "7.4 MB (with tests)">
    1212  <!ENTITY wayland-protocols-time          "less than 0.1 SBU (with tests)">
    1313]>
  • general/genutils/imagemagick.xml

    r4df5695d rdcde303c  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "61">
     7  <!ENTITY imagemagick-patch-version "12">
    88
    99  <!ENTITY imagemagick-download-http "https://www.imagemagick.org/archive/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
     
    1111  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> -->
    1212  <!ENTITY imagemagick-download-ftp  " ">
    13   <!ENTITY imagemagick-md5sum        "f9973657738b5c970325e97f198b9977">
    14   <!ENTITY imagemagick-size          "9.9 MB">
    15   <!ENTITY imagemagick-buildsize     "192 MB (with typical dependencies; add 20 MB for checks)">
    16   <!ENTITY imagemagick-time          "0.8 SBU (with typical dependencies; add 1.9 SBU for checks, both using  parallelism=4)">
     13  <!ENTITY imagemagick-md5sum        "7d04ecc28b035922697630c92cdfbfb8">
     14  <!ENTITY imagemagick-size          "9.8 MB">
     15  <!ENTITY imagemagick-buildsize     "207 MB (with typical dependencies; add 31 MB for checks)">
     16  <!ENTITY imagemagick-time          "0.8 SBU (with typical dependencies; add 0.8 SBU for checks, both using  parallelism=4)">
    1717]>
    1818
     
    4949     DPS/dpsXclient is from apple so not relevant to linux builds
    5050     GVC is part of Graphviz and documented in the explanations
    51      LQR is Liquid Rescale  -->
     51     iLQR is Liquid Rescale
     52     ufraw-batch (ufraw) is unmaintained and does not build with current exiv2  -->
    5253
    5354<sect1 id="imagemagick" xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
     
    167168      <xref linkend="libjpeg"/>,
    168169      <xref linkend="libpng"/>,
    169       <xref linkend="libraw"/> (RAW_R),
     170      <xref linkend="libraw"/> (for dng files, needs the thread-safe libraw_r),
    170171      <xref linkend="librsvg"/>,
    171172      <xref linkend="libtiff"/>,
     
    220221      <ulink url="https://sk1project.net/uc2/">
    221222      UniConvertor</ulink>,
     223      <!-- ufraw-batch was a delegate program, the delegate library coders/dng.so
     224      is used if librar_r is present, ufraw now ftbfs with exiv2-0.28, and IM-7.1.1
     225      in any case (if no libraw) invokes it to ask for a temp png file, but then
     226      tries to open the temp file using a ppm suffix, which of course fails.
    222227      <ulink url="https://ufraw.sourceforge.net/">ufraw</ulink> (for dng files,
    223228      see
    224229      <ulink url="https://imagemagick.org/script/formats.php">
    225230      https://imagemagick.org/script/formats.php</ulink> for some special switches)
     231      -->
    226232      and
    227233      <ulink url="https://www.cs.utah.edu/gdc/projects/urt/">Utah Raster Toolkit</ulink>
  • general/graphlib/freetype2.xml

    r4df5695d rdcde303c  
    156156    </para>
    157157
    158 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
    159 cp -v -R docs/*     /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
     158<screen role="root"><userinput>cp -v -R docs -T /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
    160159rm -v /usr/share/doc/freetype-&freetype2-version;/freetype-config.1</userinput></screen>
    161160
  • general/graphlib/libjpeg-turbo.xml

    r4df5695d rdcde303c  
    77  <!ENTITY libjpeg-download-http "&sourceforge-dl;/libjpeg-turbo/libjpeg-turbo-&libjpeg-turbo-version;.tar.gz">
    88  <!ENTITY libjpeg-download-ftp  " ">
    9   <!ENTITY libjpeg-md5sum        "aed60d4d776dd5cf00b5a01c609d50f7">
    10   <!ENTITY libjpeg-size          "2.2 MB">
    11   <!ENTITY libjpeg-buildsize     "17 MB (add 17 MB for tests)">
    12   <!ENTITY libjpeg-time          "0.1 SBU (using parallelism=4; add 0.2 SBU for tests)">
     9  <!ENTITY libjpeg-md5sum        "aa1f0a1c72cb6772e34d9d5136267f56">
     10  <!ENTITY libjpeg-size          "2.7 MB">
     11  <!ENTITY libjpeg-buildsize     "55 MB (with tests)">
     12  <!ENTITY libjpeg-time          "0.5 SBU (with tests; both using parallelism=4)">
    1313]>
    1414
  • general/graphlib/librsvg.xml

    r4df5695d rdcde303c  
    77  <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/&librsvg-minor;/librsvg-&librsvg-version;.tar.xz">
    88  <!ENTITY librsvg-download-ftp  "&gnome-download-ftp;/librsvg/&librsvg-minor;/librsvg-&librsvg-version;.tar.xz">
    9   <!ENTITY librsvg-md5sum        "023e34798503c964ad982d130ee369c9">
     9  <!ENTITY librsvg-md5sum        "3a73cf8b41be9c231885801f2ad49cd6">
    1010  <!ENTITY librsvg-size          "5.4 MB">
    1111  <!ENTITY librsvg-buildsize     "747 MB (25 MB installed), add 378 MB for tests">
     
    110110
    111111    <para>
    112       To test the results, issue: <command>make -k check</command>. During
    113       testing some binaries are rebuilt with a different debug level, so you
    114       should run <command>make</command> again after the tests are complete
    115       to ensure everything is ready to be installed.
    116     </para>
     112      To test the results, issue:
     113    </para>
     114
     115<screen remap='test'><userinput>sed 's/-Z unstable-options//' -i Makefile &amp;&amp;
     116make check</userinput></screen>
    117117
    118118    <para>
  • general/graphlib/opencv.xml

    r4df5695d rdcde303c  
    77  <!ENTITY opencv-download-http     "https://github.com/opencv/opencv/archive/&opencv-version;/opencv-&opencv-version;.tar.gz">
    88  <!ENTITY opencv-download-ftp      " ">
    9   <!ENTITY opencv-md5sum            "13e13244cb0cc6ec4f01eacd38d05d17">
    10   <!ENTITY opencv-size              "87 MB">
    11   <!ENTITY opencv-buildsize         "675 MB">
    12   <!ENTITY opencv-time              "3.3 SBU (using parallelism=4)">
    13 
     9  <!ENTITY opencv-md5sum            "c2225e737ce7f671b839a687f2dc7ab9">
     10  <!ENTITY opencv-size              "88 MB">
     11  <!ENTITY opencv-buildsize         "783 MB">
     12  <!ENTITY opencv-time              "4.1 SBU (using parallelism=4)">
    1413
    1514  <!ENTITY opencv-contrib-download "https://github.com/opencv/opencv_contrib/archive/&opencv-version;/opencv_contrib-&opencv-contrib-version;.tar.gz">
  • general/graphlib/poppler.xml

    r4df5695d rdcde303c  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "088f9f2c6730f93a62aa6b46a6f0a6bf">
     9  <!ENTITY poppler-md5sum        "c85c6640ac0b0e974887c41df9639e2e">
    1010  <!ENTITY poppler-size          "1.8 MB">
    1111  <!ENTITY poppler-buildsize     "91 MB (with Qt5 library and tests)">
     
    155155  <sect2 role="installation">
    156156    <title>Installation of Poppler</title>
    157 
    158     <!-- remove when version is gtr 23.06.0 -->
    159     <!-- missing incl is fixed upstream already -->
    160     <para>
    161       First add a missing include statement which will break compilation
    162       on 32-bit systems:
    163     </para>
    164 
    165 <screen><userinput>sed -e '/#include "GPGMECryptoSignBackend.h"/i#include &lt;config.h&gt;' \
    166     -i poppler/GPGMECryptoSignBackend.cc</userinput></screen>
    167     <!-- /remove -->
    168157
    169158    <para>
  • general/prog/java.xml

    r4df5695d rdcde303c  
    88    the directory: this saves more than 70 MB. -->
    99  <!ENTITY anduin-download             "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
    10  <!ENTITY openjdk-download-binary-x86 "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;/OpenJDK-&openjdk-version;+&openjdk-build;-i686-bin.tar.xz">
    11   <!ENTITY openjdk-bin-md5sum-x86      "e5a9566e3d3a667b9098908b72855da8">
     10  <!ENTITY openjdk-download-binary-x86 "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;/OpenJDK-&openjdk-version;+&openjdk-build;-i686-bin.tar.xz">
     11  <!ENTITY openjdk-bin-md5sum-x86      "1896a32b13637961b4fbd88dfc47c07b">
    1212  <!ENTITY openjdk-bin-size-x86        "159 MB">
    13   <!ENTITY openjdk-bin-buildsize-x86   "307 MB">
     13  <!ENTITY openjdk-bin-buildsize-x86   "310 MB">
    1414
    1515<!-- Not uploaded to anduin, since this file is now available under GNU GPLv2
     
    1818     request. - Doug -->
    1919  <!ENTITY openjdk-download-binary-x64 "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;/OpenJDK-&openjdk-version;+&openjdk-build;-x86_64-bin.tar.xz">
    20   <!ENTITY openjdk-bin-md5sum-x64      "1fccb8cd903f395ba1a80c678ba2a2e0">
    21   <!ENTITY openjdk-bin-size-x64        "160 MB">
    22   <!ENTITY openjdk-bin-buildsize-x64   "324 MB">
     20  <!ENTITY openjdk-bin-md5sum-x64      "f655a50ff1a476db482e0a224344417b">
     21  <!ENTITY openjdk-bin-size-x64        "166 MB">
     22  <!ENTITY openjdk-bin-buildsize-x64   "337 MB">
    2323]>
    2424
  • general/prog/openjdk.xml

    r4df5695d rdcde303c  
    66
    77  <!ENTITY ojdk-tarball              "jdk-&openjdk-version;-ga.tar.gz">
    8   <!ENTITY ojdk-repo                 "https://github.com/openjdk/jdk19u">
     8  <!ENTITY ojdk-repo                 "https://github.com/openjdk/jdk20u">
    99  <!ENTITY ojdk-download             "&ojdk-repo;/archive/&ojdk-tarball;">
    1010
    1111  <!ENTITY anduin-download           "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
    1212
    13   <!ENTITY ojdk-md5sum               "2c5489f4830bce40240dc4f76f890156">
    14   <!ENTITY ojdk-size                 "103 MB">
    15 
    16   <!ENTITY jtreg-version             "6.1+1">
     13  <!ENTITY ojdk-md5sum               "2a85b13d3d6ef6abfe8d7775481b89a9">
     14  <!ENTITY ojdk-size                 "104 MB">
     15
     16  <!ENTITY jtreg-version             "7.2+1">
    1717  <!ENTITY jtreg-download            "&anduin-download;/jtreg-&jtreg-version;.tar.gz">
    18   <!ENTITY jtreg-md5sum              "49e6bfa2506e96f461a01f9421a0961c">
    19   <!ENTITY jtreg-size                "8.0 MB">
    20 
    21   <!ENTITY ojdk-bdsize               "5.1 GB (add 595 MB for tests)">
    22   <!ENTITY ojdk-time                 "3.8 SBU with 4 jobs (add 41 SBU for tests with 4 jobs)">
     18  <!ENTITY jtreg-md5sum              "530eb67155e0a399d1a68b2f8584613a">
     19  <!ENTITY jtreg-size                "8.9 MB">
     20
     21  <!ENTITY ojdk-bdsize               "3.5 GB (add 789 MB for tests)">
     22  <!ENTITY ojdk-time                 "6.1 SBU with 4 jobs (add 40 SBU for tests with 4 jobs)">
    2323]>
    2424
     
    195195<!-- not needed now, it seems
    196196      an X Window manager such as <xref linkend="twm"/> (for the tests), and
    197 -->   <ulink url="https://pandoc.org/">pandoc</ulink>, and
     197-->
     198      <ulink url="https://ccache.dev/">ccache</ulink>,
     199      <ulink url="https://pandoc.org/">pandoc</ulink>, and
    198200      <ulink url="https://zlib.net/pigz">pigz</ulink>
    199201    </para>
     
    304306         for x86_64: passed: 6,426; failed: 61; error: 14
    305307         for i686:   passed: 6,377; failed: 34; error: 11
     308         20.0.1+9:
     309         for x86_64: passed: 6,515; failed: 65; error: 13
     310         for i686:   passed: 6,520; failed: 60; error: 13
    306311    -->
    307312
  • general/prog/ruby.xml

    r4df5695d rdcde303c  
    9090  <sect2 role="installation">
    9191    <title>Installation of Ruby</title>
    92 
     92<!--
    9393    <para>
    9494      If you wish to run the tests after installing this package, fix a problem
     
    9898
    9999<screen><userinput>sed -i '283d' tool/lib/leakchecker.rb</userinput></screen>
    100 
     100-->
    101101    <para>
    102102      Install <application>Ruby</application> by running the following
     
    131131
    132132    <para>
    133       To test the results, issue: <command>make check</command>. There are over
     133      To test the results, issue: <command>make -k check</command>. There are over
    134134      25,000 tests. Some tests related to ipv6 may indicate errors.  If the
    135135      tests are run in a directory that has a world writable component (e.g.
  • general/prog/vala.xml

    r4df5695d rdcde303c  
    77  <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    88  <!ENTITY vala-download-ftp  "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    9   <!ENTITY vala-md5sum        "73f8b53fd6f1282a903d38213811f6a0">
     9  <!ENTITY vala-md5sum        "fc0390c053cec6cd18bde18be8ade296">
    1010  <!ENTITY vala-size          "3.8 MB">
    11   <!ENTITY vala-buildsize     "199 MB (add 18 MB for tests)">
    12   <!ENTITY vala-time          "0.5 SBU (add 1.1 SBU for tests; using parallelism=4)">
     11  <!ENTITY vala-buildsize     "156 MB (add 19 MB for tests)">
     12  <!ENTITY vala-time          "0.4 SBU (add 0.7 SBU for tests; both using parallelism=4)">
    1313]>
    1414
  • general/sysutils/bluez.xml

    r4df5695d rdcde303c  
    77  <!ENTITY bluez-download-http "&kernel-dl;/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    88  <!ENTITY bluez-download-ftp  " ">
    9   <!ENTITY bluez-md5sum        "3f9496fedf878fba985e56713ed7752e">
     9  <!ENTITY bluez-md5sum        "00a72fed12e706b2d8bb40786154d3aa">
    1010  <!ENTITY bluez-size          "2.2 MB">
    11   <!ENTITY bluez-buildsize     "149 MB (with tests)">
     11  <!ENTITY bluez-buildsize     "158 MB (with tests)">
    1212  <!ENTITY bluez-time          "0.4 SBU (using parallelism=4; with tests)">
    1313]>
  • general/sysutils/systemd.xml

    r4df5695d rdcde303c  
    225225
    226226    <para>
    227       To test the results, issue:
    228       <command>PATH+=:/usr/sbin ninja test</command>.
    229       <!-- One test named test-repart needs sfdisk, which is in /usr/sbin. -->
    230       The test named <filename>test-stat-util</filename> is known to fail
    231       if the support for some namespaces is not enabled in the kernel
    232       configuration.  If the test suite is ran as the &root; user, some
     227      To test the results, issue: <command>ninja test</command>.
     228      <!-- test-netlink: https://github.com/systemd/systemd/issues/27969 -->
     229      The test named <filename>test-stat-util</filename> and
     230      <filename>test-netlink</filename> are known to fail
     231      if some kernel features are not enabled.
     232      If the test suite is ran as the &root; user, some
    233233      other tests may fail because they depend on various kernel
    234234      configuration options.
  • general/sysutils/udisks2.xml

    r4df5695d rdcde303c  
    7777      <xref linkend="libxslt"/>, and
    7878      <xref linkend="polkit"/>
    79     </para>
    80 
    81     <bridgehead renderas="sect4">Required at runtime</bridgehead>
    82     <para role="required">
    83       <xref role="runtime" linkend="btrfs-progs"/>,
    84       <phrase revision="sysv"><xref role="runtime" linkend="dbus"/>,</phrase>
    85       <xref role="runtime" linkend="dosfstools"/>,
    86       <xref role="runtime" linkend="gptfdisk"/>,
    87       <xref role="runtime" linkend="mdadm"/>, and
    88       <xref role="runtime" linkend="xfsprogs"/>
    8979    </para>
    9080
     
    112102    </para>
    113103
     104    <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
     105    <para role="runtime">
     106      <xref linkend="btrfs-progs"/>,
     107      <phrase revision="sysv"><xref linkend="dbus"/>,</phrase>
     108      <xref linkend="dosfstools"/>,
     109      <xref linkend="gptfdisk"/>,
     110      <xref linkend="mdadm"/>, and
     111      <xref linkend="xfsprogs"/>
     112    </para>
     113
    114114  </sect2>
    115115
     
    134134            --sysconfdir=/etc    \
    135135            --localstatedir=/var \
    136             --disable-static     &amp;&amp;
     136            --disable-static     \
     137            --enable-available-modules &amp;&amp;
    137138make</userinput></screen>
    138139
     
    161162    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    162163      href="../../xincludes/gtk-doc-rebuild.xml"/>
     164
     165    <para>
     166      <parameter>--enable-available-modules</parameter>: This switch enables
     167      additional <application>UDisks2</application> functionalities if
     168      <xref linkend='libblockdev'/> has been built with optional
     169      dependencies.
     170    </para>
    163171
    164172  </sect2>
Note: See TracChangeset for help on using the changeset viewer.