[opensuse-buildservice] Centos (: nothing provides python(2/27)
Hi I activated the CentOS 8 build target. However, any package requiring python (2) reported it is unresolvable. So i edited the spec file to use python2 or python27. These packages are available on a CentOS 8 system. But in the buildservice they are still reported as unresolvable. Any suggestions how to get my python 2 packages to build on CentOS 8? Regards -- Mathias Radtke opsi - Open PC-Server-Integration das Open Source Client-Management-System von uib gmbh Birgit Hubal Vertrieb / Projektkoordination eMail: b.hubal@uib.de Tel. +49 6131 / 27561-18 Fax +49 6131 / 27561-22 uib gmbh Bonifaziusplatz 1B 55118 Mainz Internet: https://uib.de https://opsi.org Geschäftsführer: Dr. Detlef Oertel, Erol Ülükmen Handelsregister: Amtsgericht Mainz HRB 6942 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi, Check https://lists.opensuse.org/opensuse-buildservice/2019-11/msg00024.html $ dnf info python2 Name : python2 [..] Repo : AppStream Python2 comes the appstream repository at CentOS, so I am pretty sure so you need to modify your prjconfig to add the module for python2. Regards. On viernes, 22 de noviembre de 2019 11:33:59 (CET) Mathias Radtke wrote:
Hi I activated the CentOS 8 build target.
However, any package requiring python (2) reported it is unresolvable. So i edited the spec file to use python2 or python27. These packages are available on a CentOS 8 system. But in the buildservice they are still reported as unresolvable. Any suggestions how to get my python 2 packages to build on CentOS 8?
Regards
-- Julio González Gil Release Engineer, SUSE Manager and Uyuni jgonzalez@suse.com
Hi yes the official Repo has it included. Therefore I added all possible CentOS 8 repositories to my project conf <repository name="CentOS_8"> <path project="CentOS:CentOS-8" repository="standard"/> <path project="CentOS:CentOS-8" repository="baseos"/> <path project="CentOS:CentOS-8" repository="extras"/> <path project="CentOS:CentOS-8" repository="appstream"/> <path project="CentOS:CentOS-8:Stream" repository="standard"/> <path project="CentOS:CentOS-8:Stream" repository="baseos"/> <path project="CentOS:CentOS-8:Stream" repository="appstream"/> <path project="CentOS:CentOS-8:Stream" repository="extras"/> <arch>x86_64</arch> </repository> packages requiring python2/python27 are still unresolvable. On 22.11.19 13:35, Julio Gonzalez wrote:
Hi,
Check https://lists.opensuse.org/opensuse-buildservice/2019-11/msg00024.html
$ dnf info python2 Name : python2 [..] Repo : AppStream
Python2 comes the appstream repository at CentOS, so I am pretty sure so you need to modify your prjconfig to add the module for python2.
Regards.
On viernes, 22 de noviembre de 2019 11:33:59 (CET) Mathias Radtke wrote:
Hi I activated the CentOS 8 build target.
However, any package requiring python (2) reported it is unresolvable. So i edited the spec file to use python2 or python27. These packages are available on a CentOS 8 system. But in the buildservice they are still reported as unresolvable. Any suggestions how to get my python 2 packages to build on CentOS 8?
Regards
-- Mathias Radtke Save the Date: opsi-Konferenz 2 Tage Workshops, Konferenz und Best Practice bei der opsiconf in Mainz am 2./3.März 2020 weitere Infos und Anmeldung unter opsiconf.org opsi - Open PC-Server-Integration das Open Source Client-Management-System von uib gmbh Birgit Hubal Vertrieb / Projektkoordination eMail: b.hubal@uib.de Tel. +49 6131 / 27561-18 Fax +49 6131 / 27561-22 uib gmbh Bonifaziusplatz 1B 55118 Mainz Internet: https://uib.de https://opsi.org Geschäftsführer: Dr. Detlef Oertel, Erol Ülükmen Handelsregister: Amtsgericht Mainz HRB 6942 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Freitag, 22. November 2019, 13:40:26 CET Mathias Radtke wrote:
Hi
yes the official Repo has it included. Therefore I added all possible CentOS 8 repositories to my project conf
<repository name="CentOS_8"> <path project="CentOS:CentOS-8" repository="standard"/> <path project="CentOS:CentOS-8" repository="baseos"/> <path project="CentOS:CentOS-8" repository="extras"/> <path project="CentOS:CentOS-8" repository="appstream"/> <path project="CentOS:CentOS-8:Stream" repository="standard"/> <path project="CentOS:CentOS-8:Stream" repository="baseos"/> <path project="CentOS:CentOS-8:Stream" repository="appstream"/> <path project="CentOS:CentOS-8:Stream" repository="extras"/> <arch>x86_64</arch> </repository>
uh, this looks broken, you prefer old rpms over the ones from :Stream with that order. If you use just this single path: <path project="CentOS:CentOS-8:Stream" repository="standard"/> it should expand to the right repositories anyway.
packages requiring python2/python27 are still unresolvable.
On 22.11.19 13:35, Julio Gonzalez wrote:
Hi,
Check https://lists.opensuse.org/opensuse-buildservice/2019-11/msg00024.html
$ dnf info python2 Name : python2 [..] Repo : AppStream
Python2 comes the appstream repository at CentOS, so I am pretty sure so you need to modify your prjconfig to add the module for python2.
Regards.
On viernes, 22 de noviembre de 2019 11:33:59 (CET) Mathias Radtke wrote:
Hi I activated the CentOS 8 build target.
However, any package requiring python (2) reported it is unresolvable. So i edited the spec file to use python2 or python27. These packages are available on a CentOS 8 system. But in the buildservice they are still reported as unresolvable. Any suggestions how to get my python 2 packages to build on CentOS 8?
Regards
-- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany (HRB 247165, AG München), Geschäftsführer: Felix Imendörffer -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi Read this again please: https://lists.opensuse.org/opensuse-buildservice/2019-11/msg00024.html Project Config: ExpandFlags: module:python36-3.6 For python2 you need to check, but maybe ExpandFlags: module:python27-2.7 (guessing) Am Freitag, 22. November 2019, 13:40:26 CET schrieb Mathias Radtke:
Hi
yes the official Repo has it included. Therefore I added all possible CentOS 8 repositories to my project conf
<repository name="CentOS_8"> <path project="CentOS:CentOS-8" repository="standard"/> <path project="CentOS:CentOS-8" repository="baseos"/> <path project="CentOS:CentOS-8" repository="extras"/> <path project="CentOS:CentOS-8" repository="appstream"/> <path project="CentOS:CentOS-8:Stream" repository="standard"/> <path project="CentOS:CentOS-8:Stream" repository="baseos"/> <path project="CentOS:CentOS-8:Stream" repository="appstream"/> <path project="CentOS:CentOS-8:Stream" repository="extras"/> <arch>x86_64</arch> </repository>
packages requiring python2/python27 are still unresolvable.
On 22.11.19 13:35, Julio Gonzalez wrote:
Hi,
Check https://lists.opensuse.org/opensuse-buildservice/2019-11/msg00024.html
$ dnf info python2 Name : python2 [..] Repo : AppStream
Python2 comes the appstream repository at CentOS, so I am pretty sure so you need to modify your prjconfig to add the module for python2.
Regards.
On viernes, 22 de noviembre de 2019 11:33:59 (CET) Mathias Radtke wrote:
Hi I activated the CentOS 8 build target.
However, any package requiring python (2) reported it is unresolvable. So i edited the spec file to use python2 or python27. These packages are available on a CentOS 8 system. But in the buildservice they are still reported as unresolvable. Any suggestions how to get my python 2 packages to build on CentOS 8?
Regards
-- Regards Michael Calmer -------------------------------------------------------------------------- Michael Calmer SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, D-90409 Nuernberg T: +49 (0) 911 74053 0 F: +49 (0) 911 74053575 - e-mail: Michael.Calmer@suse.com -------------------------------------------------------------------------- SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer (HRB 36809, AG Nürnberg) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (4)
-
Adrian Schröter
-
Julio Gonzalez
-
Mathias Radtke
-
Michael Calmer