FS#20777 - LD_BIND_NOW=1 radeon_drv.so: undefined symbol: RT_SetConnector
Attached to Project:
Arch Linux
Opened by Ivan Lyapunov (dront78) - Wednesday, 08 September 2010, 14:27 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 08 September 2010, 18:42 GMT
Opened by Ivan Lyapunov (dront78) - Wednesday, 08 September 2010, 14:27 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 08 September 2010, 18:42 GMT
|
Details
Description:
There is a strange error with radeon_drv.so reproduced only with LD_BIND_NOW Additional info: * package version(s) latest * config and/or log files etc. X --configure Steps to reproduce: export LD_BIND_NOW=1 startx dlopen: /usr/lib/xorg/modules/drivers/radeon_drv.so: undefined symbol: RT_SetConnector no XServer start |
This task depends upon
Closed by Jan de Groot (JGC)
Wednesday, 08 September 2010, 18:42 GMT
Reason for closing: Won't fix
Additional comments about closing: exporting LD_BIND_NOW is not supported for starting X. Several other drivers have this problem also.
Wednesday, 08 September 2010, 18:42 GMT
Reason for closing: Won't fix
Additional comments about closing: exporting LD_BIND_NOW is not supported for starting X. Several other drivers have this problem also.
Comment by Jan de Groot (JGC) -
Wednesday, 08 September 2010, 18:29 GMT
You shouldn't start X with that variable exported, as it breaks
submodule loading. What radeon_drv does is linking against an
optional theatre module. The codepath that calls the missing
symbols loads the theatre or theatre200 submodule to resolve the
missing symbols. Because you start X with LD_BIND_NOW=1, the
dlopen code will not get called and the linker refuses to start X
because a driver has missing symbols.