Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946540AbWKAKJ0 (ORCPT ); Wed, 1 Nov 2006 05:09:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946123AbWKAKJ0 (ORCPT ); Wed, 1 Nov 2006 05:09:26 -0500 Received: from mailhub.sw.ru ([195.214.233.200]:46165 "EHLO relay.sw.ru") by vger.kernel.org with ESMTP id S1946540AbWKAKJZ (ORCPT ); Wed, 1 Nov 2006 05:09:25 -0500 Message-ID: <45487246.2080309@sw.ru> Date: Wed, 01 Nov 2006 13:09:10 +0300 From: Vasily Averin User-Agent: Thunderbird 1.5.0.7 (X11/20060911) MIME-Version: 1.0 To: Andrew Morton , Evgeniy Polyakov CC: Linux Kernel Mailing List , devel@openvz.org Subject: 2.6.19-rc3-mm1: compilation fails if CONFIG_KEVENT is disabled X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1142 Lines: 32 Hello Evgeniy, Probably this issue is already known for you, but anyway: [linux-2.6.19-rc3-mm1]$ ARCH=i386 make CHK include/linux/version.h CHK include/linux/utsrelease.h CHK include/linux/compile.h GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 arch/i386/kernel/built-in.o(.rodata+0x520): In function `sys_call_table': : undefined reference to `sys_kevent_get_events' arch/i386/kernel/built-in.o(.rodata+0x524): In function `sys_call_table': : undefined reference to `sys_kevent_ctl' arch/i386/kernel/built-in.o(.rodata+0x528): In function `sys_call_table': : undefined reference to `sys_kevent_wait' make: *** [.tmp_vmlinux1] Error 1 [linux-2.6.19-rc3-mm1]$ grep KEVENT .config CONFIG_GENERIC_CLOCKEVENTS=y # CONFIG_KEVENT is not set thank you, Vasily Averin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/