From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux; X11; en_US) KHTML/3.5.0 (like Gecko) Description of problem: There is still a dependence on X11R6 in fig2dev, which seems hard to get rid of. Recompiling does not do it, at least with the current imake. Current imake is not exactly fixed for modular X and is not used/supported by X anymore. I had to patch it by hand to achieve this. Another problem to watch for is the fact that rgb.txt is in /usr/lib/X11/rgb.txt on i386 systems BUT is on /usr/lib64/X11/rgb.txt on x86_64. I hope there is an easy fix. Thanks Version-Release number of selected component (if applicable): transfig-3.2.4-12 How reproducible: Always Steps to Reproduce: 1. do "strings /usr/bin/fig2dev | grep R6" 2. Look at the location of the rgb.txt file 3. Additional info:
It looks like tomorrow this location is changing to /usr/share/X11/rgb.txt
it's now fixed in 3.2.4-14. Thanks for your report.