i'm not terribly familiar with prelink so i havent had much luck tracing back the exact issue to see if it's benign, but these tests fail when linking with -Wl,--enable-new-dtags: FAIL: deps1.sh FAIL: deps2.sh FAIL: undosyslibs.sh tested with prelink-0.3.10-1.src.rpm
Created attachment 150842 [details] difference between deps1.log
That's not really surprising, given that the tests use LD_LIBRARY_PATH and expect it doesn't override DT_RPATH (while if you build with -Wl,--enable-new-dtags DT_RUNPATH is overridden by LD_LIBRARY_PATH). Don't do it then? Or at least don't do it for make check in prelink?
the reason for the bug was i wanted verification from someone who knew the source code that this is merely a test issue and not an actual defect in the code that would show up at runtime when using DT_RUNPATH i'll patch prelink so that the common test sh file does: CC="$CC -Wl,--disable-new-dtags" thanks for your indulgence :)