[opensuse-buildservice] Debian_Testing builds fail: pcre2 vs pcre3
Hi! It appears that from some point onwards, all Debian_Testing builds fail due to the 'mount', 'mkdir', 'mkswap' and 'swapon' binaries being linked against libpcre2, while only libpcre3 is installed: ... [ 3s] [23/72] preinstalling libpcre3... ... [ 17s] mount: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 17s] mkdir: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 17s] mkdir: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 17s] mount: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 17s] mount: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 17s] mkswap: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 17s] swapon: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory full log e.g. https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/li... This JFYI, in case this wasn't known yet. Regards, Harald -- - Harald Welte <laforge@gnumonks.org> http://laforge.gnumonks.org/ ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Thu, Aug 08, 2019 at 10:06:28AM +0200, Harald Welte wrote:
It appears that from some point onwards, all Debian_Testing builds fail due to the 'mount', 'mkdir', 'mkswap' and 'swapon' binaries being linked against libpcre2, while only libpcre3 is installed:
Adding the following to the prjconf seems to work around the issue: Preinstall: libpcre2-8-0 -- - Harald Welte <laforge@gnumonks.org> http://laforge.gnumonks.org/ ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Small hint for all those who are affected and use their repository for more than just debian testing, there's a macro which can be used to query for debian: %if 0%{?debian} Preinstall: libpcre2-8-0 %endif I also documented that in the wiki at <https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto#Detect_a_distribution_flavor_for_special_code> Sebastian On 08/08/2019 10.14, Harald Welte wrote:
On Thu, Aug 08, 2019 at 10:06:28AM +0200, Harald Welte wrote:
It appears that from some point onwards, all Debian_Testing builds fail due to the 'mount', 'mkdir', 'mkswap' and 'swapon' binaries being linked against libpcre2, while only libpcre3 is installed: Adding the following to the prjconf seems to work around the issue:
Preinstall: libpcre2-8-0
On Donnerstag, 8. August 2019, 10:14:26 CEST Harald Welte wrote:
On Thu, Aug 08, 2019 at 10:06:28AM +0200, Harald Welte wrote:
It appears that from some point onwards, all Debian_Testing builds fail due to the 'mount', 'mkdir', 'mkswap' and 'swapon' binaries being linked against libpcre2, while only libpcre3 is installed: Adding the following to the prjconf seems to work around the issue:
Preinstall: libpcre2-8-0
uh, they reverted from libpcre3? Config got adapted, thanks! -- Adrian Schroeter SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Harald Welte
-
Sebastian