Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715586 - sys-kernel/gentoo-sources-5.6.0: error: invalid preprocessing directive #en__SYSCALL_I386
Summary: sys-kernel/gentoo-sources-5.6.0: error: invalid preprocessing directive #en__...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-31 07:40 UTC by lekto
Modified: 2020-05-14 09:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,6.18 KB, application/x-info)
2020-03-31 07:40 UTC, lekto
Details
.config (.config,132.00 KB, text/plain)
2020-04-01 02:54 UTC, lekto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lekto 2020-03-31 07:40:27 UTC
Created attachment 627880 [details]
emerge --info

>blaszak /usr/src/linux # make
>  HOSTCC  scripts/basic/fixdep
>  HOSTCC  arch/x86/tools/relocs_32.o
>  HOSTCC  arch/x86/tools/relocs_64.o
>  HOSTCC  arch/x86/tools/relocs_common.o
>  HOSTLD  arch/x86/tools/relocs
>  HOSTCC  scripts/selinux/genheaders/genheaders
>  HOSTCC  scripts/selinux/mdp/mdp
>  HOSTCC  scripts/kallsyms
>  HOSTCC  scripts/sorttable
>  HOSTCC  scripts/asn1_compiler
>  HOSTCC  scripts/extract-cert
>  HOSTCC  scripts/mod/mk_elfconfig
>  CC      scripts/mod/empty.o
>  MKELF   scripts/mod/elfconfig.h
>  HOSTCC  scripts/mod/modpost.o
>  CC      scripts/mod/devicetable-offsets.s
>  HOSTCC  scripts/mod/file2alias.o
>  HOSTCC  scripts/mod/sumversion.o
>  HOSTLD  scripts/mod/modpost
>  CC      kernel/bounds.s
>  CC      arch/x86/kernel/asm-offsets.s
>In file included from arch/x86/kernel/asm-offsets_64.c:28,
>                 from arch/x86/kernel/asm-offsets.c:29:
>./arch/x86/include/generated/asm/syscalls_32.h:1240:2: error: invalid preprocessing directive #en__SYSCALL_I386
> 1240 | #en__SYSCALL_I386(423, __ia32_sys_sched_rr_get_interval, )
>      |  ^~~~~~~~~~~~~~~~
>make[1]: *** [scripts/Makefile.build:101: arch/x86/kernel/asm-offsets.s] Error 1
>make: *** [Makefile:1113: prepare0] Error 2
Comment 1 Jonas Stein gentoo-dev 2020-03-31 23:33:37 UTC
please attach your kernel config.
Comment 2 lekto 2020-04-01 02:54:50 UTC
Created attachment 628130 [details]
.config
Comment 3 Mike Pagano gentoo-dev 2020-05-13 19:47:22 UTC
Can you test with 5.6.12.

I was able to use your config and compile that version
Comment 4 lekto 2020-05-14 02:53:27 UTC
I forgot about it, version 5.6.1 and newer compile fine.