[Bug 192056] [new_xorg] freebsd:10:x86:32 repository: libGL/dri libraries have DT_RPATH tags but are missing DT_RUNPATH tags

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 19 12:54:57 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192056

Koop Mast <kwm at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |Issue Resolved
                 CC|                            |kwm at FreeBSD.org
         Resolution|---                         |Unable to Reproduce

--- Comment #1 from Koop Mast <kwm at FreeBSD.org> ---
This seems to have been fixed. I have no idea how or why. Please reopen if it
still a problem.

libGL & dri 10.3.0
> elfdump -d /usr/local/lib/libGL.so| grep PATH
    d_tag: DT_RPATH
    d_tag: DT_RUNPATH
> elfdump -d /usr/local/lib/dri/i965_dri.so  | grep PATH
    d_tag: DT_RPATH
    d_tag: DT_RUNPATH

libGL & dri 9.1.7
> elfdump -d /usr/local/lib/dri/i965_dri.so | grep PATH
    d_tag: DT_RPATH
    d_tag: DT_RUNPATH
> elfdump -d /usr/local/lib/libGL.so | grep PATH
    d_tag: DT_RPATH
    d_tag: DT_RUNPATH

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


More information about the freebsd-x11 mailing list