[opensuse-buildservice] Missing librpmbuild.so.8 for local build
Hello. Local build failed because of missing librpmbuild.so.8. + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' /home/abuild/rpmbuild/SOURCES/python-djvulibre.spec rpmbuild: error while loading shared libraries: librpmbuild.so.8: cannot open shared object file: No such file or directory % osc chroot mounting proc: sudo mount -n -tproc none /home/kent/rpmbuild/BUILD-osc/openSUSE_Tumbleweed-x86_64/proc mounting sys: sudo mount -n -tsysfs none /home/kent/rpmbuild/BUILD-osc/openSUSE_Tumbleweed-x86_64/sys [sudo] пароль для root: running: sudo chroot /home/kent/rpmbuild/BUILD-osc/openSUSE_Tumbleweed-x86_64 su - abuild abuild@lazy:~> rpm -ql rpm | grep librpmbuild.so /usr/lib64/librpmbuild.so.7 /usr/lib64/librpmbuild.so.7.0.1 Why it requires librpmbuild.so.8? -- WBR Kyrill
On Jan 17 2018, Kyrill Detinov <lazy.kent@opensuse.org> wrote:
Local build failed because of missing librpmbuild.so.8.
+ exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' /home/abuild/rpmbuild/SOURCES/python-djvulibre.spec rpmbuild: error while loading shared libraries: librpmbuild.so.8: cannot open shared object file: No such file or directory
% osc chroot mounting proc: sudo mount -n -tproc none /home/kent/rpmbuild/BUILD-osc/openSUSE_Tumbleweed-x86_64/proc mounting sys: sudo mount -n -tsysfs none /home/kent/rpmbuild/BUILD-osc/openSUSE_Tumbleweed-x86_64/sys [sudo] пароль для root: running: sudo chroot /home/kent/rpmbuild/BUILD-osc/openSUSE_Tumbleweed-x86_64 su - abuild
abuild@lazy:~> rpm -ql rpm | grep librpmbuild.so /usr/lib64/librpmbuild.so.7 /usr/lib64/librpmbuild.so.7.0.1
Why it requires librpmbuild.so.8?
You must be using a mixup of rpm and rpm-build packages of different versions. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Wed, 17 Jan 2018 22:15:24 +0100 Andreas Schwab wrote:
Why it requires librpmbuild.so.8?
You must be using a mixup of rpm and rpm-build packages of different versions.
'osc build --clean' helps. Thanks. -- WBR Kyrill
participants (2)
-
Andreas Schwab
-
Kyrill Detinov