Re: [Fink-devel] missing dependency and a bug in (fsf-)gdb

2016-03-03 Thread Jack Howarth
The existing gdb package containing fef-gdb uses a shell script to alert the user that they need to code sign the program in order for it to run properly as non-root. The info file has instructions for this... To execute fsf-gdb without using sudo, the binary needs to be codesigned on each mach

Re: [Fink-devel] missing dependency and a bug in (fsf-)gdb

2016-03-03 Thread Alexander Hansen
> On Mar 3, 2016, at 14:07, Roseli Wedemann wrote: > > Hello, > > I tried to install fsf-gdb and gdb via fink today on OS X El Capitan 10.11.3. > There is no “fsf-gdb” Fink package. I can only assume that you mean the “fsf-gdb” executable in the “gdb” package, and that “gdb” refers to the

[Fink-devel] missing dependency and a bug in (fsf-)gdb

2016-03-03 Thread Roseli Wedemann
Hello, I tried to install fsf-gdb and gdb via fink today on OS X El Capitan 10.11.3. *First of all*, a dependency is missing (libtool needed to be installed manually for fsf-gdb [perhaps also for gdb]). *Secondly*, gdb runs ok via sudo, but not without sudo (I did the code signing as described i