| Summary: | sys-kernel/gentoo-sources-4.16 - /bin/sh: -c: line 0: syntax error near unexpected token `&&' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jiri Pittner <jiri.pittner> |
| Component: | Current packages | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | herrtimson |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
kernel 4.16.0 Makefile
.config |
||
|
Description
Jiri Pittner
2018-04-03 12:36:23 UTC
The error happens also when compiling 4.16.2. Can you attach your .config ? Created attachment 527926 [details]
.config
Here .config is attached.
The same behavior with 4.16.3 The same problem with 4.16.5 The same in 4.16.6 I have finally found the problem - it was an exported environment variable "export host=jp". After "unset host" the compilation runs without problems. So for me the problems is solved, but maybe the make process of the kernel should somehow sanitize the environment, not to get confused by something the user defines. |