Bug 951903 - python-talloc unable to build despite for SLE 11
Summary: python-talloc unable to build despite for SLE 11
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: BuildService (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Adrian Schröter
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-24 15:05 UTC by Lars Müller
Modified: 2015-10-26 08:53 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Müller 2015-10-24 15:05:54 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.
Comment 1 Lars Müller 2015-10-24 15:16:19 UTC
http://lists.opensuse.org/opensuse-packaging/2015-10/msg00054.html is
the thread with the full dicussion.
Comment 2 Lars Müller 2015-10-24 16:42:52 UTC
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.