[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2020-06-02 Thread Bug Watch Updater
** Changed in: debian
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2020-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package util-linux - 2.34-0.1ubuntu2.1

---
util-linux (2.34-0.1ubuntu2.1) eoan; urgency=medium

  * bash-completion/umount: fix completion to not require gawk be present.
Thanks to Étienne Mollier for the patch. (LP: #1845529)

 -- Mathieu Trudel-Lapierre   Wed, 11 Dec 2019
14:47:41 -0500

** Changed in: util-linux (Ubuntu Eoan)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2020-01-15 Thread Mauricio Faria de Oliveira
Update on autopkgtests.

The only failure left was gfs2-utils, which is unrelated.

I just confirmed it's indeed unrelated (passes on i386 kernel, fails on amd64 
kernel, same version), and reported bug 1859827 to work on it.
The failure started to happen because the i386 kernels are no longer 
built/available.

This should be good to go now.

cheers,
Mauricio

- i386/i686)

# uname -rvm
5.3.0-13-generic #14-Ubuntu SMP Tue Sep 24 02:43:47 UTC 2019 i686

root@sf256930ei:~# gfs2_jadd -j 1 /mnt
Filesystem: /mnt
Old journals: 2
New journals: 3

- amd64/x86_64)

# uname -rvm
5.3.0-13-generic #14-Ubuntu SMP Tue Sep 24 02:46:08 UTC 2019 x86_64

# gfs2_jadd -j 1 /mnt
GETFLAGS: Inappropriate ioctl for device

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2020-01-14 Thread Mathieu Trudel-Lapierre
** Tags removed: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2020-01-14 Thread Mauricio Faria de Oliveira
Looked at the remaining autopkgtest failures for util-linux/eoan [1]:

util-linux
Regression in autopkgtest for sbd (i386): test log
Regression in autopkgtest for gfs2-utils (i386): test log
Regression in autopkgtest for network-manager (ppc64el): test log

- sbd/i386:
  passed with retries [2]

- network-manager/ppc64el:
  passed with retries [3]

- gfs2-utils/i386:
  failure is unrelated to this change.

  there's an ioctl() failing w/ ENOTTY from the kernel (see strace below)
  so it's unrelated to this change to bash autocompletion.

  it's reproducible w/ util-linux from eoan-updates,
  thus not a regression from eoan-proposed.

  i'll try to look at this, 
  but this should not block this SRU any longer.

root@autopkgtest:~# strace -e ioctl gfs2_jadd -j 1 /mnt2
ioctl(5, FS_IOC32_GETFLAGS or FS_IOC_GETFLAGS, 0xffb9d568) = -1 ENOTTY 
(Inappropriate ioctl for device)
ioctl(6, TCGETS, {B9600 opost isig icanon echo ...}) = 0
GETFLAGS: Inappropriate ioctl for device
+++ exited with 1 +++

root@autopkgtest:~# dpkg -s util-linux | grep -i version:
Version: 2.34-0.1ubuntu2

cheers,
Mauricio


[1] https://people.canonical.com/~ubuntu-archive/pending-sru.html

[2] https://autopkgtest.ubuntu.com/packages/sbd/eoan/i386
sbd [eoan/i386]
1.4.0-18-g5e3283c-1ubuntu1  util-linux/2.34-0.1ubuntu2.12020-01-14 
13:02:27 UTC 0h 16m 07s  mfo pass

[3] https://autopkgtest.ubuntu.com/packages/network-manager/eoan/ppc64el
network-manager [eoan/ppc64el]
1.20.4-2ubuntu2 util-linux/2.34-0.1ubuntu2.12020-01-14 13:06:12 UTC 
0h 20m 00s  mfo pass

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2020-01-06 Thread Brian Murray
Ah, I had not install the mount command - after doing that it passes
verification.

Preparing to unpack .../mount_2.34-0.1ubuntu2.1_amd64.deb ...
Unpacking mount (2.34-0.1ubuntu2.1) over (2.34-0.1ubuntu2) ...
Setting up mount (2.34-0.1ubuntu2.1) ...
Processing triggers for man-db (2.8.7-3) ...
bdmurray@clean-eoan-amd64:~$ bash
bdmurray@clean-eoan-amd64:~$ umount /dev/
/dev/hugepages   /dev/mqueue  /dev/pts /dev/shm

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2020-01-06 Thread Steve Langasek
I've confirmed that with mount from the eoan release pocket, tab
completion fails as described; and with mount from eoan-proposed, it
succeeds; when /etc/alternatives/awk points to mawk.

** Tags removed: verification-needed-eoan
** Tags added: verification-done-eoan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2020-01-06 Thread Brian Murray
I have not been able to verify this after installing the package and
starting bash again. I even went as far as a reboot.

bdmurray@clean-eoan-amd64:~$ apt-cache policy util-linux
util-linux:
  Installed: 2.34-0.1ubuntu2.1
  Candidate: 2.34-0.1ubuntu2.1
  Version table:
 *** 2.34-0.1ubuntu2.1 500
500 http://192.168.10.7/ubuntu eoan-proposed/main amd64 Packages
100 /var/lib/dpkg/status
 2.34-0.1ubuntu2 500
500 http://192.168.10.7/ubuntu eoan/main amd64 Packages
bdmurray@clean-eoan-amd64:~$ umount /devawk: line 18: function gensub never 
defined
awk: line 18: function gensub never defined
awk: line 18: function gensub never defined
awk: line 18: function gensub never defined

umount: /dev: umount failed: Operation not permitted.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2020-01-06 Thread Steve Langasek
** Changed in: gawk (Ubuntu Eoan)
   Status: New => Invalid

** Changed in: mawk (Ubuntu Eoan)
   Status: New => Invalid

** Changed in: ubuntu-meta (Ubuntu Eoan)
   Status: New => Invalid

** Tags added: verification-needed verification-needed-eoan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-12-20 Thread Francis Ginther
** Tags added: id-5ddff28c2475535c4124414c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-12-18 Thread Brian Murray
Hello Norbert, or anyone else affected,

Accepted util-linux into eoan-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/util-
linux/2.34-0.1ubuntu2.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-eoan to verification-done-eoan. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-eoan. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: util-linux (Ubuntu Eoan)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-12-17 Thread Mathieu Trudel-Lapierre
** Description changed:

+ [Impact]
+ Any user attempting to tab-complete from "umount /dev/" when running the bash 
shell.
+ 
+ [Test cases]
  Steps to reproduce:
  1. Install Ubuntu MATE 19.10 using minimal desktop option
  2. Open terminal and enter `umount /dev/s` and then hit 
  
  Expected result:
  * bash completion works as expected
  
  Actual results:
  * bash completion does not work :
  
  $ umount /dev/awk: line 18: function gensub never defined
  awk: line 18: function gensub never defined
  awk: line 18: function gensub never defined
  awk: line 18: function gensub never defined
  
- 
  $ umount /meawk: line 18: function gensub never defined
  awk: line 18: function gensub never defined
  awk: line 18: function gensub never defined
  awk: line 18: function gensub never defined
+ 
+ 
+ [Regression potential]
+ Since it is limited to a single file 
(/usr/share/bash-completion/completions/umount) and affects only it, as well as 
given that it currently does not work, I estimate this as a low risk change. 
Things to look out for as a regression would be if another previously-working 
completion would fail to work (ie. what if mount stops completing correctly, 
and works again if the fix is backed out?).
+ 
+ ---
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: bash-completion 1:2.9-1ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-10.11-generic 5.3.0-rc8
  Uname: Linux 5.3.0-10-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Sep 26 18:46:59 2019
  Dependencies:
-  
+ 
  InstallationDate: Installed on 2019-09-26 (0 days ago)
  InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.1)
  PackageArchitecture: all
  SourcePackage: bash-completion
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: bash-completion (Ubuntu Focal)
   Status: Incomplete => Invalid

** Also affects: util-linux (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: gawk (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: mawk (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-meta (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: bash-completion (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Changed in: bash-completion (Ubuntu Eoan)
   Status: New => Invalid

** No longer affects: gawk (Ubuntu)

** No longer affects: mawk (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package util-linux - 2.34-0.1ubuntu4

---
util-linux (2.34-0.1ubuntu4) focal; urgency=medium

  * bash-completion/umount: fix completion to not require gawk be present.
Thanks to Étienne Mollier for the patch. (LP: #1845529)

 -- Mathieu Trudel-Lapierre   Tue, 03 Dec 2019
15:27:13 -0500

** Changed in: util-linux (Ubuntu Focal)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-12-13 Thread Steve Langasek
NB for an easier reproducer on eoan without requiring a reinstall, you
can use 'sudo update-alternatives --config awk' to change the target of
/usr/bin/awk to mawk.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-12-13 Thread Steve Langasek
marking incomplete based on Timo's request for a proper SRU bug template

** Changed in: bash-completion (Ubuntu Focal)
   Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-12-13 Thread Timo Aaltonen
missing SRU style description

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-12-10 Thread Mathieu Trudel-Lapierre
** Also affects: util-linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-12-03 Thread Brian Murray
** Tags removed: rls-ff-incoming

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-12-02 Thread Brian Murray
** Also affects: gawk (Ubuntu Focal)
   Importance: Undecided
   Status: Invalid

** Also affects: mawk (Ubuntu Focal)
   Importance: Undecided
   Status: Invalid

** Also affects: ubuntu-meta (Ubuntu Focal)
   Importance: Undecided
   Status: Invalid

** Also affects: bash-completion (Ubuntu Focal)
   Importance: High
   Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-10-28 Thread Shih-Yuan Lee
FYI, `sudo apt install gawk` can avoid this problem.
Debian Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933934

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-10-15 Thread Brian Murray
** Tags removed: rls-ee-incoming
** Tags added: rls-ee-notfixing rls-ff-incoming

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845529] Re: bash completion shows `awk: line 18: function gensub never defined` on `umount /dev/`

2019-10-15 Thread Brian Murray
** Summary changed:

- bash completion in 19.10 shows `awk: line 18: function gensub never defined` 
on ``umount /dev/`
+ bash completion shows `awk: line 18: function gensub never defined` on 
`umount /dev/`

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845529

Title:
  bash completion shows `awk: line 18: function gensub never defined` on
  `umount /dev/`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1845529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs