Bug#688510: FTBFS: Configuration check does not support 3.x kernels
Michael Tautschnig
mt at debian.org
Sun Sep 23 10:22:19 UTC 2012
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/forensics-devel/attachments/20120923/d2963b62/attachment.pgp>
More information about the forensics-devel
mailing list