Re: How to handle circular build dependencies?

2020-01-29 Thread Markku Korkeala
Rex Dieter kirjoitti 28.1.2020 16:57: Markku Korkeala wrote: Hi, sorry if this a newbie question, I tried to search this but did not find good documentation on this problem. I'm in the process of upgrading the clojure package to next version, which has new dependencies. These dependencies

Re: How to handle circular build dependencies?

2020-01-29 Thread Markku Korkeala
Richard W.M. Jones kirjoitti 27.1.2020 22:35: On Mon, Jan 27, 2020 at 06:43:36PM +0200, Markku Korkeala wrote: I think it's Perl where IIRC the package can be configured as a bootstrap package (by setting an RPM variable), built that way, the dependencies are then built, then the perl package is

Re: How to handle circular build dependencies?

2020-01-28 Thread Rex Dieter
Markku Korkeala wrote: > Hi, > > sorry if this a newbie question, I tried to search this > but did not find good documentation on this problem. > > I'm in the process of upgrading the clojure package to > next version, which has new dependencies. These dependencies > require certain clojure

Re: How to handle circular build dependencies?

2020-01-27 Thread Richard W.M. Jones
On Mon, Jan 27, 2020 at 06:43:36PM +0200, Markku Korkeala wrote: > Hi, > > sorry if this a newbie question, I tried to search this > but did not find good documentation on this problem. > > I'm in the process of upgrading the clojure package to > next version, which has new dependencies. These

How to handle circular build dependencies?

2020-01-27 Thread Markku Korkeala
Hi, sorry if this a newbie question, I tried to search this but did not find good documentation on this problem. I'm in the process of upgrading the clojure package to next version, which has new dependencies. These dependencies require certain clojure version themselves, so it makes a