%conditional-entities;
%version-entities;
]]>
]]>
]]>
]]>
]]>
]]>
Python2">
GTK+-2">
root">
Development versions of BLFS may not build or run
some packages properly if LFS or dependencies have been updated
since the most recent stable versions of the books.">
When installing multiple packages in a script,
the installation needs to be done as the root user. There are three general
options that can be used to do this:
Run the entire script as the root user (not
recommended).
Use the sudo command from the package.
Use su -c "command arguments"
(quotes required) which will ask for the root password for every iteration
of the loop.
One way to handle this situation is to create a short
bash function that automatically selects the appropriate
method. Once the command is set in the environment, it does not need to be
set again.
as_root()
{
if [ $EUID = 0 ]; then $*
elif [ -x /usr/bin/sudo ]; then sudo $*
else su -c \\"$*\\"
fi
}
export -f as_root
">
This package is provided for testing the
completed Xorg installation.">
%package-entities;
This package may occasionally fail when
building with multiple processors. See for more information.">
If installing in the chroot environment, be
sure to export the SHELL environment
variable or configuration of the package will
fail.">
installed. If you have installed and
you wish to rebuild and install the API documentation, a
meson configure command will reset this
option.">
An Internet connection is needed for building this
package.">
An Internet connection is needed for some tests of
this package.">
">
&build-wheel-cmd; $PWD">
Berkeley DB (deprecated)">
(with GObject Introspection)">