Re: Symbol xxx unresolved
Matthieu Herrb <[email protected]>
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
Gregory Steuck wrote (in a message from 4)
> I updated my i386 to Oct 3 snapshot and Oct 2 X snapshot. Using
> install bsd /
> cd / && tar zxpf {base,comp,man,misc,x*}32.tgz
> tar zxpf etc32.tgz && mergemaster
> reboot
>
> Now I am seeing the following messages that don't seem to affect
> anything, but I wanted to check if it is normal.
>
> $ grep Symbol /var/log/XFree86.0.log
> Symbol VBEInit from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
> Symbol vbeDoEDID from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
> Symbol vbeFree from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
> Symbol xf86PrintEDID from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
> Symbol xf86SetDDCproperties from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
>
> Complete XFree86.0.log is at http://home.nest.cx:8/greg/XFree86.0.log
It's not 100% normal, but you can ignore them for now if X works for
you.
Some XFree86 modules references symbols that they won't be used in a
given configuration, and thus XFree86 doesn't load the module that
provide those symbols. It works, although ihmo it should not emit
warnings in this case (but it's not straightforward to fix).
Matthieu