Re: dnf debug-info-install

2015-04-13 Thread Jakub Filak
On Tuesday 07 of April 2015 07:25:32 Michael Catanzaro wrote: > On Tue, 2015-04-07 at 14:15 +0200, Vít Ondruch wrote: > > Dne 7.4.2015 v 14:09 Michael Catanzaro napsal(a): > > > Hi, > > > > > > I want 'dnf debug-info-install' to be available by default on > > > Workstation. > > > > Sorry for my i

Re: dnf debug-info-install

2015-04-08 Thread Jan Kratochvil
On Wed, 08 Apr 2015 09:52:46 +0200, Vít Ondruch wrote: > 2) In days of virtualization, containers, vagrant, etc your runtime > environment is not necessary directly your development machine. Yes, Gary Benson is working on integrating gdbserver and GDB for these scenarios. Although I am not sure h

Re: dnf debug-info-install

2015-04-08 Thread Vít Ondruch
Dne 7.4.2015 v 15:39 Jan Kratochvil napsal(a): > On Tue, 07 Apr 2015 14:51:49 +0200, Vít Ondruch wrote: >> Dne 7.4.2015 v 14:25 Michael Catanzaro napsal(a): >>> On Tue, 2015-04-07 at 14:15 +0200, Vít Ondruch wrote: Dne 7.4.2015 v 14:09 Michael Catanzaro napsal(a): > I want 'dnf debug-info-

Re: dnf debug-info-install

2015-04-07 Thread Michael Catanzaro
On Tue, 2015-04-07 at 15:30 +, Petr Pisar wrote: > Because it's not there: > > ┌──┬─┬┐ > │Original Yum tool │ New DNF command │ Package│ > ├──┼─┼┤ > │

Re: dnf debuginfo-install [Re: dnf debug-info-install]

2015-04-07 Thread Petr Spacek
On 7.4.2015 17:47, Petr Spacek wrote: > On 7.4.2015 14:47, Jan Kratochvil wrote: >> The current problem is that the suggestion GDB makes will not work anyway due >> to: >> dnf debuginfo-install does not accept NVRA >> https://bugzilla.redhat.com/show_bug.cgi?id=1208769 > > I was personal

Re: dnf debuginfo-install [Re: dnf debug-info-install]

2015-04-07 Thread Petr Spacek
On 7.4.2015 14:47, Jan Kratochvil wrote: > The current problem is that the suggestion GDB makes will not work anyway due > to: > dnf debuginfo-install does not accept NVRA > https://bugzilla.redhat.com/show_bug.cgi?id=1208769 I was personally fixing that in https://github.com/rpm-softw

Re: dnf debug-info-install

2015-04-07 Thread Petr Pisar
On 2015-04-07, Michal Luscon wrote: > On 04/07/2015 02:38 PM, Michael Catanzaro wrote: >> On Tue, 2015-04-07 at 12:25 +, Tim Lauridsen wrote: >>> debug-info-install is in dnf-plugins-core >> Ah, OK. So two problems: >> >> * The yum2dnf man page says the command is 'debug-info-install' but

Re: dnf debug-info-install

2015-04-07 Thread Jan Kratochvil
On Tue, 07 Apr 2015 14:51:49 +0200, Vít Ondruch wrote: > Dne 7.4.2015 v 14:25 Michael Catanzaro napsal(a): > > On Tue, 2015-04-07 at 14:15 +0200, Vít Ondruch wrote: > >> Dne 7.4.2015 v 14:09 Michael Catanzaro napsal(a): > >>> I want 'dnf debug-info-install' to be available by default on > >>> Work

Re: dnf debug-info-install

2015-04-07 Thread Michal Luscon
On 04/07/2015 02:38 PM, Michael Catanzaro wrote: On Tue, 2015-04-07 at 12:25 +, Tim Lauridsen wrote: debug-info-install is in dnf-plugins-core Ah, OK. So two problems: * The yum2dnf man page says the command is 'debug-info-install' but it is 'debuginfo-install'. gdb gets the name righ

Re: dnf debug-info-install

2015-04-07 Thread Vít Ondruch
Dne 7.4.2015 v 14:25 Michael Catanzaro napsal(a): > On Tue, 2015-04-07 at 14:15 +0200, Vít Ondruch wrote: >> Dne 7.4.2015 v 14:09 Michael Catanzaro napsal(a): >>> Hi, >>> >>> I want 'dnf debug-info-install' to be available by default on >>> Workstation. >> Sorry for my ignorance, but why it should

dnf debuginfo-install [Re: dnf debug-info-install]

2015-04-07 Thread Jan Kratochvil
On Tue, 07 Apr 2015 14:25:32 +0200, Michael Catanzaro wrote: > Because gdb recommends you use it whenever it detects that debuginfo > is missing. :-) Then the process for figuring out how to install it is > unnecessarily complex; I have filed+discussed that it is really complex to find dnf plugi

Re: dnf debug-info-install

2015-04-07 Thread Igor Gnatenko
Guys, debuginfo-isntall is in dnf-plugins-core. On Tue, Apr 7, 2015 at 3:38 PM, Jan Zelený wrote: > On 7. 4. 2015 at 07:25:32, Michael Catanzaro wrote: >> On Tue, 2015-04-07 at 14:15 +0200, Vít Ondruch wrote: >> > Dne 7.4.2015 v 14:09 Michael Catanzaro napsal(a): >> > > Hi, >> > > >> > > I want '

Re: dnf debug-info-install

2015-04-07 Thread Jan Zelený
On 7. 4. 2015 at 07:25:32, Michael Catanzaro wrote: > On Tue, 2015-04-07 at 14:15 +0200, Vít Ondruch wrote: > > Dne 7.4.2015 v 14:09 Michael Catanzaro napsal(a): > > > Hi, > > > > > > I want 'dnf debug-info-install' to be available by default on > > > Workstation. > > > > Sorry for my ignorance,

Re: dnf debug-info-install

2015-04-07 Thread Michael Catanzaro
On Tue, 2015-04-07 at 12:25 +, Tim Lauridsen wrote: > debug-info-install is in dnf-plugins-core Ah, OK. So two problems: * The yum2dnf man page says the command is 'debug-info-install' but it is 'debuginfo-install'. gdb gets the name right; no change needed there. * The man page says t

Re: dnf debug-info-install

2015-04-07 Thread Diogo Campos (gmail)
Hi, I want 'dnf debug-info-install' to be available by default on Workstation. Right now it lives in the dnf-plugins-extras package, which depends on snapper, which we can't install by default. Can this plugin please move to dnf-plugins-core? Michael I think this is related: https://bugzilla

Re: dnf debug-info-install

2015-04-07 Thread Reindl Harald
Am 07.04.2015 um 14:25 schrieb Michael Catanzaro: Anyway, whatever in dnf-plugins-extras that depends on snapper really ought to move to another package. That is not a reasonable dependency. It tries (and fails) to snapshot my system whenever I run 'dnf', hence I uninstalled dnf-plugins-extras

Re: dnf debug-info-install

2015-04-07 Thread Michael Catanzaro
On Tue, 2015-04-07 at 14:15 +0200, Vít Ondruch wrote: > Dne 7.4.2015 v 14:09 Michael Catanzaro napsal(a): > > Hi, > > > > I want 'dnf debug-info-install' to be available by default on > > Workstation. > > Sorry for my ignorance, but why it should be installed by default? > > Vít Because gdb re

Re: dnf debug-info-install

2015-04-07 Thread Tim Lauridsen
On Tue, 7 Apr 2015 at 14:10 Michael Catanzaro wrote: > Hi, > > I want 'dnf debug-info-install' to be available by default on > Workstation. Right now it lives in the dnf-plugins-extras package, > which depends on snapper, which we can't install by default. > > Can this plugin please move to dnf-p

Re: dnf debug-info-install

2015-04-07 Thread Vít Ondruch
Dne 7.4.2015 v 14:09 Michael Catanzaro napsal(a): > Hi, > > I want 'dnf debug-info-install' to be available by default on > Workstation. Sorry for my ignorance, but why it should be installed by default? Vít > Right now it lives in the dnf-plugins-extras package, > which depends on snapper,