Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208258 - ca-certificates needs to RDEPEND on coreutils/mktemp
Summary: ca-certificates needs to RDEPEND on coreutils/mktemp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 00:56 UTC by Chris Gianelloni (RETIRED)
Modified: 2008-03-27 21:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Gianelloni (RETIRED) gentoo-dev 2008-01-31 00:56:43 UTC
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 Chris Gianelloni (RETIRED) gentoo-dev 2008-01-31 06:05:11 UTC
Blah... I meant mktemp, not debianutils... sorry...
Comment 3 Justin Bronder (RETIRED) gentoo-dev 2008-03-27 21:46:33 UTC
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