Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2014 12:54:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 192056] [new_xorg] freebsd:10:x86:32 repository: libGL/dri libraries have DT_RPATH tags but are missing DT_RUNPATH tags
Message-ID:  <bug-192056-7141-PSzgow1AfL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192056-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192056-7141@https.bugs.freebsd.org/bugzilla/>

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

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

Koop Mast <kwm@FreeBSD.org> changed:

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

--- Comment #1 from Koop Mast <kwm@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192056-7141-PSzgow1AfL>