All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 45907] New: symbol lookup error: /usr/lib64/libXvMCr600.so: undefined symbol: radeon_surface_manager_new
@ 2012-02-10 10:35 bugzilla-daemon
  2012-02-10 23:19 ` [Bug 45907] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-02-10 10:35 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=45907

             Bug #: 45907
           Summary: symbol lookup error: /usr/lib64/libXvMCr600.so:
                    undefined symbol: radeon_surface_manager_new
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/R600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: kdekorte@yahoo.com


Ran mplayer with -vo xvmc option and got this error. 

drm - commit 2cfac57d364d0166ed9472b086c16aea376f495a
mesa - commit a8cc228edd1dd6328f8b9086d768b52f821c6575
xf86-video-ati - commit e20284409937d784847339b5d466a95012d85940

Configured with

drm

./configure --prefix=/usr --libdir=/usr/lib64 

mesa

./autogen.sh --prefix=/usr --libdir=/usr/lib64 --with-dri-drivers="" --with-gallium-drivers=r600,swrast --enable-gallium-egl --enable-openvg --enable-gles1
--enable-gles2 --enable-texture-float --enable-vdpau --enable-xvmc --enable-osmesa --enable-xorg 



xf86-video-ati

./autogen.sh --prefix=/usr --libdir=/usr/lib64 --disable-static --enable-shared


Ran make clean before reconfiguring and building each modules, build and installed in the following order drm, mesa, xf86-video-ati

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 45907] symbol lookup error: /usr/lib64/libXvMCr600.so: undefined symbol: radeon_surface_manager_new
  2012-02-10 10:35 [Bug 45907] New: symbol lookup error: /usr/lib64/libXvMCr600.so: undefined symbol: radeon_surface_manager_new bugzilla-daemon
@ 2012-02-10 23:19 ` bugzilla-daemon
  2012-02-10 23:46 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-02-10 23:19 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=45907

Christian König <deathsimple@vodafone.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Christian König <deathsimple@vodafone.de> 2012-02-10 15:19:23 PST ---
Please double check that your libdrm_radeon.so is installed correctly. Especially that you didn't got an older copy in /usr/lib/x86_64-linux-gnu/ or something
like that.

The problem you're seeing is the to be expected result if you try on old libdrm_radeon with the new mesa source.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 45907] symbol lookup error: /usr/lib64/libXvMCr600.so: undefined symbol: radeon_surface_manager_new
  2012-02-10 10:35 [Bug 45907] New: symbol lookup error: /usr/lib64/libXvMCr600.so: undefined symbol: radeon_surface_manager_new bugzilla-daemon
  2012-02-10 23:19 ` [Bug 45907] " bugzilla-daemon
@ 2012-02-10 23:46 ` bugzilla-daemon
  2012-02-11  2:01 ` bugzilla-daemon
  2012-02-11 15:58 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-02-10 23:46 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=45907

--- Comment #2 from Alex Deucher <agd5f@yahoo.com> 2012-02-10 15:46:53 PST ---
Created attachment 56891
  --> https://bugs.freedesktop.org/attachment.cgi?id=56891
possible fix

Does this patch help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 45907] symbol lookup error: /usr/lib64/libXvMCr600.so: undefined symbol: radeon_surface_manager_new
  2012-02-10 10:35 [Bug 45907] New: symbol lookup error: /usr/lib64/libXvMCr600.so: undefined symbol: radeon_surface_manager_new bugzilla-daemon
  2012-02-10 23:19 ` [Bug 45907] " bugzilla-daemon
  2012-02-10 23:46 ` bugzilla-daemon
@ 2012-02-11  2:01 ` bugzilla-daemon
  2012-02-11 15:58 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-02-11  2:01 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=45907

--- Comment #3 from Kevin DeKorte <kdekorte@yahoo.com> 2012-02-10 18:01:44 PST ---
Alex, your suggested fix does correct the problem.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 45907] symbol lookup error: /usr/lib64/libXvMCr600.so: undefined symbol: radeon_surface_manager_new
  2012-02-10 10:35 [Bug 45907] New: symbol lookup error: /usr/lib64/libXvMCr600.so: undefined symbol: radeon_surface_manager_new bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-02-11  2:01 ` bugzilla-daemon
@ 2012-02-11 15:58 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-02-11 15:58 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=45907

Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Alex Deucher <agd5f@yahoo.com> 2012-02-11 07:58:31 PST ---
fix pushed:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c565ff60d6fce8c3402e60e6475c03717b297965

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-11 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-10 10:35 [Bug 45907] New: symbol lookup error: /usr/lib64/libXvMCr600.so: undefined symbol: radeon_surface_manager_new bugzilla-daemon
2012-02-10 23:19 ` [Bug 45907] " bugzilla-daemon
2012-02-10 23:46 ` bugzilla-daemon
2012-02-11  2:01 ` bugzilla-daemon
2012-02-11 15:58 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.