[Pkg-security-team] Review of ncrack and t50

Raphael Hertzog hertzog at debian.org
Tue Jul 26 12:30:09 UTC 2016


Hi,

On Mon, 25 Jul 2016, Marcos Fouces wrote:
> The default behavior (without overrides) triggers this warning:
> 
> W: t50-dbgsym: debug-file-with-no-debug-symbols

This usually means that the build system did not pass "-g" into CFLAGS,
this seems confirmed by configure.ac:

    # For now, this system will compile ok only on Intel/AMD x86 platforms.
    AC_ARG_ENABLE([debug],
      AS_HELP_STRING([--enable-debug], [Enable T50 debug information]),
      [CFLAGS="-O0 -g -D__HAVE_DEBUG__"],
      [CFLAGS="-O3 -march=native"; if grep -q '^flags.*:.*movbe' /proc/cpuinfo; then CFLAGS="$CFLAGS -mmovbe"; fi])

Please inject the "-g" to CFLAGS with DEB_CFLAGS_MAINT_PREPEND for example (cf
man dpkg-buildflags).

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/



More information about the Pkg-security-team mailing list