Package: memdump
Version: 1.01-6
Severity: serious

While building, a script makedefs is called, which runs

SYSTEM=`(uname -s) 2>/dev/null`
RELEASE=`(uname -r) 2>/dev/null`

case "$SYSTEM.$RELEASE" in

and then supports

  Linux.2.4*)   DEFS="-DLINUX2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
                ;;
    Linux.2*)   DEFS="-DLINUX2"
                ;;
        GNU*)   DEFS="-DLINUX2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
                ;;
           *)   echo unsupported system: $SYSTEM.$RELEASE 1>&2; exit 1
                ;;

As wheezy will ship 3.x kernels, this necessarily fails to build in a proper
wheezy environment.

Best,
Michael

Attachment: pgpAjvoNTko3y.pgp
Description: PGP signature

Reply via email to