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

Bug#85736: marked as done (installation fails when using temporary su)



Your message dated Mon, 12 Feb 2001 14:52:50 -0500
with message-id <20010212145250.S10902@visi.net>
and subject line Bug#85736: installation fails when using temporary su
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; 12 Feb 2001 19:48:50 +0000
>From lee@hexkey.org Mon Feb 12 13:48:50 2001
Return-path: <lee@hexkey.org>
Received: from enzo.hexkey.org [::ffff:212.25.240.42] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14SOxt-0004ol-00; Mon, 12 Feb 2001 13:48:49 -0600
Received: from lee by enzo.hexkey.org with local (Exim 3.20)
	id 14SOyQ-0006ko-00; Mon, 12 Feb 2001 19:49:22 +0000
Date: Mon, 12 Feb 2001 19:49:22 +0000
From: Lee Maguire <lee-debian@hexkey.co.uk>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: installation fails when using temporary su
Message-ID: <[🔎] 20010212194922.A25949@enzo.hexkey.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.12i
X-Reportbug-Version: 1.13
Delivered-To: submit@bugs.debian.org

Package: libsigc++0
Version: 1.0.2-2
Severity: normal

I use sudo when using apt-get rather than logging in as root.  There are
normally no issues with this, but a recent upgrade of libsigc++0 failed.
This may be die to another package (ldconfig?), but the libsigc++0 is
the first time I've seen any symptoms:

$ sudo apt-get install libsigc++0
Reading Package Lists... Done
Building Dependency Tree... Done
1 packages upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 0B/42.4kB of archives. After unpacking 0B will be used.
dpkg: `ldconfig' not found on PATH.
dpkg: `start-stop-daemon' not found on PATH.
dpkg: `install-info' not found on PATH.
dpkg: `update-rc.d' not found on PATH.
dpkg: 4 expected program(s) not found on PATH.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
E: Sub-process /usr/bin/dpkg returned an error code (2)

$ su
Password:
# apt-get install libsigc++0
Reading Package Lists... Done
Building Dependency Tree... Done
1 packages upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 0B/42.4kB of archives. After unpacking 0B will be used.
(Reading database ... 61483 files and directories currently installed.)
Preparing to replace libsigc++0 1.0.2-1 (using .../libsigc++0_1.0.2-2_i386.deb) ...
Unpacking replacement libsigc++0 ...
Setting up libsigc++0 (1.0.2-2) ...


---------------------------------------
Received: (at 85736-done) by bugs.debian.org; 12 Feb 2001 19:55:19 +0000
>From bmc@visi.net Mon Feb 12 13:55:19 2001
Return-path: <bmc@visi.net>
Received: from ppp42.ts4-2.newportnews.visi.net (blimpo.internal.net) [::ffff:209.8.198.234] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14SP49-0005IM-00; Mon, 12 Feb 2001 13:55:18 -0600
Received: from bmc by blimpo.internal.net with local (Exim 3.16 #1 (Debian))
	id 14SP1m-00070e-00; Mon, 12 Feb 2001 14:52:50 -0500
Date: Mon, 12 Feb 2001 14:52:50 -0500
From: Ben Collins <bcollins@debian.org>
To: Lee Maguire <lee-debian@hexkey.co.uk>, 85736-done@bugs.debian.org
Subject: Re: Bug#85736: installation fails when using temporary su
Message-ID: <20010212145250.S10902@visi.net>
References: <[🔎] 20010212194922.A25949@enzo.hexkey.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.12i
In-Reply-To: <[🔎] 20010212194922.A25949@enzo.hexkey.org>; from lee-debian@hexkey.co.uk on Mon, Feb 12, 2001 at 07:49:22PM +0000
Sender: Ben Collins <bmc@visi.net>
Delivered-To: 85736-done@bugs.debian.org

On Mon, Feb 12, 2001 at 07:49:22PM +0000, Lee Maguire wrote:
> Package: libsigc++0
> Version: 1.0.2-2
> Severity: normal
> 
> I use sudo when using apt-get rather than logging in as root.  There are
> normally no issues with this, but a recent upgrade of libsigc++0 failed.
> This may be die to another package (ldconfig?), but the libsigc++0 is
> the first time I've seen any symptoms:
> 
> $ sudo apt-get install libsigc++0
> Reading Package Lists... Done
> Building Dependency Tree... Done
> 1 packages upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
> Need to get 0B/42.4kB of archives. After unpacking 0B will be used.
> dpkg: `ldconfig' not found on PATH.
> dpkg: `start-stop-daemon' not found on PATH.
> dpkg: `install-info' not found on PATH.
> dpkg: `update-rc.d' not found on PATH.
> dpkg: 4 expected program(s) not found on PATH.
> NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
> E: Sub-process /usr/bin/dpkg returned an error code (2)

dpkg is reporting this, not the libsigc++0 package. Basically, your root
environment is not setup properly (missing /sbin and /usr/sbin). You
need to resolve this locally, as it is not a bug in any package. What
you may want to do is set PATH, then execute sudo.

I'm closing this bug report, since it isn't really a bug.

Ben

-- 
 -----------=======-=-======-=========-----------=====------------=-=------
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'



Reply to: