Synaptics (the lastest version) compiles fine with xfree-4.3.99.902 but it doesn't works if you have -fPIC in USE Reproducible: Always Steps to Reproduce: 1.put -fPIC in USE 2.emerge synaptics 3.X Actual Results: xfree doesn't works due to a synaptics module fail Expected Results: xfree should works Don't use -fPIC in USE and it will works fine
I mean in CFLAGS not in USE, sorry
Right we got the idea. =)
Which arch are you experiencing this on? (for those who know what im talking about) This looks similar to the limitation on xalloc and its memory allocation, which stuffs up relocation on certain systems. This is something that would be fixed by dlloader if it worked properly. For the record this is the list that is broken and mapped to use malloc from within XFree. Are you using something else? PowerMAX_OS/PPC Linux/Alpha Linux/PPC Linux/IA-64
is in a x86 with kernel sys-kernel/gentoo-dev-sources-2.6.1-r1 elbicho .varios 21:53:14 # cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 11 model name : Intel(R) Pentium(R) III Mobile CPU 1200MHz stepping : 1 cpu MHz : 1196.285 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 2367.48
Out of curiosity why do you want -fPIC in synaptics to begin with?
This bug has been inactive for a while. Since it seems to work fine for me with PIC and PIE-SSP, I'm gonna go ahead and mark it as such.