Summary: | sys-devel/bison-3.8.2 fails to build; ACCESS DENIED fopen_wr: /proc/self/coredump_filter | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexander Veit <gentoo> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | jstein, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=711804 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Build log
config.log |
Description
Alexander Veit
2021-12-18 13:42:43 UTC
Created attachment 759589 [details]
Build log
I suspect your javac is crashing and trying to collect a coredump. Anyway, we should probably disable this automagic dep. Please attach config.log. Created attachment 760132 [details]
config.log
Have you got a Java in /java? configure:12444: result: no configure:12534: checking for Java compiler configure:12790: found /java/jdk11/bin/javac configure:12941: javac -d . conftest.java configure:12970: javac -target 1.7 -d . conftest.java It's using that rather than any system copy. There's a JDK 8 in /java/jdk8 and a JDK 11 in /java/jdk11. As written before, emerge fails with both. (In reply to Alexander Veit from comment #6) > There's a JDK 8 in /java/jdk8 and a JDK 11 in /java/jdk11. As written > before, emerge fails with both. I don't see where you wrote that you're using a Java from outside of Portage. |