| Summary: | net-firewall/xtables-addons with >=kernel-4.15 - sandbox violation in /usr/src/linux/null.dwo by objcopy --extract-dwo /var/tmp/portage/net-firewall/xtables-addons-2.13/temp/ccy6PMI9.o null.dwo | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Marcin Mirosław <bug> |
| Component: | Eclasses | Assignee: | Anthony Basile <blueness> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nelo |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 653286 | ||
| Bug Blocks: | |||
| Attachments: |
xtables-addons_build.log
xtables-addons_config.log sys-kernel/spl_build.log |
||
|
Description
Marcin Mirosław
2018-02-05 08:21:18 UTC
Created attachment 517842 [details]
xtables-addons_build.log
Created attachment 517844 [details]
xtables-addons_config.log
Created attachment 517850 [details]
sys-kernel/spl_build.log
It's failing because of CONFIG_DEBUG_INFO_SPLIT in the kernel config. try disabling that. I'm currently working on linux-mod.eclass and can look at the issue a bit deeper, seems it needs some patching or sandbox massage. this bug should depend on https://bugs.gentoo.org/653286 (In reply to Georgy Yakovlev from comment #4) > It's failing because of CONFIG_DEBUG_INFO_SPLIT in the kernel config. try > disabling that. Thanks Georgy for information, I was wondering why so few people has that problem now I know:) |