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

Bug#51396: marked as done (apt-get source does not work as non-root)



Your message dated Sat, 27 Nov 1999 17:52:59 -0700 (MST)
with message-id <[🔎] Pine.LNX.3.96.991127174125.28638E-100000@wakko.deltatee.com>
and subject line Bug#51396: apt-get source does not work as non-root
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Nov 1999 19:20:57 +0000
Received: (qmail 6925 invoked from network); 27 Nov 1999 19:20:57 -0000
Received: from wb010.wav1.uea.ac.uk (mail@139.222.180.10)
  by master.debian.org with SMTP; 27 Nov 1999 19:20:57 -0000
Received: from edward by wb010.wav1.uea.ac.uk with local (Exim 3.03 #1(Debian))
	id 11rnOx-0000Mw-00; Sat, 27 Nov 1999 19:20:55 +0000
From: Edward Betts <edward@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt-get source does not work as non-root
X-Reportbug-Version: 0.43
X-Mailer: reportbug 0.43
Date: Sat, 27 Nov 1999 19:20:55 +0000
Message-Id: <[🔎] E11rnOx-0000Mw-00@wb010.wav1.uea.ac.uk>
Sender: Edward Betts <edward@wb010.wav1.uea.ac.uk>

Package: apt
Version: 0.3.14
Severity: normal

$ apt-get source appindex
Reading Package Lists... Done
Building Dependency Tree... Done
E: Archive directory /var/cache/apt/archives/partial is missing.
E: Unable to find a source package for appindex
$ sudo apt-get source appindex
Reading Package Lists... Done
Building Dependency Tree... Done
Need to get 55.8kB of source archives.
Get:1 http://www.uk.debian.org unstable/main appindex 0.5-1 (dsc) [614B]
Get:2 http://www.uk.debian.org unstable/main appindex 0.5-1 (tar) [52.5kB]
Get:3 http://www.uk.debian.org unstable/main appindex 0.5-1 (diff) [2648B]
Fetched 55.8kB in 3s (16.2kB/s)
utmp entry ("edward") does not match value of LOGNAME ("root"); using "root"
at
/usr/lib/dpkg/controllib.pl line 47.
dpkg-source: extracting appindex in appindex-0.5
$

I think it may be related to bug #49627 `apt: Cannot -s as non-root', not
sure.

-- System Information
Debian Release: potato
Architecture: i386
Kernel: Linux wb010 2.0.36 #2 Wed Sep 22 07:13:18 BST 1999 i586

Versions of packages apt depends on:
ii  libc6                         2.1.2-10   GNU C Library: Shared libraries an
ii  libstdc++2.10                 1:2.95.2-3 The GNU stdc++ library            

---------------------------------------
Received: (at 51396-done) by bugs.debian.org; 28 Nov 1999 00:53:02 +0000
Received: (qmail 30280 invoked from network); 28 Nov 1999 00:53:01 -0000
Received: from crash.ab.videon.ca (root@206.75.216.220)
  by master.debian.org with SMTP; 28 Nov 1999 00:53:01 -0000
Received: from wakko.deltatee.com (mail@wakko.powersurfr.com [24.108.53.97])
	by crash.ab.videon.ca (8.9.2/8.9.2) with ESMTP id RAA11549;
	Sat, 27 Nov 1999 17:52:59 -0700 (MST)
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
	by wakko.deltatee.com with smtp (Exim 2.11 #1)
	id 11rsaJ-0007Wf-00 (Debian); Sat, 27 Nov 1999 17:52:59 -0700
Date: Sat, 27 Nov 1999 17:52:59 -0700 (MST)
From: Jason Gunthorpe <jgg@ualberta.ca>
X-Sender: jgg@wakko.deltatee.com
Reply-To: Jason Gunthorpe <jgg@ualberta.ca>
To: Edward Betts <edward@debian.org>, 51396-done@bugs.debian.org
cc: APT Development Team <deity@lists.debian.org>
Subject: Re: Bug#51396: apt-get source does not work as non-root
In-Reply-To: <[🔎] E11rnOx-0000Mw-00@wb010.wav1.uea.ac.uk>
Message-ID: <[🔎] Pine.LNX.3.96.991127174125.28638E-100000@wakko.deltatee.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


On Sat, 27 Nov 1999, Edward Betts wrote:

> $ apt-get source appindex
> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Archive directory /var/cache/apt/archives/partial is missing.
> E: Unable to find a source package for appindex

It does work as non-root, but it sounds like you have weird and/or wrong
permissions on /var/cache/apt/archives/partial or one of the sub
directories..

If you strace apt-get source as a user you should be able to see the exact
reason for the failure - probably a failing stat due to permissions.

Jason


Reply to: