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

Other Useful Business Software
The All-in-One Commerce Platform for Businesses - Shopify Icon
The All-in-One Commerce Platform for Businesses - Shopify

Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
Learn More
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

BSD, GNU Hurd, Linux

Languages

English

Intended Audience

Advanced End Users, Developers, Quality Engineers, System Administrators

User Interface

Command-line

Programming Language

AWK, C, Unix Shell

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