Bug 208258 - ca-certificates needs to RDEPEND on coreutils/mktemp
Bug#: 208258 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: wolf31o2@gentoo.org
Component: Ebuilds
URL: 
Summary: ca-certificates needs to RDEPEND on coreutils/mktemp
Keywords:  
Status Whiteboard: 
Opened: 2008-01-31 00:56 0000
Description:   Opened: 2008-01-31 00:56 0000
Well, ca-certificates uses "mktemp" during its build.  It requires either
>=coreutils-6.10 or debianutils to be installed.  If we're wanting to remove
debianutils from system, the dependency will need to be explicit, and should be
so, anyway, as ca-certificates gets pulled into system and it'll mess up the
dependency tree otherwise.

------- Comment #1 From Chris Gianelloni (RETIRED) 2008-01-31 06:05:11 0000 -------
Blah... I meant mktemp, not debianutils... sorry...

------- Comment #2 From SpanKY 2008-01-31 14:38:43 0000 -------
fixed in the tree

http://sources.gentoo.org/app-misc/ca-certificates/ca-certificates-20070303-r1.ebuild?r1=1.2&r2=1.3

------- Comment #3 From Justin Bronder 2008-03-27 21:46:33 0000 -------
During pkg_postinst, update-ca-certificates is called which wants to call
mktemp.  So those packages should be in RDEPEND as well.

>>> Emerging (79 of 92) app-misc/ca-certificates-20070303-r1 to /
Updating certificates in /etc/ssl/certs..../usr/sbin/update-ca-certificates:
line 58: mktemp: command not found

------- Comment #4 From SpanKY 2008-03-27 21:49:34 0000 -------
http://sources.gentoo.org/app-misc/ca-certificates/ca-certificates-20070303-r1.ebuild?r1=1.4&r2=1.5