From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Caulfield Date: Mon, 13 Nov 2006 08:23:02 +0000 Subject: [Cluster-devel] Re: Fwd: linux-2.6.19-rc5-g088406bc build #119 failed In-Reply-To: <200611101349.03476.toralf.foerster@gmx.de> References: <200611101349.03476.toralf.foerster@gmx.de> Message-ID: <45582B66.2000500@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Toralf F?rster wrote: > Hello, > > the build with the attached .config failed, make ends with: > ... > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > fs/built-in.o: In function `make_cluster': > config.c:(.text+0x3810f): undefined reference to `config_group_init_type_name' > config.c:(.text+0x38120): undefined reference to `config_group_init_type_name' > config.c:(.text+0x38131): undefined reference to `config_group_init_type_name' > fs/built-in.o: In function `drop_cluster': > config.c:(.text+0x381a6): undefined reference to `config_item_put' > fs/built-in.o: In function `make_space': > ... > config.c:(.text+0x38744): undefined reference to `config_item_put' > fs/built-in.o: In function `close_connection': > lowcomms.c:(.text+0x3f945): undefined reference to `sock_release' > fs/built-in.o: In function `send_shutdown': > lowcomms.c:(.text+0x3f9fd): undefined reference to `kernel_sendmsg' > fs/built-in.o: In function `receive_from_sock': > lowcomms.c:(.text+0x3fdf0): undefined reference to `kernel_recvmsg' > fs/built-in.o: In function `init_sock': > lowcomms.c:(.text+0x40073): undefined reference to `sock_create_kern' > lowcomms.c:(.text+0x401aa): undefined reference to `sock_release' > fs/built-in.o: In function `initiate_association': > lowcomms.c:(.text+0x40512): undefined reference to `kernel_sendmsg' > fs/built-in.o: In function `send_to_sock': > lowcomms.c:(.text+0x4069c): undefined reference to `kernel_sendmsg' > make: *** [.tmp_vmlinux1] Error 1 > I'm intrigued how you managed to have the DLM enabled when there was no networking configured into the kernel! patrick