[opensuse-packaging] BuildRequires from "external" repository
Hi, I'm trying to update alienarena to 7.51 [1] and I'm having some issues building on openSUSE 11.2 (and SLE 11) This version requires autoconf >= 2.65. openSUSE:11.2/standard has 2.63. devel:tools:building/openSUSE_11.2 has 2.65 and 2.68. After some Googling [2] I've done a "osc meta proj -e" and added devel:tools:building/openSUSE_11.2 for openSUSE_11.2 and it builds OK, but is this the proper way of solving this? [1] https://build.opensuse.org/package/show?package=alienarena&project=home%3Aim_unbob%3Abranches%3Agames [2] http://en.opensuse.org/openSUSE:Packaging_Java#Sun_Java -- bob -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On 03/18/2011 10:11 PM, Stian Viskjer wrote:
Hi,
I'm trying to update alienarena to 7.51 [1] and I'm having some issues building on openSUSE 11.2 (and SLE 11) This version requires autoconf>= 2.65. openSUSE:11.2/standard has 2.63. devel:tools:building/openSUSE_11.2 has 2.65 and 2.68. After some Googling [2] I've done a "osc meta proj -e" and added devel:tools:building/openSUSE_11.2 for openSUSE_11.2 and it builds OK, but is this the proper way of solving this?
[1] https://build.opensuse.org/package/show?package=alienarena&project=home%3Aim_unbob%3Abranches%3Agames [2] http://en.opensuse.org/openSUSE:Packaging_Java#Sun_Java
-- bob Since you are only using autoconf to build the package and it's not going to be submitted anywhere that the version of autoconf isn't available, it shouldn't be a problem. I've done this before with scons.
Regards Dave P -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Thanks. I'll just submit then. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
* Stian Viskjer (stian@viskjer.net) [20110318 21:20]:
devel:tools:building/openSUSE_11.2 for openSUSE_11.2 and it builds OK, but is this the proper way of solving this?
Yes, that is the way for packages that need newer versions than available in the default repositories. Philipp -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (3)
-
Dave Plater
-
Philipp Thomas
-
Stian Viskjer