Hi, I update few gems to work with rails3. And I find one quite strange behavior of build. When there is requirement to have at least rails3 I cannot specify it. If I use rubygem-activesupport-3 or rubygem-activesupport >= 3.0 then I get this[0] output. Is there any solution?
Thanks Josef
[0]unresolvable: have choice for rubygem-activesupport-3
= 3.0: rubygem-activesupport-3_0 rubygem-activesupport-3_1
On Wed, Dec 07, 2011 at 03:43:04PM +0100, Josef Reidinger wrote:
If I use rubygem-activesupport-3 or rubygem-activesupport >= 3.0 then I get this[0] output. Is there any solution?
Thanks Josef
[0]unresolvable: have choice for rubygem-activesupport-3
= 3.0: rubygem-activesupport-3_0 rubygem-activesupport-3_1
osc meta -e prjconf $PROJECT add "Prefer: rubygem-activesupport-3_1"
http://lists.opensuse.org/opensuse-packaging/2011-01/msg00156.html (via https://www.google.com/search?q=%22unresolvable%3A+have+choice+for" )
On 2011-12-09 17:19:14 +0100, Martin Vidner wrote:
On Wed, Dec 07, 2011 at 03:43:04PM +0100, Josef Reidinger wrote:
If I use rubygem-activesupport-3 or rubygem-activesupport >= 3.0 then I get this[0] output. Is there any solution?
Thanks Josef
[0]unresolvable: have choice for rubygem-activesupport-3
= 3.0: rubygem-activesupport-3_0 rubygem-activesupport-3_1
osc meta -e prjconf $PROJECT add "Prefer: rubygem-activesupport-3_1"
http://lists.opensuse.org/opensuse-packaging/2011-01/msg00156.html (via https://www.google.com/search?q=%22unresolvable%3A+have+choice+for" )
the problem with that solution is that you have to redo it in every project you want to build the stuff. IMHO the better solution is to prefer the most portable version. e.g. in the case of rubygem-activesupport-3. I would pick rails 3.1.
darix