Re: [Fink-users] Fresh build of octave fails

2015-10-28 Thread James Gunning
Hi Alex, all Thanks so much. Unfortunately it still doesn't build for me - hanging at the same point. I think there must be something else going on. Fortunately I got octave 364 to build though. Cheers James. Alexander Ha

Re: [Fink-users] Fresh build of octave fails

2015-10-28 Thread Alexander Hansen
> On Oct 28, 2015, at 07:59, Alexander Hansen > wrote: > > >> On Oct 27, 2015, at 21:27, James Gunning wrote: >> >> Dear All, >>I'm doing a pretty fresh install of octave. >> There's a build error at >> >> ./octave.cps:56: Argument of \\ has an extra }. >> >> which I see looks fixe

Re: [Fink-users] Fresh build of octave fails

2015-10-28 Thread Alexander Hansen
> On Oct 27, 2015, at 21:27, James Gunning wrote: > > Dear All, > I'm doing a pretty fresh install of octave. > There's a build error at > > ./octave.cps:56: Argument of \\ has an extra }. > > which I see looks fixed on the debian site as > https://bugs.debian.org/cgi-bin/bugreport.cg

Re: [Fink-users] apt-cache rdepends missing?

2015-10-28 Thread Bill Waggoner
That's got it. It's not great but it suits my purpose. Some annoying error messages are now gone. Thanks. Bill W On Wed, Oct 28, 2015 at 10:21 AM, Daniel Macks wrote: > Oops, cut'n'pasted the wrong line from my terminal. Try apt-get instead > of apt-cache. > > dan > > On Wed, 28 Oct 2015 10:17

Re: [Fink-users] apt-cache rdepends missing?

2015-10-28 Thread Daniel Macks
Oops, cut'n'pasted the wrong line from my terminal. Try apt-get instead of apt-cache. dan On Wed, 28 Oct 2015 10:17:29 -0400, Bill Waggoner wrote: Yes, I looked at apt-cache but that's the source for my question. > > `--> apt-cache -s remove dbus > E: Invalid operation dbus > > -or- > > `-->

Re: [Fink-users] apt-cache rdepends missing?

2015-10-28 Thread Bill Waggoner
Yes, I looked at apt-cache but that's the source for my question. `--> apt-cache -s remove dbus E: Invalid operation dbus -or- `--> apt-cache remove dbus E: Invalid operation remove It appears that remove is not supported in the fink version of apt-cache ... Bill W On Wed, Oct 28, 2015 at 9:4

Re: [Fink-users] apt-cache rdepends missing?

2015-10-28 Thread Daniel Macks
I've got a bunch of one-liners that do various dep-tree parsing, but it sounds like you want to walk "all the way up" and you only care about what's already installed? In that case, 'apt-cache -s remove' seems to be a dry-run at recursive removal, with output saying what would be removed. dan

Re: [Fink-users] apt-cache rdepends missing?

2015-10-28 Thread Alexander Hansen
> On Oct 28, 2015, at 05:40, Bill Waggoner wrote: > > Yes, but used recursively that has the unfortunate side effect of actually > removing some things. fink remove has no --dry-run option. Maybe I'll look > into writing something that will tell me what I want. If I do I'll share it. > > Bill

Re: [Fink-users] apt-cache rdepends missing?

2015-10-28 Thread Bill Waggoner
Yes, but used recursively that has the unfortunate side effect of actually removing some things. fink remove has no --dry-run option. Maybe I'll look into writing something that will tell me what I want. If I do I'll share it. Bill W On Wed, Oct 28, 2015 at 5:06 AM, Jonas Maebe wrote: > > Bill

Re: [Fink-users] apt-cache rdepends missing?

2015-10-28 Thread Jonas Maebe
Bill Waggoner wrote on Tue, 27 Oct 2015: > The Fink apt package doesn't include 'rdepends' in apt-cache. I'm trying to > figure out why some packages I have installed were installed. I can't find > a way to do that but the apt-cache rdepends would go a long way to helping > ... As a workaround,