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

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

NAME
Edos-rpmcheck - Check satisfiability of rpm package dependencies SYNOPSIS
edos-rpmcheck [option] ... [package] ... DESCRIPTION
edos-rpmcheck reads from standard input a set of rpm package descriptions. Packages may appear with multiple versions in this set. For instance, an uncompressed hdlist.cz is suitable as input. We say that a package is identified in this set by the pair consisting of the package name and of the package version. A package (called goal) is called installable with respect to a set of packages if there exists a subset of the packages that - contains at most one version for each package name - contains the goal package (in any version, or a specific version) - all packages of the subset have their dependencies and conflicts satisfied in this subset. Edos-rpmcheck checks whether every package given as argument is installable with respect to the input set of packages. Specific versions can be specified by following the package name with the sign '=' and the version of the package (for instance, 'xemacs21=21.4.17-1'). If no package name is given as argument then all packages of the input set are checked for satisfiability. The constraint solving algorithm is complete, that is it finds a solution whenever there exists one, even for multiple disjunctive depen- dencies and deep package conflicts. This problem is computationally infeasible in theory (that is, NP-complete), but can in practice be solved very efficiently. OPTIONS
-explain Explain the results -rules Print generated rules -failures Only show failures -successes Only show successes -base file Specifiy an additional file providing packages that are not checked but used for resolving dependencies -quiet Supress warnings and progress/timing messages -xml Output results in XML format -help, --help Display this list of options EXAMPLE
Check which packages in a particular distribution are not installable and why: gunzip -c hdlist.cz | edos-rpmcheck -failures -explain where hdlist.cz is the file pertaining to that distribution. Check whether version 21.4.17-1 of the xemacs21 package is installable in a distribution described by the file Packages: gunzip -c hdlist.cz | edos-rpmcheck -explain xemacs=21.4.17-1 AUTHOR
Edos-rpmcheck has been written by Jerome Vouillon for the EDOS project. This man-page has been compiled by Ralf Treinen. SEE ALSO
<http://www.edos-project.org> is the home page of the EDOS project. edos-debcheck(1) is the analogous tool for debian packages. EDOS
2006-05-20 EDOS-RPMCHECK(1)
Man Page