| Summary: | >=x11-drivers/nvidia-drivers-430.64[tools]: fatal error: EGL/egl.h: No such file or directory | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ionen Wolkens <ionen> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | jstein |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Ionen Wolkens
2020-03-05 21:06:06 UTC
Thank you for the report. Please recompile and *attach* the logfiles and paste the emerge info as described on https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket We need to have all information at hand before ticket assignment, so that the maintainer can look after it in one session with minimal number of callbacks. Please reopen this ticket (Status:unconfirmed) afterwards. Are other versions affected too? I pointed the near exact cause version of it already (-libglvnd and having mesa built without USE=egl). Did forget to mention that it's only with nvidia-drivers[tools]. All >=430.64 versions are affected given: src/libXNVCtrlAttributes/NvCtrlAttributesPrivate.h:#include <EGL/egl.h> src/libXNVCtrlAttributes/NvCtrlAttributesEgl.c:#include <EGL/egl.h> src/glxinfo.c:#include <EGL/egl.h> While there is no dependency check to ensure EGL/egl.h is installed. It's a bit of a edge case given most people have mesa built with [egl]. If that's not enough info, I'm not going to bother further given this bug doesn't concern me anymore. I switched to libglvnd and removed mesa entirely (funny to build and run mesa-progs without mesa). I'll just close this since the trend seem to go toward using libglvnd by default now, so this will lose relevance anyway. |