v3.4 will not compile
From: James Borum
Date: Mon May 21 2012 - 22:54:56 EST
I can't seem to get v3.4 to compile. See below for the error.
v3.3.3 works fine, did a make oldconfig on that one with all defaults
on Slackware64 13.37
ARCH=x86_64
CC arch/x86/lib/usercopy.o
CC arch/x86/lib/usercopy_64.o
AR arch/x86/lib/lib.a
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
fs/built-in.o: In function `gfs2_lock':
file.c:(.text+0x3d7689): undefined reference to `dlm_posix_lock'
file.c:(.text+0x3d76c8): undefined reference to `dlm_posix_unlock'
file.c:(.text+0x3d76e8): undefined reference to `dlm_posix_get'
fs/built-in.o: In function `gdlm_cancel':
lock_dlm.c:(.text+0x3e9e75): undefined reference to `dlm_unlock'
fs/built-in.o: In function `gdlm_lock':
lock_dlm.c:(.text+0x3ea082): undefined reference to `dlm_lock'
fs/built-in.o: In function `gdlm_unmount':
lock_dlm.c:(.text+0x3ea60e): undefined reference to `dlm_release_lockspace'
fs/built-in.o: In function `control_unlock':
lock_dlm.c:(.text+0x3ea7dd): undefined reference to `dlm_unlock'
fs/built-in.o: In function `sync_lock':
lock_dlm.c:(.text+0x3ea920): undefined reference to `dlm_lock'
fs/built-in.o: In function `gdlm_put_lock':
lock_dlm.c:(.text+0x3eb1fc): undefined reference to `dlm_unlock'
fs/built-in.o: In function `gdlm_mount':
lock_dlm.c:(.text+0x3eb5ad): undefined reference to `dlm_new_lockspace'
lock_dlm.c:(.text+0x3eb869): undefined reference to `dlm_unlock'
lock_dlm.c:(.text+0x3eb8d1): undefined reference to `dlm_release_lockspace'
make: *** [.tmp_vmlinux1] Error 1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/