[opensuse-buildservice] openSUSE Leap 42.2 dependency problems
Hi, I have a project https://build.opensuse.org/package/show/home:rawtherapee/rawtherapee-unstabl... and 2 problems with dependencies: x86_64 - "have choice for libasan3 >= 6.1.1+r238085-1.12 needed by gcc6: libasan3 libasan3-gcc6" i586 - "nothing provides bzr needed by obs-service-tar_scm, nothing provides git-core needed by obs-service-tar_scm, nothing provides subversion needed by obs-service-tar_scm" Repositories are configured in the same way as for openSUSE Leap 42.1 and 42.3 (works fine). Should I use other repositories or it is OBS issue? <project name="home:rawtherapee"> ... <repository name="openSUSE_Leap_42.3"> <path project="openSUSE:Leap:42.3" repository="standard"/> <path project="openSUSE:Leap:42.3:Update" repository="standard"/> <path project="openSUSE:Tools" repository="openSUSE_42.3"/> <arch>i586</arch> <arch>x86_64</arch> </repository> <repository name="openSUSE_Leap_42.2"> <path project="openSUSE:Leap:42.2" repository="standard"/> <path project="openSUSE:Leap:42.2:Update" repository="standard"/> <path project="openSUSE:Tools" repository="openSUSE_42.2"/> <arch>x86_64</arch> <arch>i586</arch> </repository> <repository name="openSUSE_Leap_42.1"> <path project="openSUSE:Leap:42.1" repository="standard"/> <path project="openSUSE:Leap:42.1:Update" repository="standard"/> <path project="openSUSE:Tools" repository="openSUSE_42.1"/> <arch>i586</arch> <arch>x86_64</arch> </repository> .. </project> Best Regards Marcin Bajor
On 16/01/2018 15:02, Marcin Bajor wrote:
x86_64 - "have choice for libasan3 >= 6.1.1+r238085-1.12 needed by gcc6: libasan3 libasan3-gcc6" i586 - "nothing provides bzr needed by obs-service-tar_scm, nothing provides git-core needed by obs-service-tar_scm, nothing provides subversion needed by obs-service-tar_scm" The best solution for libasan3 is #!BuildIgnore: libasan3 in the spec file, an even better solution would be to use gcc5 for both Leap:42.1 and 3. Leap i586 isn't official and unresolvable conditions are normal. If you really want to build i586 you need to build the missing dependencies as well. Dave P -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Dave Plater
-
Marcin Bajor
-
Olaf Hering