gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences).

EXAMPLE:

$ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts]
e
b
c

(b depends on e, c depends on b, e has no depends)

(also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal)

$ echo -e "b e\ne\nc b" | depsort
ditto, no opts needed

$ libdeps objdump /lib/*.so.*
(outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme)

$ doil
(a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge)

dep-trace is now "gdeptrace" to ease packaging compatibility

Features

  • dep-trace is fast on millions of dependancy items, depends on only libc, small, shows RDeps or other tables.
  • dep-trace is now named gdeptrace
  • depsort (incl) wrapper use gdeptrace for large admin tasks easily
  • libdeps (incl) is like ldd(1) but with highly different depends listings
  • loops: does not have tsort's loop pause/dis-order and can can show loops tabled
  • has virtual dep input file ability (doil on Source Forge web page)
  • for printed tables has dependancy order for both Left and Right (Inner)
  • GENERAL USE - works with simple text labels in simple Lefts and Rights manner
  • (note: examples/(debian only) moved, it is now doil on Source Forge)
  • gdeptrace has a luckily short ChangeLog
  • depsort+nm can generate 275 M table of all X11R7 symbols in all *.o in seconds

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow dep-trace

dep-trace Web Site

You Might Also Like
Red Hat Enterprise Linux on Microsoft Azure Icon
Red Hat Enterprise Linux on Microsoft Azure

Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of dep-trace!

Additional Project Details

Operating Systems

Linux, GNU Hurd, BSD

Languages

English

Intended Audience

Advanced End Users, System Administrators, Developers, Quality Engineers

User Interface

Command-line

Programming Language

Unix Shell, C, AWK

Related Categories

Unix Shell Build Tools, Unix Shell Systems Administration Software, Unix Shell Operating Systems, C Build Tools, C Systems Administration Software, C Operating Systems, AWK Build Tools, AWK Systems Administration Software, AWK Operating Systems

Registered

2012-02-29