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/>

index | next in thread | previous in thread | raw e-mail

Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-emulation (Nobody)
<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=283920



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

$ /compat/linux/bin/bash /compat/linux/bin/ldd /compat/linux/usr/bin/readelf 
	linux-vdso.so.1 (0x00007fffffffe000)
	libctf-nobfd.so.0 => /lib64/libctf-nobfd.so.0 (0x000000080110d000)
	libz.so.1 => /lib64/libz.so.1 (0x000000080112a000)
	libdebuginfod.so.1 => not found
	libc.so.6 => /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 directory

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


help

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