Debian Bug report logs - #731567
bash-completion: wtf completion looks for acronym databases at wrong path

version graph

Package: bash-completion; Maintainer for bash-completion is Gabriel F. T. Gomes <gabriel@debian.org>; Source for bash-completion is src:bash-completion (PTS, buildd, popcon).

Reported by: Anders Kaseorg <andersk@MIT.EDU>

Date: Fri, 6 Dec 2013 20:12:02 UTC

Severity: normal

Tags: patch

Found in versions bash-completion/1:2.1-2, 2.0-1

Fixed in version bash-completion/1:2.7-1

Done: "Gabriel F. T. Gomes" <gabriel@inconstante.net.br>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#731567; Package bash-completion. (Fri, 06 Dec 2013 20:12:06 GMT) (full text, mbox, link).


Acknowledgement sent to Anders Kaseorg <andersk@MIT.EDU>:
New Bug report received and forwarded. Copy sent to Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>. (Fri, 06 Dec 2013 20:12:06 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Anders Kaseorg <andersk@MIT.EDU>
To: submit@bugs.debian.org
Subject: bash-completion: wtf completion looks for acronym databases at wrong path
Date: Fri, 6 Dec 2013 15:09:43 -0500 (EST)
Package: bash-completion
Version: 2.0-1

$ wtf [TAB]
cut: /usr/share/misc/acronyms*: No such file or directory
-f

These databases were moved from /usr/share/misc/acronyms* to 
/usr/share/games/bsdgames/acronyms* in 2002 for FHS compliance (#144804), 
but bash-completion still looks at the old path.



Information forwarded to debian-bugs-dist@lists.debian.org, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#731567; Package bash-completion. (Wed, 19 Mar 2014 16:24:05 GMT) (full text, mbox, link).


Acknowledgement sent to Félix Sipma <felix+debian@gueux.org>:
Extra info received and forwarded to list. Copy sent to Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>. (Wed, 19 Mar 2014 16:24:05 GMT) (full text, mbox, link).


Message #10 received at 731567@bugs.debian.org (full text, mbox, reply):

From: Félix Sipma <felix+debian@gueux.org>
To: Debian Bug Tracking System <731567@bugs.debian.org>
Subject: Re: bash-completion: wtf completion looks for acronym databases at wrong path
Date: Wed, 19 Mar 2014 17:20:56 +0100
[Message part 1 (text/plain, inline)]
Package: bash-completion
Version: 1:2.1-2
Followup-For: Bug #731567

Here is a trivial patch that fixes this issue.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (500, 'stable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bash-completion depends on:
ii  bash  4.3-2
ii  dpkg  1.17.6

bash-completion recommends no packages.

bash-completion suggests no packages.

-- no debconf information
[wtf.patch (text/x-diff, attachment)]
[signature.asc (application/pgp-signature, inline)]

Added tag(s) patch. Request was from Félix Sipma <felix+debian@gueux.org> to control@bugs.debian.org. (Wed, 19 Mar 2014 16:33:08 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#731567; Package bash-completion. (Thu, 20 Mar 2014 16:33:05 GMT) (full text, mbox, link).


Acknowledgement sent to Raphaël <raphael.droz@gmail.com>:
Extra info received and forwarded to list. Copy sent to Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>. (Thu, 20 Mar 2014 16:33:05 GMT) (full text, mbox, link).


Message #17 received at 731567@bugs.debian.org (full text, mbox, reply):

From: Raphaël <raphael.droz@gmail.com>
To: 731567@bugs.debian.org
Subject: Re: [Bash-completion-devel] Bug#731567: bash-completion: wtf completion looks for acronym databases at wrong path
Date: Thu, 20 Mar 2014 17:30:13 +0100
this is already fixed upstream
http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=blob;f=completions/wtf

(note that the acronym db location is different among distros)



Reply sent to "Gabriel F. T. Gomes" <gabriel@inconstante.net.br>:
You have taken responsibility. (Tue, 20 Nov 2018 21:12:05 GMT) (full text, mbox, link).


Notification sent to Anders Kaseorg <andersk@MIT.EDU>:
Bug acknowledged by developer. (Tue, 20 Nov 2018 21:12:05 GMT) (full text, mbox, link).


Message #22 received at 731567-close@bugs.debian.org (full text, mbox, reply):

From: "Gabriel F. T. Gomes" <gabriel@inconstante.net.br>
To: <731567-close@bugs.debian.org>
Subject: Re: [Bash-completion-devel] Bug#731567: bash-completion: wtf completion looks for acronym databases at wrong path
Date: Tue, 20 Nov 2018 19:09:20 -0200
Control: fixed -1 bash-completion/1:2.7-1

On Thu, 20 Mar 2014 <raphael.droz@gmail.com> wrote:
> this is already fixed upstream
> http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=blob;f=completions/wtf
> 
> (note that the acronym db location is different among distros)

I looked for this commit in the new git repository and it looks like
this is it:

https://github.com/scop/bash-completion/commit/920bbb8582bcd3039ff4e4388e795e3144eb30b6


I have confirmed that the bug is actually solved with:

  $ wtf 
  Display all 1814 possibilities? (y or n)

Since this bug has been fixed after the release of bash-completion
version 2.1, as can be seen with the following command, I am setting
the fixed-version field to the closest release on Debian, which is only
version 2.7-1 (versions 2.2 through 2.6 were never release on Debian).

  $ git describe 920bbb8582bc
  2.1-51-g920bbb85

Thanks.



Marked as fixed in versions bash-completion/1:2.7-1. Request was from "Gabriel F. T. Gomes" <gabriel@inconstante.net.br> to control@bugs.debian.org. (Thu, 22 Nov 2018 09:21:07 GMT) (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Fri, 21 Dec 2018 07:33:12 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 09:31:30 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.