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

Bug#181071: marked as done (apt: -o Dir::Cache::Archives can't specify "partial" differently )



Your message dated Sun, 20 Apr 2003 13:38:44 -0400
with message-id <20030420173844.GH1135@alcor.net>
and subject line apt: -o Dir::Cache::Archives can't specify "partial" differently
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; 15 Feb 2003 05:46:28 +0000
>From jidanni@dman.ddts.net Fri Feb 14 23:46:28 2003
Return-path: <jidanni@dman.ddts.net>
Received: from tx.symonds.net [64.246.28.87] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18jv9g-0005im-00; Fri, 14 Feb 2003 23:46:28 -0600
Received: from tc210-203-46-188.3-17.pl.ebtnet.net ([210.203.46.188] helo=jidanni.org)
	by tx.symonds.net with asmtp (Exim 4.04)
	id 18jv9b-00013l-00
	for submit@bugs.debian.org; Sat, 15 Feb 2003 00:46:27 -0500
Received: from jidanni by jidanni.org with local (Exim 3.36 #1 (Debian))
	id 18jptU-0003Xz-00; Sat, 15 Feb 2003 08:09:24 +0800
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Dan Jacobson <jidanni@dman.ddts.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt: -o Dir::Cache::Archives can't specify "partial" differently 
X-Mailer: reportbug 2.10
Date: Sat, 15 Feb 2003 08:09:24 +0800
Message-Id: <E18jptU-0003Xz-00@jidanni.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=0.1 required=4.0
	tests=DATE_IN_PAST_03_06,HAS_PACKAGE,SPAM_PHRASE_00_01
	version=2.44
X-Spam-Level: 

Package: apt
Version: 0.5.4
Severity: wishlist
File: /usr/bin/apt-get

The apt.conf man page and
/usr/share/doc/apt/examples/configure-index.gz give no way for the
"partial" directory to be specified as a different place than
Dir::Cache::Archives

#ls /var/tmp/*w3c*
/var/tmp/w3c-markup-validator_0.6.1-1_all.deb
# apt-get -o Dir::Cache::Archives=/var/tmp --print-uris install w3c-markup-validator
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libcgi-pm-perl libosp3c102 opensp wwwconfig-common 
The following NEW packages will be installed:
  libcgi-pm-perl libosp3c102 opensp w3c-markup-validator wwwconfig-common 
0 packages upgraded, 5 newly installed, 0 to remove and 218  not upgraded.
E: Archive directory /var/tmp/partial is missing.
E: The list of sources could not be read.
make: *** [archi] Error 100

yes, one can mkdir /var/tmp/partial
however, consider other situations, e.g. read-only media.
BTW a partial dir. on readonly media isnt too good also.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.19-k7 #1 Sun Oct 6 20:29:56 EST 2002 i686
Locale: LANG=zh_TW.Big5, LC_CTYPE=zh_TW.Big5

Versions of packages apt depends on:
ii  libc6                        2.3.1-10    GNU C Library: Shared libraries an
ii  libstdc++2.10-glibc2.2       1:2.95.4-15 The GNU stdc++ library

-- no debconf information


---------------------------------------
Received: (at 181071-done) by bugs.debian.org; 20 Apr 2003 17:38:47 +0000
>From mdz@csh.rit.edu Sun Apr 20 12:38:47 2003
Return-path: <mdz@csh.rit.edu>
Received: from smtp01.mrf.mail.rcn.net [207.172.4.60] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 197Im5-0007h3-00; Sun, 20 Apr 2003 12:38:45 -0500
Received: from 216-15-124-77.c3-0.smr-ubr3.sbo-smr.ma.cable.rcn.com ([216.15.124.77] helo=mizar.alcor.net)
	by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #4)
	id 197Im4-000416-00
	for 181071-done@bugs.debian.org; Sun, 20 Apr 2003 13:38:44 -0400
Received: from mdz by mizar.alcor.net with local (Exim 3.36 #1 (Debian))
	id 197Im4-0003Bf-00
	for <181071-done@bugs.debian.org>; Sun, 20 Apr 2003 13:38:44 -0400
Date: Sun, 20 Apr 2003 13:38:44 -0400
From: Matt Zimmerman <mdz@debian.org>
To: 181071-done@bugs.debian.org
Subject: Re: apt: -o Dir::Cache::Archives can't specify "partial" differently
Message-ID: <20030420173844.GH1135@alcor.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Sender: Matt Zimmerman <mdz@alcor.net>
Delivered-To: 181071-done@bugs.debian.org
X-Spam-Status: No, hits=-1.2 required=4.0
	tests=SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT,
	      USER_AGENT_MUTT
	version=2.44
X-Spam-Level: 

The documentation is pretty explicit about this:

       /var/cache/apt/archives/
              storage  area  for retrieved package files.  Configuration Item:
              Dir::Cache::Archives.

       /var/cache/apt/archives/partial/
              storage area for package files in transit.  Configuration  Item:
              Dir::Cache::Archives (implicit partial).

-- 
 - mdz



Reply to: