Yes, there still appear to be problems with 7.04, although slightly
different ones.
$ apt-show-versions -p apt-show-versions
apt-show-versions/feisty uptodate 0.10ubuntu2
$ sudo apt-show-versions -i
$ apt-show-versions -a gnucash
Not installed
gnucash 2.0.2-3ubuntu1 feisty
gnucash not installed
That last command worked fine.
$ apt-show-versions -a -r gnucash
But this one didn't find anything when treating `gnucash' as a regexp.
$ apt-show-versions -a -r '.*gnucash.*'
Nor this one.
$ apt-show-versions -a gnucash-docs
Not installed
gnucash-docs 2.0.1-1 feisty
gnucash-docs not installed
But it is there.
$ for f in /var/cache/apt-show-versions/*; do
> echo ==== $f
> cat -A $f | egrep gnucash
> done
==== /var/cache/apt-show-versions/apackages
[EMAIL PROTECTED]@[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL
PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL
PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL
PROTECTED]
==== /var/cache/apt-show-versions/files
==== /var/cache/apt-show-versions/ipackages
$
Here we can see the reason compared to my earlier comment. This time,
ipackages doesn't contain any gnucash-related packages so nothing was
shown. apt-cache still gets it right:
$ apt-cache pkgnames | grep gnucash
gnucash
gnucash-sql
gnucash-docs
gnucash-common
$
** Changed in: apt-show-versions (Ubuntu)
Status: Invalid => Confirmed
--
apt-show-versions doesn't find all gnucash related packages.
https://bugs.launchpad.net/bugs/53438
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs