Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Dependencies that're available at pkg_*inst
Date: Sat, 19 Apr 2008 04:31:59
Message-Id: 20080419053116.50e0ffe6@snowcone
1 I'm rewording the PMS sections on dependencies to avoid permitting
2 overly lax circular dependency resolution. Which of these wordings is
3 accurate, given that usable means "has its RDEPENDs installed and
4 usable"?
5
6 1. During pkg_preinst and pkg_postinst, any package dependency that is
7 in both DEPEND and RDEPEND must be installed and usable.
8
9 2. During pkg_preinst and pkg_postinst, at least one of the following
10 conditions must be met:
11 a. every package dependency in DEPEND must be installed and usable
12 b. every package dependency in RDEPEND must be installed and usable
13
14 Do not attempt to write on both sides of the paper at once.
15
16 --
17 Ciaran McCreesh

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Dependencies that're available at pkg_*inst Donnie Berkholz <dberkholz@g.o>
Re: [gentoo-dev] Dependencies that're available at pkg_*inst "Marijn Schouten (hkBst)" <hkBst@g.o>