Your message dated Tue, 22 May 2007 12:59:20 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#425535: ca-certificates: install failure: missing mktemp
dependency
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)
--- Begin Message ---
Package: ca-certificates
Version: 20070303
Severity: serious
Justification: Policy 7.2
# apt-get install ca-certificates
[...]
Setting up ca-certificates (20070303) ...
Updating certificates in
/etc/ssl/certs..../usr/sbin/update-ca-certificates: line 58: mktemp:
command not found
dpkg: error processing ca-certificates (--configure):
subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
ca-certificates
E: Sub-process /usr/bin/dpkg returned an error code (1)
This is in a fairly small chroot. There is no mktemp package installed,
which provides /bin/mktemp and fixes the problem:
# apt-get install mktemp ca-certificates
[...]
The following NEW packages will be installed
mktemp
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
[...]
Unpacking mktemp (from .../mktemp_1.5-3_amd64.deb) ...
Setting up mktemp (1.5-3) ...
Setting up ca-certificates (20070303) ...
Updating certificates in /etc/ssl/certs....done.
Chris
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.20-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages ca-certificates depends on:
ii debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii openssl 0.9.8e-5 Secure Socket Layer (SSL) binary a
ca-certificates recommends no packages.
-- debconf information excluded
--- End Message ---
--- Begin Message ---
On Tuesday 22 May 2007 12:42, Tatsuya Kinoshita wrote:
> I think this isn't a bug. The mktemp package is in the list of
> essential packages. You should install essential packages in your
> chroot environment.
Eek, yes I should. I didn't deliberately remove it, but I guess something
happened in the past where it got removed.
Sorry guys
Chris
--- End Message ---