Skip to content

x/exp,x/mobile/gl: build failure on darwin-arm64-11_0-toothrot due to missing OpenGL ES headers #43220

Closed
@bcmills

Description

@bcmills

Note that the build failure here is on an x/mobile library, but the failure is observed while building the x/exp repo.

2020-12-15T15:35:30-b5a6e24/darwin-arm64-11_0-toothrot

# golang.org/x/mobile/gl
In file included from /tmp/buildlet/gopath/pkg/mod/golang.org/x/mobile@v0.0.0-20190719004257-d2bd2a29d028/gl/work.go:29:
./work.h:18:10: fatal error: 'OpenGLES/ES2/glext.h' file not found
#include <OpenGLES/ES2/glext.h>
         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.

CC @golang/release @hyangah

Activity

added
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Dec 16, 2020
added this to the Unreleased milestone on Dec 16, 2020
dmitshur

dmitshur commented on Feb 6, 2021

@dmitshur
Member

I missed this and made a duplicate issue #43237. This was fixed, see that issue for details.

locked and limited conversation to collaborators on Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dmitshur@bcmills@gopherbot

        Issue actions

          x/exp,x/mobile/gl: build failure on darwin-arm64-11_0-toothrot due to missing OpenGL ES headers · Issue #43220 · golang/go