Created attachment 14768 [details] [review] 0008-Export-symbols-required-by-new-compiling-modules.patch tdfx: XAAReverseBitOrder vgaHWEnable trident: vgaHWProtectWeak vgaHWBlankScreenWeak tga: RamDacDestroyInfoRec RamDacGetHWIndex RamDacCreateInfoRec BTramdacProbe RamDacFreeRec RamDacHandleColormaps XAAGetGCKey RamDacInit neomagic: xaaSetupWrapper vgaHWSaveScreenWeak xxSetup chips: xf86I2CFindBus vgaHWAllocDefaultRegs XAAInitDualFramebufferOverlay XAAGetStippleScanlineFuncMSBFirst Drivers compiling, but still broken, requiring symbol xf86GetPciVideoInfo: neomagic nsc voodoo voodoo driver also requires missing symbols: pciReadLong pciWriteLong The proper fix would be to export everything in the sdk, i.e. /usr/include/xorg. But I believe it is a good idea to, at first, know when a new dependency appears, but for a release, where compiling with hidden symbols would be enabled, the entire sdk should be made available.
Created attachment 14770 [details] [review] 0008-Export-symbols-required-by-new-compiling-modules.patch Replace previous version of the patch. Alternatively, just add #include "misc.h" to hw/xfree86/xaa/xaaBitOrder.c for defintion of _X_EXPORT.
Comment on attachment 14770 [details] [review] 0008-Export-symbols-required-by-new-compiling-modules.patch These have been added to patch 5 in bug #14730
Marking as closed INVALID because patch has been integrated in patch 5 of bug #14730, to avoid too much patches flying around.
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.