Bug 4608 - undefined symbol: mga_read_and_process_bios
Summary: undefined symbol: mga_read_and_process_bios
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Build/Modular (show other bugs)
Version: 6.99.99.900 (7.0 RC0)
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1690
  Show dependency treegraph
 
Reported: 2005-09-27 04:01 UTC by Dmitry 'MAD' Artamonow
Modified: 2005-09-28 21:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.