Your message dated Thu, 1 Dec 2011 13:21:10 +0200
with message-id <20111201112110.GA18552@r500-debian>
and subject line Re: Bug#650559: [cupt]Action "show" should not collect the
names of directories.
has caused the Debian Bug report #650559,
regarding [cupt]Action "show" should not collect the names of directories.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
650559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650559
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cupt
Version: 2.3.0
Severity: normal
Hello.
When not specified package name, the action "show" takes a
directory name your current location
$cd /
$cupt show ???
E: unable to find the binary package 'bin'
E: error performing command 'show'
$cupt show ????
E: unable to find the binary package 'boot'
E: error performing command 'show'
$cupt show ??t
E: unable to find the binary package 'mnt'
E: error performing command 'show'
--- System information. ---
Architecture: i386
Kernel: Linux 3.1.0-1-486
Debian Release: wheezy/sid
500 unstable ftp.pl.debian.org
500 stable deb.opera.com
--- Package information. ---
Depends (Version) | Installed
================================================-+-==============
libboost-program-options1.46.1 (>= 1.46.1-1) | 1.46.1-7+b1
libc6 (>= 2.3.6-6~) | 2.13-21
libcupt2-0 (>= 2.3.0) | 2.3.0
libgcc1 (>= 1:4.1.1) | 1:4.6.2-5
libstdc++6 (>= 4.5) | 4.6.2-5
Package's Recommends field is empty.
Suggests (Version) | Installed
=============================-+-===========
sensible-utils | 0.0.6
libreadline6 | 6.2-8
--- End Message ---
--- Begin Message ---
Hi Karol,
On 2011-11-30 21:37, Karol Kozłowski wrote:
> $cd /
> $cupt show ???
> E: unable to find the binary package 'bin'
> E: error performing command 'show'
This is a pattern expansion by your shell, not by cupt. You want to do
-8<-
cupt show '???'
->8-
instead to prevent the shell expansion.
--
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer
--- End Message ---