Bug 4608

Summary: undefined symbol: mga_read_and_process_bios
Product: xorg Reporter: Dmitry 'MAD' Artamonow <mad_soft>
Component: Build/ModularAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: 6.99.99.900 (7.0 RC0)   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 1690    

Description Dmitry 'MAD' Artamonow 2005-09-27 04:01:49 UTC
Trying to build and start modular Xorg release candidate 0, I get next message 
in logs:

Xorg: relocation error: /usr/local/lib/xorg/modules/drivers/mga_drv.so: 
undefined symbol: mga_read_and_process_bios

I tried to grep in xf86-video-mga-1.1.2 sources and found only this:

[mad@slowdown xf86-video-mga-1.1.2]$ grep -r mga_read_and_process_bios *
src/mga.h:Bool mga_read_and_process_bios(ScrnInfoPtr pScrn);
src/mga_driver.c:    mga_read_and_process_bios( pScrn );
src/mga_merge.c:    mga_read_and_process_bios( pScrn );

Seems that some file containing mga_read_and_process_bios is missing.
Comment 1 Adam Jackson 2005-09-29 14:26:43 UTC
fixed in head as of xf86-video-mga version 1.1.2.1.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.