Re: finding a dependency chain

2014-09-05 Thread Cindy-Sue Causey
On 9/3/14, Rob Owens wrote: > - Original Message - >> From: "Kelly Clowers" >> >> I just used vim to search through debtree's .dot output (for such a >> complex thing, way easier than trying to look at the image file), and >> then followed up by looking around in aptitude interactive mode

Re: finding a dependency chain

2014-09-05 Thread davidson
On Thu, 4 Sep 2014, david...@ling.ohio-state.edu wrote: On Wed, 3 Sep 2014, Rob Owens wrote: - Original Message - From: "Kelly Clowers" On Tue, Sep 2, 2014 at 1:44 PM, Rob Owens wrote: I'm trying to figure out, for example, what causes brasero to ultimately depend on systemd. I f

Re: finding a dependency chain

2014-09-04 Thread davidson
On Wed, 3 Sep 2014, Rob Owens wrote: - Original Message - From: "Kelly Clowers" On Tue, Sep 2, 2014 at 1:44 PM, Rob Owens wrote: I'm trying to figure out, for example, what causes brasero to ultimately depend on systemd. I found a utility called debtree, but it produces too much ou

Re: finding a dependency chain

2014-09-03 Thread Rob Owens
- Original Message - > From: "Kelly Clowers" > > On Tue, Sep 2, 2014 at 1:44 PM, Rob Owens wrote: > > I'm trying to figure out, for example, what causes brasero to ultimately > > depend on systemd. I found a utility called debtree, but it produces too > > much output to be of use to me

Re: finding a dependency chain

2014-09-02 Thread Kelly Clowers
On Tue, Sep 2, 2014 at 3:34 PM, Brian wrote: > On Tue 02 Sep 2014 at 14:21:06 -0700, Kelly Clowers wrote: > >> Huh, and from this I just found that in Experimental there is a new >> version of policykit-1 that depends on "systemd" directly and also... >> libmozjs??? That sounds odd... > > The libm

Re: finding a dependency chain

2014-09-02 Thread Brian
On Tue 02 Sep 2014 at 14:21:06 -0700, Kelly Clowers wrote: > Huh, and from this I just found that in Experimental there is a new > version of policykit-1 that depends on "systemd" directly and also... > libmozjs??? That sounds odd... The libmozjs dependency is probably because .rules files have r

Re: finding a dependency chain

2014-09-02 Thread Kelly Clowers
On Tue, Sep 2, 2014 at 1:44 PM, Rob Owens wrote: > I'm trying to figure out, for example, what causes brasero to ultimately > depend on systemd. I found a utility called debtree, but it produces too > much output to be of use to me -- it shows all dependency chains starting at > brasero, but I

finding a dependency chain

2014-09-02 Thread Rob Owens
I'm trying to figure out, for example, what causes brasero to ultimately depend on systemd. I found a utility called debtree, but it produces too much output to be of use to me -- it shows all dependency chains starting at brasero, but I am only interested in the one that ends at systemd. Can