2014-08-01 18:33 GMT-03:00 J. Roeleveld <jo...@antarean.org>:
> On 1 August 2014 23:12:23 CEST, Stroller <strol...@stellar.eclipse.co.uk> 
> wrote:
>>
>>On Thu, 31 July 2014, at 12:49 am, Facundo Curti <facu.cu...@gmail.com>
>>wrote:
>>
>>> include/trace/events/kmem.h:528:1: aviso: se declaró ‘struct
>>> address_space’ dentro de la lista de parámetros [activado por
>>defecto]
>>> include/trace/events/kmem.h:528:1: aviso: su ámbito es solamente esta
>>> definición o declaración, lo cual probablemente no es lo que desea
>>> [activado por defecto]
>>
>>More of us may be able to help if you set your language to English and
>>resubmit your error messages.
>>
>>I believe this may be as easy as running `LC_MESSAGES=C make && make
>>modules_install`

Sorry. You are rigth. My bad.
>>
>>Related: http://permalink.gmane.org/gmane.linux.gentoo.devel/87489
>>
>>Stroller.
>
> Apart from rerunning the compile with a default locale like Stroller 
> suggested.
>
> Can you also provide the command you used?
I used:
make -j12 && make modules_install
But is the same using "make && make modules_install"


Here is the output again. Now in english. Sorry for that :P

  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  SYMLINK include/asm -> include/asm-x86
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/basic/hash
  CC      kernel/bounds.s
  GEN     include/linux/bounds.h
  CC      arch/x86/kernel/asm-offsets.s
  GEN     include/asm/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  HOSTCC  scripts/genksyms/genksyms.o
  HOSTCC  scripts/genksyms/lex.o
  HOSTCC  scripts/genksyms/parse.o
  HOSTLD  scripts/genksyms/genksyms
  CC      scripts/mod/empty.o
  HOSTCC  scripts/mod/mk_elfconfig
  MKELF   scripts/mod/elfconfig.h
  HOSTCC  scripts/mod/file2alias.o
scripts/mod/file2alias.c:797:12: warning: ‘do_x86cpu_entry’ defined
but not used [-Wunused-function]
  HOSTCC  scripts/mod/modpost.o
scripts/mod/modpost.c: In function ‘get_markers’:
scripts/mod/modpost.c:1563:12: warning: ignoring return value of
‘asprintf’, declared with attribute warn_unused_result
[-Wunused-result]
scripts/mod/modpost.c: In function ‘add_marker’:
scripts/mod/modpost.c:1993:10: warning: ignoring return value of
‘asprintf’, declared with attribute warn_unused_result
[-Wunused-result]
  HOSTCC  scripts/mod/sumversion.o
  HOSTLD  scripts/mod/modpost
  HOSTCC  scripts/mod/mod-extract
  HOSTCC  scripts/kallsyms
scripts/kallsyms.c: In function ‘read_symbol’:
scripts/kallsyms.c:112:9: warning: ignoring return value of ‘fgets’,
declared with attribute warn_unused_result [-Wunused-result]
  HOSTCC  scripts/pnmtologo
  HOSTCC  scripts/conmakehash
  HOSTCC  scripts/bin2c
  CC      init/main.o
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  CC      init/do_mounts.o
  LD      init/mounts.o
  CC      init/noinitramfs.o
  CC      init/calibrate.o
  LD      init/built-in.o
  LD      usr/built-in.o
  LD      arch/x86/crypto/built-in.o
  AS      arch/x86/ia32/ia32entry.o
  CC      arch/x86/ia32/sys_ia32.o
  CC      arch/x86/ia32/ia32_signal.o
  CC      arch/x86/ia32/ipc32.o
  LD      arch/x86/ia32/built-in.o
  CC      arch/x86/kernel/process_64.o
  CC      arch/x86/kernel/signal.o
  AS      arch/x86/kernel/entry_64.o
  CC      arch/x86/kernel/traps.o
  CC      arch/x86/kernel/irq.o
In file included from include/linux/kmemtrace.h:12:0,
                 from include/linux/slub_def.h:13,
                 from include/linux/slab.h:203,
                 from include/linux/percpu.h:5,
                 from include/linux/percpu_counter.h:13,
                 from include/linux/fs.h:452,
                 from include/linux/sysfs.h:77,
                 from include/linux/kobject.h:21,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from arch/x86/kernel/irq.c:4:
include/trace/events/kmem.h:528:1: warning: ‘struct address_space’
declared inside parameter list [enabled by default]
include/trace/events/kmem.h:528:1: warning: its scope is only this
definition or declaration, which is probably not what you want
[enabled by default]
include/trace/events/kmem.h:528:1: warning: ‘struct address_space’
declared inside parameter list [enabled by default]
include/trace/events/kmem.h:528:1: warning: ‘struct address_space’
declared inside parameter list [enabled by default]
include/trace/events/kmem.h:528:1: warning: ‘struct address_space’
declared inside parameter list [enabled by default]
In file included from include/linux/slab.h:203:0,
                 from include/linux/percpu.h:5,
                 from include/linux/percpu_counter.h:13,
                 from include/linux/fs.h:452,
                 from include/linux/sysfs.h:77,
                 from include/linux/kobject.h:21,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from arch/x86/kernel/irq.c:4:
include/linux/slub_def.h:97:17: error: field ‘kobj’ has incomplete type
make[2]: *** [arch/x86/kernel/irq.o] Error 1
make[1]: *** [arch/x86/kernel] Error 2
make: *** [arch/x86] Error 2

Reply via email to