Bug 458519

Summary: Undefined symbol __udivsi3 in /usr/lib/dri/libdricore.so prevents DRI from being enabled
Product: [Fedora] Fedora Reporter: Émeric Maschino <emeric.maschino>
Component: mesaAssignee: Adam Jackson <ajax>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: ajax, fedora-ia64-committee
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-11 02:52:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 163350    

Description Émeric Maschino 2008-08-09 09:14:49 UTC
Description of problem:
Direct rendering cannot be enabled because of an undefined symbol __udivsi3 in the /usr/lib/dri/libdricore.so object.

Version-Release number of selected component (if applicable):
mesa-libGL-7.1-0.29.fc9.ia64

How reproducible:
Always

Steps to Reproduce:
1. Open a graphical terminal
2. From there, enter: export LIBGL_DEBUG=verbose
3. Then, enter: glxinfo
  
Actual results:
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 5.3.0 r300 (screen 0)
libGL: OpenDriver: trying /usr/lib/dri/r300_dri.so
libGL error: dlopen /usr/lib/dri/r300_dri.so failed (/usr/lib/dri/libdricore.so: undefined symbol: __udivsi3)
libGL error: unable to load driver: r300_dri.so
display: :0  screen: 0
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)

Expected results:
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 5.3.0 r300 (screen 0)
libGL: OpenDriver: trying /usr/lib/dri/r300_dri.so
display: :0  screen: 0
direct rendering: Yes

Additional info:
I don't know whether this issue is specific to the Itanium (ia64) architecture, generic to all 64-bit platforms, or affect all supported architectures as I don't have an other non-ia64 system to try.

Comment 1 Émeric Maschino 2008-08-10 21:19:29 UTC
FYI, it seems that the problem has been fixed in Rawhide. DRI is enabled with mesa-dri-drivers-7.1-0.37.fc10.ia64.

Comment 2 Adam Jackson 2008-08-11 02:52:39 UTC
Fixed in rawhide and F9 updates.