Bug 1218357

Summary: "guile" command still completes
Product: [Fedora] Fedora Reporter: Tom Tromey <tom>
Component: gdbAssignee: Jan Kratochvil <jan.kratochvil>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: gbenson, jan.kratochvil, palves, pmuldoon, sergiodj, tom
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-06 08:04:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tom Tromey 2015-05-04 17:24:14 UTC
The "guile" and "guile-repl" commands are disabled in the Fedora
gdb, but they still show up in the CLI.
This messes up completion for me sometimes, as I have a "gui" command
I use.

I think that since these commands can't work in Fedora gdb, they
should not appear in the CLI at all.

I hacked around this using 

maint deprecate guile
maint deprecate guile-repl

... but unfortunately these don't work:

maint deprecate set guile
maint deprecate show guile

(Which is maybe another bug of its own)

Comment 1 Jan Kratochvil 2015-05-04 17:46:28 UTC
While it is a valid Bug maybe could you just post it upstream?

Rawhide (F-22+) has Guile already enabled so this is an F-21 only Bug.
OTOH I may have to disable the Guile in Fedora again (Bug 1208760).

Comment 2 Tom Tromey 2015-05-06 20:12:46 UTC
(In reply to Jan Kratochvil from comment #1)

> Rawhide (F-22+) has Guile already enabled so this is an F-21 only Bug.

Oh, that's too bad.

I suppose you might as well just ignore this then.