Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jan 2025 09:20:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 283920] devel/linux-rl9-devtools: readelf is missing a required shared library: libdebuginfod.so.1
Message-ID:  <bug-283920-4077-dWJ9GWoyhH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283920-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283920-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-emulation (Nob=
ody)
<emulation@FreeBSD.org> for maintainer-feedback:
Bug 283920: devel/linux-rl9-devtools: readelf is missing a required shared
library: libdebuginfod.so.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283920



--- Description ---
The readelf program installed by devel/linux-rl9-devtools fails to execute=
=20
due to a missing shared library:

$ /compat/linux/bin/bash /compat/linux/bin/ldd /compat/linux/usr/bin/readel=
f=20
	linux-vdso.so.1 (0x00007fffffffe000)
	libctf-nobfd.so.0 =3D> /lib64/libctf-nobfd.so.0 (0x000000080110d000)
	libz.so.1 =3D> /lib64/libz.so.1 (0x000000080112a000)
	libdebuginfod.so.1 =3D> not found
	libc.so.6 =3D> /lib64/libc.so.6 (0x0000000801200000)
	/lib64/ld-linux-x86-64.so.2 (0x0000000001021000)

$ /compat/linux/usr/bin/readelf  -v
/compat/linux/usr/bin/readelf: error while loading shared libraries:
libdebuginfod.so.1: cannot open shared object file: No such file or directo=
ry

The missing library is proved by RL9 package
elfutils-debuginfod-client-0.191-4.el9.x86_64.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283920-4077-dWJ9GWoyhH>