[opensuse-buildservice] Missing package?
Hi, I added a second repository to a project, now it's not complaining about the original missing package (rubygem-gettext_rails), but it does regarding a dependency of it that is in the same repo!!. any ideas? --- <project name="home:ciriarte:branches:network:ha-clustering:Factory"> <title>Branch of network:ha-clustering:Factory</title> <description/> <person role="maintainer" userid="ciriarte"/> <debuginfo> <disable/> </debuginfo> <build> <disable/> <enable repository="SLE_11_SP1"/> </build> <publish> <enable/> </publish> <repository name="SLE_11_SP1"> <path project="SUSE:SLE-11:SP1" repository="standard"/> <path project="devel:languages:ruby:extensions" repository="SLE_11_SP1"/> <arch>i586</arch> <arch>x86_64</arch> </repository> </project> --- --- 'nothing provides rubygems >= 1.5.2 needed by rubygem-gettext_rails, nothing provides rubygems >= 1.5.2 needed by rubygem-gettext_activerecord, nothing provides rubygems >= 1.5.2 needed by rubygem-locale_rails, nothing provides rubygems >= 1.5.2 needed by rubygem-gettext, nothing provides rubygems >= 1.5.2 needed by rubygem-locale' --- -- http://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions... -- Regards, -- Ciro Iriarte http://cyruspy.wordpress.com -- -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 2011-04-08 14:35:50 -0400, Ciro Iriarte wrote:
Hi, I added a second repository to a project, now it's not complaining about the original missing package (rubygem-gettext_rails), but it does regarding a dependency of it that is in the same repo!!. any ideas?
<SNIP>
<repository name="SLE_11_SP1"> <path project="SUSE:SLE-11:SP1" repository="standard"/> <path project="devel:languages:ruby:extensions" repository="SLE_11_SP1"/> <arch>i586</arch> <arch>x86_64</arch> </repository> If you change it to: <path project="devel:languages:ruby:extensions" repository="SLE_11_SP1"/> <path project="SUSE:SLE-11:SP1" repository="standard"/> it should work as expected.
--- 'nothing provides rubygems >= 1.5.2 needed by rubygem-gettext_rails, nothing provides rubygems >= 1.5.2 needed by rubygem-gettext_activerecord, nothing provides rubygems >= 1.5.2 needed by rubygem-locale_rails, nothing provides rubygems >= 1.5.2 needed by rubygem-gettext, nothing provides rubygems >= 1.5.2 needed by rubygem-locale' ---
Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
2011/4/8 Marcus Hüwe <suse-tux@gmx.de>:
On 2011-04-08 14:35:50 -0400, Ciro Iriarte wrote:
Hi, I added a second repository to a project, now it's not complaining about the original missing package (rubygem-gettext_rails), but it does regarding a dependency of it that is in the same repo!!. any ideas?
<SNIP>
<repository name="SLE_11_SP1"> <path project="SUSE:SLE-11:SP1" repository="standard"/> <path project="devel:languages:ruby:extensions" repository="SLE_11_SP1"/> <arch>i586</arch> <arch>x86_64</arch> </repository> If you change it to: <path project="devel:languages:ruby:extensions" repository="SLE_11_SP1"/> <path project="SUSE:SLE-11:SP1" repository="standard"/> it should work as expected.
--- 'nothing provides rubygems >= 1.5.2 needed by rubygem-gettext_rails, nothing provides rubygems >= 1.5.2 needed by rubygem-gettext_activerecord, nothing provides rubygems >= 1.5.2 needed by rubygem-locale_rails, nothing provides rubygems >= 1.5.2 needed by rubygem-gettext, nothing provides rubygems >= 1.5.2 needed by rubygem-locale' ---
Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Weird... It worked, thanks!. Regards, -- Ciro Iriarte http://cyruspy.wordpress.com -- -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Ciro Iriarte
-
Marcus Hüwe