[opensuse-buildservice] Leap 15.0 packages showing as excluded
Hi, I branched the graphics:vkd3d package in order to work on getting it to build on Leap 15.0. My x86_64 build succeeds, but the i586 repository shows "excluded," so the baselibs aren't building. Any idea why this is happening and how I can fix it? -- Rosanne DiMesio <dimesio@gmail.com> -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Freitag, 14. September 2018, 15:48:07 CEST wrote Rosanne DiMesio:
Hi,
I branched the graphics:vkd3d package in order to work on getting it to build on Leap 15.0. My x86_64 build succeeds, but the i586 repository shows "excluded," so the baselibs aren't building.
Any idea why this is happening and how I can fix it?
use "osc r -v" to find out details in such cases. But 15.0 explicit only builds a small subset of packages for i586. Just for backward compability. It is x86_64 only beside of this. Given that no one with a 15.0 installation can have a i586 system there is nothing to fix and it is enough to build x86_64 builds. -- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Fri, Sep 14, 2018 at 03:53:07PM +0200, Adrian Schröter wrote:
On Freitag, 14. September 2018, 15:48:07 CEST wrote Rosanne DiMesio:
Hi,
I branched the graphics:vkd3d package in order to work on getting it to build on Leap 15.0. My x86_64 build succeeds, but the i586 repository shows "excluded," so the baselibs aren't building.
Any idea why this is happening and how I can fix it?
use "osc r -v" to find out details in such cases.
But 15.0 explicit only builds a small subset of packages for i586. Just for backward compability. It is x86_64 only beside of this.
Given that no one with a 15.0 installation can have a i586 system there is nothing to fix and it is enough to build x86_64 builds.
I think the idea is to have 32bit libraries for WINE. ;) Ciao, Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Freitag, 14. September 2018, 15:58:49 CEST wrote Marcus Meissner:
On Fri, Sep 14, 2018 at 03:53:07PM +0200, Adrian Schröter wrote:
On Freitag, 14. September 2018, 15:48:07 CEST wrote Rosanne DiMesio:
Hi,
I branched the graphics:vkd3d package in order to work on getting it to build on Leap 15.0. My x86_64 build succeeds, but the i586 repository shows "excluded," so the baselibs aren't building.
Any idea why this is happening and how I can fix it?
use "osc r -v" to find out details in such cases.
But 15.0 explicit only builds a small subset of packages for i586. Just for backward compability. It is x86_64 only beside of this.
Given that no one with a 15.0 installation can have a i586 system there is nothing to fix and it is enough to build x86_64 builds.
I think the idea is to have 32bit libraries for WINE. ;)
oh, well, you can explicit list it as allow via prjconf: %ifarch i586 i686 BuildFlags: onlybuild:$your_package %endif
Ciao, Marcus
-- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Fri, 14 Sep 2018 16:00:26 +0200 Adrian Schröter <adrian@suse.de> wrote:
oh, well, you can explicit list it as allow via prjconf:
%ifarch i586 i686 BuildFlags: onlybuild:$your_package %endif
Thank you, that worked perfectly. -- Rosanne DiMesio <dimesio@gmail.com> -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Marcus Meissner
-
Rosanne DiMesio