mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
This commit is contained in:
commit
61b59b58de
@ -7,9 +7,9 @@
|
||||
<!ENTITY libblockdev-download-http
|
||||
"https://github.com/storaged-project/libblockdev/releases/download/&libblockdev-version;-1/libblockdev-&libblockdev-version;.tar.gz">
|
||||
<!ENTITY libblockdev-download-ftp " ">
|
||||
<!ENTITY libblockdev-md5sum "b03d1b4def6962aa2e3eb93b50c22163">
|
||||
<!ENTITY libblockdev-md5sum "fb4cd3812b7b5a8f2bd950799fbd37f6">
|
||||
<!ENTITY libblockdev-size "1.0 MB">
|
||||
<!ENTITY libblockdev-buildsize "14 MB">
|
||||
<!ENTITY libblockdev-buildsize "13 MB">
|
||||
<!ENTITY libblockdev-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -93,7 +93,8 @@
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="mdadm"/>,
|
||||
<xref linkend="parted"/>,
|
||||
<xref linkend="volume_key"/>,
|
||||
<ulink url="https://github.com/felixonmars/volume_key">volume_key</ulink>,
|
||||
<!-- <xref linkend="volume_key"/>,-->
|
||||
<!-- <ulink url="https://people.redhat.com/~heinzm/sw/dmraid/">dmraid</ulink>, -->
|
||||
<!-- <ulink url="https://bcachefs.org/">bcachefs</ulink>, -->
|
||||
<ulink url="https://github.com/pmem/ndctl">ndctl</ulink>, and
|
||||
@ -148,9 +149,7 @@ make</userinput></screen>
|
||||
|
||||
<para>
|
||||
<parameter>--without-escrow</parameter>: This switch allows building
|
||||
<application>libblockdev</application> without
|
||||
<xref linkend="volume_key"/> installed. Remove it if you've installed
|
||||
<xref linkend="volume_key"/>.
|
||||
<application>libblockdev</application> without volume_key installed.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY highlight-download-http "http://www.andre-simon.de/zip/highlight-&highlight-version;.tar.bz2">
|
||||
<!ENTITY highlight-download-ftp " ">
|
||||
<!ENTITY highlight-md5sum "cc5f3a857aa6c6d9f23ea3e36522f959">
|
||||
<!ENTITY highlight-md5sum "332aef847b322462953717a7593591c0">
|
||||
<!ENTITY highlight-size "1.4 MB">
|
||||
<!ENTITY highlight-buildsize "24 MB (with gui)">
|
||||
<!ENTITY highlight-time "0.3 SBU (Using paralllelism=4; with gui)">
|
||||
|
@ -6,15 +6,15 @@
|
||||
|
||||
<!ENTITY freetype2-download-http "&sourceforge-dl;/freetype/freetype-&freetype2-version;.tar.xz">
|
||||
<!--<!ENTITY freetype2-download-ftp "&gentoo-ftp-repo;/freetype-&freetype2-version;.tar.xz">-->
|
||||
<!ENTITY freetype2-md5sum "e4c3f0d8453a2a7993ae784912d6f19a">
|
||||
<!ENTITY freetype2-md5sum "1f625f0a913c449551b1e3790a1817d7">
|
||||
<!ENTITY freetype2-size "2.4 MB">
|
||||
<!ENTITY freetype2-buildsize "49 MB (with additional documentation)">
|
||||
<!ENTITY freetype2-buildsize "33 MB (with additional documentation)">
|
||||
<!ENTITY freetype2-time "0.2 SBU (with additional documentation)">
|
||||
|
||||
<!ENTITY freetype2-doc-version "&freetype2-version;">
|
||||
<!ENTITY freetype2-doc-download-http "&sourceforge-dl;/freetype/freetype-doc-&freetype2-doc-version;.tar.xz">
|
||||
<!--<!ENTITY freetype2-doc-download-ftp "&gentoo-ftp-repo;/freetype-doc-&freetype2-doc-version;.tar.xz">-->
|
||||
<!ENTITY freetype2-doc-md5sum "9eaaf193b0493297d92cd435cd850598">
|
||||
<!ENTITY freetype2-doc-md5sum "e6466f08934ebf2d7f711b0464d7a6cf">
|
||||
<!ENTITY freetype2-doc-size "2.1 MB">
|
||||
]>
|
||||
|
||||
|
@ -4,10 +4,10 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
|
||||
<!ENTITY cbindgen-download-http "https://github.com/mozilla/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
|
||||
<!ENTITY cbindgen-download-ftp " ">
|
||||
<!ENTITY cbindgen-md5sum "6aa2991ca8411f9ebf9961e8b873e884">
|
||||
<!ENTITY cbindgen-size "204 KB">
|
||||
<!ENTITY cbindgen-md5sum "7762e0084c6b11b69302b62becacf18a">
|
||||
<!ENTITY cbindgen-size "212 KB">
|
||||
<!ENTITY cbindgen-buildsize "121 MB (add 596 MB for tests)">
|
||||
<!ENTITY cbindgen-time "0.5 SBU (add 0.4 SBU for tests), both on a 4-core machine">
|
||||
]>
|
||||
@ -87,10 +87,8 @@
|
||||
<screen><userinput>cargo build --release</userinput></screen>
|
||||
|
||||
<para>
|
||||
<!-- 0.16.0 log shows 2 suites where both tests pass, in the third
|
||||
3 of 6 fail. The suite names are impenetrable. -->
|
||||
To test the results, issue: <command>cargo test</command>.
|
||||
Three tests in the final suite are known to fail.
|
||||
Three tests in <filename>profile.rs</filename> are known to fail.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="git.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gitserver.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="guile.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="librep.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="librep.xml"/>-->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="llvm.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lua.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lua52.xml"/>
|
||||
|
@ -173,7 +173,7 @@ make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the result, issue <command>make test</command>.
|
||||
Some tests may need an Internet connection. One tests, test_distutils
|
||||
Some tests may need an Internet connection. One test, test_distutils,
|
||||
is known to fail.
|
||||
</para>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.xz">
|
||||
<!ENTITY rust-download-ftp " ">
|
||||
<!ENTITY rust-md5sum "b6f9973de878e37a589f0989e4138480">
|
||||
<!ENTITY rust-md5sum "4125b8bf1b0bc6a520f8ec21252322e7">
|
||||
<!ENTITY rust-size "145 MB">
|
||||
<!ENTITY rust-buildsize "8.9 GB (292 MB installed); add 6.4 GB if running the tests">
|
||||
<!ENTITY rust-time "6.7 SBU (including download time; add 6.2 SBU for tests, both using parallelism=8)">
|
||||
@ -76,7 +76,7 @@
|
||||
However it can be mostly limited to a specified number of processors by
|
||||
a combination of adding the switch <literal>--jobs <N></literal>
|
||||
(e.g. '--jobs 4' to limit to 4 processors) on each invocation of
|
||||
<command>python3 ./x.py</command> <emphasis>and</emphasis> using an
|
||||
<command>python3 x.py</command> <emphasis>and</emphasis> using an
|
||||
environment variable <envar>CARGO_BUILD_JOBS=<N></envar>. At the
|
||||
moment this is not effective when some of the rustc tests are run.
|
||||
</para>
|
||||
@ -312,9 +312,7 @@ llvm-config = "/usr/bin/llvm-config"
|
||||
[target.i686-unknown-linux-gnu]
|
||||
# NB the output of llvm-config (i.e. help options) may be
|
||||
# dumped to the screen when config.toml is parsed.
|
||||
llvm-config = "/usr/bin/llvm-config"
|
||||
|
||||
</literal>
|
||||
llvm-config = "/usr/bin/llvm-config"</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
<!--<para>
|
||||
@ -335,7 +333,7 @@ EOF</userinput></screen>
|
||||
|
||||
<screen><userinput>{ [ ! -e /usr/include/libssh2.h ] ||
|
||||
export LIBSSH2_SYS_USE_PKG_CONFIG=1; } &&
|
||||
python3 ./x.py build</userinput></screen>
|
||||
python3 x.py build</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
@ -352,8 +350,10 @@ python3 ./x.py build</userinput></screen>
|
||||
To run the tests (again using all available CPUs) issue:
|
||||
</para>
|
||||
|
||||
<screen remap="test"><userinput>SSL_CERT_DIR=/etc/ssl/certs \
|
||||
python3 ./x.py test --verbose --no-fail-fast | tee rustc-testlog</userinput></screen>
|
||||
<screen remap="test"><userinput>mkdir -pv .github/workflows &&
|
||||
python3 x.py run src/tools/expand-yaml-anchors &&
|
||||
SSL_CERT_DIR=/etc/ssl/certs \
|
||||
python3 x.py test --verbose --no-fail-fast | tee rustc-testlog</userinput></screen>
|
||||
|
||||
<!-- https://github.com/rust-lang/rust/issues/112209
|
||||
I only saw 2 failures with 1.71.1, but Rainer saw 6 ones.
|
||||
@ -438,7 +438,7 @@ python3 ./x.py test --verbose --no-fail-fast | tee rustc-testlog</userinput></sc
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<screen role='root'><userinput>python3 ./x.py install</userinput></screen>
|
||||
<screen role='root'><userinput>python3 x.py install</userinput></screen>
|
||||
|
||||
<!-- TODO: Report to upstream if this persists in the next release -->
|
||||
<para>
|
||||
|
@ -79,6 +79,26 @@
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="kernel" id="bubblewrap-kernel">
|
||||
<title>Kernel Configuration</title>
|
||||
|
||||
<para>
|
||||
When this package began, upstream expected it could be installed
|
||||
suid-root. That was a long time ago, suid-root is generally considered
|
||||
a bad idea. As well as the default namespaces, this package requires the
|
||||
optional User namespace to be enabled. If that has not yet been enabled,
|
||||
select the following option in the kernel configuration and recompile the
|
||||
kernel:
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="bubblewrap-kernel.xml"/>
|
||||
|
||||
<indexterm zone="bubblewrap bubblewrap-kernel">
|
||||
<primary sortas="d-bubblewrap">bubblewrap</primary>
|
||||
</indexterm>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Bubblewrap</title>
|
||||
|
||||
@ -120,26 +140,6 @@ ninja</userinput></screen>
|
||||
href="../../xincludes/meson-buildtype-release.xml"/>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="kernel" id="bubblewrap-kernel">
|
||||
<title>Kernel Configuration</title>
|
||||
|
||||
<para>
|
||||
When this package began, upstream expected it could be installed
|
||||
suid-root. That was a long time ago, suid-root is generally considered
|
||||
a bad idea. As well as the default namespaces, this package requires the
|
||||
optional User namespace to be enabled. If that has not yet been enabled,
|
||||
select the following option in the kernel configuration and recompile the
|
||||
kernel:
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="bubblewrap-kernel.xml"/>
|
||||
|
||||
<indexterm zone="bubblewrap bubblewrap-kernel">
|
||||
<primary sortas="d-bubblewrap">bubblewrap</primary>
|
||||
</indexterm>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
@ -52,6 +52,42 @@
|
||||
<listitem>
|
||||
<para>September 4th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to at-spi2-core-2.48.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;18505">#18505</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Archive volume_key. Fixes
|
||||
<ulink url="&blfs-ticket-root;18487">#18487</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to libblockdev-3.0.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;18490">#18490</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to xscreensaver-6.07. Fixes
|
||||
<ulink url="&blfs-ticket-root;18483">#18483</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to highlight-4.8. Fixes
|
||||
<ulink url="&blfs-ticket-root;18470">#18470</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to xf86-input-libinput-1.4.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;18463">#18463</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to freetype-2.13.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;18461">#18461</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[xry111] - Update to cbindgen-0.25.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;18467">#18467</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[xry111] - Update to rustc-1.72.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;18456">#18456</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[rahul] - Update to libnl-3.8.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;18476">#18476</ulink>.</para>
|
||||
@ -71,7 +107,7 @@
|
||||
<para>September 3rd, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Archive sawfish and its dependency rep-gtk. Fixes
|
||||
<para>[bdubbs] - Archive sawfish and its dependencies rep-gtk and librep. Fixes
|
||||
<ulink url="&blfs-ticket-root;18453">#18453</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -145,10 +145,11 @@
|
||||
<para>
|
||||
<application>Mutt</application> requires a group named
|
||||
<systemitem class="groupname">mail</systemitem>. You can
|
||||
add this group, if it does not exist, with this command:
|
||||
add this group, if it does not exist, with this command
|
||||
(as the &root; user):
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
|
||||
<!-- nodump because group mail should have been created in lfs -->
|
||||
<screen role="nodump"><userinput>groupadd -g 34 mail</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you did not install an <xref linkend="server-mail"/>, you need to
|
||||
|
@ -243,11 +243,11 @@ make</userinput></screen>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
Fix a hard coded path to Python 3 interpreter:
|
||||
Fix hard coded paths to Python 3 interpreter:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed '1s@^.*$@#!/usr/bin/python3@' \
|
||||
-i ./bin/default/source4/scripting/bin/samba-gpupdate.inst</userinput></screen>
|
||||
-i ./bin/default/source4/scripting/bin/*.inst</userinput></screen>
|
||||
|
||||
<para>
|
||||
If upgrading from an old version of samba, as the
|
||||
|
18
packages.ent
18
packages.ent
@ -38,7 +38,7 @@
|
||||
<!ENTITY stunnel-version "5.70">
|
||||
<!ENTITY sudo-version "1.9.14p3">
|
||||
<!ENTITY tripwire-version "2.4.3.7">
|
||||
<!ENTITY volume_key-version "0.3.12">
|
||||
<!--<!ENTITY volume_key-version "0.3.12">-->
|
||||
|
||||
<!-- Chapter 5 -->
|
||||
<!ENTITY btrfs-progs-version "6.3.3">
|
||||
@ -126,7 +126,7 @@
|
||||
<!ENTITY libassuan-version "2.5.6">
|
||||
<!ENTITY libatasmart-version "0.19">
|
||||
<!ENTITY libatomic_ops-version "7.8.0">
|
||||
<!ENTITY libblockdev-version "3.0.2">
|
||||
<!ENTITY libblockdev-version "3.0.3">
|
||||
<!ENTITY libbytesize-version "2.9">
|
||||
<!ENTITY libcloudproviders-version "0.3.2">
|
||||
<!ENTITY libdaemon-version "0.14">
|
||||
@ -197,7 +197,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY aalib-version "1.4rc5">
|
||||
<!ENTITY babl-version "0.1.106">
|
||||
<!ENTITY exiv2-version "0.28.0">
|
||||
<!ENTITY freetype2-version "2.13.1">
|
||||
<!ENTITY freetype2-version "2.13.2">
|
||||
<!ENTITY fontconfig-version "2.14.2"> <!-- stable lt .90 micro version -->
|
||||
<!ENTITY fribidi-version "1.0.13">
|
||||
<!ENTITY gegl-version "0.4.46">
|
||||
@ -246,7 +246,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY graphviz-version "8.1.0">
|
||||
<!ENTITY gtk-doc-major "1.33">
|
||||
<!ENTITY gtk-doc-version "1.33.2">
|
||||
<!ENTITY highlight-version "4.7">
|
||||
<!ENTITY highlight-version "4.8">
|
||||
<!ENTITY ibus-version "1.5.28">
|
||||
<!ENTITY imagemagick-version "7.1.1">
|
||||
<!ENTITY iso-codes-version "4.15.0">
|
||||
@ -308,7 +308,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
|
||||
<!-- Chapter 13 -->
|
||||
<!ENTITY autoconf213-version "2.13">
|
||||
<!ENTITY cbindgen-version "0.24.3">
|
||||
<!ENTITY cbindgen-version "0.25.0">
|
||||
<!ENTITY clisp-version "2.49">
|
||||
<!ENTITY cmake-major-version "3.27">
|
||||
<!ENTITY cmake-minor-version "4">
|
||||
@ -346,7 +346,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY ruby-patch-version "2">
|
||||
<!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;">
|
||||
<!ENTITY ruby-gemdir "/usr/lib/ruby/gems/&ruby-minor-version;.0">
|
||||
<!ENTITY rust-version "1.71.1">
|
||||
<!ENTITY rust-version "1.72.0">
|
||||
<!ENTITY scons-version "4.5.2">
|
||||
<!ENTITY slang-version "2.3.3">
|
||||
<!ENTITY subversion-version "1.14.2">
|
||||
@ -792,8 +792,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY atk-minor "2.38">
|
||||
<!ENTITY atk-version "&atk-minor;.0">
|
||||
<!ENTITY atkmm-version "2.28.3">
|
||||
<!ENTITY at-spi2-core-version "2.48.3">
|
||||
<!ENTITY at-spi2-atk-version "2.38.0">
|
||||
<!ENTITY at-spi2-core-version "2.48.4">
|
||||
<!-- <!ENTITY at-spi2-atk-version "2.38.0">-->
|
||||
<!ENTITY cairo-minor "1.17">
|
||||
<!ENTITY cairo-version "&cairo-minor;.6">
|
||||
<!ENTITY cairomm-1.0-version "1.14.0">
|
||||
@ -1009,7 +1009,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY transmission-version "4.0.3">
|
||||
<!ENTITY xarchiver-version "0.5.4.21">
|
||||
<!ENTITY xdg-utils-version "1.1.3">
|
||||
<!ENTITY xscreensaver-version "6.06">
|
||||
<!ENTITY xscreensaver-version "6.07">
|
||||
|
||||
<!-- Part XI -->
|
||||
<!-- Chapter 42 -->
|
||||
|
@ -117,7 +117,7 @@ so do not advertise python2
|
||||
https://github.com/gpg/gpgme/commit/24a8c279da98fe7e586a9fc3cd91175c9e60ffef
|
||||
-->
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
cd build &&
|
||||
|
||||
../configure --prefix=/usr --disable-gpg-test &&
|
||||
make PYTHONS=</userinput></screen>
|
||||
|
@ -86,7 +86,7 @@
|
||||
<!-- comment out until shadow really abandon su -->
|
||||
<!--xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/-->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tripwire.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="volume_key.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="volume_key.xml"/>-->
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="firewalling.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iptables.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nftables.xml"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<!ENTITY shadow-md5sum "bb0166bebc24db9003bb77bfd1359042">
|
||||
<!ENTITY shadow-size "1.7 MB">
|
||||
<!ENTITY shadow-buildsize "49 MB">
|
||||
<!ENTITY shadow-time "less than 0.1 SBUi (with parallelism=4)">
|
||||
<!ENTITY shadow-time "less than 0.1 SBU (with parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="shadow" xreflabel="Shadow-&shadow-version;">
|
||||
|
@ -4,13 +4,13 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY xorg-libinput-driver-version "1.3.0">
|
||||
<!ENTITY xorg-libinput-driver-version "1.4.0">
|
||||
|
||||
<!ENTITY xorg-libinput-driver-download-http "&xorg-download-http;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.xz">
|
||||
<!ENTITY xorg-libinput-driver-download-ftp "&xorg-download-ftp;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.xz">
|
||||
<!ENTITY xorg-libinput-driver-md5sum "92e9a50c8e4001fd25c813ffb1c84235">
|
||||
<!ENTITY xorg-libinput-driver-md5sum "b52a1fc7456cf6595a9a1004287551a3">
|
||||
<!ENTITY xorg-libinput-driver-size "320 KB">
|
||||
<!ENTITY xorg-libinput-driver-buildsize "3.8 MB (with tests)">
|
||||
<!ENTITY xorg-libinput-driver-buildsize "3.9 MB (with tests)">
|
||||
<!ENTITY xorg-libinput-driver-time "less than 0.1 SBU (with tests)">
|
||||
]>
|
||||
|
||||
|
@ -8,10 +8,10 @@
|
||||
"&gnome-download-http;/at-spi2-core/2.48/at-spi2-core-&at-spi2-core-version;.tar.xz">
|
||||
<!ENTITY at-spi2-core-download-ftp
|
||||
"&gnome-download-ftp;/at-spi2-core/2.48/at-spi2-core-&at-spi2-core-version;.tar.xz">
|
||||
<!ENTITY at-spi2-core-md5sum "4ef1875d9e7035f672d494b997c892af">
|
||||
<!ENTITY at-spi2-core-size "541 KB">
|
||||
<!ENTITY at-spi2-core-buildsize "20 MB (with tests)">
|
||||
<!ENTITY at-spi2-core-time "less than 0.1 SBU (with tests, except if there is a timeout)">
|
||||
<!ENTITY at-spi2-core-md5sum "061aa76a656a2255c26e589bea2cbf9e">
|
||||
<!ENTITY at-spi2-core-size "544 KB">
|
||||
<!ENTITY at-spi2-core-buildsize "15 MB (with tests)">
|
||||
<!ENTITY at-spi2-core-time "0.2 SBU (with tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="at-spi2-core" xreflabel="at-spi2-core-&at-spi2-core-version;">
|
||||
|
@ -146,10 +146,8 @@ tar: Exiting with failure status due to previous errors
|
||||
now deprecated by mozilla), in either case please read the
|
||||
Configuration Information,
|
||||
<xref linkend="python3"/> (rebuilt after installing <xref linkend="sqlite"/>),
|
||||
<xref linkend="startup-notification"/>,
|
||||
<xref linkend="unzip"/>,
|
||||
<xref linkend="yasm"/>, and
|
||||
<xref linkend="zip"/>
|
||||
<xref linkend="startup-notification"/>, and
|
||||
<xref linkend="unzip"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -158,7 +156,7 @@ tar: Exiting with failure status due to previous errors
|
||||
<xref linkend="libevent"/>,
|
||||
<xref linkend="libvpx"/>,
|
||||
<xref linkend="libwebp"/>,
|
||||
<xref linkend="nasm"/>,
|
||||
<xref linkend="nasm"/>, and
|
||||
<xref linkend="nss"/>
|
||||
</para>
|
||||
|
||||
@ -180,6 +178,7 @@ tar: Exiting with failure status due to previous errors
|
||||
<xref linkend="valgrind"/>,
|
||||
<xref linkend="wget"/>,
|
||||
<xref linkend="wireless_tools"/>,
|
||||
<xref linkend="yasm"/>,
|
||||
<ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>
|
||||
</para>
|
||||
|
||||
|
@ -86,8 +86,7 @@
|
||||
<xref linkend="pulseaudio"/> (or <xref linkend="alsa-lib"/> if you edit
|
||||
the mozconfig; although it is now deprecated by mozilla),
|
||||
<xref linkend="python3"/> (rebuilt with the sqlite module),
|
||||
<xref linkend="startup-notification"/>,
|
||||
<xref linkend="zip"/>, and
|
||||
<xref linkend="startup-notification"/>, and
|
||||
<xref linkend="unzip"/>
|
||||
<!--<xref linkend="yasm"/>-->
|
||||
</para>
|
||||
@ -202,35 +201,6 @@ ac_add_options --with-system-zlib
|
||||
# and was reported to seriously slow the build. Disable it.
|
||||
ac_add_options --without-wasm-sandboxed-libraries</literal>
|
||||
EOF</userinput></screen>
|
||||
<!-- Fixed in 102.9
|
||||
<para>
|
||||
A change in cbindgen-0.24.2 causes a symbol to now be output by
|
||||
cbindgen, but it has already been defined in a header. This sed
|
||||
prevents the build from eventually failing:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i '/ROOT_CLIP_CHAIN/d' gfx/webrender_bindings/webrender_ffi.h</userinput></screen>
|
||||
-->
|
||||
<!-- Not needed with clang
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
|
||||
<para>
|
||||
If building on a 32 bit machine, the following sed works around
|
||||
an issue with an incompatible <quote>double</quote> type in one
|
||||
header file:
|
||||
</para>
|
||||
|
||||
<screen><userinput>case "$(uname -m)" in
|
||||
i?86) sed -e '/typedef[ ]*double/s/double/long double/' \
|
||||
-i modules/fdlibm/src/math_private.h ;;
|
||||
esac</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Fix an issue occurring when building with GCC-13:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -e '/<exception>/i#include <cstdint>' \
|
||||
-i comm/third_party/rnp/src/libsexp/include/sexp/sexp-error.h</userinput></screen>
|
||||
|
||||
<para>
|
||||
Now invoke the Python <command>mach</command> script to compile
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY xscreensaver-download-http "https://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
|
||||
<!ENTITY xscreensaver-download-ftp " ">
|
||||
<!ENTITY xscreensaver-md5sum "7e9437089cc8162a3cf9ff335633faed">
|
||||
<!ENTITY xscreensaver-md5sum "875aaa2f8894f38cd6a888dcd237bbd3">
|
||||
<!ENTITY xscreensaver-size "25 MB">
|
||||
<!ENTITY xscreensaver-buildsize "255 MB">
|
||||
<!ENTITY xscreensaver-buildsize "267 MB">
|
||||
<!ENTITY xscreensaver-time "0.3 SBU (Using parallelism=4)">
|
||||
]>
|
||||
|
||||
@ -90,6 +90,7 @@
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gdm"/>,
|
||||
<xref linkend="ffmpeg"/>,
|
||||
<xref linkend="linux-pam"/>,
|
||||
<xref linkend="mitkrb"/>, and
|
||||
<ulink url="https://linas.org/gle/">GLE</ulink>
|
||||
|
Loading…
Reference in New Issue
Block a user