[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20091215175330.GA8423@nowhere>
Date: Tue, 15 Dec 2009 18:53:33 +0100
From: Frederic Weisbecker <fweisbec@...il.com>
To: Andrew Randrianasulu <randrik_a@...oo.com>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: Re: build failure?
On Tue, Dec 15, 2009 at 12:37:23AM -0800, Andrew Randrianasulu wrote:
> Hello!
>
> using master branch from
>
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary
>
> (up to commit 3ea6b3d0e6d0ffd91c0f8cadeb69b7133c038b32
> Merge: 75b0803 2c948b3
> Author: Linus Torvalds <torvalds@...ux-foundation.org>
> Date: Mon Dec 14 12:50:25 2009 -0800
>
> Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6)
>
> i have strange build failure, anyone saw recently something like this?
>
> -----------build log----------
> CC arch/x86/kernel/pci-nommu.o
> CC arch/x86/kernel/hw_breakpoint.o
> In file included from arch/x86/kernel/hw_breakpoint.c:31:
> include/linux/hw_breakpoint.h: In function 'hw_breakpoint_addr':
> include/linux/hw_breakpoint.h:39: error: 'struct perf_event' has no member named 'attr'
> include/linux/hw_breakpoint.h: In function 'hw_breakpoint_type':
> include/linux/hw_breakpoint.h:44: error: 'struct perf_event' has no member named 'attr'
> include/linux/hw_breakpoint.h: In function 'hw_breakpoint_len':
> include/linux/hw_breakpoint.h:49: error: 'struct perf_event' has no member named 'attr'
> include/linux/hw_breakpoint.h: In function 'counter_arch_bp':
> include/linux/hw_breakpoint.h:85: error: 'struct perf_event' has no member named 'hw'
> arch/x86/kernel/hw_breakpoint.c: In function 'arch_build_bp_info':
> arch/x86/kernel/hw_breakpoint.c:280: error: 'struct perf_event' has no member named 'attr'
> arch/x86/kernel/hw_breakpoint.c:283: error: 'struct perf_event' has no member named 'attr'
> arch/x86/kernel/hw_breakpoint.c:303: error: 'struct perf_event' has no member named 'attr'
> arch/x86/kernel/hw_breakpoint.c: In function 'aout_dump_debugregs':
> arch/x86/kernel/hw_breakpoint.c:407: error: 'struct perf_event' has no member named 'attr'
> arch/x86/kernel/hw_breakpoint.c:408: error: 'struct perf_event' has no member named 'attr'
> make[2]: *** [arch/x86/kernel/hw_breakpoint.o] Error 1
> make[1]: *** [arch/x86/kernel] Error 2
> make: *** [arch/x86] Error 2
> ------------build log end----
>
> gcc --version
> gcc (GCC) 4.3.3
> Copyright (C) 2008 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> ---------------------
>
>
> my .config (i tried to find minimal, working on 4MB of ram, config for x86 machine)
>
> ----my .config-----
Thanks. The problem is in some badly written config dependencies I've made.
I'll fix this.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists