Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2017 09:26:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218561] net/tigetvnc: glxdricommon.c:147:25: error: use of undeclared identifier '__DRI_ATTRIB_FLOAT_BIT'
Message-ID:  <bug-218561-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 218561
           Summary: net/tigetvnc: glxdricommon.c:147:25: error: use of
                    undeclared identifier '__DRI_ATTRIB_FLOAT_BIT'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: emz@norma.perm.ru

FreeBSD 11.0-RELEASE-p5
Latest ports.

Cannot build net/tigetvnc:

[...]
  CC       indirect_reqsize.lo
  CC       indirect_size_get.lo
  CC       indirect_table.lo
  CC       clientinfo.lo
  CC       createcontext.lo
  CC       extension_string.lo
  CC       indirect_util.lo
  CC       indirect_program.lo
  CC       indirect_texture_compression.lo
  CC       glxcmds.lo
  CC       glxcmdsswap.lo
  CC       glxext.lo
  CC       glxdriswrast.lo
  CC       glxdricommon.lo
glxdricommon.c:147:25: error: use of undeclared identifier
'__DRI_ATTRIB_FLOAT_BIT'
            if (value & __DRI_ATTRIB_FLOAT_BIT)
                        ^
glxdricommon.c:149:25: error: use of undeclared identifier
'__DRI_ATTRIB_UNSIGNED_FLOAT_BIT'
            if (value & __DRI_ATTRIB_UNSIGNED_FLOAT_BIT)
                        ^
glxdricommon.c:196:29: error: use of undeclared identifier
'__DRI_ATTRIB_UNSIGNED_FLOAT_BIT'
    return !!(renderType & (__DRI_ATTRIB_UNSIGNED_FLOAT_BIT
                            ^
glxdricommon.c:197:31: error: use of undeclared identifier
'__DRI_ATTRIB_FLOAT_BIT'
                            | __DRI_ATTRIB_FLOAT_BIT));
                              ^
4 errors generated.
*** Error code 1

Stop.
make[3]: stopped in
/usr/ports/net/tigervnc/work/tigervnc-1.7.1/unix/xserver/glx
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/net/tigervnc/work/tigervnc-1.7.1/unix/xserver
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/net/tigervnc
*** Error code 1

Stop.
make: stopped in /usr/ports/net/tigervnc

=3D=3D=3D>>> make build failed for net/tigervnc
=3D=3D=3D>>> Aborting update

--=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-218561-13>