Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 15:26:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258434] graphics/egl-wayland: 1.1.8 fails to build: ../include/wayland-eglhandle.h:112:9: error: unknown type name 'PFNEGLSTREAMIMAGECONSUMERCONNECTNVPROC'
Message-ID:  <bug-258434-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258434

            Bug ID: 258434
           Summary: graphics/egl-wayland: 1.1.8 fails to build:
                    ../include/wayland-eglhandle.h:112:9: error: unknown
                    type name 'PFNEGLSTREAMIMAGECONSUMERCONNECTNVPROC'
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich@FreeBSD.org
          Reporter: vvd@unislabs.com
             Flags: maintainer-feedback?(jbeich@FreeBSD.org)
          Assignee: jbeich@FreeBSD.org

12.2 amd64.
1.1.8 build error:

[ 52% 11/21] cc -Isrc/libnvidia-egl-wayland.so.1.1.8.p -Isrc -I../src
-I../include -I../wayland-egl -Iwayland-eglstream -I/usr/local/include/EGL
-I/usr/local/include -I/usr/local/include/libepoll-shim -fno-color-diagnost=
ics
-D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-pch -std=3Dgnu99 -O3 -Wall -Werror
-fvisibility=3Dhidden -DWL_HIDE_DEPRECATED -Wno-pedantic -O2 -pipe -march=
=3Dcore2
-fstack-protector-strong -fno-strict-aliasing -fPIC -pthread -MD -MQ
src/libnvidia-egl-wayland.so.1.1.8.p/wayland-thread.c.o -MF
src/libnvidia-egl-wayland.so.1.1.8.p/wayland-thread.c.o.d -o
src/libnvidia-egl-wayland.so.1.1.8.p/wayland-thread.c.o -c
../src/wayland-thread.c
FAILED: src/libnvidia-egl-wayland.so.1.1.8.p/wayland-thread.c.o
cc -Isrc/libnvidia-egl-wayland.so.1.1.8.p -Isrc -I../src -I../include
-I../wayland-egl -Iwayland-eglstream -I/usr/local/include/EGL
-I/usr/local/include -I/usr/local/include/libepoll-shim -fno-color-diagnost=
ics
-D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-pch -std=3Dgnu99 -O3 -Wall -Werror
-fvisibility=3Dhidden -DWL_HIDE_DEPRECATED -Wno-pedantic -O2 -pipe -march=
=3Dcore2
-fstack-protector-strong -fno-strict-aliasing -fPIC -pthread -MD -MQ
src/libnvidia-egl-wayland.so.1.1.8.p/wayland-thread.c.o -MF
src/libnvidia-egl-wayland.so.1.1.8.p/wayland-thread.c.o.d -o
src/libnvidia-egl-wayland.so.1.1.8.p/wayland-thread.c.o -c
../src/wayland-thread.c
In file included from ../src/wayland-thread.c:29:
In file included from ../include/wayland-egldisplay.h:31:
../include/wayland-eglhandle.h:112:9: error: unknown type name
'PFNEGLSTREAMIMAGECONSUMERCONNECTNVPROC'
        PFNEGLSTREAMIMAGECONSUMERCONNECTNVPROC      streamImageConsumerConn=
ect;
        ^
../include/wayland-eglhandle.h:113:9: error: unknown type name
'PFNEGLSTREAMACQUIREIMAGENVPROC'
        PFNEGLSTREAMACQUIREIMAGENVPROC              streamAcquireImage;
        ^
../include/wayland-eglhandle.h:114:9: error: unknown type name
'PFNEGLSTREAMRELEASEIMAGENVPROC'; did you mean 'PFNEGLSTREAMFLUSHNVPROC'?
        PFNEGLSTREAMRELEASEIMAGENVPROC              streamReleaseImage;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        PFNEGLSTREAMFLUSHNVPROC
/usr/local/include/EGL/eglext.h:1207:34: note: 'PFNEGLSTREAMFLUSHNVPROC'
declared here
typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMFLUSHNVPROC) (EGLDisplay dpy,
EGLStreamKHR stream);
                                 ^
In file included from ../src/wayland-thread.c:29:
In file included from ../include/wayland-egldisplay.h:31:
../include/wayland-eglhandle.h:115:9: error: unknown type name
'PFNEGLQUERYSTREAMCONSUMEREVENTNVPROC'; did you mean
'PFNEGLQUERYSTREAMMETADATANVPROC'?
        PFNEGLQUERYSTREAMCONSUMEREVENTNVPROC        queryStreamConsumerEven=
t;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        PFNEGLQUERYSTREAMMETADATANVPROC
/usr/local/include/EGL/eglext.h:1237:34: note:
'PFNEGLQUERYSTREAMMETADATANVPROC' declared here
typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMMETADATANVPROC) (EGLDispl=
ay
dpy, EGLStreamKHR stream, EGLenum name, EGLint n, EGLint offset, EGLint siz=
e,
void *data);
                                 ^
4 errors generated.
ninja: build stopped: subcommand failed.
*** Error code 1


Tried to remove version 1.1.7 - same build error.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258434-7788>