Gentoo Archives: gentoo-catalyst

From: Charles Duffy <cduffy@×××××××.net>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Dealing with circular dependencies
Date: Mon, 11 Jun 2007 05:41:30
Message-Id: f4in8o$o3t$1@sea.gmane.org
1 I want to build a stage4 with both ldap and sasl use flags turned on.
2
3 However, to build openldap with the sasl use flag requires that
4 cyrus-sasl be installed first -- and to build cyrus-sasl with the ldap
5 build flag depends on openldap being previously available. When manually
6 building a server, we do a --oneshot on these packages with USE='-ldap
7 -sasl' before the final build.
8
9
10 How should I resolve this for use with catalyst?
11
12 I don't see a stage3 equivalent to stage4/packages (to add openldap and
13 cyrus-sasl to the stage3 I build from) short of creating a custom
14 profile. Should I build my final stage4 off of a different stage4 which
15 has these packages installed but the USE flags disabled, or is there
16 another approach I'm missing?
17
18 --
19 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Dealing with circular dependencies Andrew Gaffney <agaffney@g.o>