From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7 Description of problem: Setting the environment variable LD_DEBUG_OUTPUT to a pathname should capture all LD_DEBUG output to that file. However, the line "conflict processing: <executable>" and its preceding blank line go to stdout instead of to the named file. Version-Release number of selected component (if applicable): binutils-2.15.94.0.2.2-2.1 How reproducible: Always Steps to Reproduce: 1. LD_DEBUG_OUTPUT=foo LD_DEBUG=all date 2. 3. Actual Results: $ LD_DEBUG_OUTPUT=foo LD_DEBUG=all date conflict processing: date Tue Oct 25 19:57:51 PDT 2005 $ Expected Results: $ LD_DEBUG_OUTPUT=foo LD_DEBUG=all date Tue Oct 25 19:57:51 PDT 2005 $ Additional info:
Oops, the problem is in rtld, not /usr/bin/ld. The component version is glibc-2.3.5-10.3 .
Fixed on upstream glibc CVS HEAD, will appear in rawhide whenever a new built will be done.