[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#238267: marked as done ("apt-get install" with wildcards finds too much)



Your message dated Tue, 16 Mar 2004 11:24:54 -0800
with message-id <20040316192454.GN4918@alcor.net>
and subject line Bug#238267: "apt-get install" with wildcards finds too much
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Mar 2004 07:31:02 +0000
>From philipp.marek@bmlv.gv.at Mon Mar 15 23:31:02 2004
Return-path: <philipp.marek@bmlv.gv.at>
Received: from mail.bmlv.gv.at [193.171.152.37] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B392T-0004yP-00; Mon, 15 Mar 2004 23:31:01 -0800
Received: from localhost (localhost [127.0.0.1])
	by mail.bmlv.gv.at (mail) with ESMTP id 3263246626
	for <submit@bugs.debian.org>; Tue, 16 Mar 2004 08:30:29 +0100 (CET)
From: "Ph. Marek" <philipp.marek@bmlv.gv.at>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: "apt-get install" with wildcards finds too much
Date: Tue, 16 Mar 2004 08:30:27 +0100
User-Agent: KMail/1.6.1
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: quoted-printable
Message-Id: <[🔎] 200403160830.27790.philipp.marek@bmlv.gv.at>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	WEIRD_PORT autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 

Package: apt
Version: 0.5.23
Severity: important


An example:
        $ apt-get install xfonts-bu*
        Paketlisten werden gelesen... Fertig
        Abh=E4ngigkeitsbaum wird aufgebaut... Fertig
        Achtung, w=E4hle xfonts-bolkhov-iso f=FCr reg. Ausdruck ,,xfonts-bu=
*"
        Achtung, w=E4hle xfonts-bolkhov-koi8r f=FCr reg. Ausdruck ,,xfonts-=
bu*"
        Achtung, w=E4hle xfonts-bolkhov-koi8u f=FCr reg. Ausdruck ,,xfonts-=
bu*"
        Achtung, w=E4hle xfonts-bolkhov-nop f=FCr reg. Ausdruck ,,xfonts-bu=
*"
        Achtung, w=E4hle xfonts-bolkhov-koi8r-75dpi f=FCr reg.=20
Ausdruck ,,xfonts-bu*"
        Achtung, w=E4hle xfonts-bolkhov-koi8r-misc f=FCr reg.=20
Ausdruck ,,xfonts-bu*"
        Achtung, w=E4hle xfonts-bolkhov-75dpi f=FCr reg. Ausdruck ,,xfonts-=
bu*"
        Achtung, w=E4hle xfonts-bolkhov-isocyr-75dpi f=FCr reg.=20
Ausdruck ,,xfonts-bu*"
        Achtung, w=E4hle xfonts-bolkhov-cp1251 f=FCr reg. Ausdruck ,,xfonts=
=2Dbu*"
        Achtung, w=E4hle xfonts-base-transcoded f=FCr reg. Ausdruck ,,xfont=
s-bu*"
        Achtung, w=E4hle xfonts-biznet-base f=FCr reg. Ausdruck ,,xfonts-bu=
*"
        Achtung, w=E4hle xfonts-biznet-iso-8859-2-75dpi f=FCr reg.=20
Ausdruck ,,xfonts-bu*"
        Achtung, w=E4hle xfonts-bolkhov-koi8u-75dpi f=FCr reg.=20
Ausdruck ,,xfonts-bu*"
        Achtung, w=E4hle xfonts-baekmuk f=FCr reg. Ausdruck ,,xfonts-bu*"
        Achtung, w=E4hle xfonts-bolkhov-isocyr-misc f=FCr reg.=20
Ausdruck ,,xfonts-bu*"
and so on ...

Sorry for the german texts. I tried with LANG=3DC but that didn't help.



=2D- Package-specific info:

=2D- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Default-Release "testing";
APT::Get "";
APT::Get::Show-Upgraded "true";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
Acquire "";
Acquire::http "";
Acquire::http::Proxy "http://proxy.bmlv.gv.at:3128/";;

=2D- /etc/apt/preferences --


Package: *
Pin: release a=3Dstable
Pin-Priority: 500

Package: *
Pin: release a=3Dtesting
Pin-Priority: 600

Package: *
Pin: release a=3Dunstable
Pin-Priority: 50


=2D- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.24-1-686
Locale: LANG=3Dde_AT@euro, LC_CTYPE=3Dde_AT@euro

Versions of packages apt depends on:
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared librarie=
s=20
an
ii  libgcc1                     1:3.3.3-2    GCC support library
ii  libstdc++5                  1:3.3.3-2    The GNU Standard C++ Library v3

=2D- no debconf information


---------------------------------------
Received: (at 238267-done) by bugs.debian.org; 16 Mar 2004 19:35:03 +0000
>From mdz@alcor.net Tue Mar 16 11:35:03 2004
Return-path: <mdz@alcor.net>
Received: from mta11.adelphia.net [68.168.78.205] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B3KL9-0006bX-00; Tue, 16 Mar 2004 11:35:03 -0800
Received: from mizar.alcor.net ([68.64.159.24]) by mta11.adelphia.net
          (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP
          id <20040316193150.MHPQ1438.mta11.adelphia.net@mizar.alcor.net>;
          Tue, 16 Mar 2004 14:31:50 -0500
Received: from mdz by mizar.alcor.net with local (Exim 4.30)
	id 1B3KBK-0003zE-3h; Tue, 16 Mar 2004 11:24:54 -0800
Date: Tue, 16 Mar 2004 11:24:54 -0800
From: Matt Zimmerman <mdz@debian.org>
To: "Ph. Marek" <philipp.marek@bmlv.gv.at>, 238267-done@bugs.debian.org
Subject: Re: Bug#238267: "apt-get install" with wildcards finds too much
Message-ID: <20040316192454.GN4918@alcor.net>
References: <[🔎] 200403160830.27790.philipp.marek@bmlv.gv.at>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 200403160830.27790.philipp.marek@bmlv.gv.at>
User-Agent: Mutt/1.5.5.1+cvs20040105i
Sender: Matt Zimmerman <mdz@alcor.net>
Delivered-To: 238267-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 

On Tue, Mar 16, 2004 at 08:30:27AM +0100, Ph. Marek wrote:

> Package: apt
> Version: 0.5.23
> Severity: important
> 
> 
> An example:
>         $ apt-get install xfonts-bu*

It's not a wildcard; it's a regular expression.  apt is behaving as
documented.

-- 
 - mdz



Reply to: