Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650550 - sys-kernel/gentoo-sources - parse-options.c: In function ‘get_value’: parse-options.c:101:7: error: this statement may fall through [-Werror=implicit-fallthrough=]
Summary: sys-kernel/gentoo-sources - parse-options.c: In function ‘get_value’: parse-o...
Status: RESOLVED NEEDINFO
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: 2018-03-15 10:32 UTC by Xuefer
Modified: 2018-07-23 19:33 UTC (History)
0 users

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


Attachments
emerge --info gcc (info.log.gz,3.82 KB, application/gzip)
2018-03-15 10:32 UTC, Xuefer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xuefer 2018-03-15 10:32:32 UTC
Created attachment 523994 [details]
emerge --info gcc

reproduced with: gentoo-sources version: sys-kernel/gentoo-sources-4.14.26 and sys-kernel/gentoo-sources-4.9.76-r1 (linux-4.9.76-gentoo-r1)

  HOSTCC  scripts/mod/file2alias.o
parse-options.c: In function ‘get_value’:
parse-options.c:101:7: error: this statement may fall through [-Werror=implicit-fallthrough=]
    if (!(opt->flags & PARSE_OPT_NOARG))
       ^
parse-options.c:104:3: note: here
   case OPTION_BOOLEAN:
   ^~~~
parse-options.c: In function ‘print_option_help’:
parse-options.c:695:6: error: this statement may fall through [-Werror=implicit-fallthrough=]
   if (opts->flags & PARSE_OPT_NOARG)
      ^
parse-options.c:698:2: note: here
  case OPTION_STRING:
  ^~~~
cc1: all warnings being treated as errors
mv: cannot stat '/usr/src/linux-4.9.76-gentoo-r1/tools/objtool/.parse-options.o.tmp': No such file or directory
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-03-20 04:59:16 UTC
Please store the kernel build output and attach it to this bug report.
Comment 2 Mike Pagano gentoo-dev 2018-06-13 22:09:58 UTC
Is this still an issue? If so, can you attach you .config and don't gzip anything, please?