* Paride Legovini: > I: s-nail: hardening-no-fortify-functions usr/bin/s-nail > I: s-nail: hardening-no-fortify-functions usr/lib/s-nail/s-nail-privsep
I believe that your CFLAGS/LDFLAGS analysis for this warning (as well as the proposed change) is correct. > W: s-nail-dbgsym: debug-file-with-no-debug-symbols > usr/lib/debug/.build-id/a7/0016ff0ddb7b0e70321b28e68f529204140f60.debug > W: s-nail-dbgsym: debug-file-with-no-debug-symbols > usr/lib/debug/.build-id/b0/3145705a4f0f2c7171bac4dc4b2c2ba23bb372.debug There is more than one possible reason for this: The C compiler may not have not added debug symbols in the first place (look for -g...). Or the debug symbols may have been removed afterwards (look for strip or install -s). Cheers, -Hilko