Re: Building same package twice and package forking
Luca <[email protected]> Sun, 12 Nov 2006 18:05:33 +0100
| Newsgroups | gmane.linux.distributions.rock.devel |
|---|---|
| Message-ID | <[email protected]> |
Benjamin Schieder wrote: > On 12.11.2006 17:21:40, Luca wrote: > >>>>> pkgfork gcc gcc-pass1 stages -X---5---9 priority 115.000 >>>>> pkgfork gcc gcc-pass2 stages -X---5---9 priority 115.000 >>>>> >> Ok it seems to work, however I have another (hopefully last) question: >> Now my package selection displays: >> [packages] >> X 012--5---- gcc >> X 01---5-78- gcc=gcc-pass2 >> X 01---5-7-- gcc=gcc-pass1 >> [packages] >> >> even if I passed different priority for each gcc. >> Is it normal this behavior in displaying the package list or if I build >> a fork gcc it builds it with the same priority of the original gcc? >> > > If you used the code from above, both gcc-pass1 and pass2 will have a priority > of 115.000. > Use a different parameter to priority to change it. > > Greetings, > Benjamin > > ------------------------------------------------------------------------ > > _______________________________________________ > rock-devel mailing list > [email protected] > http://www.rocklinux.net/mailman/listinfo/rock-devel > Hi and good evening Benjamin, Yes, it was only a try, I passed the two forks the same priority which is different from gcc-suite not forked (I didn't explained effectively very well...)