Bugzilla – Bug 951903
python-talloc unable to build despite for SLE 11
Last modified: 2015-10-26 08:53:39 UTC
This happens currently to the OBS network:samba:STABLE/cifs-utils package. It fails for any other target than SLE 11 with: buildinfo is broken... it says: unresolvable: have choice for libpytalloc-util.so.2()(64bit) needed by samba-libs: python-talloc pytalloc, have choice for libpytalloc-util.so.2(PYTALLOC_UTIL_2.0.6)(64bit) needed by samba-libs: python-talloc pytalloc In a branched project (home:lmuelle:pysamba/cifs-utils) the chosen workaround is to add #!BuildIgnore: pytalloc to the spec file. As the SLE 11 target is able to build I guess this is either a OBS configuration issue or a bug. I checked the osc meta prjconf of openSUSE:{Factory,13.1,13.2} and SUSE:SLE-11:SP3 and SUSE:SLE-12:GA I had not been able to find a reference to talloc.
http://lists.opensuse.org/opensuse-packaging/2015-10/msg00054.html is the thread with the full dicussion.
In network:samba:STABLE/cifs-utils the described behaviour isn't longer visible. The prjconf got adjusted to prefer python-talloc and python-talloc-devel While the network:samba:TESTING/cifs-utils OBS still shows the same biased build result where SLE 11 works while anything else fails.