Hi, Today when I run an 'osc build', I am getting the following error on my fully updated Tumbleweed system: [ 4s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' /home/abuild/rpmbuild/SOURCES/virtualbox.spec [ 4s] rpmbuild: symbol lookup error: /lib64/librpmbuild.so.9: undefined symbol: rpmlogGetNrecsByMask Is this a transient problem or a real bug? Larry
On Tue, 2022-08-09 at 10:47 -0500, Larry Finger wrote:
Hi,
Today when I run an 'osc build', I am getting the following error on my fully updated Tumbleweed system:
[ 4s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' /home/abuild/rpmbuild/SOURCES/virtualbox.spec [ 4s] rpmbuild: symbol lookup error: /lib64/librpmbuild.so.9: undefined symbol: rpmlogGetNrecsByMask
Is this a transient problem or a real bug?
That more sounds like an issue in your buildroot than on the TW install itself. try osc build --clean Cheers, Dominique
On 8/9/22 11:19, Dominique Leuenberger / DimStar wrote:
On Tue, 2022-08-09 at 10:47 -0500, Larry Finger wrote:
Hi,
Today when I run an 'osc build', I am getting the following error on my fully updated Tumbleweed system:
[ 4s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' /home/abuild/rpmbuild/SOURCES/virtualbox.spec [ 4s] rpmbuild: symbol lookup error: /lib64/librpmbuild.so.9: undefined symbol: rpmlogGetNrecsByMask
Is this a transient problem or a real bug?
That more sounds like an issue in your buildroot than on the TW install itself.
try osc build --clean
Dominique, That fixed the problem. I thought that the clean had been done with no effect, but it works now. Thanks, Larry
participants (2)
-
Dominique Leuenberger / DimStar
-
Larry Finger