
On Mittwoch, 22. August 2018, 12:33:32 CEST wrote Neal Gompa:
Hey,
I'm trying to build a package in my private OBS instance using gcc7 on SLE 12 SP3 and openSUSE Leap 42.3. It is able to resolve the dependency for openSUSE Leap 42.3, but fails with SLE 12 SP3.
I get the following error from OBS:
nothing provides gcc7 nothing provides gcc7-c++
However, I see it listed in SLE 12 SP3: https://build.opensuse.org/package/show/SUSE:SLE-12-SP3:GA/gcc7
My meta snippet is set to the following:
<repository name="SLE_12_SP3"> <path project="openSUSE.org:SUSE:SLE-12-SP3:GA" repository="standard"/> <arch>x86_64</arch> </repository>
What am I doing wrong?
gcc7 was only introduce via maintenance update, so you need to build against <path project="openSUSE.org:SUSE:SLE-12-SP3:Update" repository="standard"/> -- 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