Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

edos-builddebcheck(1) [debian man page]

EDOS-BUILDDEBCHECK(1)					      General Commands Manual					     EDOS-BUILDDEBCHECK(1)

NAME
Edos-builddebcheck - Check satisfiability of Debian package build-dependencies SYNOPSIS
edos-builddebcheck [option] ... Packagefile Sourcepackagefile DESCRIPTION
edos-builddebcheck reads a set of Debian package descriptions from the file Packagefile, each of which is in the format of deb-control(5), and a set of source package descriptions from the file Sourcepackagefile. All packages described in the file Packagefile must have the same value of their Architecture (if it is different from all). For instance, the Packages and Sources files as found on a Debian mirror server, or in the directory /var/lib/apt/lists/ of a Debian sys- tem, are suitable as input files. edos-builddebcheck verifies for every of the source packages (from Sourcepackagefile) whether its build-dependencies, build-indep-dependen- cies and build-conflicts can be satisfied from the binary packages provided in Packagefile. Only build-relations that apply to the archi- tecture (see below on how the architecture is determined) are taken into account. Note that this is not the same thing as checking whether a distribution can be rebuild from scratch, for several reasons: 1. No actual compilation is taking place, this tool only does a static analysis of package relationships. 2. The binary packages in Packages are not necessarily those that are the result of the compilation of the source packages in Sourcepack- agefile. 3. We do not check for cycles. For instance, suppose that we have source packages a and b both generating one binary package of respec- tively the same name, and that a build-depends on b and b build-depends on a. Then we can not rebuild the set of packages from scratch because of the cycle. However, if we already have binary packages a and b then we can recompile both of them. Consequently, edos-buildde- bcheck will not report an error in this case. 4. The underlying logical machine does a complete analysis of alternatives, and might report satisfiability of constraints in case actual tools (like apt) fail to find a solution. Build-essential packages are ignored in unversioned build-dependencies. The (architecture dependant) list of build-essential packages is read from the configuration file. If that file is not available than an architecture independent default value is used. OPTIONS
-a, --architecture architecture Check for compilation on architecture. Usually it is not necessary to specify the architecture since it can be derived from the Packages file. -be, --binexplain Add all explanations why build-dependencies are not satisfiable. Without that option some of these explanations may be missing from the output in case a source package build-depends on a binary package that exists in Packagefile file but that edos-debchecks finds not to be installable inside Packagefile. FILES
/etc/edos-builddebcheck.conf Configuration file for edos-builddebcheck AUTHOR
Edos-builddebcheck has been written by Stefano Zacchiroli <zack@debian.org> and Ralf Treinen <treinen@debian.org>. It heavily relies on edos-debcheck which has been written by Jerome Vouillon for the EDOS project. SEE ALSO
deb-control(5),edos-debcheck(1) EDOS
2010-04-22 EDOS-BUILDDEBCHECK(1)

Check Out this Related Man Page

MK-BUILD-DEPS(1)														  MK-BUILD-DEPS(1)

NAME
mk-build-deps - build a package satisfying a package's build-dependencies SYNOPSIS
mk-build-deps --help|--version mk-build-deps [options] control file | package name ... DESCRIPTION
Given a package name and/or control file, mk-build-deps will use equivs to generate a binary package which may be installed to satisfy all the build dependencies of the given package. If --build-dep and/or --build-indep are given, then the resulting binary package(s) will depend solely on the Build-Depends/Build-Depends-Indep dependencies, respectively. OPTIONS
-i, --install Install the generated packages and its build-dependencies. -t, --tool When installing the generated package use the specified tool. (default: apt-get --no-install-recommends) -r, --remove Remove the package file after installing it. Ignored if used without the --install switch. -a foo, --arch foo If the source package has architecture-specific build dependencies, produce a package for architecture foo, not for the system architecture. (If the source package does not have architecture-specific build dependencies, the package produced is always for the pseudo-architecture all.) -B, --build-dep Generate a package which only depends on the source package's Build-Depends dependencies. -A, --build-indep Generate a package which only depends on the source package's Build-Depends-Indep dependencies. -h, --help Show a summary of options. -v, --version Show version and copyright information. -s, --root-cmd Use the specified tool to gain root privileges before installing. Ignored if used without the --install switch. AUTHOR
mk-build-deps is copyright by Vincent Fourmond and was modified for the devscripts package by Adam D. Barratt <adam@adam-barratt.org.uk>. This program comes with ABSOLUTELY NO WARRANTY. You are free to redistribute this code under the terms of the GNU General Public License, version 2 or later. Debian Utilities 2013-12-23 MK-BUILD-DEPS(1)
Man Page