
Hi all, since about mid March 2021 some of my [GCT] package builds for SLE_12_SP5 on x86_64 ([1]) stop(ped) working with: ``` have choice for pkgconfig(zlib) needed by libopenssl-1_0_0-devel: zlib-devel zlib-devel-32bit ``` [GCT]: https://github.com/gridcf/gct [1]: https://build.opensuse.org/project/monitor/home:frank_scheiner:gct?arch_x86_... Trying a build locally with `osc` gives: ``` johndoe@host:~/osc/home:frank_scheiner:gct/globus-authz> time osc build SLE_12_SP5 x86_64 globus-authz.spec Building globus-authz.spec for SLE_12_SP5/x86_64 Run source service: /usr/lib/obs/service/download_url --host repo.gridcf.org --protocol https --path /gct6/sources/globus_authz-4.4.tar.gz --outdir /home/johndoe/osc/home:frank_scheiner:gct/globus-authz/tmp1jccm9xf.download_url.service Getting buildconfig from server and store to /home/johndoe/osc/home:frank_scheiner:gct/globus-authz/.osc/_buildconfig-SLE_12_SP5-x86_64 Getting buildinfo from server and store to /home/johndoe/osc/home:frank_scheiner:gct/globus-authz/.osc/_buildinfo-SLE_12_SP5-x86_64.xml buildinfo is broken... it says: unresolvable: have choice for pkgconfig(zlib) needed by libopenssl-1_0_0-devel: zlib-devel zlib-devel-32bit real 0m11.201s user 0m1.321s sys 0m0.175s ``` Because of "buildinfo is broken" I'd tend to assume that something broke in the SLE_12_SP5 repos used by me (SUSE:SLE-12-SP5:GA/standard, SUSE:SLE-12-SP5:Update/standard) but such a message can also be created by an error in the build requirments IIUC, so I'm not sure about that. What could lead to such a situation - both 32 bit and 64 bit package available for dependency solution - for a build on x86_64? Cheers, Frank