Hi,
Is there any issue with the sqlite and libxml2 packages in SLE12 OBS repository ? One package I was building failed while linking to these libraries. When I tried to compile the package on an installed SLE12 system, it worked just fine. Only in OBS its failing.
Project : home:mrashmiranjan:zmd-backend Package : solv-backend
Can someone please help what is the problem ?
Thanks and Regards Rashmi
On Sonntag, 2. November 2014, 19:34:41 wrote Rashmi Ranjan Mohanty:
Hi,
Is there any issue with the sqlite and libxml2 packages in SLE12 OBS repository ? One package I was building failed while linking to these libraries. When I tried to compile the package on an installed SLE12 system, it worked just fine. Only in OBS its failing.
It is the identical binary package as on the media.
Project : home:mrashmiranjan:zmd-backend Package : solv-backend
Can someone please help what is the problem ?
It looks more like a linking order problem. Try to put -lsqlite3 as last argument. Or as workaround
export SUSE_ASNEEDED=0
to disable the --as-needed support in the build environment.
buildservice@lists.opensuse.org