Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

SOLVED - libepoxy fails


dave-d

Question

I'm doing a fresh install of FUNTOO and while installing networkmanager, libepoxy fails. I have tried all libepoxy's in portage, 1.4.2, 1.4.3, 1.5.1, 1.5.2, they all fail with the same error message. I'm following the FUNTOO install guide: https://www.funtoo.org/Install

I have found no solutions on the net.

Anyone have an idea?

build.log emerge_info emerge_pqv-libepoxy

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
1 hour ago, cardinal said:

Build dies on missing eglplatform.h :

include/epoxy/egl_generated.h:11:10: fatal error: EGL/eglplatform.h: No such file or directory
   11 | #include "EGL/eglplatform.h"


rj@funtoo ~ $ equery belongs eglplatform.h
 * Searching for eglplatform.h ... 
media-libs/mesa-gl-headers-19.1.4 (/usr/include/EGL/eglplatform.h)

Install mesa-gl-headers


emerge -1av mesa-gl-headers libepoxy

 

I did the search for eglplatform.h on my laptop with gentoo and it shows from the mesa package so, I tried reinstalling the mesa package.

libepoxy is installed now.
Thank you!

Link to comment
Share on other sites

  • 0

Build dies on missing eglplatform.h :

include/epoxy/egl_generated.h:11:10: fatal error: EGL/eglplatform.h: No such file or directory
   11 | #include "EGL/eglplatform.h"

rj@funtoo ~ $ equery belongs eglplatform.h
 * Searching for eglplatform.h ... 
media-libs/mesa-gl-headers-19.1.4 (/usr/include/EGL/eglplatform.h)

Install mesa-gl-headers

emerge -1av mesa-gl-headers libepoxy

 

Link to comment
Share on other sites

  • 0
On 10/7/2019 at 11:32 PM, drobbins said:

I'll take a look at the bug and see if eglplatform.h is in the right place or not.

I'm wondering if the bug is not with the libepoxy ebuild not having a dependancy on mesa-gl-headers, if that is where the file is actually coming from?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...