[opensuse-packaging] Faling build for Tumbleweed build target
It looks like at least some repositories are having issues with the Tumbleweed build target. Packages that work fine for the openSUSE_Factory snapshot build target are failing to build for openSUSE_Tumbleweed. The failure in all cases is "error: Failed build dependencies:" In all cases, this failure always happens for BuildRequires that are enabled only for openSUSE versions > 13.1. The dependencies in all cases are available and build properly. The really strange thing is that when I branch the package, it builds just fine. It also builds fine when I try to build locally. And forcing a rebuild does not work. So this has made debugging the problem hard, since I don't want to potentially break other working build targets. Does anyone know what might be going on and how it can be fixed? Here is an example: https://build.opensuse.org/package/show/devel:languages:python/python-matplo... The failure: [ 318s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' --define 'disturl obs://build.opensuse.org/devel:languages:python/openSUSE_Tumbleweed/cb5af0de0078b6a0a6e5966281fe76ff-python-matplotlib' /home/abuild/rpmbuild/SOURCES/python-matplotlib.spec [ 320s] error: Failed build dependencies: [ 320s] python-qt5 is needed by python-matplotlib-1.4.2-89.2.i586 [ 320s] python-qt5-devel is needed by python-matplotlib-1.4.2-89.2.i586 The relevant portion of the spec file is line 76-79: %if 0%{?suse_version} > 1310 BuildRequires: python-qt5 BuildRequires: python-qt5-devel %endif -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Mittwoch, 12. November 2014, 10:19:47 wrote Todd Rme:
It looks like at least some repositories are having issues with the Tumbleweed build target. Packages that work fine for the openSUSE_Factory snapshot build target are failing to build for openSUSE_Tumbleweed.
The failure in all cases is "error: Failed build dependencies:"
In all cases, this failure always happens for BuildRequires that are enabled only for openSUSE versions > 13.1. The dependencies in all cases are available and build properly.
The really strange thing is that when I branch the package, it builds just fine. It also builds fine when I try to build locally. And forcing a rebuild does not work. So this has made debugging the problem hard, since I don't want to potentially break other working build targets.
Does anyone know what might be going on and how it can be fixed?
It was a server side problem, the scheduler had incorrect data about this project repo. We still need to check how this situation could appear. But your project should work now again. -- Adrian Schroeter email: adrian@suse.de SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Adrian Schröter
-
Todd Rme