[Bug 283920] devel/linux-rl9-devtools: readelf is missing a required shared library: libdebuginfod.so.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Jan 2025 09:20:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283920

            Bug ID: 283920
           Summary: devel/linux-rl9-devtools: readelf is missing a
                    required shared library: libdebuginfod.so.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: emulation@FreeBSD.org
          Reporter: thmu7@freenet.de
          Assignee: emulation@FreeBSD.org
             Flags: maintainer-feedback?(emulation@FreeBSD.org)

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.